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> - <