From 07fa92ed8a991687f2e385c2e2b23af94520f9d1 Mon Sep 17 00:00:00 2001 From: David Barroso Date: Mon, 11 Apr 2016 13:00:26 +0200 Subject: [PATCH 1/5] Turning napalm into a metapackage --- .travis.yml | 100 +- MANIFEST.in | 3 - napalm/__init__.py | 29 +- napalm/base.py | 969 - napalm/clitools/__init__.py | 0 napalm/clitools/cl_napalm_configure.py | 144 - napalm/eos.py | 1040 - napalm/exceptions.py | 40 - napalm/fortios.py | 413 - napalm/ibm.py | 145 - napalm/ios.py | 1324 - napalm/iosxr.py | 1330 - napalm/junos.py | 968 - napalm/nxos.py | 547 - napalm/pluribus.py | 270 - napalm/templates/eos/delete_ntp_peers.j2 | 3 - napalm/templates/eos/set_ntp_peers.j2 | 3 - napalm/templates/iosxr/delete_ntp_peers.j2 | 3 - napalm/templates/iosxr/set_ntp_peers.j2 | 3 - napalm/templates/junos/delete_ntp_peers.j2 | 8 - napalm/templates/junos/delete_rpm_probes.j2 | 11 - napalm/templates/junos/set_ntp_peers.j2 | 8 - napalm/templates/junos/set_rpm_probes.j2 | 25 - napalm/templates/nxos/delete_ntp_peers.j2 | 3 - napalm/templates/nxos/set_ntp_peers.j2 | 3 - napalm/utils/__init__.py | 1 - napalm/utils/junos_views.py | 7 - napalm/utils/junos_views.yml | 476 - napalm/utils/string_parsers.py | 99 - .../textfsm_templates/eos/snmp_config.tpl | 14 - .../textfsm_templates/nxos/snmp_config.tpl | 14 - requirements.txt | 18 +- setup.py | 2 +- test/unit/TestEOSDriver.py | 82 - test/unit/TestFortiOSDriver.py | 68 - test/unit/TestIBMDriver.py | 33 - test/unit/TestIOSDriver.py | 189 - test/unit/TestIOSXRDriver.py | 78 - test/unit/TestJunOSDriver.py | 132 - test/unit/TestNXOSDriver.py | 94 - test/unit/TestPluribusDriver.py | 64 - test/unit/Test_script_cl_napalm_configure.py | 64 - test/unit/base.py | 328 - test/unit/eos/initial.conf | 25 - test/unit/eos/merge_good.conf | 4 - test/unit/eos/merge_good.diff | 17 - test/unit/eos/merge_typo.conf | 4 - test/unit/eos/mock_data/show_arp.json | 20 - .../mock_data/show_environment_cooling.json | 286 - .../eos/mock_data/show_environment_power.json | 104 - .../show_environment_temperature.json | 874 - test/unit/eos/mock_data/show_hostname.json | 4 - test/unit/eos/mock_data/show_interfaces.json | 181 - .../mock_data/show_interfaces_counters.json | 40 - .../show_interfaces_counters_errors.json | 31 - .../eos/mock_data/show_interfaces_status.json | 48 - .../show_ip_bgp_1.0.4.0_24_detail.json | 57 - ..._ID_s_IPv_46_Unicast_0_9_Local_AS_Desc.txt | 10 - .../show_ip_bgp_summary_vrf_all.json | 37 - .../unit/eos/mock_data/show_ip_interface.json | 63 - .../show_ip_route_1.0.4.0_24_detail.json | 27 - ..._ID_s_IPv_46_Unicast_0_9_Local_AS_Desc.txt | 10 - .../show_ipv6_bgp_summary_vrf_all.json | 37 - .../eos/mock_data/show_ipv6_interface.json | 85 - .../eos/mock_data/show_lldp_neighbors.json | 21 - .../show_lldp_neighbors__detail.json | 2057 -- .../eos/mock_data/show_mac_address-table.json | 545 - .../eos/mock_data/show_ntp_associations.txt | 4 - .../eos/mock_data/show_processes_top_once.txt | 19 - ...show_running_config_section_router_bgp.txt | 24 - ...how_running_config_section_snmp_server.txt | 5 - test/unit/eos/mock_data/show_version.json | 13 - test/unit/eos/new_good.conf | 37 - test/unit/eos/new_good.diff | 38 - test/unit/eos/new_typo.conf | 37 - test/unit/fortios/initial.conf | 3514 -- test/unit/fortios/merge_good.conf | 170 - test/unit/fortios/merge_good.diff | 15 - test/unit/fortios/merge_typo.conf | 170 - .../mock_data/diag_hard_sys_mem__grep_Mem.txt | 1 - .../diagnose_hardware_deviceinfo_nic.txt | 3 - ...diagnose_hardware_deviceinfo_nic_mgmt2.txt | 42 - ...diagnose_hardware_deviceinfo_nic_port1.txt | 93 - .../mock_data/execute_sensor_detail.txt | 255 - .../fortios/mock_data/fnsysctl_ifconfig.txt | 509 - ...t_router_info_bgp_neighbor_10.15.2.101.txt | 45 - ...t_router_info_bgp_neighbor_10.15.2.105.txt | 42 - ...et_router_info_bgp_neighbor_10.15.2.99.txt | 33 - ....2.101_received-routes__grep_prefixes_.txt | 1 - ....2.105_received-routes__grep_prefixes_.txt | 1 - ...5.2.99_received-routes__grep_prefixes_.txt | 1 - .../mock_data/get_router_info_bgp_sum.txt | 11 - .../mock_data/get_system_dns__grep_domain.txt | 1 - .../get_system_interface__grep_==.txt | 15 - .../get_system_performance_status.txt | 12 - ...et_system_performance_status__grep_cpu.txt | 5 - .../fortios/mock_data/get_system_status.txt | 24 - test/unit/fortios/mock_data/router_bgp.txt | 60 - .../fortios/mock_data/system_interface.txt | 121 - test/unit/fortios/new_good.conf | 3488 -- test/unit/fortios/new_good.diff | 11 - test/unit/fortios/new_typo.conf | 3488 -- test/unit/ibm/initial.conf | 50 - test/unit/ibm/merge_good.conf | 15 - test/unit/ibm/merge_good.diff | 33 - test/unit/ibm/merge_typo.conf | 15 - test/unit/ibm/new_good.conf | 69 - test/unit/ibm/new_good.diff | 33 - test/unit/ibm/new_typo.conf | 69 - test/unit/ios/initial.conf | 126 - test/unit/ios/merge_good.conf | 1 - test/unit/ios/merge_good.diff | 2 - test/unit/ios/merge_typo.conf | 2 - test/unit/ios/mock_data/show_arp.txt | 10 - test/unit/ios/mock_data/show_hosts.txt | 10 - test/unit/ios/mock_data/show_int_Gi1.txt | 28 - test/unit/ios/mock_data/show_int_Gi2.txt | 30 - .../show_interface_GigabitEthernet1.txt | 28 - ...abitEthernet1___in_Internet_address_is.txt | 1 - .../show_interface_GigabitEthernet2.txt | 30 - ...abitEthernet2___in_Internet_address_is.txt | 1 - .../show_interface_GigabitEthernet3.txt | 27 - ...abitEthernet3___in_Internet_address_is.txt | 0 test/unit/ios/mock_data/show_interfaces.txt | 83 - .../mock_data/show_interfaces_description.txt | 4 - ...ors_192.168.0.2___inc_Prefixes_Current.txt | 1 - ..._neighbors_192.168.0.2___inc_router_ID.txt | 1 - ...ors_192.168.0.2___section_Local_Policy.txt | 2 - .../ios/mock_data/show_ip_bgp_summary.txt | 6 - .../show_ip_bgp_summary___begin_Neighbor.txt | 2 - .../ios/mock_data/show_ip_interface_brief.txt | 4 - .../ios/mock_data/show_lldp_neighbors.txt | 10 - ...lldp_neighbors_GigabitEthernet1_detail.txt | 22 - ...lldp_neighbors_GigabitEthernet2_detail.txt | 22 - .../ios/mock_data/show_mac-address-table.txt | 21 - .../ios/mock_data/show_memory_statistics.txt | 3 - .../ios/mock_data/show_ntp_associations.txt | 6 - test/unit/ios/mock_data/show_proc_cpu.txt | 10 - .../show_run___include_snmp-server.txt | 7 - .../show_run_interface_GigabitEthernet1.txt | 9 - .../show_run_interface_GigabitEthernet2.txt | 8 - .../show_run_interface_GigabitEthernet3.txt | 9 - test/unit/ios/mock_data/show_version.txt | 56 - test/unit/ios/new_good.conf | 130 - test/unit/ios/new_good.diff | 8 - test/unit/ios/new_typo.conf | 130 - test/unit/iosxr/initial.conf | 14 - test/unit/iosxr/merge_good.conf | 7 - test/unit/iosxr/merge_good.diff | 10 - test/unit/iosxr/merge_typo.conf | 9 - ...__Naming__slot_0__slot___Naming___Slot.rpc | 27047 ---------------- ...__Naming__slot_1__slot___Naming___Slot.rpc | 27047 ---------------- ...__Naming__slot_FT0__slot___Naming___Sl.rpc | 2803 -- ...__Naming__slot_FT1__slot___Naming___Sl.rpc | 2803 -- ...__Naming__slot_PM0__slot___Naming___Sl.rpc | 285 - ...__Naming__slot_RSP0__slot___Naming___S.rpc | 5449 ---- ...__Naming__slot_RSP1__slot___Naming___S.rpc | 5449 ---- ...emorySummary___AdminOperational___Get_.rpc | 1 - ...___Rack___RackTable___PlatformInventor.rpc | 7461 ----- ..._Instance___BGP___Configuration___Get_.rpc | 2 - ...on__SNMP___SNMP___Configuration___Get_.rpc | 38 - ...tional__ARP___ARP___Operational___Get_.rpc | 2 - ..._Path__Naming__Network__IPV4Address_1..rpc | 697 - ...__ConfigInstanceVRFTable___ConfigInsta.rpc | 1 - ...tive__DefaultVRF__GlobalProcessInfo___.rpc | 1 - ...tive__VRFTable__VRF__Naming_test2__Nam.rpc | 1 - ...tive__VRFTable__VRF__Naming_test__Nami.rpc | 1 - ...ork___IPV4Network___Operational___Get_.rpc | 2 - ...ork___IPV6Network___Operational___Get_.rpc | 2 - ...able___Interfaces___Operational___Get_.rpc | 1 - ...__L2VPNForwarding___Operational___Get_.rpc | 2 - ...onal__LLDP___LLDP___Operational___Get_.rpc | 18 - ...__NodeTable___NTP___Operational___Get_.rpc | 2 - ...v4__AFName___Naming__SAFTable__SAF__Na.rpc | 1 - ..._SystemMonitoring___Operational___Get_.rpc | 1 - .../mock_data/show_interface_description.txt | 8 - test/unit/iosxr/mock_data/show_interfaces.txt | 96 - .../iosxr/mock_data/show_lldp_neighbors.txt | 9 - test/unit/iosxr/mock_data/show_version.txt | 84 - test/unit/iosxr/new_good.conf | 23 - test/unit/iosxr/new_good.diff | 18 - test/unit/iosxr/new_typo.conf | 25 - test/unit/junos/initial.conf | 72 - test/unit/junos/merge_good.conf | 12 - test/unit/junos/merge_good.diff | 7 - test/unit/junos/merge_typo.conf | 12 - ...up____bgp___protocols___configuration_.txt | 83 - ...oup___bgp___protocols___configuration_.txt | 83 - ...mp__community____snmp___configuration_.txt | 11 - .../mock_data/get-arp-table-information.txt | 32 - .../get-bgp-neighbor-information.txt | 171 - .../get-bgp-neighbor-informationbackend.txt | 1 - .../get-bgp-neighbor-informationfrontend.txt | 279 - .../get-bgp-neighbor-informationmaster.txt | 174 - .../get-bgp-summary-informationbackend.txt | 5 - .../get-bgp-summary-informationfrontend.txt | 146 - .../get-bgp-summary-informationmaster.txt | 91 - .../junos/mock_data/get-bridge-mac-table.txt | 4760 --- .../mock_data/get-environment-information.txt | 78 - .../mock_data/get-instance-information.txt | 62 - .../mock_data/get-interface-information.txt | 11187 ------- .../get-lldp-interface-neighbors.txt | 40 - .../get-lldp-neighbors-information.txt | 35 - .../get-route-engine-information.txt | 24 - .../junos/mock_data/get-route-information.txt | 202 - .../get-temperature-threshold-information.txt | 74 - .../show_ntp_associations_no-resolve.txt | 99 - test/unit/junos/new_good.conf | 79 - test/unit/junos/new_good.diff | 4 - test/unit/junos/new_typo.conf | 76 - test/unit/models.py | 217 - test/unit/nxos/initial.conf | 857 - test/unit/nxos/merge_good.conf | 3 - test/unit/nxos/merge_good.diff | 37 - test/unit/nxos/merge_typo.conf | 3 - test/unit/nxos/mock_data/show_environment.xml | 171 - .../mock_data/show_interface_Ethernet1_1.xml | 90 - .../mock_data/show_interface_Ethernet1_2.xml | 90 - .../mock_data/show_interface_loopback0.xml | 44 - .../nxos/mock_data/show_interface_mgmt0.xml | 51 - .../nxos/mock_data/show_interface_status.xml | 49 - test/unit/nxos/mock_data/show_ip_arp.json | 30 - .../nxos/mock_data/show_ip_interface.json | 90 - .../nxos/mock_data/show_ipv6_interface.json | 64 - .../nxos/mock_data/show_lldp_neighbors.xml | 74 - .../mock_data/show_lldp_neighbors_detail.txt | 63 - .../mock_data/show_mac_address-table.json | 552 - test/unit/nxos/mock_data/show_module.xml | 57 - .../nxos/mock_data/show_ntp_peer-status.json | 83 - ...w_running-config___section_snmp-server.txt | 5 - test/unit/nxos/mock_data/show_version.xml | 56 - test/unit/nxos/mock_data/show_vlan_brief.xml | 25 - test/unit/nxos/new_good.conf | 855 - test/unit/nxos/new_good.diff | 37 - test/unit/nxos/new_typo.conf | 856 - .../unit/pluribus/mock_data/l2-table-show.txt | 50 - test/unit/pluribus/mock_data/lldp-show.txt | 28 - .../pluribus/mock_data/port-config-show.txt | 19 - .../pluribus/mock_data/port-stats-show.txt | 38 - .../mock_data/snmp-community-show.txt | 1 - .../unit/pluribus/mock_data/software-show.txt | 5 - .../pluribus/mock_data/switch-info-show.txt | 15 - .../pluribus/mock_data/switch-setup-show.txt | 15 - .../pluribus/mock_data/system-stats-show.txt | 1 - test/unit/vagrant/.gitignore | 1 - test/unit/vagrant/Vagrantfile | 69 - test/unit/vagrant/provision.py | 94 - 247 files changed, 22 insertions(+), 129276 deletions(-) delete mode 100644 napalm/base.py delete mode 100644 napalm/clitools/__init__.py delete mode 100644 napalm/clitools/cl_napalm_configure.py delete mode 100644 napalm/eos.py delete mode 100644 napalm/exceptions.py delete mode 100644 napalm/fortios.py delete mode 100644 napalm/ibm.py delete mode 100644 napalm/ios.py delete mode 100644 napalm/iosxr.py delete mode 100644 napalm/junos.py delete mode 100644 napalm/nxos.py delete mode 100644 napalm/pluribus.py delete mode 100644 napalm/templates/eos/delete_ntp_peers.j2 delete mode 100644 napalm/templates/eos/set_ntp_peers.j2 delete mode 100644 napalm/templates/iosxr/delete_ntp_peers.j2 delete mode 100644 napalm/templates/iosxr/set_ntp_peers.j2 delete mode 100644 napalm/templates/junos/delete_ntp_peers.j2 delete mode 100644 napalm/templates/junos/delete_rpm_probes.j2 delete mode 100644 napalm/templates/junos/set_ntp_peers.j2 delete mode 100644 napalm/templates/junos/set_rpm_probes.j2 delete mode 100644 napalm/templates/nxos/delete_ntp_peers.j2 delete mode 100644 napalm/templates/nxos/set_ntp_peers.j2 delete mode 100644 napalm/utils/__init__.py delete mode 100755 napalm/utils/junos_views.py delete mode 100644 napalm/utils/junos_views.yml delete mode 100644 napalm/utils/string_parsers.py delete mode 100644 napalm/utils/textfsm_templates/eos/snmp_config.tpl delete mode 100644 napalm/utils/textfsm_templates/nxos/snmp_config.tpl delete mode 100644 test/unit/TestEOSDriver.py delete mode 100644 test/unit/TestFortiOSDriver.py delete mode 100644 test/unit/TestIBMDriver.py delete mode 100644 test/unit/TestIOSDriver.py delete mode 100644 test/unit/TestIOSXRDriver.py delete mode 100644 test/unit/TestJunOSDriver.py delete mode 100644 test/unit/TestNXOSDriver.py delete mode 100644 test/unit/TestPluribusDriver.py delete mode 100644 test/unit/Test_script_cl_napalm_configure.py delete mode 100644 test/unit/base.py delete mode 100644 test/unit/eos/initial.conf delete mode 100644 test/unit/eos/merge_good.conf delete mode 100644 test/unit/eos/merge_good.diff delete mode 100644 test/unit/eos/merge_typo.conf delete mode 100644 test/unit/eos/mock_data/show_arp.json delete mode 100644 test/unit/eos/mock_data/show_environment_cooling.json delete mode 100644 test/unit/eos/mock_data/show_environment_power.json delete mode 100644 test/unit/eos/mock_data/show_environment_temperature.json delete mode 100644 test/unit/eos/mock_data/show_hostname.json delete mode 100644 test/unit/eos/mock_data/show_interfaces.json delete mode 100644 test/unit/eos/mock_data/show_interfaces_counters.json delete mode 100644 test/unit/eos/mock_data/show_interfaces_counters_errors.json delete mode 100644 test/unit/eos/mock_data/show_interfaces_status.json delete mode 100644 test/unit/eos/mock_data/show_ip_bgp_1.0.4.0_24_detail.json delete mode 100644 test/unit/eos/mock_data/show_ip_bgp_neighbors_vrf_all_include_remote_AS_remote_router_ID_s_IPv_46_Unicast_0_9_Local_AS_Desc.txt delete mode 100644 test/unit/eos/mock_data/show_ip_bgp_summary_vrf_all.json delete mode 100644 test/unit/eos/mock_data/show_ip_interface.json delete mode 100644 test/unit/eos/mock_data/show_ip_route_1.0.4.0_24_detail.json delete mode 100644 test/unit/eos/mock_data/show_ipv6_bgp_neighbors_vrf_all_include_remote_AS_remote_router_ID_s_IPv_46_Unicast_0_9_Local_AS_Desc.txt delete mode 100644 test/unit/eos/mock_data/show_ipv6_bgp_summary_vrf_all.json delete mode 100644 test/unit/eos/mock_data/show_ipv6_interface.json delete mode 100644 test/unit/eos/mock_data/show_lldp_neighbors.json delete mode 100644 test/unit/eos/mock_data/show_lldp_neighbors__detail.json delete mode 100644 test/unit/eos/mock_data/show_mac_address-table.json delete mode 100644 test/unit/eos/mock_data/show_ntp_associations.txt delete mode 100644 test/unit/eos/mock_data/show_processes_top_once.txt delete mode 100644 test/unit/eos/mock_data/show_running_config_section_router_bgp.txt delete mode 100644 test/unit/eos/mock_data/show_running_config_section_snmp_server.txt delete mode 100644 test/unit/eos/mock_data/show_version.json delete mode 100644 test/unit/eos/new_good.conf delete mode 100644 test/unit/eos/new_good.diff delete mode 100644 test/unit/eos/new_typo.conf delete mode 100644 test/unit/fortios/initial.conf delete mode 100644 test/unit/fortios/merge_good.conf delete mode 100644 test/unit/fortios/merge_good.diff delete mode 100644 test/unit/fortios/merge_typo.conf delete mode 100644 test/unit/fortios/mock_data/diag_hard_sys_mem__grep_Mem.txt delete mode 100644 test/unit/fortios/mock_data/diagnose_hardware_deviceinfo_nic.txt delete mode 100644 test/unit/fortios/mock_data/diagnose_hardware_deviceinfo_nic_mgmt2.txt delete mode 100644 test/unit/fortios/mock_data/diagnose_hardware_deviceinfo_nic_port1.txt delete mode 100644 test/unit/fortios/mock_data/execute_sensor_detail.txt delete mode 100644 test/unit/fortios/mock_data/fnsysctl_ifconfig.txt delete mode 100644 test/unit/fortios/mock_data/get_router_info_bgp_neighbor_10.15.2.101.txt delete mode 100644 test/unit/fortios/mock_data/get_router_info_bgp_neighbor_10.15.2.105.txt delete mode 100644 test/unit/fortios/mock_data/get_router_info_bgp_neighbor_10.15.2.99.txt delete mode 100644 test/unit/fortios/mock_data/get_router_info_bgp_neighbors_10.15.2.101_received-routes__grep_prefixes_.txt delete mode 100644 test/unit/fortios/mock_data/get_router_info_bgp_neighbors_10.15.2.105_received-routes__grep_prefixes_.txt delete mode 100644 test/unit/fortios/mock_data/get_router_info_bgp_neighbors_10.15.2.99_received-routes__grep_prefixes_.txt delete mode 100644 test/unit/fortios/mock_data/get_router_info_bgp_sum.txt delete mode 100644 test/unit/fortios/mock_data/get_system_dns__grep_domain.txt delete mode 100644 test/unit/fortios/mock_data/get_system_interface__grep_==.txt delete mode 100644 test/unit/fortios/mock_data/get_system_performance_status.txt delete mode 100644 test/unit/fortios/mock_data/get_system_performance_status__grep_cpu.txt delete mode 100644 test/unit/fortios/mock_data/get_system_status.txt delete mode 100644 test/unit/fortios/mock_data/router_bgp.txt delete mode 100644 test/unit/fortios/mock_data/system_interface.txt delete mode 100644 test/unit/fortios/new_good.conf delete mode 100644 test/unit/fortios/new_good.diff delete mode 100644 test/unit/fortios/new_typo.conf delete mode 100644 test/unit/ibm/initial.conf delete mode 100644 test/unit/ibm/merge_good.conf delete mode 100644 test/unit/ibm/merge_good.diff delete mode 100644 test/unit/ibm/merge_typo.conf delete mode 100644 test/unit/ibm/new_good.conf delete mode 100644 test/unit/ibm/new_good.diff delete mode 100644 test/unit/ibm/new_typo.conf delete mode 100644 test/unit/ios/initial.conf delete mode 100644 test/unit/ios/merge_good.conf delete mode 100644 test/unit/ios/merge_good.diff delete mode 100644 test/unit/ios/merge_typo.conf delete mode 100644 test/unit/ios/mock_data/show_arp.txt delete mode 100644 test/unit/ios/mock_data/show_hosts.txt delete mode 100644 test/unit/ios/mock_data/show_int_Gi1.txt delete mode 100644 test/unit/ios/mock_data/show_int_Gi2.txt delete mode 100644 test/unit/ios/mock_data/show_interface_GigabitEthernet1.txt delete mode 100644 test/unit/ios/mock_data/show_interface_GigabitEthernet1___in_Internet_address_is.txt delete mode 100644 test/unit/ios/mock_data/show_interface_GigabitEthernet2.txt delete mode 100644 test/unit/ios/mock_data/show_interface_GigabitEthernet2___in_Internet_address_is.txt delete mode 100644 test/unit/ios/mock_data/show_interface_GigabitEthernet3.txt delete mode 100644 test/unit/ios/mock_data/show_interface_GigabitEthernet3___in_Internet_address_is.txt delete mode 100644 test/unit/ios/mock_data/show_interfaces.txt delete mode 100644 test/unit/ios/mock_data/show_interfaces_description.txt delete mode 100644 test/unit/ios/mock_data/show_ip_bgp_neighbors_192.168.0.2___inc_Prefixes_Current.txt delete mode 100644 test/unit/ios/mock_data/show_ip_bgp_neighbors_192.168.0.2___inc_router_ID.txt delete mode 100644 test/unit/ios/mock_data/show_ip_bgp_neighbors_192.168.0.2___section_Local_Policy.txt delete mode 100644 test/unit/ios/mock_data/show_ip_bgp_summary.txt delete mode 100644 test/unit/ios/mock_data/show_ip_bgp_summary___begin_Neighbor.txt delete mode 100644 test/unit/ios/mock_data/show_ip_interface_brief.txt delete mode 100644 test/unit/ios/mock_data/show_lldp_neighbors.txt delete mode 100644 test/unit/ios/mock_data/show_lldp_neighbors_GigabitEthernet1_detail.txt delete mode 100644 test/unit/ios/mock_data/show_lldp_neighbors_GigabitEthernet2_detail.txt delete mode 100644 test/unit/ios/mock_data/show_mac-address-table.txt delete mode 100644 test/unit/ios/mock_data/show_memory_statistics.txt delete mode 100644 test/unit/ios/mock_data/show_ntp_associations.txt delete mode 100644 test/unit/ios/mock_data/show_proc_cpu.txt delete mode 100644 test/unit/ios/mock_data/show_run___include_snmp-server.txt delete mode 100644 test/unit/ios/mock_data/show_run_interface_GigabitEthernet1.txt delete mode 100644 test/unit/ios/mock_data/show_run_interface_GigabitEthernet2.txt delete mode 100644 test/unit/ios/mock_data/show_run_interface_GigabitEthernet3.txt delete mode 100644 test/unit/ios/mock_data/show_version.txt delete mode 100644 test/unit/ios/new_good.conf delete mode 100644 test/unit/ios/new_good.diff delete mode 100644 test/unit/ios/new_typo.conf delete mode 100644 test/unit/iosxr/initial.conf delete mode 100644 test/unit/iosxr/merge_good.conf delete mode 100644 test/unit/iosxr/merge_good.diff delete mode 100644 test/unit/iosxr/merge_typo.conf delete mode 100644 test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_0__slot___Naming___Slot.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_1__slot___Naming___Slot.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_FT0__slot___Naming___Sl.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_FT1__slot___Naming___Sl.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_PM0__slot___Naming___Sl.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_RSP0__slot___Naming___S.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_RSP1__slot___Naming___S.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__AdminOperational__MemorySummary___MemorySummary___AdminOperational___Get_.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__AdminOperational__PlatformInventory__RackTable__Rack__Naming__Name_0__Name___Naming__SlotTable___SlotTable___Rack___RackTable___PlatformInventor.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Configuration__BGP__Instance__Naming__InstanceName_default__InstanceName___Naming___Instance___BGP___Configuration___Get_.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Configuration__SNMP___SNMP___Configuration___Get_.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Operational__ARP___ARP___Operational___Get_.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Operational__BGP__Active__DefaultVRF__AFTable__AF__Naming__AFName_IPv4Unicast__AFName___Naming__PathTable__Path__Naming__Network__IPV4Address_1..rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Operational__BGP__ConfigInstanceTable__ConfigInstance__Naming__InstanceName_default__InstanceName___Naming__ConfigInstanceVRFTable___ConfigInsta.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Operational__BGP__InstanceTable__Instance__Naming__InstanceName_default__InstanceName___Naming__InstanceActive__DefaultVRF__GlobalProcessInfo___.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Operational__BGP__InstanceTable__Instance__Naming__InstanceName_default__InstanceName___Naming__InstanceActive__VRFTable__VRF__Naming_test2__Nam.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Operational__BGP__InstanceTable__Instance__Naming__InstanceName_default__InstanceName___Naming__InstanceActive__VRFTable__VRF__Naming_test__Nami.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Operational__IPV4Network___IPV4Network___Operational___Get_.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Operational__IPV6Network___IPV6Network___Operational___Get_.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Operational__Interfaces__InterfaceTable___InterfaceTable___Interfaces___Operational___Get_.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Operational__L2VPNForwarding___L2VPNForwarding___Operational___Get_.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Operational__LLDP___LLDP___Operational___Get_.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Operational__NTP__NodeTable___NodeTable___NTP___Operational___Get_.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Operational__RIB__VRFTable__VRF__Naming__VRFName_default__VRFName___Naming__AFTable__AF__Naming__AFName_IPv4__AFName___Naming__SAFTable__SAF__Na.rpc delete mode 100644 test/unit/iosxr/mock_data/_Get__Operational__SystemMonitoring___SystemMonitoring___Operational___Get_.rpc delete mode 100644 test/unit/iosxr/mock_data/show_interface_description.txt delete mode 100644 test/unit/iosxr/mock_data/show_interfaces.txt delete mode 100644 test/unit/iosxr/mock_data/show_lldp_neighbors.txt delete mode 100644 test/unit/iosxr/mock_data/show_version.txt delete mode 100644 test/unit/iosxr/new_good.conf delete mode 100644 test/unit/iosxr/new_good.diff delete mode 100644 test/unit/iosxr/new_typo.conf delete mode 100644 test/unit/junos/initial.conf delete mode 100644 test/unit/junos/merge_good.conf delete mode 100644 test/unit/junos/merge_good.diff delete mode 100644 test/unit/junos/merge_typo.conf delete mode 100644 test/unit/junos/mock_data/_configuration__protocols__bgp__group____bgp___protocols___configuration_.txt delete mode 100644 test/unit/junos/mock_data/_configuration__protocols__bgp__group__neighbor____group___bgp___protocols___configuration_.txt delete mode 100644 test/unit/junos/mock_data/_configuration__snmp__community____snmp___configuration_.txt delete mode 100644 test/unit/junos/mock_data/get-arp-table-information.txt delete mode 100644 test/unit/junos/mock_data/get-bgp-neighbor-information.txt delete mode 100644 test/unit/junos/mock_data/get-bgp-neighbor-informationbackend.txt delete mode 100644 test/unit/junos/mock_data/get-bgp-neighbor-informationfrontend.txt delete mode 100644 test/unit/junos/mock_data/get-bgp-neighbor-informationmaster.txt delete mode 100644 test/unit/junos/mock_data/get-bgp-summary-informationbackend.txt delete mode 100644 test/unit/junos/mock_data/get-bgp-summary-informationfrontend.txt delete mode 100644 test/unit/junos/mock_data/get-bgp-summary-informationmaster.txt delete mode 100644 test/unit/junos/mock_data/get-bridge-mac-table.txt delete mode 100644 test/unit/junos/mock_data/get-environment-information.txt delete mode 100644 test/unit/junos/mock_data/get-instance-information.txt delete mode 100644 test/unit/junos/mock_data/get-interface-information.txt delete mode 100644 test/unit/junos/mock_data/get-lldp-interface-neighbors.txt delete mode 100644 test/unit/junos/mock_data/get-lldp-neighbors-information.txt delete mode 100644 test/unit/junos/mock_data/get-route-engine-information.txt delete mode 100644 test/unit/junos/mock_data/get-route-information.txt delete mode 100644 test/unit/junos/mock_data/get-temperature-threshold-information.txt delete mode 100644 test/unit/junos/mock_data/show_ntp_associations_no-resolve.txt delete mode 100644 test/unit/junos/new_good.conf delete mode 100644 test/unit/junos/new_good.diff delete mode 100644 test/unit/junos/new_typo.conf delete mode 100644 test/unit/models.py delete mode 100644 test/unit/nxos/initial.conf delete mode 100644 test/unit/nxos/merge_good.conf delete mode 100644 test/unit/nxos/merge_good.diff delete mode 100644 test/unit/nxos/merge_typo.conf delete mode 100644 test/unit/nxos/mock_data/show_environment.xml delete mode 100644 test/unit/nxos/mock_data/show_interface_Ethernet1_1.xml delete mode 100644 test/unit/nxos/mock_data/show_interface_Ethernet1_2.xml delete mode 100644 test/unit/nxos/mock_data/show_interface_loopback0.xml delete mode 100644 test/unit/nxos/mock_data/show_interface_mgmt0.xml delete mode 100644 test/unit/nxos/mock_data/show_interface_status.xml delete mode 100644 test/unit/nxos/mock_data/show_ip_arp.json delete mode 100644 test/unit/nxos/mock_data/show_ip_interface.json delete mode 100644 test/unit/nxos/mock_data/show_ipv6_interface.json delete mode 100644 test/unit/nxos/mock_data/show_lldp_neighbors.xml delete mode 100644 test/unit/nxos/mock_data/show_lldp_neighbors_detail.txt delete mode 100644 test/unit/nxos/mock_data/show_mac_address-table.json delete mode 100644 test/unit/nxos/mock_data/show_module.xml delete mode 100644 test/unit/nxos/mock_data/show_ntp_peer-status.json delete mode 100644 test/unit/nxos/mock_data/show_running-config___section_snmp-server.txt delete mode 100644 test/unit/nxos/mock_data/show_version.xml delete mode 100644 test/unit/nxos/mock_data/show_vlan_brief.xml delete mode 100644 test/unit/nxos/new_good.conf delete mode 100644 test/unit/nxos/new_good.diff delete mode 100644 test/unit/nxos/new_typo.conf delete mode 100644 test/unit/pluribus/mock_data/l2-table-show.txt delete mode 100644 test/unit/pluribus/mock_data/lldp-show.txt delete mode 100644 test/unit/pluribus/mock_data/port-config-show.txt delete mode 100644 test/unit/pluribus/mock_data/port-stats-show.txt delete mode 100644 test/unit/pluribus/mock_data/snmp-community-show.txt delete mode 100644 test/unit/pluribus/mock_data/software-show.txt delete mode 100644 test/unit/pluribus/mock_data/switch-info-show.txt delete mode 100644 test/unit/pluribus/mock_data/switch-setup-show.txt delete mode 100644 test/unit/pluribus/mock_data/system-stats-show.txt delete mode 100644 test/unit/vagrant/.gitignore delete mode 100644 test/unit/vagrant/Vagrantfile delete mode 100755 test/unit/vagrant/provision.py diff --git a/.travis.yml b/.travis.yml index 15c218fbf..51682376c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,92 +1,14 @@ language: python - python: - - 2.7 - +- 2.7 install: - - pip install -r requirements.txt - - pip install . - -script: - - cd test/unit - # testing junos getters - - nosetests -v TestJunOSDriver:TestGetterJunOSDriver.test_get_bgp_config - - nosetests -v TestJunOSDriver:TestGetterJunOSDriver.test_get_bgp_neighbors - - nosetests -v TestJunOSDriver:TestGetterJunOSDriver.test_bgp_neighbors_detail - - nosetests -v TestJunOSDriver:TestGetterJunOSDriver.test_get_environment - - nosetests -v TestJunOSDriver:TestGetterJunOSDriver.test_get_facts - - nosetests -v TestJunOSDriver:TestGetterJunOSDriver.test_get_interfaces - - nosetests -v TestJunOSDriver:TestGetterJunOSDriver.test_get_interfaces_counters - - nosetests -v TestJunOSDriver:TestGetterJunOSDriver.test_get_lldp_neighbors - - nosetests -v TestJunOSDriver:TestGetterJunOSDriver.test_get_lldp_neighbors_detail - - nosetests -v TestJunOSDriver:TestGetterJunOSDriver.test_get_arp_table - - nosetests -v TestJunOSDriver:TestGetterJunOSDriver.test_get_ntp_peers - - nosetests -v TestJunOSDriver:TestGetterJunOSDriver.test_get_interfaces_ip - - nosetests -v TestJunOSDriver:TestGetterJunOSDriver.test_get_mac_address_table - - nosetests -v TestJunOSDriver:TestGetterJunOSDriver.test_get_route_to - - nosetests -v TestJunOSDriver:TestGetterJunOSDriver.test_get_snmp_information - # testing eos getters - - nosetests -v TestEOSDriver:TestGetterEOSDriver.test_get_bgp_config - - nosetests -v TestEOSDriver:TestGetterEOSDriver.test_get_bgp_neighbors - # not implemented on eos - # - nosetests -v TestEOSDriver:TestGetterEOSDriver.test_bgp_neighbors_detail - - nosetests -v TestEOSDriver:TestGetterEOSDriver.test_get_environment - - nosetests -v TestEOSDriver:TestGetterEOSDriver.test_get_facts - - nosetests -v TestEOSDriver:TestGetterEOSDriver.test_get_interfaces - - nosetests -v TestEOSDriver:TestGetterEOSDriver.test_get_interfaces_counters - - nosetests -v TestEOSDriver:TestGetterEOSDriver.test_get_lldp_neighbors - - nosetests -v TestEOSDriver:TestGetterEOSDriver.test_get_lldp_neighbors_detail - - nosetests -v TestEOSDriver:TestGetterEOSDriver.test_get_arp_table - - nosetests -v TestEOSDriver:TestGetterEOSDriver.test_get_ntp_peers - - nosetests -v TestEOSDriver:TestGetterEOSDriver.test_get_interfaces_ip - - nosetests -v TestEOSDriver:TestGetterEOSDriver.test_get_mac_address_table - - nosetests -v TestEOSDriver:TestGetterEOSDriver.test_get_route_to - - nosetests -v TestEOSDriver:TestGetterEOSDriver.test_get_snmp_information - # testing iosxr getters - - nosetests -v TestIOSXRDriver:TestGetterIOSXRDriver.test_get_bgp_config - - nosetests -v TestIOSXRDriver:TestGetterIOSXRDriver.test_get_bgp_neighbors - - nosetests -v TestIOSXRDriver:TestGetterIOSXRDriver.test_bgp_neighbors_detail - - nosetests -v TestIOSXRDriver:TestGetterIOSXRDriver.test_get_environment - - nosetests -v TestIOSXRDriver:TestGetterIOSXRDriver.test_get_facts - - nosetests -v TestIOSXRDriver:TestGetterIOSXRDriver.test_get_interfaces - - nosetests -v TestIOSXRDriver:TestGetterIOSXRDriver.test_get_interfaces_counters - - nosetests -v TestIOSXRDriver:TestGetterIOSXRDriver.test_get_lldp_neighbors - - nosetests -v TestIOSXRDriver:TestGetterIOSXRDriver.test_get_lldp_neighbors_detail - - nosetests -v TestIOSXRDriver:TestGetterIOSXRDriver.test_get_arp_table - - nosetests -v TestIOSXRDriver:TestGetterIOSXRDriver.test_get_ntp_peers - - nosetests -v TestIOSXRDriver:TestGetterIOSXRDriver.test_get_interfaces_ip - - nosetests -v TestIOSXRDriver:TestGetterIOSXRDriver.test_get_mac_address_table - - nosetests -v TestIOSXRDriver:TestGetterIOSXRDriver.test_get_route_to - - nosetests -v TestIOSXRDriver:TestGetterIOSXRDriver.test_get_snmp_information -# testing nxos getters - - nosetests -v TestNXOSDriver:TestGetterNXOSDriver.test_get_facts - - nosetests -v TestNXOSDriver:TestGetterNXOSDriver.test_get_interfaces - - nosetests -v TestNXOSDriver:TestGetterNXOSDriver.test_get_lldp_neighbors - - nosetests -v TestNXOSDriver:TestGetterNXOSDriver.test_get_lldp_neighbors_detail - - nosetests -v TestNXOSDriver:TestGetterNXOSDriver.test_get_arp_table - - nosetests -v TestNXOSDriver:TestGetterNXOSDriver.test_get_ntp_peers - - nosetests -v TestNXOSDriver:TestGetterNXOSDriver.test_get_interfaces_ip - - nosetests -v TestNXOSDriver:TestGetterNXOSDriver.test_get_mac_address_table - - nosetests -v TestNXOSDriver:TestGetterNXOSDriver.test_get_snmp_information -# testing pluribus getters - - nosetests -v TestPluribusDriver:TestGetterPluribusDriver.test_get_facts - - nosetests -v TestPluribusDriver:TestGetterPluribusDriver.test_get_interfaces - - nosetests -v TestPluribusDriver:TestGetterPluribusDriver.test_get_lldp_neighbors - - nosetests -v TestPluribusDriver:TestGetterPluribusDriver.test_get_lldp_neighbors_detail - - nosetests -v TestPluribusDriver:TestGetterPluribusDriver.test_get_ntp_peers - - nosetests -v TestPluribusDriver:TestGetterPluribusDriver.test_get_mac_address_table - - nosetests -v TestPluribusDriver:TestGetterPluribusDriver.test_get_snmp_information -# testing ios getters - - nosetests -v TestIOSDriver:TestGetterIOSDriver.test_get_bgp_neighbors - - nosetests -v TestIOSDriver:TestGetterIOSDriver.test_get_environment - - nosetests -v TestIOSDriver:TestGetterIOSDriver.test_get_facts - - nosetests -v TestIOSDriver:TestGetterIOSDriver.test_get_interfaces - - nosetests -v TestIOSDriver:TestGetterIOSDriver.test_get_interfaces_counters - - nosetests -v TestIOSDriver:TestGetterIOSDriver.test_get_interfaces_ip - - nosetests -v TestIOSDriver:TestGetterIOSDriver.test_get_lldp_neighbors - - nosetests -v TestIOSDriver:TestGetterIOSDriver.test_get_lldp_neighbors_detail - - nosetests -v TestIOSDriver:TestGetterIOSDriver.test_get_arp_table - - nosetests -v TestIOSDriver:TestGetterIOSDriver.test_get_ntp_peers - - nosetests -v TestIOSDriver:TestGetterIOSDriver.test_get_mac_address_table - - nosetests -v TestIOSDriver:TestGetterIOSDriver.test_ios_only_bgp_time_conversion #IOS only test - - nosetests -v TestIOSDriver:TestGetterIOSDriver.test_get_snmp_information +- pip install -r requirements.txt +- pip install . +deploy: + provider: pypi + user: dbarroso + password: + secure: kt2RgomUtrf5zXo3CyF8B7SkolvKgALAO0s72WuMd0wTGmgOvoBlt10Vfc+G+wuVAYvW/JKdsYRceancAFyWLFgjLtNxbV4cJF2RXN956sYFSJ2VrtUiB19WuKZjX6024gMs780hC/3bdK1SDg/NAAHSR7u2cma3QgRcW6O+UG4= + on: + tags: true + branch: master diff --git a/MANIFEST.in b/MANIFEST.in index 052e22501..f9bd1455b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1 @@ include requirements.txt -include napalm/utils/*.yml -include napalm/templates/*/*.j2 -include napalm/utils/textfsm_templates/*/*.tpl diff --git a/napalm/__init__.py b/napalm/__init__.py index bde63137d..d5e74e941 100644 --- a/napalm/__init__.py +++ b/napalm/__init__.py @@ -12,31 +12,4 @@ # License for the specific language governing permissions and limitations under # the License. -from eos import EOSDriver -from iosxr import IOSXRDriver -from junos import JunOSDriver -from fortios import FortiOSDriver -from nxos import NXOSDriver -from ibm import IBMDriver -from ios import IOSDriver -from pluribus import PluribusDriver - -def get_network_driver(vendor): - driver_mapping = { - 'EOS': EOSDriver, - 'ARISTA': EOSDriver, - 'IOS-XR': IOSXRDriver, - 'IOSXR': IOSXRDriver, - 'JUNOS': JunOSDriver, - 'JUNIPER': JunOSDriver, - 'FORTIOS': FortiOSDriver, - 'NXOS': NXOSDriver, - 'IBM': IBMDriver, - 'IOS' : IOSDriver, - 'PLURIBUS': PluribusDriver - } - try: - return driver_mapping[vendor.upper()] - except KeyError: - raise Exception('Vendor/OS not supported: %s' % vendor) - +from napalm_base import get_network_driver diff --git a/napalm/base.py b/napalm/base.py deleted file mode 100644 index bcab6a472..000000000 --- a/napalm/base.py +++ /dev/null @@ -1,969 +0,0 @@ -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -import os -import sys -import jinja2 - -import textfsm - -import napalm.exceptions - - -class NetworkDriver: - - def __init__(self, hostname, username, password, timeout, optional_args): - """ - This is the base class you have to inherit from when writing your own Network Driver to manage any device. You - will, in addition, have to override all the methods specified on this class. Make sure you follow the guidelines - for every method and that you return the correct data. - - :param hostname: (str) IP or FQDN of the device you want to connect to. - :param username: (str) Username you want to use - :param password: (str) Password - :param timeout: (int) Time in seconds to wait for the device to respond. - :param optional_args: (dict) Pass additional arguments to underlying driver - :return: - """ - raise NotImplementedError - - def __enter__(self): - try: - self.open() - except: - exc_info = sys.exc_info() - self.__raise_clean_exception(exc_info[0], exc_info[1], exc_info[2]) - return self - - def __exit__(self, exc_type, exc_value, exc_traceback): - self.close() - if exc_type is not None: - self.__raise_clean_exception(exc_type, exc_value, exc_traceback) - - @staticmethod - def __raise_clean_exception(exc_type, exc_value, exc_traceback): - """ - This method is going to check if the exception exc_type is part of the builtins exceptions or part of the - napalm exceptions. If it is not, it will print a message on the screen giving instructions to fill a bug. - Finally it will raise the original exception. - - :param exc_type: Exception class. - :param exc_value: Exception object. - :param exc_traceback: Traceback. - """ - if exc_type.__name__ not in dir(napalm.exceptions) and \ - exc_type.__name__ not in __builtins__.keys(): - epilog = ("NAPALM didn't catch this exception. Please, fill a bugfix on " - "https://github.com/napalm-automation/napalm/issues\n" - "Don't forget to include this traceback.") - print(epilog) - raise exc_type, exc_value, exc_traceback - - def open(self): - """ - Opens a connection to the device. - """ - raise NotImplementedError - - def close(self): - """ - Closes the connection to the device. - """ - raise NotImplementedError - - def load_replace_candidate(self, filename=None, config=None): - """ - Populates the candidate configuration. You can populate it from a file or from a string. If you send both a - filename and a string containing the configuration, the file takes precedence. - - If you use this method the existing configuration will be replaced entirely by the candidate configuration once - you commit the changes. This method will not change the configuration by itself. - - :param filename: Path to the file containing the desired configuration. By default is None. - :param config: String containing the desired configuration. - :raise ReplaceConfigException: If there is an error on the configuration sent. - """ - raise NotImplementedError - - def load_merge_candidate(self, filename=None, config=None): - """ - Populates the candidate configuration. You can populate it from a file or from a string. If you send both a - filename and a string containing the configuration, the file takes precedence. - - If you use this method the existing configuration will be merged with the candidate configuration once - you commit the changes. This method will not change the configuration by itself. - - :param filename: Path to the file containing the desired configuration. By default is None. - :param config: String containing the desired configuration. - :raise MergeConfigException: If there is an error on the configuration sent. - """ - raise NotImplementedError - - def compare_config(self): - """ - :return: A string showing the difference between the running configuration and the candidate configuration. The\ - running_config is loaded automatically just before doing the comparison so there is no need for you to do it. - """ - raise NotImplementedError - - def commit_config(self): - """ - Commits the changes requested by the method load_replace_candidate or load_merge_candidate. - """ - raise NotImplementedError - - def discard_config(self): - """ - Discards the configuration loaded into the candidate. - """ - raise NotImplementedError - - def rollback(self): - """ - If changes were made, revert changes to the original state. - """ - raise NotImplementedError - - def load_template(self, template_name, template_vars): - """ - Will load a templated configuration on the device. - - :param template_name (str) identifies the template name - :param template_vars (obj) represents the object to be used by the Jinja template to create the configuration - Can be any object type but must respect the constraints defined in the template file. - - :raise DriverTemplateNotImplemented if no template defined for the device type - :raise TemplateNotImplemented if the template specified in template_name is not defined - :raise TemplateRenderException if the user passed wrong arguments to the template - """ - try: - driver_name = self.__class__.__name__.replace('Driver', '') - current_dir = os.path.dirname(os.path.abspath(__file__)) - template_dir_path = '{current_dir}/templates/{driver}'.format( - current_dir=current_dir, - driver=driver_name.lower() - ) - if not os.path.isdir(template_dir_path): - raise napalm.exceptions.DriverTemplateNotImplemented( - "There's no config template defined for {driver_name}.".format( - driver_name=driver_name - ) - ) - loader = jinja2.FileSystemLoader(template_dir_path) - environment = jinja2.Environment(loader=loader) - template = environment.get_template('{template_name}.j2'.format( - template_name=template_name - )) - configuration = template.render(template_vars=template_vars) - except jinja2.exceptions.TemplateNotFound: - raise napalm.exceptions.TemplateNotImplemented( - "Template {template_name}.j2 not defined under {path}".format( - template_name=template_name, - path=template_dir_path - ) - ) - except jinja2.exceptions.UndefinedError as ue: - raise napalm.exceptions.TemplateRenderException( - "Unable to render the template: {}".format(ue.message) - ) - - self.load_merge_candidate(config=configuration) - - def _textfsm_extractor(self, template_name, raw_text): - - """ - Will apply a TextFSM template over a raw text and return the matching table. - Main usage of this method will be to extract data form a non-structured output - from a network device and return the values in a table format. - - :param template_name: Specifies the name of the template to be used - :param raw_text: Text output as the devices prompts on the CLI - """ - - textfsm_data = list() - - driver_name = self.__class__.__name__.replace('Driver', '') - current_dir = os.path.dirname(os.path.abspath(__file__)) - template_path = '{current_dir}/utils/textfsm_templates/{driver_name}/{template_name}.tpl'.format( - current_dir=current_dir, - driver_name=driver_name.lower(), - template_name=template_name - ) - - try: - fsm_handler = textfsm.TextFSM(open(template_path)) - except IOError: - raise napalm.exceptions.TemplateNotImplemented( - "TextFSM template {template_name} not defined!".format( - template_name=template_name - ) - ) - except textfsm.textfsm.TextFSMTemplateError: - raise napalm.exceptions.TemplateRenderException( - "Wrong format of template {template_name}".format( - template_name=template_name - ) - ) - - objects = fsm_handler.ParseText(raw_text) - - for obj in objects: - index = 0 - entry = {} - for entry_value in obj: - entry[fsm_handler.header[index].lower()] = str(entry_value) - index += 1 - textfsm_data.append(entry) - - return textfsm_data - - def get_facts(self): - """ - Returns a dictionary containing the following information: - * uptime - Uptime of the device in seconds. - * vendor - Manufacturer of the device. - * model - Device model. - * hostname - Hostname of the device - * fqdn - Fqdn of the device - * os_version - String with the OS version running on the device. - * serial_number - Serial number of the device - * interface_list - List of the interfaces of the device - - For example:: - - { - 'uptime': 151005.57332897186, - 'vendor': u'Arista', - 'os_version': u'4.14.3-2329074.gaatlantarel', - 'serial_number': u'SN0123A34AS', - 'model': u'vEOS', - 'hostname': u'eos-router', - 'fqdn': u'eos-router', - 'interface_list': [u'Ethernet2', u'Management1', u'Ethernet1', u'Ethernet3'] - } - - """ - raise NotImplementedError - - def get_interfaces(self): - """ - Returns a dictionary of dictionaries. The keys for the first dictionary will be the interfaces in the devices.\ - The inner dictionary will containing the following data for each interface: - * is_up (True/False) - * is_enabled (True/False) - * description (string) - * last_flapped (int in seconds) - * speed (int in Mbit) - * mac_address (string) - - For example:: - - { - u'Management1': - { - 'is_up': False, - 'is_enabled': False, - 'description': u'', - 'last_flapped': -1, - 'speed': 1000, - 'mac_address': u'dead:beef:dead', - }, - u'Ethernet1': - { - 'is_up': True, - 'is_enabled': True, - 'description': u'foo', - 'last_flapped': 1429978575.1554043, - 'speed': 1000, - 'mac_address': u'beef:dead:beef', - }, - u'Ethernet2': - { - 'is_up': True, - 'is_enabled': True, - 'description': u'bla', - 'last_flapped': 1429978575.1555667, - 'speed': 1000, - 'mac_address': u'beef:beef:beef', - }, - u'Ethernet3': - { - 'is_up': False, - 'is_enabled': True, - 'description': u'bar', - 'last_flapped': -1, - 'speed': 1000, - 'mac_address': u'dead:dead:dead', - } - } - """ - raise NotImplementedError - - def get_lldp_neighbors(self): - """ - Returns a dictionary where the keys are local ports and the value is a list of dictionaries with the following \ - information: - * hostname - * port - - For example:: - - { - u'Ethernet2': - [ - { - 'hostname': u'junos-unittest', - 'port': u'520', - } - ], - u'Ethernet3': - [ - { - 'hostname': u'junos-unittest', - 'port': u'522', - } - ], - u'Ethernet1': - [ - { - 'hostname': u'junos-unittest', - 'port': u'519', - }, - { - 'hostname': u'ios-xrv-unittest', - 'port': u'Gi0/0/0/0', - } - ], - u'Management1': - [ - { - 'hostname': u'junos-unittest', - 'port': u'508', - } - ] - } - """ - raise NotImplementedError - - def get_bgp_neighbors(self): - """ - Returns a dictionary of dictionaries. The keys for the first dictionary will be the vrf (global if no vrf). - The inner dictionary will contain the following data for each vrf: - - * router_id - * peers - another dictionary of dictionaries. Outer keys are the IPs of the neighbors. The inner keys are: - * local_as (int) - * remote_as (int) - * remote_id - peer router id - * is_up (True/False) - * is_enabled (True/False) - * description (string) - * uptime (int in seconds) - * address_family (dictionary) - A dictionary of address families available for the neighbor. So far it can\ - be 'ipv4' or 'ipv6' - * received_prefixes (int) - * accepted_prefixes (int) - * sent_prefixes (int) - """ - raise NotImplementedError - - def get_environment(self): - """ - Returns a dictionary where: - - * fans is a dictionary of dictionaries where the key is the location and the values: - * status (True/False) - True if it's ok, false if it's broken - * temperature is a dictionary of dictionaries where the key is the location and the values: - * temperature (float) - Temperature in celsius the sensor is reporting. - * is_alert (True/False) - True if the temperature is above the alert threshold - * is_critical (True/False) - True if the temperature is above the critical threshold - * power is a dictionary of dictionaries where the key is the PSU id and the values: - * status (True/False) - True if it's ok, false if it's broken - * capacity (float) - Capacity in W that the power supply can support - * output (float) - Watts drawn by the system - * cpu is a dictionary of dictionaries where the key is the ID and the values - * %usage - * memory is a dictionary with: - * available_ram (int) - Total amount of RAM installed in the device - * used_ram (int) - RAM in use in the device - """ - raise NotImplementedError - - def get_interfaces_counters(self): - """ - Returns a dictionary of dictionaries where the first key is an interface name and the inner dictionary contains - the following keys: - - * tx_errors (int) - * rx_errors (int) - * tx_discards (int) - * rx_discards (int) - * tx_octets (int) - * rx_octets (int) - * tx_unicast_packets (int) - * rx_unicast_packets (int) - * tx_multicast_packets (int) - * rx_multicast_packets (int) - * tx_broadcast_packets (int) - * rx_broadcast_packets (int) - - Example:: - - { - u'Ethernet2': { - 'tx_multicast_packets': 699, - 'tx_discards': 0, - 'tx_octets': 88577, - 'tx_errors': 0, - 'rx_octets': 0, - 'tx_unicast_packets': 0, - 'rx_errors': 0, - 'tx_broadcast_packets': 0, - 'rx_multicast_packets': 0, - 'rx_broadcast_packets': 0, - 'rx_discards': 0, - 'rx_unicast_packets': 0 - }, - u'Management1': { - 'tx_multicast_packets': 0, - 'tx_discards': 0, - 'tx_octets': 159159, - 'tx_errors': 0, - 'rx_octets': 167644, - 'tx_unicast_packets': 1241, - 'rx_errors': 0, - 'tx_broadcast_packets': 0, - 'rx_multicast_packets': 0, - 'rx_broadcast_packets': 80, - 'rx_discards': 0, - 'rx_unicast_packets': 0 - }, - u'Ethernet1': { - 'tx_multicast_packets': 293, - 'tx_discards': 0, - 'tx_octets': 38639, - 'tx_errors': 0, - 'rx_octets': 0, - 'tx_unicast_packets': 0, - 'rx_errors': 0, - 'tx_broadcast_packets': 0, - 'rx_multicast_packets': 0, - 'rx_broadcast_packets': 0, - 'rx_discards': 0, - 'rx_unicast_packets': 0 - } - } - """ - raise NotImplementedError - - def get_lldp_neighbors_detail(self, interface = ''): - """ - Returns a detailed view of the LLDP neighbors as a dictionary - containing lists of dictionaries for each interface. - - Inner dictionaries contain fields: - * parent_interface (string) - * remote_port (string) - * remote_port_description (string) - * remote_chassis_id (string) - * remote_system_name (string) - * remote_system_description (string) - * remote_system_capab (string) - * remote_system_enabled_capab (string) - - For example:: - - { - 'TenGigE0/0/0/8': [ - { - 'parent_interface': u'Bundle-Ether8', - 'remote_chassis_id': u'8c60.4f69.e96c', - 'remote_system_name': u'switch', - 'remote_port': u'Eth2/2/1', - 'remote_port_description': u'Ethernet2/2/1', - 'remote_system_description': u'''Cisco Nexus Operating System (NX-OS) Software 7.1(0)N1(1a) - TAC support: http://www.cisco.com/tac - Copyright (c) 2002-2015, Cisco Systems, Inc. All rights reserved.''', - 'remote_system_capab': u'B, R', - 'remote_system_enable_capab': u'B' - } - ] - } - """ - raise NotImplementedError - - def get_bgp_config(self, group = '', neighbor = ''): - """ - Returns a dictionary containing the BGP configuration. - Can return either the whole config, either the config only for a group or neighbor. - Main dictionary keys represent the group name and the values represent a dictionary having the following keys: - * type (string) - * description (string) - * apply_groups (string list) - * multihop_ttl (int) - * multipath (True/False) - * local_address (string) - * local_as (int) - * remote_as (int) - * import_policy (string) - * export_policy (string) - * remove_private_as (True/False) - * prefix_limit (dictionary) - * neighbors (dictionary) - Neighbors is a dictionary of dictionaries with the following keys: - * description (string) - * import_policy (string) - * export_policy (string) - * local_address (string) - * local_as (int) - * remote_as (int) - * authentication_key (string) - * prefix_limit (dictionary) - * route_reflector_client (True/False) - * nhs (True/False) - The inner dictionary prefix_limit has the same structure for both layers: - { - [FAMILY_NAME]: { - [FAMILY_TYPE]: { - 'limit': [LIMIT], - ... other options - } - } - - For example:: - - { - 'PEERS-GROUP-NAME':{ - 'type' : u'external', - 'description' : u'Here we should have a nice description', - 'apply_groups' : [u'BGP-PREFIX-LIMIT'], - 'import_policy' : u'PUBLIC-PEER-IN', - 'export_policy' : u'PUBLIC-PEER-OUT', - 'remove_private_as' : True, - 'multipath' : True, - 'multihop_ttl' : 30, - 'neighbors' : { - '192.168.0.1': { - 'description' : 'Facebook [CDN]', - 'prefix_limit' : { - 'inet': { - 'unicast': { - 'limit': 100, - 'teardown': { - 'threshold' : 95, - 'timeout' : 5 - } - } - } - } - 'remote_as' : 32934, - 'route_reflector_client': False, - 'nhs' : True - }, - '172.17.17.1': { - 'description' : 'Twitter [CDN]', - 'prefix_limit' : { - 'inet': { - 'unicast': { - 'limit': 500, - 'no-validate': 'IMPORT-FLOW-ROUTES' - } - } - } - 'remote_as' : 13414 - 'route_reflector_client': False, - 'nhs' : False - } - } - } - } - """ - raise NotImplementedError - - def cli(self, *commands): - - """ - Will execute a list of commands and return the output in a dictionary format. - - For example:: - - { - u'show version and haiku': u'''Hostname: re0.edge01.arn01 - Model: mx480 - Junos: 13.3R6.5 - - Help me, Obi-Wan - I just saw Episode Two - You're my only hope - ''', - u'show chassis fan' : u'''Item Status RPM Measurement - Top Rear Fan OK 3840 Spinning at intermediate-speed - Bottom Rear Fan OK 3840 Spinning at intermediate-speed - Top Middle Fan OK 3900 Spinning at intermediate-speed - Bottom Middle Fan OK 3840 Spinning at intermediate-speed - Top Front Fan OK 3810 Spinning at intermediate-speed - Bottom Front Fan OK 3840 Spinning at intermediate-speed - ''' - } - """ - raise NotImplementedError - - def get_bgp_neighbors_detail(self, neighbor_address = ''): - - """ - Returns a detailed view of the BGP neighbors as a dictionary of lists. - The keys of the dictionary represent the AS number of the neighbors. - Inner dictionaries contain the following fields: - * up (True/False) - * local_as (int) - * remote_as (int) - * local_address (string) - * routing_table (string) - * local_address_configured (True/False) - * local_port (int) - * remote_address (string) - * remote_port (int) - * multihop (True/False) - * multipath (True/False) - * remove_private_as (True/False) - * import_policy (string) - * export_policy (string) - * input_messages (int) - * output_messages (int) - * input_updates (int) - * output_updates (int) - * messages_queued_out (int) - * connection_state (string) - * previous_connection_state (string) - * last_event (string) - * suppress_4byte_as (True/False) - * local_as_prepend (True/False) - * holdtime (int) - * configured_holdtime (int) - * keepalive (int) - * configured_keepalive (int) - * active_prefix_count (int) - * received_prefix_count (int) - * accepted_prefix_count (int) - * suppressed_prefix_count (int) - * advertised_prefix_count (int) - * flap_count (int) - - For example:: - - { - 8121: [ - { - 'up' : True, - 'local_as' : 13335, - 'remote_as' : 8121, - 'local_address' : u'172.101.76.1', - 'local_address_configured' : True, - 'local_port' : 179, - 'routing_table' : u'inet.0', - 'remote_address' : u'192.247.78.0', - 'remote_port' : 58380, - 'multihop' : False, - 'multipath' : True, - 'remove_private_as' : True, - 'import_policy' : u'4-NTT-TRANSIT-IN', - 'export_policy' : u'4-NTT-TRANSIT-OUT', - 'input_messages' : 123, - 'output_messages' : 13, - 'input_updates' : 123, - 'output_updates' : 5, - 'messages_queued_out' : 23, - 'connection_state' : u'Established', - 'previous_connection_state' : u'EstabSync', - 'last_event' : u'RecvKeepAlive', - 'suppress_4byte_as' : False, - 'local_as_prepend' : False, - 'holdtime' : 90, - 'configured_holdtime' : 90, - 'keepalive' : 30, - 'configured_keepalive' : 30, - 'active_prefix_count' : 132808, - 'received_prefix_count' : 566739, - 'accepted_prefix_count' : 566479, - 'suppressed_prefix_count' : 0, - 'advertise_prefix_count' : 0, - 'flap_count' : 27 - } - ] - } - """ - raise NotImplementedError - - def get_arp_table(self): - - """ - Returns a list of dictionaries having the following set of keys: - * interface (string) - * mac (string) - * ip (string) - * age (float) - - For example:: - - [ - { - 'interface' : 'MgmtEth0/RSP0/CPU0/0', - 'mac' : '5c:5e:ab:da:3c:f0', - 'ip' : '172.17.17.1', - 'age' : 1454496274.84 - }, - { - 'interface' : 'MgmtEth0/RSP0/CPU0/0', - 'mac' : '66:0e:94:96:e0:ff', - 'ip' : '172.17.17.2', - 'age' : 1435641582.49 - } - ] - - """ - raise NotImplementedError - - def get_ntp_peers(self): - - """ - Returns a dictionary of dictionaries with the details of each NTP peer. - Each key of the dictionary is the IP Address of the NTP peer. - Details of the peer are represented by the following fields: - - * referenceid (string) - * stratum (int) - * type (string) - * when (string) - * hostpoll (int) - * reachability (int) - * delay (float) - * offset (float) - * jitter (float) - - For example:: - - { - u'188.114.101.4': { - 'referenceid' : u'188.114.100.1', - 'stratum' : 4, - 'type' : u'-', - 'when' : u'107', - 'hostpoll' : 256, - 'reachability' : 377, - 'delay' : 164.228, - 'offset' : -13.866, - 'jitter' : 2.695 - } - } - """ - raise NotImplementedError - - def get_interfaces_ip(self): - - """ - Returns all configured IP addresses on all interfaces as a dictionary of dictionaries. - Keys of the main dictionary represent the name of the interface. - Values of the main dictionary represent are dictionaries that may consist of two keys - 'ipv4' and 'ipv6' (one, both or none) which are themselvs dictionaries witht the IP addresses as keys. - Each IP Address dictionary has the following keys: - * prefix_length (int) - - For example:: - - { - u'FastEthernet8': { - u'ipv4': { - u'10.66.43.169': { - 'prefix_length': 22 - } - } - }, - u'Loopback555': { - u'ipv4': { - u'192.168.1.1': { - 'prefix_length': 24 - } - }, - u'ipv6': { - u'1::1': { - 'prefix_length': 64 - }, - u'2001:DB8:1::1': { - 'prefix_length': 64 - }, - u'2::': { - 'prefix_length': 64 - }, - u'FE80::3': { - 'prefix_length': u'N/A' - } - } - }, - u'Tunnel0': { - u'ipv4': { - u'10.63.100.9': { - 'prefix_length': 24 - } - } - } - } - """ - raise NotImplementedError - - def get_mac_address_table(self): - - """ - Returns a lists of dictionaries. Each dictionary represents an entry in the MAC Address Table, - having the following keys - * mac (string) - * interface (string) - * vlan (int) - * active (boolean) - * static (boolean) - * moves (int) - * last_move (float) - - For example:: - - [ - { - 'mac' : '00:1c:58:29:4a:71', - 'interface' : 'Ethernet47', - 'vlan' : 100, - 'static' : False, - 'active' : True, - 'moves' : 1, - 'last_move' : 1454417742.58 - }, - { - 'mac' : '8c:60:4f:58:e1:c1', - 'interface' : 'xe-1/0/1', - 'vlan' : 100, - 'static' : False, - 'active' : True, - 'moves' : 2, - 'last_move' : 1453191948.11 - }, - { - 'mac' : 'f4:b5:2f:56:72:01', - 'interface' : 'ae7.900', - 'vlan' : 900, - 'static' : False, - 'active' : True, - 'moves' : None, - 'last_move' : None - } - ] - - However, please note that not all vendors provide all these informations. - E.g.: field last_move is not available on JUNOS devices etc. - """ - raise NotImplementedError - - def get_route_to(self, destination = '', protocol = ''): - - """ - Returns a dictionary of dictionaries containing details of all available routes to a destination. - Each inner dictionary contains the following fields: - - * protocol (string) - * current_active (True/False) - * last_active (True/False) - * age (int) - * next_hop (string) - * outgoing_interface (string) - * selected_next_hop (True/False) - * preference (int) - * inactive_reason (string) - * routing_table (string) - * protocol_attributes (dictionary) - - protocol_attributes is a dictionary with protocol-specific information, as follows: - - - BGP - * local_as (int) - * remote_as (int) - * peer_id (string) - * as_path (string) - * communities (list) - * local_preference (int) - * preference2 (int) - * metric (int) - * metric2 (int) - - ISIS: - * level (int) - - For example:: - - { - "1.0.0.0/24": [ - { - "protocol" : u"BGP", - "inactive_reason" : u"Local Preference", - "last_active" : False, - "age" : 105219, - "next_hop" : u"172.17.17.17", - "selected_next_hop" : True, - "preference" : 170, - "current_active" : False, - "outgoing_interface": u"ae9.0", - "routing_table" : "inet.0", - "protocol_attributes": { - "local_as" : 13335, - "as_path" : u"2914 8403 54113 I", - "communities" : [ - u"2914:1234", - u"2914:5678", - u"8403:1717", - u"54113:9999" - ], - "preference2" : -101, - "remote_as" : 2914, - "local_preference" : 100 - } - } - ] - } - """ - raise NotImplementedError - - def get_snmp_information(self): - - """ - Returns a dict of dicts containing SNMP configuration - Each inner dictionary contains these fields - - * chassis_id (string) - * community (dictionary) - * contact (string) - * location (string) - - 'community' is a dictionary with community string specific information, as follows: - - * acl (string) # acl number or name - * mode (string) # read-write (rw), read-only (ro) - - Example Output: - - { 'chassis_id': u'Asset Tag 54670', - 'community': { u'private': { 'acl': u'12', 'mode': u'rw'}, - u'public': { 'acl': u'11', 'mode': u'ro'}, - u'public_named_acl': { 'acl': u'ALLOW-SNMP-ACL', - 'mode': u'ro'}, - u'public_no_acl': { 'acl': u'N/A', 'mode': u'ro'}}, - 'contact': u'Joe Smith', - 'location': u'123 Anytown USA Rack 404'} - - """ - raise NotImplementedError \ No newline at end of file diff --git a/napalm/clitools/__init__.py b/napalm/clitools/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/napalm/clitools/cl_napalm_configure.py b/napalm/clitools/cl_napalm_configure.py deleted file mode 100644 index 0f6df159e..000000000 --- a/napalm/clitools/cl_napalm_configure.py +++ /dev/null @@ -1,144 +0,0 @@ -from __future__ import print_function - -import argparse -import sys -import getpass - -from napalm import get_network_driver - -import logging -logger = logging.getLogger('cl-napalm-config.py') - - -def build_help(): - parser = argparse.ArgumentParser( - description='Command line tool to handle configuration on devices using NAPALM.' - 'The script will print the diff on the screen', - epilog='Automate all the things!!!' - ) - parser.add_argument( - dest='config_file', - action='store', - help='File containing the configuration you want to deploy.' - ) - parser.add_argument( - dest='hostname', - action='store', - help='Host where you want to deploy the configuration.' - ) - parser.add_argument( - '--user', '-u', - dest='user', - action='store', - default=getpass.getuser(), - help='User for authenticating to the host. Default: user running the script.' - ) - parser.add_argument( - '--password', '-p', - dest='password', - action='store', - help='Password for authenticating to the host.' - 'If you do not provide a password in the CLI you will be prompted.', - ) - parser.add_argument( - '--vendor', '-v', - dest='vendor', - action='store', - required=True, - help='Host Operating System.' - ) - parser.add_argument( - '--strategy', '-s', - dest='strategy', - action='store', - choices=['replace', 'merge'], - default='replace', - help='Strategy to use to deploy configuration. Default: replace.' - ) - parser.add_argument( - '--optional_args', '-o', - dest='optional_args', - action='store', - help='String with comma separated key=value pairs that will be passed via optional_args to the driver.', - ) - parser.add_argument( - '--dry-run', '-d', - dest='dry_run', - action='store_true', - default=None, - help='Only returns diff, it does not deploy the configuration.', - ) - parser.add_argument( - '--debug', - dest='debug', - action='store_true', - help='Enables debug mode; more verbosity.' - ) - args = parser.parse_args() - - if args.password is None: - password = getpass.getpass('Enter password: ') - setattr(args, 'password', password) - - return args - - -def configure_logging(debug): - if debug: - logger.setLevel(logging.DEBUG) - else: - logger.setLevel(logging.INFO) - - ch = logging.StreamHandler(sys.stdout) - formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s') - ch.setFormatter(formatter) - logger.addHandler(ch) - - -class CustomException(Exception): - pass - - -def run(vendor, hostname, user, password, strategy, optional_args, config_file, dry_run): - logger.debug('Getting driver for OS "{driver}"'.format(driver=vendor)) - driver = get_network_driver(vendor) - - if optional_args is not None: - optional_args = {x.split('=')[0]: x.split('=')[1] for x in optional_args.replace(' ', '').split(',')} - - logger.debug('Connecting to device "{device}" with user "{user}" and optional_args={optional_args}'.format( - device=hostname, user=user, optional_args=optional_args)) - with driver(hostname, user, password, optional_args=optional_args) as device: - logger.debug('Strategy for loading configuration is "{strategy}"'.format(strategy=strategy)) - if strategy == 'replace': - strategy_method = device.load_replace_candidate - elif strategy == 'merge': - strategy_method = device.load_merge_candidate - - logger.debug('Loading configuration file "{config}"'.format(config=config_file)) - strategy_method(filename=config_file) - - logger.debug('Comparing configuration') - diff = device.compare_config() - - if dry_run: - logger.debug('Dry-run. Discarding configuration.') - else: - logger.debug('Committing configuration') - device.commit_config() - logger.debug('Closing session') - - return diff - - -def main(): - args = build_help() - configure_logging(args.debug) - - print(run(args.vendor, args.hostname, args.user, args.password, args.strategy, - args.optional_args, args.config_file, args.dry_run)) - sys.exit(0) - - -if __name__ == '__main__': - main() diff --git a/napalm/eos.py b/napalm/eos.py deleted file mode 100644 index 272c5a049..000000000 --- a/napalm/eos.py +++ /dev/null @@ -1,1040 +0,0 @@ -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -import pyeapi -import re -from base import NetworkDriver -from pyeapi.eapilib import ConnectionError -from exceptions import ConnectionException, MergeConfigException, ReplaceConfigException, SessionLockedException, CommandErrorException -from netaddr import IPAddress -from netaddr import IPNetwork -from netaddr.core import AddrFormatError -from datetime import datetime -import time -from napalm.utils import string_parsers -from collections import defaultdict - - -class EOSDriver(NetworkDriver): - def __init__(self, hostname, username, password, timeout=60, optional_args=None): - self.device = None - self.hostname = hostname - self.username = username - self.password = password - self.timeout = timeout - self.config_session = None - - if optional_args is None: - optional_args = {} - self.port = optional_args.get('port', 443) - - def open(self): - try: - connection = pyeapi.client.connect( - transport='https', - host=self.hostname, - username=self.username, - password=self.password, - port=self.port, - timeout=self.timeout - ) - self.device = pyeapi.client.Node(connection) - # does not raise an Exception if unusable - - # let's try to run a very simple command - self.device.run_commands(['show clock'], encoding='text') - except ConnectionError as ce: - # and this is raised either if device not avaiable - # either if HTTP(S) agent is not enabled - # show management api http-commands - raise ConnectionException(ce.message) - - def close(self): - self.discard_config() - - def _load_config(self, filename=None, config=None, replace=True): - if self.config_session is not None: - raise SessionLockedException('Session is already in use by napalm') - else: - self.config_session = 'napalm_{}'.format(datetime.now().microsecond) - - commands = list() - commands.append('configure session {}'.format(self.config_session)) - - if replace: - commands.append('rollback clean-config') - - if filename is not None: - with open(filename, 'r') as f: - lines = f.readlines() - else: - if isinstance(config, list): - lines = config - else: - lines = config.splitlines() - - for line in lines: - line = line.strip() - if line == '': - continue - if line.startswith('!'): - continue - commands.append(line) - - try: - self.device.run_commands(commands) - except pyeapi.eapilib.CommandError as e: - self.discard_config() - - if replace: - raise ReplaceConfigException(e.message) - else: - raise MergeConfigException(e.message) - - def load_replace_candidate(self, filename=None, config=None): - self._load_config(filename, config, True) - - def load_merge_candidate(self, filename=None, config=None): - self._load_config(filename, config, False) - - def compare_config(self): - if self.config_session is None: - return '' - else: - commands = ['show session-config named %s diffs' % self.config_session] - result = self.device.run_commands(commands, encoding='text')[0]['output'] - - result = '\n'.join(result.splitlines()[2:]) - - return result.strip() - - def commit_config(self): - commands = list() - commands.append('copy startup-config flash:rollback-0') - commands.append('configure session {}'.format(self.config_session)) - commands.append('commit') - commands.append('write memory') - - self.device.run_commands(commands) - self.config_session = None - - def discard_config(self): - if self.config_session is not None: - commands = list() - commands.append('configure session {}'.format(self.config_session)) - commands.append('abort') - self.device.run_commands(commands) - self.config_session = None - - def rollback(self): - commands = list() - commands.append('configure replace flash:rollback-0') - commands.append('write memory') - self.device.run_commands(commands) - - def get_facts(self): - commands = list() - commands.append('show version') - commands.append('show hostname') - commands.append('show interfaces status') - - result = self.device.run_commands(commands) - - version = result[0] - hostname = result[1] - interfaces_dict = result[2]['interfaceStatuses'] - - uptime = time.time() - version['bootupTimestamp'] - - interfaces = [i for i in interfaces_dict.keys() if '.' not in i] - interfaces = string_parsers.sorted_nicely(interfaces) - - return { - 'hostname': hostname['hostname'], - 'fqdn': hostname['fqdn'], - 'vendor': u'Arista', - 'model': version['modelName'], - 'serial_number': version['serialNumber'], - 'os_version': version['internalVersion'], - 'uptime': int(uptime), - 'interface_list': interfaces, - } - - def get_interfaces(self): - commands = list() - commands.append('show interfaces') - output = self.device.run_commands(commands)[0] - - interfaces = dict() - - for interface, values in output['interfaces'].iteritems(): - interfaces[interface] = dict() - - if values['lineProtocolStatus'] == 'up': - interfaces[interface]['is_up'] = True - interfaces[interface]['is_enabled'] = True - else: - interfaces[interface]['is_up'] = False - if values['interfaceStatus'] == 'disabled': - interfaces[interface]['is_enabled'] = False - else: - interfaces[interface]['is_enabled'] = True - - interfaces[interface]['description'] = values['description'] - - interfaces[interface]['last_flapped'] = values.pop('lastStatusChangeTimestamp', None) - - interfaces[interface]['speed'] = values['bandwidth'] - interfaces[interface]['mac_address'] = values.pop('physicalAddress', u'') - - return interfaces - - def get_lldp_neighbors(self): - commands = list() - commands.append('show lldp neighbors') - output = self.device.run_commands(commands)[0]['lldpNeighbors'] - - lldp = dict() - - for n in output: - if n['port'] not in lldp.keys(): - lldp[n['port']] = list() - - lldp[n['port']].append( - { - 'hostname': n['neighborDevice'], - 'port': n['neighborPort'], - } - ) - - return lldp - - def get_interfaces_counters(self): - commands = list() - - commands.append('show interfaces counters') - commands.append('show interfaces counters errors') - - output = self.device.run_commands(commands) - - interface_counters = dict() - - for interface, counters in output[0]['interfaces'].iteritems(): - interface_counters[interface] = dict() - - interface_counters[interface]['tx_octets'] = counters['outOctets'] - interface_counters[interface]['rx_octets'] = counters['inOctets'] - interface_counters[interface]['tx_unicast_packets'] = counters['outUcastPkts'] - interface_counters[interface]['rx_unicast_packets'] = counters['inUcastPkts'] - interface_counters[interface]['tx_multicast_packets'] = counters['outMulticastPkts'] - interface_counters[interface]['rx_multicast_packets'] = counters['inMulticastPkts'] - interface_counters[interface]['tx_broadcast_packets'] = counters['outBroadcastPkts'] - interface_counters[interface]['rx_broadcast_packets'] = counters['inBroadcastPkts'] - interface_counters[interface]['tx_discards'] = counters['outDiscards'] - interface_counters[interface]['rx_discards'] = counters['inDiscards'] - - # Errors come from a different command - errors = output[1]['interfaceErrorCounters'][interface] - interface_counters[interface]['tx_errors'] = errors['outErrors'] - interface_counters[interface]['rx_errors'] = errors['inErrors'] - - return interface_counters - - @staticmethod - def _parse_neigbor_info(line): - m = re.match('BGP neighbor is (?P.*?), remote AS (?P.*?), .*', line) - return m.group('neighbor'), m.group('as') - - @staticmethod - def _parse_rid_info(line): - m = re.match('.*BGP version 4, remote router ID (?P.*?), VRF (?P.*?)$', line) - return m.group('rid'), m.group('vrf') - - @staticmethod - def _parse_desc(line): - m = re.match('\s+Description: (?P.*?)', line) - if m: - return m.group('description') - else: - return None - - @staticmethod - def _parse_local_info(line): - m = re.match('Local AS is (?P.*?),.*', line) - return m.group('as') - - @staticmethod - def _parse_prefix_info(line): - m = re.match('(\s*?)(?PIPv[46]) Unicast:\s*(?P\d+)\s*(?P\d+)', line) - return m.group('sent'), m.group('received') - - def get_bgp_neighbors(self): - NEIGHBOR_FILTER = 'bgp neighbors vrf all | include remote AS | remote router ID |^\s*IPv[46] Unicast:.*[0-9]+|^Local AS|Desc' - output_summary_cmds = self.device.run_commands( - ['show ipv6 bgp summary vrf all', 'show ip bgp summary vrf all'], - encoding='json') - output_neighbor_cmds = self.device.run_commands( - ['show ip ' + NEIGHBOR_FILTER, 'show ipv6 ' + NEIGHBOR_FILTER], - encoding='text') - - bgp_counters = defaultdict(lambda: dict(peers=dict())) - for summary in output_summary_cmds: - """ - Json output looks as follows - "vrfs": { - "default": { - "routerId": 1, - "asn": 1, - "peers": { - "1.1.1.1": { - "msgSent": 1, - "inMsgQueue": 0, - "prefixReceived": 3926, - "upDownTime": 1449501378.418644, - "version": 4, - "msgReceived": 59616, - "prefixAccepted": 3926, - "peerState": "Established", - "outMsgQueue": 0, - "underMaintenance": false, - "asn": 1 - } - } - } - } - """ - for vrf, vrf_data in summary['vrfs'].iteritems(): - bgp_counters[vrf]['router_id'] = vrf_data['routerId'] - for peer, peer_data in vrf_data['peers'].iteritems(): - peer_info = { - 'is_up': peer_data['peerState'] == 'Established', - 'is_enabled': peer_data['peerState'] == 'Established' or peer_data['peerState'] == 'Active', - 'uptime': int(peer_data['upDownTime']) - } - bgp_counters[vrf]['peers'][peer] = peer_info - lines = [] - [lines.extend(x['output'].splitlines()) for x in output_neighbor_cmds] - for line in lines: - """ - Raw output from the command looks like the following: - - BGP neighbor is 1.1.1.1, remote AS 1, external link - Description: Very info such descriptive - BGP version 4, remote router ID 1.1.1.1, VRF my_vrf - IPv4 Unicast: 683 78 - IPv6 Unicast: 0 0 - Local AS is 2, local router ID 2.2.2.2 - """ - if line is '': - continue - neighbor, r_as = self._parse_neigbor_info(lines.pop(0)) - # this line can be either description or rid info - next_line = lines.pop(0) - desc = self._parse_desc(next_line) - if desc is None: - rid, vrf = self._parse_rid_info(next_line) - desc = '' - else: - rid, vrf = self._parse_rid_info(lines.pop(0)) - - v4_sent, v4_recv = self._parse_prefix_info(lines.pop(0)) - v6_sent, v6_recv = self._parse_prefix_info(lines.pop(0)) - local_as = self._parse_local_info(lines.pop(0)) - data = { - 'remote_as': int(r_as), - 'remote_id': unicode(rid), - 'local_as': int(local_as), - 'description': unicode(desc), - 'address_family': { - 'ipv4': { - 'sent_prefixes': int(v4_sent), - 'received_prefixes': int(v4_recv), - 'accepted_prefixes': -1 - }, - 'ipv6': { - 'sent_prefixes': int(v6_sent), - 'received_prefixes': int(v6_recv), - 'accepted_prefixes': -1 - } - } - } - bgp_counters[vrf]['peers'][neighbor].update(data) - - if 'default' in bgp_counters.keys(): - bgp_counters['global'] = bgp_counters.pop('default') - return bgp_counters - - def get_environment(self): - """ - Returns a dictionary where: - * fans is a dictionary of dictionaries where the key is the location and the values: - * status (boolean) - True if it's ok, false if it's broken - * temperature is a dictionary of dictionaries where the key is the location and the values: - * temperature (int) - Temperature in celsius the sensor is reporting. - * is_alert (boolean) - True if the temperature is above the alert threshold - * is_critical (boolean) - True if the temperature is above the critical threshold - * power is a dictionary of dictionaries where the key is the PSU id and the values: - * status (boolean) - True if it's ok, false if it's broken - * capacity (int) - Capacity in W that the power supply can support - * output (int) - Watts drawn by the system - * cpu is a dictionary of dictionaries where the key is the ID and the values - * %usage - * available_ram (int) - Total amount of RAM installed in the device - * used_ram (int) - RAM that is still free in the device - """ - command = list() - command.append('show environment cooling') - command.append('show environment temperature') - command.append('show environment power') - output = self.device.run_commands(command) - - environment_counters = dict() - environment_counters['fans'] = dict() - environment_counters['temperature'] = dict() - environment_counters['power'] = dict() - environment_counters['cpu'] = dict() - environment_counters['available_ram'] = '' - environment_counters['used_ram'] = '' - - fans_output = output[0] - temp_output = output[1] - power_output = output[2] - cpu_output = self.device.run_commands(['show processes top once'], encoding='text')[0]['output'] - - ''' Get fans counters ''' - for slot in fans_output['fanTraySlots']: - environment_counters['fans'][slot['label']] = dict() - environment_counters['fans'][slot['label']]['status'] = slot['status'] == 'ok' - - ''' Get temp counters ''' - for slot in temp_output: - try: - for sensorsgroup in temp_output[slot]: - for sensor in sensorsgroup['tempSensors']: - environment_counters['temperature'][sensor['name']] = { - 'temperature': sensor['currentTemperature'], - 'is_alert': sensor['currentTemperature'] > sensor['overheatThreshold'], - 'is_critical': sensor['currentTemperature'] > sensor['criticalThreshold'] - } - except: - pass - - ''' Get power counters ''' - for _, item in power_output.iteritems(): - for id, ps in item.iteritems(): - environment_counters['power'][id] = { - 'status': ps['state'] == 'ok', - 'capacity': ps['capacity'], - 'output': ps['outputPower'] - } - - ''' Get CPU counters ''' - m = re.search('(\d+.\d+)\%', cpu_output.splitlines()[2]) - environment_counters['cpu'][0] = { - '%usage': float(m.group(1)) - } - m = re.search('(\d+)k\W+total\W+(\d+)k\W+used\W+(\d+)k\W+free', cpu_output.splitlines()[3]) - - environment_counters['memory'] = { - 'available_ram': int(m.group(1)), - 'used_ram': int(m.group(2)) - } - - return environment_counters - - def get_lldp_neighbors_detail(self, interface = ''): - - lldp_neighbors_out = dict() - - filters = list() - if interface: - filters.append(interface) - - commands = list() - commands.append( - 'show lldp neighbors {filters} detail'.format( - filters = ' '.join(filters) - ) - ) - - lldp_neighbors_in = {} - try: - lldp_neighbors_in = self.device.run_commands(commands)[0].get('lldpNeighbors', {}) - except Exception: - return {} - - for interface in lldp_neighbors_in: - interface_neighbors = lldp_neighbors_in.get(interface).get('lldpNeighborInfo', {}) - if not interface_neighbors: - # in case of empty infos - continue - for neighbor in interface_neighbors: # it is provided a list of neighbors per interface - if interface not in lldp_neighbors_out.keys(): - lldp_neighbors_out[interface] = list() - capabilities = neighbor.get('systemCapabilities') - lldp_neighbors_out[interface].append( - { - 'parent_interface' : interface, # no parent interfaces - 'remote_port' : neighbor.get('neighborInterfaceInfo', {}).get('interfaceId', u''), - 'remote_port_description' : u'', - 'remote_system_name' : neighbor.get('systemName', u''), - 'remote_system_description' : neighbor.get('systemDescription', u''), - 'remote_chassis_id' : neighbor.get('chassisId', u''), - 'remote_system_capab' : unicode(', '.join(capabilities)), - 'remote_system_enable_capab' : unicode(', '.join([capability for capability in capabilities.keys() if capabilities[capability]])) - } - ) - - return lldp_neighbors_out - - def cli(self, commands = None): - - cli_output = dict() - - if type(commands) is not list: - raise TypeError('Please enter a valid list of commands!') - - for command in commands: - try: - cli_output[unicode(command)] = self.device.run_commands([command], encoding = 'text')[0].get('output') - # not quite fair to not exploit rum_commands - # but at least can have better control to point to wrong command in case of failure - except pyeapi.eapilib.CommandError: - # for sure this command failed - cli_output[unicode(command)] = 'Invalid command: "{cmd}"'.format( - cmd = command - ) - raise CommandErrorException(str(cli_output)) - except Exception as e: - # something bad happened - cli_output[unicode(command)] = 'Unable to execute command "{cmd}": {err}'.format( - cmd = command, - err = e - ) - raise CommandErrorException(str(cli_output)) - - return cli_output - - def get_bgp_config(self, group = '', neighbor = ''): - - _GROUP_FIELD_MAP_ = { - 'type' : 'type', - 'multipath' : 'multipath', - 'apply-groups' : 'apply_groups', - 'remove-private-as' : 'remove_private_as', - 'ebgp-multihop' : 'multihop_ttl', - 'remote-as' : 'remote_as', - 'local-v4-addr' : 'local_address', - 'local-v6-addr' : 'local_address', - 'local-as' : 'local_as', - 'description' : 'description', - 'import-policy' : 'import_policy', - 'export-policy' : 'export_policy' - } - - _PEER_FIELD_MAP_ = { - 'description' : 'description', - 'remote-as' : 'remote_as', - 'local-v4-addr' : 'local_address', - 'local-v6-addr' : 'local_address', - 'local-as' : 'local_as', - 'next-hop-self' : 'nhs', - 'route-reflector-client': 'route_reflector_client', - 'description' : 'description', - 'import-policy' : 'import_policy', - 'export-policy' : 'export_policy', - 'passwd' : 'authentication_key' - } - - _PROPERTY_FIELD_MAP_ = _GROUP_FIELD_MAP_.copy() - _PROPERTY_FIELD_MAP_.update(_PEER_FIELD_MAP_) - - _PROPERTY_TYPE_MAP_ = { - # used to determine the default value - # and cast the values - 'remote-as' : int, - 'ebgp-multihop' : int, - 'local-v4-addr' : unicode, - 'local-v6-addr' : unicode, - 'local-as' : int, - 'remove-private-as' : bool, - 'next-hop-self' : bool, - 'description' : unicode, - 'route-reflector-client': bool, - 'password' : unicode, - 'route-map' : unicode, - 'apply-groups' : list, - 'type' : unicode, - 'import-policy' : unicode, - 'export-policy' : unicode, - 'multipath' : bool - } - - _DATATYPE_DEFAULT_ = { - unicode : u'', - int : 0, - bool : False, - list : [] - } - - def parse_options(options, default_value = False): - - if not options: - return dict() - - config_property = options[0] - field_name = _PROPERTY_FIELD_MAP_.get(config_property) - field_type = _PROPERTY_TYPE_MAP_.get(config_property) - field_value = _DATATYPE_DEFAULT_.get(field_type) # to get the default value - - if not field_type: - # no type specified at all => return empty dictionary - return dict() - - if not default_value: - if len(options) > 1: - field_value = field_type(options[1]) - else: - if field_type is bool: - field_value = True - if field_name is not None: - return {field_name: field_value} - elif config_property in ['route-map', 'password']: - # do not respect the pattern neighbor [IP_ADDRESS] [PROPERTY] [VALUE] - # or need special output (e.g.: maximum-routes) - if config_property == 'password': - return {'authentication_key': unicode(options[2])} - # returns the MD5 password - if config_property == 'route-map': - direction = None - if len(options) == 3: - direction = options[2] - field_value = field_type(options[1]) # the name of the policy - elif len(options) == 2: - direction = options[1] - if direction == 'in': - field_name = 'import_policy' - else: - field_name = 'export_policy' - return {field_name: field_value} - - return dict() - - bgp_config = dict() - - commands = list() - commands.append('show running-config | section router bgp') - bgp_conf = self.device.run_commands(commands, encoding = 'text')[0].get('output', '\n\n') - bgp_conf_lines = bgp_conf.splitlines()[2:] - - bgp_neighbors = dict() - - if not group: - neighbor = '' - - last_peer_group = '' - local_as = 0 - for bgp_conf_line in bgp_conf_lines: - raw_line = bgp_conf_line - default_value = False - bgp_conf_line = bgp_conf_line.strip() - if bgp_conf_line.startswith('router bgp'): - local_as = int(bgp_conf_line.replace('router bgp', '').strip()) - continue - if not (bgp_conf_line.startswith('neighbor') or bgp_conf_line.startswith('no neighbor')): - continue - if bgp_conf_line.startswith('no'): - default_value = True - bgp_conf_line = bgp_conf_line.replace('no neighbor ', '').replace('neighbor ', '') - bgp_conf_line_details = bgp_conf_line.split() - group_or_neighbor = unicode(bgp_conf_line_details[0]) - options = bgp_conf_line_details[1:] - try: - # will try to parse the neighbor name - # which sometimes is the IP Address of the neigbor - # or the name of the BGP group - IPAddress(group_or_neighbor) - # if passes the test => it is an IP Address, thus a Neighbor! - peer_address = group_or_neighbor - - if options[0] == 'peer-group': - last_peer_group = options[1] - - # if looking for a specific group - if group and last_peer_group != group: - continue - - # or even more. a specific neighbor within a group - if neighbor and peer_address != neighbor: - continue - # skip all other except the target - - # in the config, neighbor details are lister after - # the group is specified for the neighbor: - # - # neighbor 192.168.172.36 peer-group 4-public-anycast-peers - # neighbor 192.168.172.36 remote-as 12392 - # neighbor 192.168.172.36 maximum-routes 200 - # - # because the lines are parsed sequentially - # can use the last group detected - # that way we avoid one more loop to match the neighbors with the group they belong to - # directly will apend the neighbor in the neighbor list of the group at the end - if last_peer_group not in bgp_neighbors.keys(): - bgp_neighbors[last_peer_group] = dict() - if peer_address not in bgp_neighbors[last_peer_group]: - bgp_neighbors[last_peer_group][peer_address] = dict() - bgp_neighbors[last_peer_group][peer_address].update({ - key:_DATATYPE_DEFAULT_.get(_PROPERTY_TYPE_MAP_.get(prop)) for prop, key in _PEER_FIELD_MAP_.iteritems() - }) # populating with default values - bgp_neighbors[last_peer_group][peer_address].update({ - 'prefix_limit': {}, - 'local_as' : local_as, - 'authentication_key': u'' - }) # few more default values - bgp_neighbors[last_peer_group][peer_address].update( - parse_options(options, default_value) - ) - except AddrFormatError: - # exception trying to parse group name - # group_or_neighbor represents the name of the group - group_name = group_or_neighbor - if group and group_name != group: - continue - if group_name not in bgp_config.keys(): - bgp_config[group_name] = dict() - bgp_config[group_name].update({ - key:_DATATYPE_DEFAULT_.get(_PROPERTY_TYPE_MAP_.get(prop)) for prop, key in _GROUP_FIELD_MAP_.iteritems() - }) - bgp_config[group_name].update({ - 'prefix_limit' : {}, - 'neighbors' : {}, - 'local_as' : local_as - }) # few more default values - bgp_config[group_name].update( - parse_options(options, default_value) - ) - except Exception: - # for other kind of exception pass to next line - continue - - for group, peers in bgp_neighbors.iteritems(): - if group not in bgp_config.keys(): - continue - bgp_config[group]['neighbors'] = peers - - return bgp_config - - def get_arp_table(self): - - arp_table = list() - - commands = ['show arp'] - - ipv4_neighbors = [] - try: - ipv4_neighbors = self.device.run_commands(commands)[0].get('ipV4Neighbors', []) - except pyeapi.eapilib.CommandError: - return [] - - for neighbor in ipv4_neighbors: - interface = unicode(neighbor.get('interface')) - mac_raw = neighbor.get('hwAddress') - mac_all = mac_raw.replace('.', '').replace(':', '') - mac_format = unicode(':'.join([mac_all[i:i+2] for i in range(12)[::2]])) - ip = unicode(neighbor.get('address')) - age = float(neighbor.get('age')) - arp_table.append( - { - 'interface' : interface, - 'mac' : mac_format, - 'ip' : ip, - 'age' : age - } - ) - - return arp_table - - def get_ntp_peers(self): - - ntp_peers = dict() - - REGEX = ( - '^\s?(\+|\*|x|-)?([a-zA-Z0-9\.+-:]+)' - '\s+([a-zA-Z0-9\.]+)\s+([0-9]{1,2})' - '\s+(-|u)\s+([0-9h-]+)\s+([0-9]+)' - '\s+([0-9]+)\s+([0-9\.]+)\s+([0-9\.-]+)' - '\s+([0-9\.]+)\s?$' - ) - - commands = list() - commands.append('show ntp associations') - - # output = self.device.run_commands(commands) - # pyeapi.eapilib.CommandError: CLI command 2 of 2 'show ntp associations' failed: unconverted command - # JSON output not yet implemented... - - ntp_assoc = self.device.run_commands(commands, encoding = 'text')[0].get('output', '\n\n') - ntp_assoc_lines = ntp_assoc.splitlines()[2:] - - for ntp_assoc in ntp_assoc_lines: - line_search = re.search(REGEX, ntp_assoc, re.I) - if not line_search: - continue # pattern not found - line_groups = line_search.groups() - try: - ntp_peers[unicode(line_groups[1])] = { - 'referenceid' : unicode(line_groups[2]), - 'stratum' : int(line_groups[3]), - 'type' : unicode(line_groups[4]), - 'when' : unicode(line_groups[5]), - 'hostpoll' : int(line_groups[6]), - 'reachability' : int(line_groups[7]), - 'delay' : float(line_groups[8]), - 'offset' : float(line_groups[9]), - 'jitter' : float(line_groups[10]) - } - except Exception: - continue # jump to next line - - return ntp_peers - - def get_interfaces_ip(self): - - interfaces_ip = dict() - - commands = list() - commands.append('show ip interface') - commands.append('show ipv6 interface') - - interfaces_ip_out = self.device.run_commands(commands) - interfaces_ipv4_out = interfaces_ip_out[0].get('interfaces', {}) - interfaces_ipv6_out = interfaces_ip_out[1].get('interfaces', {}) - - for interface_name, interface_details in interfaces_ipv4_out.iteritems(): - ipv4_list = list() - if interface_name not in interfaces_ip.keys(): - interfaces_ip[interface_name] = dict() - if u'ipv4' not in interfaces_ip.get(interface_name): - interfaces_ip[interface_name][u'ipv4'] = dict() - ipv4_list.append( - { - 'address' : interface_details.get('interfaceAddress', {}).get('primaryIp', {}).get('address'), - 'masklen' : interface_details.get('interfaceAddress', {}).get('primaryIp', {}).get('maskLen') - } - ) - for secondary_ip in interface_details.get('interfaceAddress', {}).get('secondaryIpsOrderedList', []): - ipv4_list.append( - { - 'address' : secondary_ip.get('address'), - 'masklen' : secondary_ip.get('maskLen') - } - ) - - for ip in ipv4_list: - if not ip.get('address'): - continue - if ip.get('address') not in interfaces_ip.get(interface_name).get(u'ipv4'): - interfaces_ip[interface_name][u'ipv4'][ip.get('address')] = { - u'prefix_length': ip.get('masklen') - } - - for interface_name, interface_details in interfaces_ipv6_out.iteritems(): - ipv6_list = list() - if interface_name not in interfaces_ip.keys(): - interfaces_ip[interface_name] = dict() - if u'ipv6' not in interfaces_ip.get(interface_name): - interfaces_ip[interface_name][u'ipv6'] = dict() - ipv6_list.append( - { - 'address' : interface_details.get('linkLocal', {}).get('address'), - 'masklen' : int(interface_details.get('linkLocal', {}).get('subnet', '::/0').split('/')[-1]) - # when no link-local set, address will be None and maslken 0 - } - ) - for address in interface_details.get('addresses'): - ipv6_list.append( - { - 'address' : address.get('address'), - 'masklen' : int(address.get('subnet').split('/')[-1]) - } - ) - for ip in ipv6_list: - if not ip.get('address'): - continue - if ip.get('address') not in interfaces_ip.get(interface_name).get(u'ipv6'): - interfaces_ip[interface_name][u'ipv6'][ip.get('address')] = { - u'prefix_length': ip.get('masklen') - } - - return interfaces_ip - - def get_mac_address_table(self): - - mac_table = list() - - commands = ['show mac address-table'] - - mac_entries = [] - try: - mac_entries = self.device.run_commands(commands)[0].get('unicastTable', {}).get('tableEntries', []) - except Exception: - return {} - - for mac_entry in mac_entries: - vlan = mac_entry.get('vlanId') - interface = mac_entry.get('interface') - mac_raw = mac_entry.get('macAddress') - mac_str = mac_raw.replace('.', '').replace(':', '') - mac_format = ':'.join([ mac_str[i:i+2] for i in range(12)[::2] ]) - static = (mac_entry.get('entryType') == 'static') - last_move = mac_entry.get('lastMove', 0.0) - moves = mac_entry.get('moves', 0) - mac_table.append( - { - 'mac' : mac_format, - 'interface' : interface, - 'vlan' : vlan, - 'active' : True, - 'static' : static, - 'moves' : moves, - 'last_move' : last_move - } - ) - - return mac_table - - def get_route_to(self, destination = '', protocol = ''): - - routes = dict() - - try: - ipv = '' - if IPNetwork(destination).version == 6: - ipv = 'v6' - except AddrFormatError: - return 'Please specify a valid destination!' - - command = 'show ip{ipv} route {destination} detail'.format( - ipv = ipv, - destination = destination - ) - - command_output = self.device.run_commands([command])[0] - if ipv == 'v6': - routes_out = command_output.get('routes', {}) - else: - # on a multi-VRF configured device need to go through a loop and get for each instance - routes_out = command_output.get('vrfs', {}).get('default', {}).get('routes', {}) - - for prefix, route_details in routes_out.iteritems(): - if prefix not in routes.keys(): - routes[prefix] = list() - route_protocol = route_details.get('routeType').upper() - preference = route_details.get('preference') - - route = { - 'current_active' : False, - 'last_active' : False, - 'age' : 0, - 'next_hop' : u'', - 'protocol' : route_protocol, - 'outgoing_interface': u'', - 'preference' : preference, - 'inactive_reason' : u'', - 'routing_table' : u'default', - 'selected_next_hop' : False, - 'protocol_attributes': {} - } - if protocol == 'bgp': - metric = route_details.get('metric') - command = 'show ip{ipv} bgp {destination} detail'.format( - ipv = ipv, - destination = prefix - ) - default_vrf_details = self.device.run_commands([command])[0].get('vrfs', {}).get('default', {}) - local_as = default_vrf_details.get('asn') - bgp_routes = default_vrf_details.get('bgpRouteEntries', {}).get(prefix, {}).get('bgpRoutePaths', []) - for bgp_route_details in bgp_routes: - bgp_route = route.copy() - as_path = bgp_route_details.get('asPathEntry', {}).get('asPath', u'') - remote_as = int(as_path.split()[-1]) - remote_address = bgp_route_details.get('routeDetail', {}).get('peerEntry', {}).get('peerAddr', '') - local_preference = bgp_route_details.get('localPreference') - next_hop = bgp_route_details.get('nextHop') - active_route = bgp_route_details.get('routeType', {}).get('active', False) - last_active = active_route # should find smth better - communities = bgp_route_details.get('routeDetail', {}).get('communityList', []) - preference2 = bgp_route_details.get('weight') - selected_next_hop = active_route - bgp_route.update({ - 'current_active' : active_route, - 'last_active' : last_active, - 'next_hop' : next_hop, - 'selected_next_hop' : active_route, - 'protocol_attributes': { - 'metric' : metric, - 'as_path' : as_path, - 'local_preference' : local_preference, - 'local_as' : local_as, - 'remote_as' : remote_as, - 'remote_address' : remote_address, - 'preference2' : preference2, - 'communities' : communities - } - }) - routes[prefix].append(bgp_route) - else: - for next_hop in route_details.get('vias'): - route_next_hop = route.copy() - route_next_hop.update( - { - 'next_hop' : next_hop.get('nexthopAddr'), - 'outgoing_interface': next_hop.get('interface') - } - ) - routes[prefix].append(route_next_hop) - - return routes - - def get_snmp_information(self): - - snmp_information = dict() - - commands = list() - commands.append('show running-config | section snmp-server') - raw_snmp_config = self.device.run_commands(commands, encoding = 'text')[0].get('output', '') - - snmp_config = self._textfsm_extractor('snmp_config', raw_snmp_config) - - if not snmp_config: - return snmp_information - - snmp_information = { - 'contact' : unicode(snmp_config[0].get('contact', '')), - 'location' : unicode(snmp_config[0].get('location', '')), - 'chassis_id': unicode(snmp_config[0].get('chassis_id', '')), - 'community' : {} - } - - for snmp_entry in snmp_config: - community_name = unicode(snmp_entry.get('community', '')) - if not community_name: - continue - snmp_information['community'][community_name] = { - 'acl': unicode(snmp_entry.get('acl', '')), - 'mode': unicode(snmp_entry.get('mode', 'ro').lower()) - } - - return snmp_information diff --git a/napalm/exceptions.py b/napalm/exceptions.py deleted file mode 100644 index 8d7579d67..000000000 --- a/napalm/exceptions.py +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -class ConnectionException(Exception): - pass - -class ReplaceConfigException(Exception): - pass - -class MergeConfigException(Exception): - pass - -class SessionLockedException(Exception): - pass - -class CommandTimeoutException(Exception): - pass - -class CommandErrorException(Exception): - pass - -class DriverTemplateNotImplemented(Exception): - pass - -class TemplateNotImplemented(Exception): - pass - -class TemplateRenderException(Exception): - pass diff --git a/napalm/fortios.py b/napalm/fortios.py deleted file mode 100644 index eebff5789..000000000 --- a/napalm/fortios.py +++ /dev/null @@ -1,413 +0,0 @@ -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. -import re -from pyFG.fortios import FortiOS, FortiConfig, logger -from pyFG.exceptions import FailedCommit, CommandExecutionException -from base import NetworkDriver -from exceptions import ReplaceConfigException, MergeConfigException -from napalm.utils.string_parsers import colon_separated_string_to_dict, convert_uptime_string_seconds - - -class FortiOSDriver(NetworkDriver): - def __init__(self, hostname, username, password, timeout=60, optional_args=None): - self.hostname = hostname - self.username = username - self.password = password - - if optional_args is not None: - self.vdom = optional_args.get('fortios_vdom', None) - else: - self.vdom = None - - self.device = FortiOS(hostname, username=username, password=password, timeout=timeout, vdom=self.vdom) - self.config_replace = False - - def open(self): - self.device.open() - - def close(self): - self.device.close() - - def execute_command_with_vdom(self, command, vdom=None): - # If the user doesn't specify a particular vdom we use the default vdom for the object. - vdom = vdom or self.vdom - - if vdom == 'global' and self.vdom is not None: - # If vdom is global we go to the global vdom, execute the commands and then back to the root. - # There is a catch, if the device doesn't have vdoms enabled we have to execute the command in the root - command = 'conf global\n{command}\nend'.format(command=command) - - # We skip the lines telling us that we changed vdom - return self.device.execute_command(command)[1:-2] - elif vdom not in ['global', None]: - # If we have a vdom we change to the vdom, execute the commands and then exit back to the root - command = 'conf vdom\nedit {vdom}\n{command}\nend'.format(vdom=vdom, command=command) - - # We skip the lines telling us that we changed vdom - return self.device.execute_command(command)[3:-2] - else: - # If there is no vdom we just execute the command - return self.device.execute_command(command) - - def get_command_with_vdom(self, cmd, separator=':', auto=False, vdom=None): - output = self.execute_command_with_vdom(cmd, vdom) - - if auto: - if ':' in output[0]: - separator = ':' - elif '\t' in output[0]: - separator = '\t' - else: - raise Exception('Unknown separator for block:\n{}'.format(output)) - - return colon_separated_string_to_dict('\n'.join(output), separator) - - def _load_config(self, filename, config): - if filename is None: - configuration = config - else: - with open(filename) as f: - configuration = f.read() - - self.device.load_config(in_candidate=True, config_text=configuration) - - def load_replace_candidate(self, filename=None, config=None): - self.config_replace = True - - self.device.candidate_config = FortiConfig('candidate') - self.device.running_config = FortiConfig('running') - - self._load_config(filename, config) - - self.device.load_config(empty_candidate=True) - - def load_merge_candidate(self, filename=None, config=None): - self.config_replace = False - - self.device.candidate_config = FortiConfig('candidate') - self.device.running_config = FortiConfig('running') - - self._load_config(filename, config) - - for block in self.device.candidate_config.get_block_names(): - try: - self.device.load_config(path=block, empty_candidate=True) - except CommandExecutionException as e: - raise MergeConfigException(e.message) - - def compare_config(self): - return self.device.compare_config() - - def commit_config(self): - try: - self.execute_command_with_vdom('execute backup config flash commit_with_napalm') - self.device.commit() - self.discard_config() - except FailedCommit as e: - if self.config_replace: - raise ReplaceConfigException(e.message) - else: - raise MergeConfigException(e.message) - - def discard_config(self): - self.device.candidate_config = FortiConfig('candidate') - self.device.load_config(in_candidate=True) - - def rollback(self): - output = self.execute_command_with_vdom('fnsysctl ls -l data2/config', vdom=None) - rollback_file = output[-2].split()[-1] - rollback_config = self.execute_command_with_vdom( - 'fnsysctl cat data2/config/{rollback_file}'.format(rollback_file)) - - self.device.load_config(empty_candidate=True) - self.load_replace_candidate(config=rollback_config) - self.device.candidate_config['vpn certificate local']['Fortinet_CA_SSLProxy'].del_param('private-key') - self.device.candidate_config['vpn certificate local']['Fortinet_CA_SSLProxy'].del_param('certificate') - self.device.candidate_config['vpn certificate local']['Fortinet_SSLProxy'].del_param('private-key') - self.device.candidate_config['vpn certificate local']['Fortinet_SSLProxy'].del_param('certificate') - self.device.commit() - - def get_facts(self): - system_status = self.get_command_with_vdom('get system status', vdom='global') - performance_status = self.get_command_with_vdom('get system performance status', vdom='global') - - interfaces = self.execute_command_with_vdom('get system interface | grep ==', vdom='global') - interface_list = [x.split()[2] for x in interfaces if x.strip() is not ''] - - domain = self.get_command_with_vdom('get system dns | grep domain', vdom='global')['domain'] - - return { - 'vendor': unicode('Fortigate'), - 'os_version': unicode(system_status['Version'].split(',')[0].split()[1]), - 'uptime': convert_uptime_string_seconds(performance_status['Uptime']), - 'serial_number': unicode(system_status['Serial-Number']), - 'model': unicode(system_status['Version'].split(',')[0].split()[0]), - 'hostname': unicode(system_status['Hostname']), - 'fqdn': u'{}.{}'.format(system_status['Hostname'], domain), - 'interface_list': interface_list - } - - @staticmethod - def _get_tab_separated_interfaces(output): - interface_statistics = { - 'is_up': ('up' in output['State'] and 'up' or 'down'), - 'speed': output['Speed'], - 'mac_adddress': output['Current_HWaddr'] - } - return interface_statistics - - @staticmethod - def _get_unsupported_interfaces(): - return { - 'is_up': None, - 'is_enabled': None, - 'description': None, - 'last_flapped': None, - 'mode': None, - 'speed': None, - 'mac_address': None - } - - def get_interfaces(self): - cmd_data = self.execute_command_with_vdom('diagnose hardware deviceinfo nic', vdom='global') - - interface_list = [x.replace('\t', '') for x in cmd_data if x.startswith('\t')] - interface_statistics = {} - for interface in interface_list: - if_data = self.execute_command_with_vdom( - 'diagnose hardware deviceinfo nic {}'.format(interface), vdom='global') - parsed_data = {} - if interface.startswith('mgmt'): - for line in if_data: - if line.startswith('Speed'): - if line.split('\t')[-1].split(' ')[0].isdigit(): - parsed_data['speed'] = int(line.split('\t')[-1].split(' ')[0]) - else: - parsed_data['speed'] = -1 - elif line.startswith('Link'): - parsed_data['is_up'] = line.split('\t')[-1] is 'up' - elif line.startswith('Current_HWaddr'): - parsed_data['mac_address'] = unicode(line.split('\t')[-1]) - parsed_data['is_enabled'] = True - parsed_data['description'] = u'' - parsed_data['last_flapped'] = -1.0 - else: - for line in if_data: - if line.startswith('Admin'): - parsed_data['is_enabled'] = line.split(':')[-1] is 'up' - elif line.startswith('PHY Status'): - parsed_data['is_up'] = line.split(':')[-1] is 'up' - elif line.startswith('PHY Speed'): - parsed_data['speed'] = int(line.split(':')[-1]) - elif line.startswith('Current_HWaddr'): - parsed_data['mac_address'] = unicode(line.split(' ')[-1]) - parsed_data['description'] = u'' - parsed_data['last_flapped'] = -1.0 - interface_statistics[interface] = parsed_data - return interface_statistics - - @staticmethod - def _search_line_in_lines(search, lines): - for l in lines: - if search in l: - return l - - def get_bgp_neighbors(self): - - families = ['ipv4', 'ipv6'] - terms = dict({'accepted_prefixes': 'accepted', 'sent_prefixes': 'announced'}) - command_sum = 'get router info bgp sum' - command_detail = 'get router info bgp neighbor {}' - command_received = 'get router info bgp neighbors {} received-routes | grep prefixes ' - peers = dict() - - bgp_sum = self.execute_command_with_vdom(command_sum) - - re_neigh = re.compile("^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+") - neighbors = {n.split()[0]: n.split()[1:] for n in bgp_sum if re.match(re_neigh, n)} - - self.device.load_config('router bgp') - - for neighbor, parameters in neighbors.iteritems(): - logger.debug('NEW PEER') - neigh_conf = self.device.running_config['router bgp']['neighbor']['{}'.format(neighbor)] - - neighbor_dict = peers.get(neighbor, dict()) - - if not neighbor_dict: - neighbor_dict['local_as'] = int(bgp_sum[0].split()[7]) - neighbor_dict['remote_as'] = int(neigh_conf.get_param('remote-as')) - neighbor_dict['is_up'] = 'never' != parameters[7] or False - neighbor_dict['is_enabled'] = neigh_conf.get_param('shutdown') != 'enable' or False - neighbor_dict['description'] = u'' - neighbor_dict['uptime'] = convert_uptime_string_seconds(parameters[7]) - neighbor_dict['address_family'] = dict() - neighbor_dict['address_family']['ipv4'] = dict() - neighbor_dict['address_family']['ipv6'] = dict() - - detail_output = [x.lower() for x in self.execute_command_with_vdom(command_detail.format(neighbor))] - m = re.search('remote router id (.+?)\n', '\n'.join(detail_output)) - if m: - neighbor_dict['remote_id'] = unicode(m.group(1)) - else: - raise Exception('cannot find remote router id for %s' % neighbor) - - for family in families: - # find block - x = detail_output.index(' for address family: {} unicast'.format(family)) - block = detail_output[x:] - - for term, fortiname in terms.iteritems(): - text = self._search_line_in_lines('%s prefixes' % fortiname, block) - t = [int(s) for s in text.split() if s.isdigit()][0] - neighbor_dict['address_family'][family][term] = t - - received = self.execute_command_with_vdom( - command_received.format(neighbor))[0].split() - if len(received) > 0: - neighbor_dict['address_family'][family]['received_prefixes'] = received[-1] - else: - # Soft-reconfig is not enabled - neighbor_dict['address_family'][family]['received_prefixes'] = 0 - peers[neighbor] = neighbor_dict - - return { - 'global': { - 'router_id': unicode(bgp_sum[0].split()[3]), - 'peers': peers - } - } - - def get_interfaces_counters(self): - cmd = self.execute_command_with_vdom('fnsysctl ifconfig', vdom=None) - if_name = None - interface_counters = dict() - for line in cmd: - data = line.split('\t') - if (data[0] == '' or data[0] == ' ') and len(data) == 1: - continue - elif data[0] != '': - if_name = data[0] - interface_counters[if_name] = dict() - elif (data[1].startswith('RX packets') or data[1].startswith('TX packets')) and if_name: - if_data = data[1].split(' ') - direction = if_data[0].lower() - interface_counters[if_name][direction + '_unicast_packets'] = int(if_data[1].split(':')[1]) - interface_counters[if_name][direction + '_errors'] = int(if_data[2].split(':')[1]) - interface_counters[if_name][direction + '_discards'] = int(if_data[2].split(':')[1]) - interface_counters[if_name][direction + '_multicast_packets'] = -1 - interface_counters[if_name][direction + '_broadcast_packets'] = -1 - elif data[1].startswith('RX bytes'): - if_data = data[1].split(' ') - interface_counters[if_name]['rx_octets'] = int(if_data[1].split(':')[1]) - try: - interface_counters[if_name]['tx_octets'] = int(if_data[6].split(':')[1]) - except IndexError: - interface_counters[if_name]['tx_octets'] = int(if_data[7].split(':')[1]) - return interface_counters - - def get_lldp_neighbors(self): - return {} - - def get_environment(self): - - def parse_string(line): - return re.sub(' +', ' ', line.lower()) - - def search_disabled(line): - m = re.search("(.+?) (.+?) alarm=(.+?) \(scanning disabled\)", line) - return m.group(2) - - def search_normal(line): - m = re.search("(.+?) (.+?) alarm=(.+?) value=(.+?) threshold_status=(.+?)", line) - return m - - def get_fans(fan_lines): - output = dict() - for fan_line in fan_lines: - if 'disabled' in fan_line: - name = search_disabled(fan_line) - output[name] = dict(status=False) - continue - - m = search_normal(fan_line) - output[m.group(2)] = dict(status=True) - return output - - def get_cpu(cpu_lines): - output = dict() - for l in cpu_lines: - m = re.search('(.+?) states: (.+?)% user (.+?)% system (.+?)% nice (.+?)% idle', l) - cpuname = m.group(1) - idle = m.group(5) - output[cpuname] = { - '%usage': 100.0 - int(idle) - } - return output - - def get_memory(memory_line): - total, used = int(memory_line[1]) >> 20, int(memory_line[2]) >> 20 # convert from byte to MB - return dict(available_ram=total, used_ram=used) - - def get_temperature(temperature_lines, detail_block): - output = dict() - for temp_line in temperature_lines: - if 'disabled' in temp_line: - sensor_name = search_disabled(temp_line) - output[sensor_name] = {'is_alert': False, 'is_critical': False, 'temperature': 0.0} - continue - - m = search_normal(temp_line) - sensor_name, temp_value, status = m.group(2), m.group(4), int(m.group(5)) - is_alert = True if status == 1 else False - - # find block - fullline = self._search_line_in_lines(sensor_name, detail_block) - index_line = detail_block.index(fullline) - sensor_block = detail_block[index_line:] - - v = int(self._search_line_in_lines('upper_non_recoverable', sensor_block).split('=')[1]) - - output[sensor_name] = dict(temperature=float(temp_value), is_alert=is_alert, - is_critical=True if v > temp_value else False) - - return output - - out = dict() - - sensors_block = [parse_string(x) for x in self.execute_command_with_vdom('execute sensor detail', vdom='global') if x] - - # temp - temp_lines = [x for x in sensors_block if any([True for y in ['dts', 'temp', 'adt7490'] if y in x])] - out['temperature'] = get_temperature(temp_lines, sensors_block) - - # fans - out['fans'] = get_fans([x for x in sensors_block if 'fan' in x and 'temp' not in x]) - - # cpu - out['cpu'] = get_cpu( - [x for x in self.execute_command_with_vdom('get system performance status | grep CPU', vdom='global')[1:] if x]) - - # memory - memory_command = 'diag hard sys mem | grep Mem:' - t = [x for x in re.split('\s+', self.execute_command_with_vdom(memory_command, vdom='global')[0]) if x] - out['memory'] = get_memory(t) - - # power, not implemented - sensors = [x.split()[1] for x in sensors_block if x.split()[0].isdigit()] - psus = {x for x in sensors if x.startswith('ps')} - out['power'] = {t: {'status': True, 'capacity': -1.0, 'output': -1.0} for t in psus} - - return out - diff --git a/napalm/ibm.py b/napalm/ibm.py deleted file mode 100644 index 2e4f6287d..000000000 --- a/napalm/ibm.py +++ /dev/null @@ -1,145 +0,0 @@ -# -# Copyright 2015 Kamil Derynski, Opera Software ASA -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not -# use this file except in compliance with the License. You may obtain a copy of -# the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -from base import NetworkDriver -from exceptions import ReplaceConfigException, MergeConfigException -from bnclient import bnclient -import difflib -import sys -from StringIO import StringIO - - -class IBMDriver(NetworkDriver): - - def __init__(self, hostname, username, password, timeout=60, optional_args=None): - if optional_args is None: - optional_args = {} - self.hostname = hostname - self.username = username - self.password = password - self.timeout = timeout - self.argv = ['', '-u', username, '-p', password, hostname] - self.bnc = bnclient.bnclient(self.argv) - self.config_replace = False - self.config = {"running": "", "candidate": "", "rollback": ""} - self.filename_running = "/tmp/" + hostname + "-running.conf" - self.filename_candidate = None - self.filename_rollback = "/tmp/" + hostname + "-rollback.conf" - self.error = StringIO() - - def str2argv(self, str=''): - return str.split(' ') - - def open(self): - self.bnc.connect(self.timeout) - self.bnc.sendhello() - self._get_config(self.filename_rollback) - - def close(self): - self.bnc.close() - - def _bnc_cmd(self, file, operation, error_option): - cmd = "-o edit-config -t running -f " - cmd += file - cmd += " -d " + operation - cmd += " -r " + error_option - return cmd - - def _write_memory(self): - cmd = "-o copy-config -t startup -s running" - return cmd - - def _send_rpc(self, cmd): - self.error = StringIO() - old_stdout = sys.stdout - sys.stdout = self.error - self.bnc.sendrpc(self.str2argv(cmd)) - sys.stdout = old_stdout - - def _get_config(self, filename): - self.bnc.sendrpc(self.str2argv("-o get -f " + filename)) - - def _load_config(self, filename, config): - self._get_config(self.filename_rollback) - if filename is None: - configuration = config - else: - with open(filename) as f: - configuration = f.read() - self.config['candidate'] = configuration - self.filename_candidate = filename - f.close() - - def load_replace_candidate(self, filename=None, config=None): - self.config_replace = True - self._load_config(filename, config) - - def load_merge_candidate(self, filename=None, config=None): - self.config_replace = False - self._load_config(filename, config) - - def compare_config(self): - result = '' - if self.config_replace: - self._get_config(self.filename_running) - with open(self.filename_running, 'r') as running: - with open(self.filename_candidate, 'r') as candidate: - diff = difflib.unified_diff( - running.readlines(), - candidate.readlines(), - fromfile='running', - tofile='candidate', - ) - for line in diff: - for prefix in ('---', '+++', '@@'): - if line.startswith(prefix): - break - else: - result += line - else: - result = self.config['candidate'] - return str(result).strip() - - def _commit_replace(self): - cmd = self._bnc_cmd(self.filename_candidate, "replace", "continue-on-error") - self._send_rpc(cmd) - if self.error.getvalue(): - self.rollback() - raise ReplaceConfigException(self.error.getvalue()) - - def _commit_merge(self): - cmd = self._bnc_cmd(self.filename_candidate, "merge", "rollback-on-error") - self._send_rpc(cmd) - if self.error.getvalue(): - self.discard_config() - raise MergeConfigException(self.error.getvalue()) - - def commit_config(self): - if self.config_replace: - self._commit_replace() - else: - self._commit_merge() - cmd = self._write_memory() - self._send_rpc(cmd) - - def discard_config(self): - self.filename_candidate = self.filename_running - self.config['candidate'] = self.config['running'] - - def rollback(self): - cmd = self._bnc_cmd(self.filename_rollback, "replace", "rollback-on-error") - self._send_rpc(cmd) - cmd = self._write_memory() - self._send_rpc(cmd) diff --git a/napalm/ios.py b/napalm/ios.py deleted file mode 100644 index 458a638b6..000000000 --- a/napalm/ios.py +++ /dev/null @@ -1,1324 +0,0 @@ -"""NAPALM Cisco IOS Handler.""" - -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -from __future__ import print_function - -import re -from datetime import datetime - -from netmiko import ConnectHandler, FileTransfer -from napalm.base import NetworkDriver -from napalm.exceptions import ReplaceConfigException, MergeConfigException - -# Easier to store these as constants -HOUR_SECONDS = 3600 -DAY_SECONDS = 24 * HOUR_SECONDS -WEEK_SECONDS = 7 * DAY_SECONDS -YEAR_SECONDS = 365 * DAY_SECONDS - - -class IOSDriver(NetworkDriver): - """NAPALM Cisco IOS Handler.""" - - def __init__(self, hostname, username, password, timeout=60, optional_args=None): - """NAPALM Cisco IOS Handler.""" - if optional_args is None: - optional_args = {} - self.hostname = hostname - self.username = username - self.password = password - self.timeout = timeout - self.candidate_cfg = optional_args.get('candidate_cfg', 'candidate_config.txt') - self.merge_cfg = optional_args.get('merge_cfg', 'merge_config.txt') - self.rollback_cfg = optional_args.get('rollback_cfg', 'rollback_config.txt') - self.dest_file_system = optional_args.get('dest_file_system', 'flash:') - self.global_delay_factor = optional_args.get('global_delay_factor', .5) - self.port = optional_args.get('port', 22) - self.auto_rollback_on_error = optional_args.get('auto_rollback_on_error', True) - self.device = None - self.config_replace = False - self.interface_map = {} - - def open(self): - """Open a connection to the device.""" - self.device = ConnectHandler(device_type='cisco_ios', - ip=self.hostname, - port=self.port, - username=self.username, - password=self.password, - global_delay_factor=self.global_delay_factor, - verbose=False) - - def close(self): - """Close the connection to the device.""" - self.device.disconnect() - - def load_replace_candidate(self, filename=None, config=None): - """ - SCP file to device filesystem, defaults to candidate_config. - - Return None or raise exception - """ - self.config_replace = True - if config: - raise NotImplementedError - if filename: - (return_status, msg) = self.scp_file(source_file=filename, - dest_file=self.candidate_cfg, - file_system=self.dest_file_system) - if not return_status: - if msg == '': - msg = "SCP transfer to remote device failed" - raise ReplaceConfigException(msg) - - def load_merge_candidate(self, filename=None, config=None): - """ - SCP file to remote device. - - Merge configuration in: copy running-config - """ - self.config_replace = False - if config: - raise NotImplementedError - if filename: - (return_status, msg) = self.scp_file(source_file=filename, - dest_file=self.merge_cfg, - file_system=self.dest_file_system) - if not return_status: - if msg == '': - msg = "SCP transfer to remote device failed" - raise MergeConfigException(msg) - - @staticmethod - def normalize_compare_config(diff): - """Filter out strings that should not show up in the diff.""" - ignore_strings = ['Contextual Config Diffs', 'No changes were found', 'file prompt quiet', 'ntp clock-period'] - - new_list = [] - for line in diff.splitlines(): - for ignore in ignore_strings: - if ignore in line: - break - else: # nobreak - new_list.append(line) - return "\n".join(new_list) - - def compare_config(self, - base_file='running-config', - new_file=None, - base_file_system='system:', - new_file_system=None): - """ - show archive config differences . - - Default operation is to compare system:running-config to self.candidate_cfg - """ - # Set defaults if not passed as arguments - if new_file is None: - new_file = self.candidate_cfg - if new_file_system is None: - new_file_system = self.dest_file_system - base_file_full = self.gen_full_path(filename=base_file, file_system=base_file_system) - new_file_full = self.gen_full_path(filename=new_file, file_system=new_file_system) - - cmd = 'show archive config differences {} {}'.format(base_file_full, new_file_full) - diff = self.device.send_command_expect(cmd) - diff = self.normalize_compare_config(diff) - return diff.strip() - - def commit_config(self, filename=None): - """ - If replacement operation, perform 'configure replace' for the entire config. - - If merge operation, perform copy running-config. - """ - debug = False - # Always generate a rollback config on commit - self._gen_rollback_cfg() - - # Replace operation - if debug: - base_time = datetime.now() - print("check1: {}".format(base_time)) - if self.config_replace: - if filename is None: - filename = self.candidate_cfg - cfg_file = self.gen_full_path(filename) - if not self._check_file_exists(cfg_file): - raise ReplaceConfigException("Candidate config file does not exist") - if debug: - print("check2 (check_file_exists)") - print("Time delta: {}".format(datetime.now() - base_time)) - base_time = datetime.now() - if self.auto_rollback_on_error: - cmd = 'configure replace {} force revert trigger error'.format(cfg_file) - else: - cmd = 'configure replace {} force'.format(cfg_file) - output = self.device.send_command_expect(cmd) - if debug: - print("check3 (configure replace)") - print("Time delta: {}".format(datetime.now() - base_time)) - base_time = datetime.now() - if ('Failed to apply command' in output) or \ - ('original configuration has been successfully restored' in output): - raise ReplaceConfigException("Candidate config could not be applied") - # Merge operation - else: - if filename is None: - filename = self.merge_cfg - cfg_file = self.gen_full_path(filename) - if not self._check_file_exists(cfg_file): - raise MergeConfigException("Merge source config file does not exist") - cmd = 'copy {} running-config'.format(cfg_file) - self._disable_confirm() - output = self.device.send_command_expect(cmd) - self._enable_confirm() - if 'Invalid input detected' in output: - self.rollback() - merge_error = "Configuration merge failed; automatic rollback attempted" - raise MergeConfigException(merge_error) - - def discard_config(self): - """Set candidate_cfg to current running-config. Erase the merge_cfg file.""" - discard_candidate = 'copy running-config {}'.format(self.gen_full_path(self.candidate_cfg)) - discard_merge = 'copy null: {}'.format(self.gen_full_path(self.merge_cfg)) - self._disable_confirm() - self.device.send_command_expect(discard_candidate) - self.device.send_command_expect(discard_merge) - self._enable_confirm() - - def rollback(self, filename=None): - """Rollback configuration to filename or to self.rollback_cfg file.""" - if filename is None: - filename = self.rollback_cfg - cfg_file = self.gen_full_path(filename) - if not self._check_file_exists(cfg_file): - raise ReplaceConfigException("Rollback config file does not exist") - cmd = 'configure replace {} force'.format(cfg_file) - self.device.send_command_expect(cmd) - - def scp_file(self, source_file, dest_file, file_system): - """ - SCP file to remote device. - - Return (status, msg) - status = boolean - msg = details on what happened - """ - # Will automaticall enable SCP on remote device - enable_scp = True - debug = False - - with FileTransfer(self.device, - source_file=source_file, - dest_file=dest_file, - file_system=file_system) as scp_transfer: - - if debug: - base_time = datetime.now() - print("check1: {}".format(base_time)) - # Check if file already exists and has correct MD5 - if scp_transfer.check_file_exists() and scp_transfer.compare_md5(): - msg = "File already exists and has correct MD5: no SCP needed" - return (True, msg) - if not scp_transfer.verify_space_available(): - msg = "Insufficient space available on remote device" - return (False, msg) - - if debug: - print("check2 (file already exists, correct md5, space available)") - print("Time delta: {}".format(datetime.now() - base_time)) - base_time = datetime.now() - if enable_scp: - scp_transfer.enable_scp() - - if debug: - print("check3 (enable_scp)") - print("Time delta: {}".format(datetime.now() - base_time)) - base_time = datetime.now() - # Transfer file - scp_transfer.transfer_file() - if debug: - print("check4 (transfer_file)") - print("Time delta: {}".format(datetime.now() - base_time)) - base_time = datetime.now() - - # Compares MD5 between local-remote files - if scp_transfer.verify_file(): - msg = "File successfully transferred to remote device" - if debug: - print("check5: {}".format(datetime.now())) - return (True, msg) - else: - msg = "File transfer to remote device failed" - return (False, msg) - if debug: - print("check5 (verify_file)") - print("Time delta: {}".format(datetime.now() - base_time)) - - return (False, '') - - def _enable_confirm(self): - """Enable IOS confirmations on file operations (global config command).""" - cmd = 'no file prompt quiet' - self.device.send_config_set([cmd]) - - def _disable_confirm(self): - """Disable IOS confirmations on file operations (global config command).""" - cmd = 'file prompt quiet' - self.device.send_config_set([cmd]) - - def gen_full_path(self, filename, file_system=None): - """Generate full file path on remote device.""" - if file_system is None: - return '{}/{}'.format(self.dest_file_system, filename) - else: - if ":" not in file_system: - raise ValueError("Invalid file_system specified: {}".format(file_system)) - return '{}/{}'.format(file_system, filename) - - def _gen_rollback_cfg(self): - """Save a configuration that can be used for rollback.""" - cfg_file = self.gen_full_path(self.rollback_cfg) - cmd = 'copy running-config {}'.format(cfg_file) - self._disable_confirm() - self.device.send_command_expect(cmd) - self._enable_confirm() - - def _check_file_exists(self, cfg_file): - """ - Check that the file exists on remote device using full path. - - cfg_file is full path i.e. flash:/file_name - - For example - # dir flash:/candidate_config.txt - Directory of flash:/candidate_config.txt - - 33 -rw- 5592 Dec 18 2015 10:50:22 -08:00 candidate_config.txt - - return boolean - """ - cmd = 'dir {}'.format(cfg_file) - success_pattern = 'Directory of {}'.format(cfg_file) - output = self.device.send_command_expect(cmd) - if 'Error opening' in output: - return False - elif success_pattern in output: - return True - return False - - def _expand_interface_name(self, interface_brief): - """ - Obtain the full interface name from the abbreviated name. - - Cache mappings in self.interface_map. - """ - if self.interface_map.get(interface_brief): - return self.interface_map.get(interface_brief) - command = 'show int {}'.format(interface_brief) - output = self.device.send_command(command) - output = output.strip() - first_line = output.splitlines()[0] - if 'line protocol' in first_line: - full_int_name = first_line.split()[0] - self.interface_map[interface_brief] = full_int_name - return self.interface_map.get(interface_brief) - else: - return interface_brief - - def get_lldp_neighbors(self): - """IOS implementation of get_lldp_neighbors.""" - lldp = {} - command = 'show lldp neighbors' - output = self.device.send_command(command) - - # Check if router supports the command - if '% Invalid input' in output: - return {} - - # Process the output to obtain just the LLDP entries - try: - split_output = re.split(r'^Device ID.*$', output, flags=re.M)[1] - split_output = re.split(r'^Total entries displayed.*$', split_output, flags=re.M)[0] - except IndexError: - return {} - - split_output = split_output.strip() - - for lldp_entry in split_output.splitlines(): - # Example, twb-sf-hpsw1 Fa4 120 B 17 - device_id, local_int_brief, hold_time, capability, remote_port = lldp_entry.split() - local_port = self._expand_interface_name(local_int_brief) - - entry = {'port': remote_port, 'hostname': device_id} - lldp.setdefault(local_port, []) - lldp[local_port].append(entry) - - return lldp - - def get_lldp_neighbors_detail(self): - """ - IOS implementation of get_lldp_neighbors_detail. - - Calls get_lldp_neighbors. - """ - def pad_list_entries(my_list, list_length): - """Normalize the length of all the LLDP fields.""" - if len(my_list) < list_length: - for i in range(list_length): - try: - my_list[i] - except IndexError: - my_list[i] = u"N/A" - return my_list - - lldp = {} - lldp_neighbors = self.get_lldp_neighbors() - - for interface in lldp_neighbors: - command = "show lldp neighbors {} detail".format(interface) - output = self.device.send_command(command) - - # Check if router supports the command - if '% Invalid input' in output: - return {} - - local_port = interface - port_id = re.findall(r"Port id: (.+)", output) - port_description = re.findall(r"Port Description: (.+)", output) - chassis_id = re.findall(r"Chassis id: (.+)", output) - system_name = re.findall(r"System Name: (.+)", output) - system_description = re.findall(r"System Description: \n(.+)", output) - system_capabilities = re.findall(r"System Capabilities: (.+)", output) - enabled_capabilities = re.findall(r"Enabled Capabilities: (.+)", output) - remote_address = re.findall(r"Management Addresses:\n IP: (.+)", output) - - number_entries = len(port_id) - lldp_fields = [port_id, port_description, chassis_id, system_name, system_description, - system_capabilities, enabled_capabilities, remote_address] - # Check length of each list - for test_list in lldp_fields: - if len(test_list) > number_entries: - raise ValueError("Failure processing show lldp neighbors detail") - - # Pad any missing entries with "N/A" - lldp_fields = [pad_list_entries(field, number_entries) for field in lldp_fields] - - # Standardize the fields - port_id, port_description, chassis_id, system_name, system_description, \ - system_capabilities, enabled_capabilities, remote_address = lldp_fields - standardized_fields = zip(port_id, port_description, chassis_id, system_name, system_description, - system_capabilities, enabled_capabilities, remote_address) - - lldp.setdefault(local_port, []) - for entry in standardized_fields: - remote_port_id, remote_port_description, remote_chassis_id, remote_system_name, \ - remote_system_description, remote_system_capab, remote_enabled_capab, \ - remote_mgmt_address = entry - - lldp[local_port].append({ - 'parent_interface': u'N/A', - 'remote_port': remote_port_id, - 'remote_port_description': remote_port_description, - 'remote_chassis_id': remote_chassis_id, - 'remote_system_name': remote_system_name, - 'remote_system_description': remote_system_description, - 'remote_system_capab': remote_system_capab, - 'remote_system_enable_capab': remote_enabled_capab}) - - return lldp - - @staticmethod - def parse_uptime(uptime_str): - """ - Extract the uptime string from the given Cisco IOS Device. - - Return the uptime in seconds as an integer - """ - # Initialize to zero - (years, weeks, days, hours, minutes) = (0, 0, 0, 0, 0) - - uptime_str = uptime_str.strip() - time_list = uptime_str.split(',') - for element in time_list: - if re.search("year", element): - years = int(element.split()[0]) - elif re.search("week", element): - weeks = int(element.split()[0]) - elif re.search("day", element): - days = int(element.split()[0]) - elif re.search("hour", element): - hours = int(element.split()[0]) - elif re.search("minute", element): - minutes = int(element.split()[0]) - - uptime_sec = (years * YEAR_SECONDS) + (weeks * WEEK_SECONDS) + (days * DAY_SECONDS) + \ - (hours * 3600) + (minutes * 60) - return uptime_sec - - def get_facts(self): - """Return a set of facts from the devices.""" - # default values. - vendor = u'Cisco' - uptime = -1 - serial_number, fqdn, os_version, hostname = (u'Unknown', u'Unknown', u'Unknown', u'Unknown') - - # obtain output from device - show_ver = self.device.send_command('show version') - show_hosts = self.device.send_command('show hosts') - show_ip_int_br = self.device.send_command('show ip interface brief') - - # uptime/serial_number/IOS version - for line in show_ver.splitlines(): - if ' uptime is ' in line: - hostname, uptime_str = line.split(' uptime is ') - uptime = self.parse_uptime(uptime_str) - hostname = hostname.strip() - - if 'Processor board ID' in line: - _, serial_number = line.split("Processor board ID ") - serial_number = serial_number.strip() - - if re.search(r"Cisco IOS Software", line): - _, os_version = line.split("Cisco IOS Software, ") - os_version = os_version.strip() - elif re.search(r"IOS (tm).+Software", line): - _, os_version = line.split("IOS (tm) ") - os_version = os_version.strip() - - # Determine domain_name and fqdn - for line in show_hosts.splitlines(): - if 'Default domain' in line: - _, domain_name = line.split("Default domain is ") - domain_name = domain_name.strip() - break - if domain_name != 'Unknown' and hostname != 'Unknown': - fqdn = u'{}.{}'.format(hostname, domain_name) - - # model filter - try: - match_model = re.search(r"Cisco (.+?) .+bytes of", show_ver, flags=re.IGNORECASE) - model = match_model.group(1) - except AttributeError: - model = u'Unknown' - - # interface_list filter - interface_list = [] - show_ip_int_br = show_ip_int_br.strip() - for line in show_ip_int_br.splitlines(): - if 'Interface ' in line: - continue - interface = line.split()[0] - interface_list.append(interface) - - return { - 'uptime': uptime, - 'vendor': vendor, - 'os_version': unicode(os_version), - 'serial_number': unicode(serial_number), - 'model': unicode(model), - 'hostname': unicode(hostname), - 'fqdn': fqdn, - 'interface_list': interface_list - } - - def get_interfaces(self): - """ - Get interface details. - - last_flapped is not implemented - - Example Output: - - { u'Vlan1': { 'description': u'N/A', - 'is_enabled': True, - 'is_up': True, - 'last_flapped': -1.0, - 'mac_address': u'a493.4cc1.67a7', - 'speed': 100}, - u'Vlan100': { 'description': u'Data Network', - 'is_enabled': True, - 'is_up': True, - 'last_flapped': -1.0, - 'mac_address': u'a493.4cc1.67a7', - 'speed': 100}, - u'Vlan200': { 'description': u'Voice Network', - 'is_enabled': True, - 'is_up': True, - 'last_flapped': -1.0, - 'mac_address': u'a493.4cc1.67a7', - 'speed': 100}} - """ - interface_list = {} - - # default values. - last_flapped = -1.0 - - # creating the parsing regex. - mac_regex = r".*,\saddress\sis\s(?P\S+).*" - speed_regex = r".*BW\s(?P\d+)\s(?P\S+).*" - - command = 'show ip interface brief' - output = self.device.send_command(command) - for line in output.splitlines(): - if 'Interface' in line and 'Status' in line: - continue - fields = line.split() - """ - router#sh ip interface brief - Interface IP-Address OK? Method Status Protocol - FastEthernet8 10.65.43.169 YES DHCP up up - GigabitEthernet0 unassigned YES NVRAM administratively down down - Loopback234 unassigned YES unset up up - Loopback555 unassigned YES unset up up - NVI0 unassigned YES unset administratively down down - Tunnel0 10.63.100.9 YES NVRAM up up - Tunnel1 10.63.101.9 YES NVRAM up up - Vlan1 unassigned YES unset up up - Vlan100 10.40.0.1 YES NVRAM up up - Vlan200 10.63.176.57 YES NVRAM up up - Wlan-GigabitEthernet0 unassigned YES unset up up - wlan-ap0 10.40.0.1 YES unset up up - """ - - # Check for administratively down - if len(fields) == 6: - interface, ip_address, ok, method, status, protocol = fields - elif len(fields) == 7: - # Administratively down is two fields in the output for status - interface, ip_address, ok, method, status, status2, protocol = fields - else: - raise ValueError(u"Unexpected Response from the device") - - status = status.lower() - protocol = protocol.lower() - if 'admin' in status: - is_enabled = False - else: - is_enabled = True - is_up = bool('up' in protocol) - interface_list[interface] = { - 'is_up': is_up, - 'is_enabled': is_enabled, - 'last_flapped': last_flapped, - } - - for interface in interface_list: - show_command = "show interface {0}".format(interface) - interface_output = self.device.send_command(show_command) - try: - # description filter - description = re.search(r" Description: (.+)", interface_output) - interface_list[interface]['description'] = description.group(1).strip('\r') - except AttributeError: - interface_list[interface]['description'] = u'N/A' - - try: - # mac_address filter. - match_mac = re.match(mac_regex, interface_output, flags=re.DOTALL) - group_mac = match_mac.groupdict() - mac_address = group_mac["mac_address"] - interface_list[interface]['mac_address'] = unicode(mac_address) - except AttributeError: - interface_list[interface]['mac_address'] = u'N/A' - try: - # BW filter. - match_speed = re.match(speed_regex, interface_output, flags=re.DOTALL) - group_speed = match_speed.groupdict() - speed = group_speed["speed"] - speed_format = group_speed["speed_format"] - if speed_format == 'Mbit': - interface_list[interface]['speed'] = int(speed) - else: - speed = int(speed) / 1000 - interface_list[interface]['speed'] = int(speed) - except AttributeError: - interface_list[interface]['speed'] = -1 - except ValueError: - interface_list[interface]['speed'] = -1 - - return interface_list - - def get_interfaces_ip(self): - """ - Get interface ip details. - - Returns a dict of dicts - - Example Output: - - { u'FastEthernet8': { 'ipv4': { u'10.66.43.169': { 'prefix_length': 22}}}, - u'Loopback555': { 'ipv4': { u'192.168.1.1': { 'prefix_length': 24}}, - 'ipv6': { u'1::1': { 'prefix_length': 64}, - u'2001:DB8:1::1': { 'prefix_length': 64}, - u'2::': { 'prefix_length': 64}, - u'FE80::3': { 'prefix_length': u'N/A'}}}, - u'Tunnel0': { 'ipv4': { u'10.63.100.9': { 'prefix_length': 24}}}, - u'Tunnel1': { 'ipv4': { u'10.63.101.9': { 'prefix_length': 24}}}, - u'Vlan100': { 'ipv4': { u'10.40.0.1': { 'prefix_length': 24}, - u'10.41.0.1': { 'prefix_length': 24}, - u'10.65.0.1': { 'prefix_length': 24}}}, - u'Vlan200': { 'ipv4': { u'10.63.176.57': { 'prefix_length': 29}}}} - """ - interfaces = {} - - command = 'show ip interface brief' - output = self.device.send_command(command) - for line in output.splitlines(): - if 'Interface' in line and 'Status' in line: - continue - fields = line.split() - if len(fields) >= 3: - interface = fields[0] - else: - raise ValueError("Unexpected response from the router") - interfaces.update({interface: {}}) - - # Parse IP Address and Subnet Mask from Interfaces - for interface in interfaces: - show_command = "show run interface {0}".format(interface) - interface_output = self.device.send_command(show_command) - for line in interface_output.splitlines(): - if 'ip address ' in line and 'no ip address' not in line: - fields = line.split() - if len(fields) == 3: - # Check for 'ip address dhcp', convert to ip address and mask - if fields[2] == 'dhcp': - show_command = "show interface {0} | in Internet address is".format(interface) - show_int = self.device.send_command(show_command) - int_fields = show_int.split() - ip_address, subnet = int_fields[3].split(r'/') - interfaces[interface]['ipv4'] = {ip_address: {}} - try: - interfaces[interface]['ipv4'][ip_address] = {'prefix_length': int(subnet)} - except ValueError: - interfaces[interface]['ipv4'][ip_address] = {'prefix_length': u'N/A'} - elif len(fields) in [4, 5]: - # Check for 'ip address 10.10.10.1 255.255.255.0' - # Check for 'ip address 10.10.11.1 255.255.255.0 secondary' - if 'ipv4' not in interfaces[interface].keys(): - interfaces[interface].update({'ipv4': {}}) - ip_address = fields[2] - - try: - subnet = sum([bin(int(x)).count('1') for x in fields[3].split('.')]) - except ValueError: - subnet = u'N/A' - - ip_dict = {'prefix_length': subnet} - interfaces[interface]['ipv4'].update({ip_address: {}}) - interfaces[interface]['ipv4'][ip_address].update(ip_dict) - else: - raise ValueError(u"Unexpected Response from the device") - - # Check IPv6 - if 'ipv6 address ' in line: - fields = line.split() - ip_address = fields[2] - if 'ipv6' not in interfaces[interface].keys(): - interfaces[interface].update({'ipv6': {}}) - - try: - if r'/' in ip_address: - # check for 'ipv6 address 1::1/64' - ip_address, subnet = ip_address.split(r'/') - interfaces[interface]['ipv6'].update({ip_address: {}}) - ip_dict = {'prefix_length': int(subnet)} - else: - # check for 'ipv6 address FE80::3 link-local' - interfaces[interface]['ipv6'].update({ip_address: {}}) - ip_dict = {'prefix_length': u'N/A'} - - interfaces[interface]['ipv6'][ip_address].update(ip_dict) - except AttributeError: - raise ValueError(u"Unexpected Response from the device") - - # remove keys with no data - for key in interfaces.keys(): - if not bool(interfaces[key]): - del interfaces[key] - - return interfaces - - @staticmethod - def bgp_time_conversion(bgp_uptime): - """ - Convert string time to seconds. - - Examples - 00:14:23 - 00:13:40 - 00:00:21 - 00:00:13 - 00:00:49 - 1d11h - 1d17h - 1w0d - 8w5d - 1y28w - never - """ - bgp_uptime = bgp_uptime.strip() - uptime_letters = set(['w', 'h', 'd']) - - if 'never' in bgp_uptime: - return -1 - elif ':' in bgp_uptime: - times = bgp_uptime.split(":") - times = [int(x) for x in times] - hours, minutes, seconds = times - return (hours * 3600) + (minutes * 60) + seconds - # Check if any letters 'w', 'h', 'd' are in the time string - elif uptime_letters & set(bgp_uptime): - form1 = r'(\d+)d(\d+)h' # 1d17h - form2 = r'(\d+)w(\d+)d' # 8w5d - form3 = r'(\d+)y(\d+)w' # 1y28w - match = re.search(form1, bgp_uptime) - if match: - days = int(match.group(1)) - hours = int(match.group(2)) - return (days * DAY_SECONDS) + (hours * 3600) - match = re.search(form2, bgp_uptime) - if match: - weeks = int(match.group(1)) - days = int(match.group(2)) - return (weeks * WEEK_SECONDS) + (days * DAY_SECONDS) - match = re.search(form3, bgp_uptime) - if match: - years = int(match.group(1)) - weeks = int(match.group(2)) - return (years * YEAR_SECONDS) + (weeks * WEEK_SECONDS) - raise ValueError("Unexpected value for BGP uptime string: {}".format(bgp_uptime)) - - def get_bgp_neighbors(self): - """ - BGP neighbor information. - - Currently, no VRF support - Not tested with IPv6 - - Example output of 'show ip bgp summary' only peer table - Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd - 10.100.1.1 4 200 26 22 199 0 0 00:14:23 23 - 10.200.1.1 4 300 21 51 199 0 0 00:13:40 0 - 192.168.1.2 4 200 19 17 0 0 0 00:00:21 2 - 1.1.1.1 4 1 0 0 0 0 0 never Active - 3.3.3.3 4 2 0 0 0 0 0 never Idle - 1.1.1.2 4 1 11 9 0 0 0 00:00:13 Idle (Admin) - 1.1.1.3 4 27506 256642 11327 2527 0 0 1w0d 519 - 1.1.1.4 4 46887 1015641 19982 2527 0 0 1w0d 365 - 192.168.1.237 4 60000 2139 2355 13683280 0 0 1d11h 4 (SE) - 10.90.1.4 4 65015 2508 2502 170 0 0 1d17h 163 - 172.30.155.20 4 111 0 0 0 0 0 never Active - 1.1.1.5 4 6500 54 28 0 0 0 00:00:49 Idle (PfxCt) - 10.1.4.46 4 3979 95244 98874 267067 0 0 8w5d 254 - 10.1.4.58 4 3979 2715 3045 267067 0 0 1d21h 2 - 10.1.1.85 4 65417 8344303 8343570 235 0 0 1y28w 2 - """ - cmd_bgp_summary = 'show ip bgp summary' - bgp_neighbor_data = {} - bgp_neighbor_data['global'] = {} - - output = self.device.send_command(cmd_bgp_summary).strip() - if 'Neighbor' not in output: - return {} - for line in output.splitlines(): - if 'router identifier' in line: - # BGP router identifier 172.16.1.1, local AS number 100 - rid_regex = r'^.* router identifier (\d+\.\d+\.\d+\.\d+), local AS number (\d+)' - match = re.search(rid_regex, line) - router_id = match.group(1) - local_as = int(match.group(2)) - break - bgp_neighbor_data['global']['router_id'] = unicode(router_id) - bgp_neighbor_data['global']['peers'] = {} - - cmd_neighbor_table = 'show ip bgp summary | begin Neighbor' - output = self.device.send_command(cmd_neighbor_table).strip() - for line in output.splitlines(): - line = line.strip() - if 'Neighbor' in line or line == '': - continue - fields = line.split()[:10] - peer_id, bgp_version, remote_as, msg_rcvd, msg_sent, table_version, in_queue, \ - out_queue, up_time, state_prefix = fields - - if '(Admin)' in state_prefix: - is_enabled = False - else: - is_enabled = True - try: - state_prefix = int(state_prefix) - is_up = True - except ValueError: - is_up = False - - if bgp_version == '4': - address_family = 'ipv4' - elif bgp_version == '6': - address_family = 'ipv6' - else: - raise ValueError("BGP neighbor parsing failed") - - cmd_remote_rid = 'show ip bgp neighbors {} | inc router ID'.format(peer_id) - # output: BGP version 4, remote router ID 1.1.1.1 - remote_rid_out = self.device.send_command(cmd_remote_rid).strip() - remote_rid = remote_rid_out.split()[-1] - - bgp_neighbor_data['global']['peers'].setdefault(peer_id, {}) - peer_dict = {} - peer_dict['uptime'] = self.bgp_time_conversion(up_time) - peer_dict['remote_as'] = int(remote_as) - peer_dict['description'] = u'' - peer_dict['local_as'] = local_as - peer_dict['is_enabled'] = is_enabled - peer_dict['is_up'] = is_up - peer_dict['remote_id'] = unicode(remote_rid) - - cmd_current_prefixes = 'show ip bgp neighbors {} | inc Prefixes Current'.format(peer_id) - # output: Prefixes Current: 0 0 - current_prefixes_out = self.device.send_command(cmd_current_prefixes).strip() - pattern = r'Prefixes Current:\s+(\d+)\s+(\d+).*' # Prefixes Current: 0 0 - match = re.search(pattern, current_prefixes_out) - if match: - sent_prefixes = int(match.group(1)) - accepted_prefixes = int(match.group(1)) - else: - sent_prefixes = accepted_prefixes = -1 - - cmd_filtered_prefix = 'show ip bgp neighbors {} | section Local Policy'.format(peer_id) - # output: - # Local Policy Denied Prefixes: -------- ------- - # prefix-list 0 2 - # Total: 0 2 - filtered_prefixes_out = self.device.send_command(cmd_filtered_prefix).strip() - accepted_prefixes = int(accepted_prefixes) - sent_prefixes = int(sent_prefixes) - pattern = r'Total:\s+\d+\s+(\d+).*' # Total: 0 2 - match = re.search(pattern, filtered_prefixes_out) - if match: - filtered_prefixes = int(match.group(1)) - received_prefixes = filtered_prefixes + accepted_prefixes - else: - # If unable to determine filtered prefixes set received prefixes to accepted - received_prefixes = accepted_prefixes - - af_dict = {} - af_dict.setdefault(address_family, {}) - af_dict[address_family]['sent_prefixes'] = sent_prefixes - af_dict[address_family]['accepted_prefixes'] = accepted_prefixes - af_dict[address_family]['received_prefixes'] = received_prefixes - - peer_dict['address_family'] = af_dict - bgp_neighbor_data['global']['peers'][peer_id] = peer_dict - - return bgp_neighbor_data - - def get_interfaces_counters(self): - """ - Return interface counters and errors. - - 'tx_errors': int, - 'rx_errors': int, - 'tx_discards': int, - 'rx_discards': int, - 'tx_octets': int, - 'rx_octets': int, - 'tx_unicast_packets': int, - 'rx_unicast_packets': int, - 'tx_multicast_packets': int, - 'rx_multicast_packets': int, - 'tx_broadcast_packets': int, - 'rx_broadcast_packets': int, - - Currently doesn't determine output broadcasts, multicasts - Doesn't determine tx_discards or rx_discards - """ - counters = {} - command = 'show interfaces' - output = self.device.send_command(command) - output = output.strip() - - # Break output into per-interface sections - interface_strings = re.split(r'.* line protocol is .*', output, flags=re.M) - header_strings = re.findall(r'.* line protocol is .*', output, flags=re.M) - - empty = interface_strings.pop(0).strip() - if empty: - raise ValueError("Unexpected output from: {}".format(command)) - - # Parse out the interface names - intf = [] - for intf_line in header_strings: - interface, _ = re.split(r" is .* line protocol is ", intf_line) - intf.append(interface.strip()) - - if len(intf) != len(interface_strings): - raise ValueError("Unexpected output from: {}".format(command)) - - # Re-join interface names with interface strings - for interface, interface_str in zip(intf, interface_strings): - counters.setdefault(interface, {}) - for line in interface_str.splitlines(): - if 'packets input' in line: - # '0 packets input, 0 bytes, 0 no buffer' - match = re.search(r"(\d+) packets input.*(\d+) bytes", line) - counters[interface]['rx_unicast_packets'] = int(match.group(1)) - counters[interface]['rx_octets'] = int(match.group(2)) - elif 'broadcast' in line: - # 'Received 0 broadcasts (0 multicasts)' - # 'Received 264071 broadcasts (39327 IP multicasts)' - # 'Received 338 broadcasts, 0 runts, 0 giants, 0 throttles' - match = re.search(r"Received (\d+) broadcasts.*(\d+).*multicasts", line) - alt_match = re.search(r"Received (\d+) broadcasts.*", line) - if match: - counters[interface]['rx_broadcast_packets'] = int(match.group(1)) - counters[interface]['rx_multicast_packets'] = int(match.group(2)) - elif alt_match: - counters[interface]['rx_broadcast_packets'] = int(alt_match.group(1)) - counters[interface]['rx_multicast_packets'] = -1 - else: - counters[interface]['rx_broadcast_packets'] = -1 - counters[interface]['rx_multicast_packets'] = -1 - elif 'packets output' in line: - # '0 packets output, 0 bytes, 0 underruns' - match = re.search(r"(\d+) packets output.*(\d+) bytes", line) - counters[interface]['tx_unicast_packets'] = int(match.group(1)) - counters[interface]['tx_octets'] = int(match.group(2)) - counters[interface]['tx_broadcast_packets'] = -1 - counters[interface]['tx_multicast_packets'] = -1 - elif 'input errors' in line: - # '0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored' - match = re.search(r"(\d+) input errors", line) - counters[interface]['rx_errors'] = int(match.group(1)) - counters[interface]['rx_discards'] = -1 - elif 'output errors' in line: - # '0 output errors, 0 collisions, 1 interface resets' - match = re.search(r"(\d+) output errors", line) - counters[interface]['tx_errors'] = int(match.group(1)) - counters[interface]['tx_discards'] = -1 - - return counters - - def get_environment(self): - """ - Get environment facts. - - power, fan, temperature are currently not implemented - cpu is using 1-minute average - cpu hard-coded to cpu0 (i.e. only a single CPU) - """ - environment = {} - cpu_cmd = 'show proc cpu' - mem_cmd = 'show memory statistics' - - output = self.device.send_command(cpu_cmd) - output = output.strip() - for line in output.splitlines(): - if 'CPU utilization' in line: - # CPU utilization for five seconds: 2%/0%; one minute: 2%; five minutes: 1% - cpu_regex = r'^.*one minute: (\d+)%; five.*$' - match = re.search(cpu_regex, line) - break - environment.setdefault('cpu', {}) - environment['cpu'][0] = {} - environment['cpu'][0]['%usage'] = float(match.group(1)) - - output = self.device.send_command(mem_cmd) - output = output.strip() - - for line in output.splitlines(): - if 'Processor' in line: - _, _, _, proc_used_mem, proc_free_mem = line.split()[:5] - elif 'I/O' in line or 'io' in line: - _, _, _, io_used_mem, io_free_mem = line.split()[:5] - used_mem = int(proc_used_mem) + int(io_used_mem) - free_mem = int(proc_free_mem) + int(io_free_mem) - environment.setdefault('memory', {}) - environment['memory']['used_ram'] = used_mem - environment['memory']['available_ram'] = free_mem - - # Initialize 'power', 'fan', and 'temperature' to default values (not implemented) - environment.setdefault('power', {}) - environment['power']['invalid'] = {'status': True, 'output': -1.0, 'capacity': -1.0} - environment.setdefault('fans', {}) - environment['fans']['invalid'] = {'status': True} - environment.setdefault('temperature', {}) - environment['temperature']['invalid'] = {'is_alert': False, 'is_critical': False, 'temperature': -1.0} - return environment - - def get_arp_table(self): - """ - Get arp table information. - - Return a list of dictionaries having the following set of keys: - * interface (string) - * mac (string) - * ip (string) - * age (float) - - For example:: - [ - { - 'interface' : 'MgmtEth0/RSP0/CPU0/0', - 'mac' : '5c:5e:ab:da:3c:f0', - 'ip' : '172.17.17.1', - 'age' : 1454496274.84 - }, - { - 'interface': 'MgmtEth0/RSP0/CPU0/0', - 'mac' : '66:0e:94:96:e0:ff', - 'ip' : '172.17.17.2', - 'age' : 1435641582.49 - } - ] - """ - arp_table = [] - - command = 'show arp' - output = self.device.send_command(command) - output = output.split('\n') - - # Skip the first line which is a header - output = output[1:-1] - - for line in output: - if len(line) == 0: - return {} - if len(line.split()) == 6: - protocol, address, age, mac, eth_type, interface = line.split() - try: - if age == '-': - age = 0 - age = float(age) - except ValueError: - print("Unable to convert age value to float: {}".format(age)) - entry = { - 'interface': interface, - 'mac': mac, - 'ip': address, - 'age': age - } - arp_table.append(entry) - else: - raise ValueError("Unexpected output from: {}".format(line.split())) - - return arp_table - - def cli(self, commands=None): - """ - Execute a list of commands and return the output in a dictionary format using the command as the key. - - Example input: - ['show clock', 'show calendar'] - - Output example: - { 'show calendar': u'22:02:01 UTC Thu Feb 18 2016', - 'show clock': u'*22:01:51.165 UTC Thu Feb 18 2016'} - - """ - cli_output = dict() - - if type(commands) is not list: - raise TypeError('Please enter a valid list of commands!') - - for command in commands: - output = self.device.send_command(command) - if 'Invalid input detected' in output: - raise ValueError('Unable to execute command "{}"'.format(command)) - cli_output.setdefault(command, {}) - cli_output[command] = output - - return cli_output - - def get_ntp_peers(self): - """ - Returns a dictionary of dictionaries with the details of each NTP peer. - Each key of the dictionary is the IP Address of the NTP peer. - Details of the peer are represented by the following fields: - * referenceid (string) - * stratum (int) - * type (string) - * when (string) - * hostpoll (int) - * reachability (int) - * delay (float) - * offset (float) - * jitter (float) - Example: - { - '188.114.101.4': { - 'referenceid' : '188.114.100.1', - 'stratum' : 4, - 'type' : '-', - 'when' : 107, - 'hostpoll' : 256, - 'reachability' : 377, - 'delay' : 164.228, - 'offset' : -13.866, - 'jitter' : 2.695 - } - } - """ - - ntp_peers = {} - command = 'show ntp associations' - output = self.device.send_command(command) - - output = output.split('\n') - - for line in output: - # Skip first two lines and last line of command output - if line == "" or 'address' in line or 'sys.peer' in line: - continue - - if '%NTP is not enabled' in line: - return {} - elif len(line.split()) == 9: - address, ref_clock, st, when, poll, reach, delay, offset, disp = line.split() - - # remove all characters from ip address other than period or numbers - # examples of input that needs cleaning +~129.6.15.28 - regex = re.compile('[^0-9.]') - address = regex.sub('', address) - - try: - peer = { - 'referenceid': ref_clock, - 'stratum': int(st), - 'type': u'-', - 'when': when, - 'hostpoll': int(poll), - 'reachability': int(reach), - 'delay': float(delay), - 'offset': float(offset), - 'jitter': float(disp) - } - - ntp_peers.setdefault(address, {}) - ntp_peers[address].update(peer) - except ValueError: - print("Casting NTP variable failed") - else: - raise ValueError("Unexpected output from: {}".format(line.split())) - - return ntp_peers - - def get_mac_address_table(self): - - """ - Returns a lists of dictionaries. Each dictionary represents an entry in the MAC Address Table, - having the following keys - * mac (string) - * interface (string) - * vlan (int) - * active (boolean) - * static (boolean) - * moves (int) - * last_move (float) - """ - - mac_address_table = [] - command = 'show mac-address-table' - output = self.device.send_command(command) - output = output.strip().split('\n') - - # Skip the first two lines which are headers - output = output[2:-1] - - for line in output: - if len(line) == 0: - return mac_address_table - elif len(line.split()) == 4: - mac, mac_type, vlan, interface = line.split() - - if mac_type.lower() in ['self', 'static']: - static = True - else: - static = False - - if mac_type.lower() in ['dynamic']: - active = True - else: - active = False - - entry = { - 'mac': mac, - 'interface': interface, - 'vlan': int(vlan), - 'static': static, - 'active': active, - 'moves': -1, - 'last_move': -1.0 - } - - mac_address_table.append(entry) - else: - raise ValueError("Unexpected output from: {}".format(line.split())) - - return mac_address_table - - def get_snmp_information(self): - """ - Returns a dict of dicts - - Example Output: - - { 'chassis_id': u'Asset Tag 54670', - 'community': { u'private': { 'acl': u'12', 'mode': u'rw'}, - u'public': { 'acl': u'11', 'mode': u'ro'}, - u'public_named_acl': { 'acl': u'ALLOW-SNMP-ACL', - 'mode': u'ro'}, - u'public_no_acl': { 'acl': u'N/A', 'mode': u'ro'}}, - 'contact': u'Joe Smith', - 'location': u'123 Anytown USA Rack 404'} - - """ - - # default values - - snmp_dict = {} - command = 'show run | include snmp-server' - output = self.device.send_command(command) - for line in output.splitlines(): - fields = line.split() - if 'snmp-server community' in line: - name = fields[2] - if 'community' not in snmp_dict.keys(): - snmp_dict.update({'community': {}}) - snmp_dict['community'].update({name: {}}) - - try: - snmp_dict['community'][name].update({'mode': fields[3].lower()}) - except IndexError: - snmp_dict['community'][name].update({'mode': u'N/A'}) - - try: - snmp_dict['community'][name].update({'acl': fields[4]}) - except IndexError: - snmp_dict['community'][name].update({'acl': u'N/A'}) - - elif 'snmp-server location' in line: - snmp_dict['location'] = ' '.join(fields[2:]) - elif 'snmp-server contact' in line: - snmp_dict['contact'] = ' '.join(fields[2:]) - elif 'snmp-server chassis-id' in line: - snmp_dict['chassis_id'] = ' '.join(fields[2:]) - else: - raise ValueError("Unexpected Response from the device") - - return snmp_dict \ No newline at end of file diff --git a/napalm/iosxr.py b/napalm/iosxr.py deleted file mode 100644 index 87ebf465d..000000000 --- a/napalm/iosxr.py +++ /dev/null @@ -1,1330 +0,0 @@ -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -from base import NetworkDriver -from napalm.utils import string_parsers - -from pyIOSXR import IOSXR -from pyIOSXR.iosxr import __execute_show__ -from pyIOSXR.exceptions import InvalidInputError, XMLCLIError, TimeoutError, EOFError - -from exceptions import ConnectionException, MergeConfigException, ReplaceConfigException, CommandErrorException, CommandTimeoutException -import xml.etree.ElementTree as ET -from collections import defaultdict -import re - - -class IOSXRDriver(NetworkDriver): - def __init__(self, hostname, username, password, timeout=60, optional_args=None): - self.hostname = hostname - self.username = username - self.password = password - self.timeout = timeout - self.pending_changes = False - self.replace = False - if optional_args is None: - optional_args = {} - self.port = optional_args.get('port', 22) - self.lock_on_connect = optional_args.get('config_lock', True) - self.device = IOSXR(hostname, username, password, timeout=timeout, port=self.port, lock=self.lock_on_connect) - - def open(self): - try: - self.device.open() - except EOFError as ee: - raise ConnectionException(ee.message) - - def close(self): - self.device.close() - - def load_replace_candidate(self, filename=None, config=None): - self.pending_changes = True - self.replace = True - if not self.lock_on_connect: - self.device.lock() - - try: - self.device.load_candidate_config(filename=filename, config=config) - except InvalidInputError as e: - self.pending_changes = False - self.replace = False - raise ReplaceConfigException(e.message) - - def load_merge_candidate(self, filename=None, config=None): - self.pending_changes = True - self.replace = False - if not self.lock_on_connect: - self.device.lock() - - try: - self.device.load_candidate_config(filename=filename, config=config) - except InvalidInputError as e: - self.pending_changes = False - self.replace = False - raise MergeConfigException(e.message) - - def compare_config(self): - if not self.pending_changes: - return '' - elif self.replace: - return self.device.compare_replace_config().strip() - else: - return self.device.compare_config().strip() - - def commit_config(self): - if self.replace: - self.device.commit_replace_config() - else: - self.device.commit_config() - self.pending_changes = False - if not self.lock_on_connect: - self.device.unlock() - - def discard_config(self): - self.device.discard_config() - self.pending_changes = False - if not self.lock_on_connect: - self.device.unlock() - - def rollback(self): - self.device.rollback() - - def get_facts(self): - - sh_ver = self.device.show_version() - - for line in sh_ver.splitlines(): - if 'Cisco IOS XR Software' in line: - os_version = line.split()[-1] - elif 'uptime' in line: - uptime = string_parsers.convert_uptime_string_seconds(line) - hostname = line.split()[0] - fqdn = line.split()[0] - elif 'Series' in line: - model = ' '.join(line.split()[1:3]) - - interface_list = list() - - for x in self.device.show_interface_description().splitlines()[3:-1]: - if '.' not in x: - interface_list.append(x.split()[0]) - - result = { - 'vendor': u'Cisco', - 'os_version': unicode(os_version), - 'hostname': unicode(hostname), - 'uptime': uptime, - 'model': unicode(model), - 'serial_number': u'', - 'fqdn': unicode(fqdn), - 'interface_list': interface_list, - } - - return result - - def get_interfaces(self): - - # init result dict - result = {} - - # fetch show interface output - sh_int = self.device.show_interfaces() - # split per interface, eg by empty line - interface_list = sh_int.rstrip().split('\n\n') - # for each interface... - for interface in interface_list: - - # splitting this and matching each line avoids issues with order - # sorry... - interface_lines = interface.split('\n') - - # init variables to match for - interface_name = None - is_enabled = None - is_up = None - mac_address = None - description = None - speed = None - - # loop though and match each line - for line in interface_lines: - description = '' - if 'line protocol' in line: - lp = line.split() - interface_name = lp[0] - is_enabled = lp[2] == 'up,' - is_up = lp[6] == 'up' - elif 'bia' in line: - mac_address = line.split()[-1].replace(')', '') - elif 'Description' in line: - description = ' '.join(line.split()[1:]) - elif 'BW' in line: - speed = int(line.split()[4]) / 1000 - result[interface_name] = { - 'is_enabled': is_enabled, - 'is_up': is_up, - 'mac_address': unicode(mac_address), - 'description': unicode(description), - 'speed': speed, - 'last_flapped': -1.0, - } - - return result - - def get_interfaces_counters(self): - rpc_command = "" - result_tree = ET.fromstring(self.device.make_rpc_call(rpc_command)) - - interface_counters = dict() - - for interface in result_tree.iter('Interface'): - - interface_name = interface.find('InterfaceHandle').text - - interface_stats = dict() - - if interface.find('InterfaceStatistics') is None: - continue - else: - interface_stats = dict() - interface_stats['tx_multicast_packets'] = int(interface.find( - 'InterfaceStatistics/FullInterfaceStats/MulticastPacketsSent').text) - interface_stats['tx_discards'] = int(interface.find( - 'InterfaceStatistics/FullInterfaceStats/OutputDrops').text) - interface_stats['tx_octets'] = int(interface.find( - 'InterfaceStatistics/FullInterfaceStats/BytesSent').text) - interface_stats['tx_errors'] = int(interface.find( - 'InterfaceStatistics/FullInterfaceStats/OutputErrors').text) - interface_stats['rx_octets'] = int(interface.find( - 'InterfaceStatistics/FullInterfaceStats/BytesReceived').text) - interface_stats['tx_unicast_packets'] = int(interface.find( - 'InterfaceStatistics/FullInterfaceStats/PacketsSent').text) - interface_stats['rx_errors'] = int(interface.find( - 'InterfaceStatistics/FullInterfaceStats/InputErrors').text) - interface_stats['tx_broadcast_packets'] = int(interface.find( - 'InterfaceStatistics/FullInterfaceStats/BroadcastPacketsSent').text) - interface_stats['rx_multicast_packets'] = int(interface.find( - 'InterfaceStatistics/FullInterfaceStats/MulticastPacketsReceived').text) - interface_stats['rx_broadcast_packets'] = int(interface.find( - 'InterfaceStatistics/FullInterfaceStats/BroadcastPacketsReceived').text) - interface_stats['rx_discards'] = int(interface.find( - 'InterfaceStatistics/FullInterfaceStats/InputDrops').text) - interface_stats['rx_unicast_packets'] = int(interface.find( - 'InterfaceStatistics/FullInterfaceStats/PacketsReceived').text) - - interface_counters[interface_name] = interface_stats - - return interface_counters - - def get_bgp_neighbors(self): - def generate_vrf_query(vrf_name): - """ - Helper to provide XML-query for the VRF-type we're interested in. - """ - if vrf_name == "global": - rpc_command = """ - - - - - - - default - - - - - - - - - - - - - - - """ - - else: - rpc_command = """ - - - - - - - default - - - - - - - %s - - - - - - - - - - - - - """ % vrf_name - return rpc_command - - """ - Initial run to figure out what VRF's are available - Decided to get this one from Configured-section because bulk-getting all instance-data to do the same could get ridiculously heavy - Assuming we're always interested in the DefaultVRF - """ - - active_vrfs = ["global"] - - rpc_command = """ - - - - - - - default - - - - - - - - - """ - - result_tree = ET.fromstring(self.device.make_rpc_call(rpc_command)) - - for node in result_tree.iter('ConfigVRF'): - active_vrfs.append(str(node.find('Naming/VRFName').text)) - - result = dict() - - for vrf in active_vrfs: - rpc_command = generate_vrf_query(vrf) - result_tree = ET.fromstring(self.device.make_rpc_call(rpc_command)) - - this_vrf = dict() - this_vrf['peers'] = dict() - - if vrf == "global": - this_vrf['router_id'] = unicode(result_tree.find( - 'Get/Operational/BGP/InstanceTable/Instance/InstanceActive/DefaultVRF/GlobalProcessInfo/VRF/RouterID').text) - else: - this_vrf['router_id'] = unicode(result_tree.find( - 'Get/Operational/BGP/InstanceTable/Instance/InstanceActive/VRFTable/VRF/GlobalProcessInfo/VRF/RouterID').text) - - neighbors = dict() - - for neighbor in result_tree.iter('Neighbor'): - this_neighbor = dict() - this_neighbor['local_as'] = int(neighbor.find('LocalAS').text) - this_neighbor['remote_as'] = int(neighbor.find('RemoteAS').text) - this_neighbor['remote_id'] = unicode(neighbor.find('RouterID').text) - - if neighbor.find('ConnectionAdminStatus').text is "1": - this_neighbor['is_enabled'] = True - try: - this_neighbor['description'] = unicode(neighbor.find('Description').text) - except AttributeError: - this_neighbor['description'] = u'' - - this_neighbor['is_enabled'] = str(neighbor.find('ConnectionAdminStatus').text) is "1" - - if str(neighbor.find('ConnectionAdminStatus').text) is "1": - this_neighbor['is_enabled'] = True - else: - this_neighbor['is_enabled'] = False - - if str(neighbor.find('ConnectionState').text) == "BGP_ST_ESTAB": - this_neighbor['is_up'] = True - this_neighbor['uptime'] = int(neighbor.find('ConnectionEstablishedTime').text) - else: - this_neighbor['is_up'] = False - this_neighbor['uptime'] = -1 - - this_neighbor['address_family'] = dict() - - if neighbor.find('ConnectionRemoteAddress/AFI').text == "IPv4": - this_afi = "ipv4" - elif neighbor.find('ConnectionRemoteAddress/AFI').text == "IPv6": - this_afi = "ipv6" - else: - this_afi = neighbor.find('ConnectionRemoteAddress/AFI').text - - this_neighbor['address_family'][this_afi] = dict() - - try: - this_neighbor['address_family'][this_afi][ - "received_prefixes"] = int(neighbor.find('AFData/Entry/PrefixesAccepted').text) + int( - neighbor.find('AFData/Entry/PrefixesDenied').text) - this_neighbor['address_family'][this_afi][ - "accepted_prefixes"] = int(neighbor.find('AFData/Entry/PrefixesAccepted').text) - this_neighbor['address_family'][this_afi][ - "sent_prefixes"] = int(neighbor.find('AFData/Entry/PrefixesAdvertised').text) - except AttributeError: - this_neighbor['address_family'][this_afi]["received_prefixes"] = -1 - this_neighbor['address_family'][this_afi]["accepted_prefixes"] = -1 - this_neighbor['address_family'][this_afi]["sent_prefixes"] = -1 - - try: - neighbor_ip = unicode(neighbor.find('Naming/NeighborAddress/IPV4Address').text) - except AttributeError: - neighbor_ip = unicode(neighbor.find('Naming/NeighborAddress/IPV6Address').text) - - neighbors[neighbor_ip] = this_neighbor - - this_vrf['peers'] = neighbors - result[vrf] = this_vrf - - return result - - def get_environment(self): - def get_module_xml_query(module,selection): - return """ - - - - - - 0 - - - - - %s - - %s - - - - - - - """ % (module,selection) - - environment_status = dict() - environment_status['fans'] = dict() - environment_status['temperature'] = dict() - environment_status['power'] = dict() - environment_status['cpu'] = dict() - environment_status['memory'] = int() - - # finding slots with equipment we're interested in - rpc_command = """ - - - - - - 0 - - - - - - - - """ - - result_tree = ET.fromstring(self.device.make_rpc_call(rpc_command)) - - active_modules = defaultdict(list) - - for slot in result_tree.iter("Slot"): - for card in slot.iter("CardTable"): - #find enabled slots, figoure out type and save for later - if card.find('Card/Attributes/FRUInfo/ModuleAdministrativeState').text == "ADMIN_UP": - - slot_name = slot.find('Naming/Name').text - module_type = re.sub("\d+", "", slot_name) - if len(module_type) > 0: - active_modules[module_type].append(slot_name) - else: - active_modules["LC"].append(slot_name) - - # - # PSU's - # - - for psu in active_modules['PM']: - if psu in ["PM6", "PM7"]: # Cisco bug, chassis difference V01<->V02 - continue - - rpc_command = get_module_xml_query(psu,'') - result_tree = ET.fromstring(self.device.make_rpc_call(rpc_command)) - - psu_status = dict() - psu_status['status'] = False - psu_status['capacity'] = float() - psu_status['output'] = float() - - for sensor in result_tree.iter('SensorName'): - if sensor.find('Naming/Name').text == "host__VOLT": - this_psu_voltage = float(sensor.find('ValueBrief').text) - elif sensor.find('Naming/Name').text == "host__CURR": - this_psu_current = float(sensor.find('ValueBrief').text) - elif sensor.find('Naming/Name').text == "host__PM": - this_psu_capacity = float(sensor.find('ValueBrief').text) - - if this_psu_capacity > 0: - psu_status['capacity'] = this_psu_capacity - psu_status['status'] = True - - if this_psu_current and this_psu_voltage: - psu_status['output'] = (this_psu_voltage * this_psu_current) / 1000000.0 - - environment_status['power'][psu] = psu_status - - # - # Memory - # - - rpc_command = "" - result_tree = ET.fromstring(self.device.make_rpc_call(rpc_command)) - - for node in result_tree.iter('Node'): - print - if node.find('Naming/NodeName/Slot').text == active_modules['RSP'][0]: # first enabled RSP - available_ram = int(node.find('Summary/SystemRAMMemory').text) - free_ram = int(node.find('Summary/FreeApplicationMemory').text) - break # we're only looking at one of the RSP's - - if available_ram and free_ram: - used_ram = available_ram - free_ram - memory = dict() - memory['available_ram'] = available_ram - memory['used_ram'] = used_ram - environment_status['memory'] = memory - - # - # Fans - # - - for fan in active_modules['FT']: - rpc_command = get_module_xml_query(fan,'') - result_tree = ET.fromstring(self.device.make_rpc_call(rpc_command)) - for module in result_tree.iter('Module'): - for sensortype in module.iter('SensorType'): - for sensorname in sensortype.iter('SensorNameTable'): - if sensorname.find('SensorName/Naming/Name').text == "host__FanSpeed_0": - environment_status['fans'][fan] = {'status': int(sensorname.find( - 'SensorName/ValueDetailed/Status').text) is 1} - - # - # CPU - # - cpu = dict() - - rpc_command = "" - result_tree = ET.fromstring(self.device.make_rpc_call(rpc_command)) - - for module in result_tree.iter('CPUUtilization'): - this_cpu = dict() - this_cpu["%usage"] = float(module.find('TotalCPUFiveMinute').text) - - rack = module.find('Naming/NodeName/Rack').text - slot = module.find('Naming/NodeName/Slot').text - instance = module.find('Naming/NodeName/Instance').text - position = "%s/%s/%s" % (rack,slot,instance) - - cpu[position] = this_cpu - - environment_status["cpu"] = cpu - - # - # Temperature - # - - temperature = dict() - - slot_list = set() - for category, slot in active_modules.iteritems(): - slot_list |= set(slot) - - for slot in slot_list: - rpc_command = get_module_xml_query(slot,'') - result_tree = ET.fromstring(self.device.make_rpc_call(rpc_command)) - - for sensor in result_tree.findall(".//SensorName"): - if not sensor.find('Naming/Name').text == "host__Inlet0": - continue - this_reading = dict() - this_reading['temperature'] = float(sensor.find('ValueBrief').text) - - threshold_value = [float(x.text) for x in sensor.findall("ThresholdTable/Threshold/ValueBrief")] - - this_reading['is_alert'] = threshold_value[2] <= this_reading['temperature'] <= threshold_value[3] - this_reading['is_critical'] = threshold_value[4] <= this_reading['temperature'] <= threshold_value[5] - - this_reading['temperature'] = this_reading['temperature']/10 - - environment_status["temperature"][slot] = this_reading - - return environment_status - - def get_lldp_neighbors(self): - - # init result dict - lldp = {} - sh_lldp = self.device.show_lldp_neighbors().splitlines()[5:-3] - - for n in sh_lldp: - local_interface = n.split()[1] - if local_interface not in lldp.keys(): - lldp[local_interface] = list() - - lldp[local_interface].append({'hostname': unicode(n.split()[0]), 'port': unicode(n.split()[4]), }) - - return lldp - - def get_lldp_neighbors_detail(self, interface = ''): - - lldp_neighbors = dict() - - rpc_command = '' - - result_tree = ET.fromstring(self.device.make_rpc_call(rpc_command)) - - for neighbor in result_tree.findall('.//Neighbors/DetailTable/Detail/Entry'): - if neighbor is None: - continue - try: - interface_name = unicode(neighbor.find('ReceivingInterfaceName').text) - parent_interface = unicode(neighbor.find('ReceivingParentInterfaceName').text) - device_id = unicode(neighbor.find('DeviceID').text) - chassis_id = unicode(neighbor.find('ChassisID').text) - port_id = unicode(neighbor.find('PortIDDetail').text) - port_descr = unicode(neighbor.find('Detail/PortDescription').text) - system_name = unicode(neighbor.find('Detail/SystemName').text) - system_descr = unicode(neighbor.find('Detail/SystemDescription').text) - system_capabilities = unicode(neighbor.find('Detail/SystemCapabilities').text) - enabled_capabilities= unicode(neighbor.find('Detail/EnabledCapabilities').text) - # few other optional... - # time_remaining = neighbor.find('Detail/TimeRemaining').text - # media_attachement_unit_type = neighbor.find('Detail/MediaAttachmentUnitType').text - # port_vlan_id = neighbor.find('Detail/PortVlanID').text - - if interface_name not in lldp_neighbors.keys(): - lldp_neighbors[interface_name] = list() - lldp_neighbors[interface_name].append({ - 'parent_interface' : parent_interface, - 'remote_chassis_id' : chassis_id, - 'remote_port' : port_id, - 'remote_port_description' : port_descr, - 'remote_system_name' : system_name, - 'remote_system_description' : system_descr, - 'remote_system_capab' : system_capabilities, - 'remote_system_enable_capab' : enabled_capabilities - }) - except Exception: - continue # jump to next neighbor - - return lldp_neighbors - - def cli(self, commands = None): - - cli_output = dict() - - if type(commands) is not list: - raise TypeError('Please enter a valid list of commands!') - - for command in commands: - try: - cli_output[unicode(command)] = unicode(__execute_show__(self.device.device, command, self.timeout)) - except TimeoutError: - cli_output[unicode(command)] = 'Execution of command "{command}" took too long! Please adjust your params!'.format( - command = command - ) - raise CommandTimeoutException(str(cli_output)) - except Exception as e: - cli_output[unicode(command)] = 'Unable to execute command "{cmd}": {err}'.format( - cmd = command, - err = e - ) - raise CommandErrorException(str(cli_output)) - - return cli_output - - @staticmethod - def _find_txt(xml_tree, path, default = ''): - - try: - return xml_tree.find(path).text.strip() - except Exception: - return default - - def get_bgp_config(self, group = '', neighbor = ''): - - bgp_config = {} - - # a helper - def build_prefix_limit(af_table, limit, prefix_percent, prefix_timeout): - prefix_limit = dict() - inet = False - inet6 = False - preifx_type = 'inet' - if 'IPV4' in af_table: - inet = True - if 'IPv6' in af_table: - inet6 = True - preifx_type = 'inet6' - if inet or inet6: - prefix_limit = { - preifx_type: { - af_table[4:].lower(): { - 'limit': limit, - 'teardown': { - 'threshold': prefix_percent, - 'timeout' : prefix_timeout - } - } - } - } - return prefix_limit - - # here begins actual method... - - rpc_command = ''' - - - - - - - default - - - - - - - ''' - result_tree = ET.fromstring(self.device.make_rpc_call(rpc_command)) - - group = group.lower() - neighbor = neighbor.lower() - - if not group: - neighbor = '' - - bgp_group_neighbors = {} - for bgp_neighbor in result_tree.iter('Neighbor'): - group_name = self._find_txt(bgp_neighbor, 'NeighborGroupAddMember') - peer = self._find_txt(bgp_neighbor, 'Naming/NeighborAddress/IPV4Address') or self._find_txt(bgp_neighbor, 'Naming/NeighborAddress/IPV6Address') - if neighbor and peer != neighbor: - continue - description = unicode(self._find_txt(bgp_neighbor, 'Description')) - peer_as = int(self._find_txt(bgp_neighbor, 'RemoteAS/AS_YY', 0)) - local_as = int(self._find_txt(bgp_neighbor, 'LocalAS/AS_YY', 0)) - af_table = self._find_txt(bgp_neighbor, 'NeighborAFTable/NeighborAF/Naming/AFName') - prefix_limit = int(self._find_txt(bgp_neighbor, 'NeighborAFTable/NeighborAF/MaximumPrefixes/PrefixLimit', 0)) - prefix_percent = int(self._find_txt(bgp_neighbor, 'NeighborAFTable/NeighborAF/MaximumPrefixes/WarningPercentage', 0)) - prefix_timeout = int(self._find_txt(bgp_neighbor, 'NeighborAFTable/NeighborAF/MaximumPrefixes/RestartTime', 0)) - import_policy = unicode(self._find_txt(bgp_neighbor, 'NeighborAFTable/NeighborAF/RoutePolicyIn')) - export_policy = unicode(self._find_txt(bgp_neighbor, 'NeighborAFTable/NeighborAF/RoutePolicyOut')) - local_address = unicode(self._find_txt(bgp_neighbor, 'LocalAddress/LocalIPAddress/IPV4Address') or self._find_txt(bgp_neighbor, 'LocalAddress/LocalIPAddress/IPV6Address')) - password = unicode(self._find_txt(bgp_neighbor, 'Password/Password/Password')) - nhs = False - route_reflector= False - if group_name not in bgp_group_neighbors.keys(): - bgp_group_neighbors[group_name] = dict() - bgp_group_neighbors[group_name][peer] = { - 'description' : description, - 'remote_as' : peer_as, - 'prefix_limit' : build_prefix_limit(af_table, prefix_limit, prefix_percent, prefix_timeout), - 'export_policy' : export_policy, - 'import_policy' : import_policy, - 'local_address' : local_address, - 'local_as' : local_as, - 'authentication_key' : password, - 'nhs' : nhs, - 'route_reflector_client': route_reflector - } - if neighbor and peer == neighbor: - break - - for bgp_group in result_tree.iter('NeighborGroup'): - group_name = self._find_txt(bgp_group, 'Naming/NeighborGroupName') - if group and group != group_name: - continue - bgp_type = 'external' # by default external - # must check - description = unicode(self._find_txt(bgp_group, 'Description')) - import_policy = unicode(self._find_txt(bgp_group, 'NeighborGroupAFTable/NeighborGroupAF/RoutePolicyIn')) - export_policy = unicode(self._find_txt(bgp_group, 'NeighborGroupAFTable/NeighborGroupAF/RoutePolicyOut')) - multipath = eval(self._find_txt(bgp_group, 'NeighborGroupAFTable/NeighborGroupAF/Multipath', 'false').title()) - - peer_as = int(self._find_txt(bgp_group, 'RemoteAS/AS_YY', 0)) - local_as = int(self._find_txt(bgp_group, 'LocalAS/AS_YY', 0)) - multihop_ttl = int(self._find_txt(bgp_group, 'EBGPMultihop/MaxHopCount', 0)) - local_address = unicode(self._find_txt(bgp_group, 'LocalAddress/LocalIPAddress/IPV4Address') or self._find_txt(bgp_group, 'LocalAddress/LocalIPAddress/IPV6Address')) - af_table = self._find_txt(bgp_group, 'NeighborAFTable/NeighborAF/Naming/AFName') - prefix_limit = int(self._find_txt(bgp_group, 'NeighborGroupAFTable/NeighborGroupAF/MaximumPrefixes/PrefixLimit', 0)) - prefix_percent= int(self._find_txt(bgp_group, 'NeighborGroupAFTable/NeighborGroupAF/MaximumPrefixes/WarningPercentage', 0)) - prefix_timeout= int(self._find_txt(bgp_group, 'NeighborGroupAFTable/NeighborGroupAF/MaximumPrefixes/RestartTime', 0)) - remove_private= True # is it specified in the XML? - bgp_config[group_name] = { - 'apply_groups' : [], # on IOS-XR will always be empty list! - 'description' : description, - 'local_as' : local_as, - 'type' : unicode(bgp_type), - 'import_policy' : import_policy, - 'export_policy' : export_policy, - 'local_address' : local_address, - 'multipath' : multipath, - 'multihop_ttl' : multihop_ttl, - 'remote_as' : peer_as, - 'remove_private_as' : remove_private, - 'prefix_limit' : build_prefix_limit(af_table, prefix_limit, prefix_percent, prefix_timeout), - 'neighbors' : bgp_group_neighbors.get(group_name, {}) - } - if group and group == group_name: - break - - return bgp_config - - def get_bgp_neighbors_detail(self, neighbor_address = ''): - - bgp_neighbors = dict() - - rpc_command = ''' - - - - - - - - default - - - - - - - - - - - - - - - - ''' - - result_tree = ET.fromstring(self.device.make_rpc_call(rpc_command)) - - _BGP_STATE_ = { - '0': 'Unknown', - '1': 'Idle', - '2': 'Connect', - '3': 'OpenSent', - '4': 'OpenConfirm', - '5': 'Active', - '6': 'Established' - } - - routing_table = unicode(self._find_txt(result_tree, 'InstanceTable/Instance/Naming/InstanceName', 'default')) - # if multi-VRF needed, create a loop through all instances - for neighbor in result_tree.iter('Neighbor'): - try: - up = (self._find_txt(neighbor, 'ConnectionState') == 'BGP_ST_ESTAB') - local_as = int(self._find_txt(neighbor, 'LocalAS', 0)) - remote_as = int(self._find_txt(neighbor, 'RemoteAS', 0)) - remote_address = unicode(self._find_txt(neighbor, 'Naming/NeighborAddress/IPV4Address') \ - or self._find_txt(neighbor, 'Naming/NeighborAddress/IPV6Address')) - local_address_configured = eval(self._find_txt(neighbor, 'IsLocalAddressConfigured', 'false').title()) - local_address = unicode(self._find_txt(neighbor, 'ConnectionLocalAddress/IPV4Address') \ - or self._find_txt(neighbor, 'ConnectionLocalAddress/IPV6Address')) - local_port = int(self._find_txt(neighbor, 'ConnectionLocalPort')) - remote_address = unicode(self._find_txt(neighbor, 'ConnectionRemoteAddress/IPV4Address') \ - or self._find_txt(neighbor, 'ConnectionRemoteAddress/IPV6Address')) - remote_port = int(self._find_txt(neighbor, 'ConnectionRemotePort')) - multihop = eval(self._find_txt(neighbor, 'IsExternalNeighborNotDirectlyConnected', 'false').title()) - remove_private_as = eval(self._find_txt(neighbor, 'AFData/Entry/RemovePrivateASFromUpdates', 'false').title()) - multipath = eval(self._find_txt(neighbor, 'AFData/Entry/SelectiveMultipathEligible', 'false').title()) - import_policy = unicode(self._find_txt(neighbor, 'AFData/Entry/RoutePolicyIn')) - export_policy = unicode(self._find_txt(neighbor, 'AFData/Entry/RoutePolicyOut')) - input_messages = int(self._find_txt(neighbor, 'MessgesReceived', 0)) - output_messages = int(self._find_txt(neighbor, 'MessagesSent', 0)) - connection_up_count = int(self._find_txt(neighbor, 'ConnectionUpCount', 0)) - connection_down_count = int(self._find_txt(neighbor, 'ConnectionDownCount', 0)) - messages_queued_out = int(self._find_txt(neighbor, 'MessagesQueuedOut', 0)) - connection_state = unicode(self._find_txt(neighbor, 'ConnectionState').replace('BGP_ST_', '').title()) - if connection_state == u'Estab': - connection_state = u'Established' - previous_connection_state = unicode(_BGP_STATE_.get(self._find_txt(neighbor, 'PreviousConnectionState', '0'))) - active_prefix_count = int(self._find_txt(neighbor, 'AFData/Entry/NumberOfBestpaths', 0)) - accepted_prefix_count = int(self._find_txt(neighbor, 'AFData/Entry/PrefixesAccepted', 0)) - suppressed_prefix_count = int(self._find_txt(neighbor, 'AFData/Entry/PrefixesDenied', 0)) - received_prefix_count = accepted_prefix_count + suppressed_prefix_count # not quite right... - advertise_prefix_count = int(self._find_txt(neighbor, 'AFData/Entry/PrefixesAdvertised', 0)) - suppress_4byte_as = eval(self._find_txt(neighbor, 'Suppress4ByteAs', 'false').title()) - local_as_prepend = not eval(self._find_txt(neighbor, 'LocalASNoPrepend', 'false').title()) - holdtime = int(self._find_txt(neighbor, 'HoldTime', 0)) - configured_holdtime = int(self._find_txt(neighbor, 'ConfiguredHoldTime', 0)) - keepalive = int(self._find_txt(neighbor, 'KeepAliveTime', 0)) - configured_keepalive = int(self._find_txt(neighbor, 'ConfiguredKeepalive', 0)) - flap_count = connection_down_count / 2 - if up: - flap_count -= 1 - if remote_as not in bgp_neighbors.keys(): - bgp_neighbors[remote_as] = list() - bgp_neighbors[remote_as].append({ - 'up' : up, - 'local_as' : local_as, - 'remote_as' : remote_as, - 'local_address' : local_address, - 'routing_table' : routing_table, - 'local_address_configured' : local_address_configured, - 'local_port' : local_port, - 'remote_address' : remote_address, - 'remote_port' : remote_port, - 'multihop' : multihop, - 'multipath' : multipath, - 'import_policy' : import_policy, - 'export_policy' : export_policy, - 'input_messages' : input_messages, - 'output_messages' : output_messages, - 'input_updates' : 0, - 'output_updates' : 0, - 'messages_queued_out' : messages_queued_out, - 'connection_state' : connection_state, - 'previous_connection_state' : previous_connection_state, - 'last_event' : u'', - 'remove_private_as' : remove_private_as, - 'suppress_4byte_as' : suppress_4byte_as, - 'local_as_prepend' : local_as_prepend, - 'holdtime' : holdtime, - 'configured_holdtime' : configured_holdtime, - 'keepalive' : keepalive, - 'configured_keepalive' : configured_keepalive, - 'active_prefix_count' : active_prefix_count, - 'received_prefix_count' : received_prefix_count, - 'accepted_prefix_count' : accepted_prefix_count, - 'suppressed_prefix_count' : suppressed_prefix_count, - 'advertise_prefix_count' : advertise_prefix_count, - 'flap_count' : flap_count - }) - except Exception: - continue - - return bgp_neighbors - - def get_arp_table(self): - - arp_table = list() - - rpc_command = '' - - result_tree = ET.fromstring(self.device.make_rpc_call(rpc_command)) - - for arp_entry in result_tree.findall('.//EntryTable/Entry'): - try: - interface = unicode(arp_entry.find('.//InterfaceName').text) - ip = unicode(arp_entry.find('.//Address').text) - age = float(arp_entry.find('.//Age').text) - mac_raw = arp_entry.find('.//HardwareAddress').text - mac_all = mac_raw.replace('.', '').replace(':', '') - mac_format= unicode(':'.join([mac_all[i:i+2] for i in range(12)[::2]])) - - arp_table.append( - { - 'interface' : interface, - 'mac' : mac_format, - 'ip' : ip, - 'age' : age - } - ) - except Exception: - continue - - return arp_table - - def get_ntp_peers(self): - - ntp_peers = dict() - - rpc_command = '' - - result_tree = ET.fromstring(self.device.make_rpc_call(rpc_command)) - - for node in result_tree.iter('PeerInfoCommon'): - if node is None: - continue - try: - address = unicode(node.find('Address').text) - referenceid = unicode(node.find('ReferenceID').text) - hostpoll = int(node.find('HostPoll').text) - reachability = int(node.find('Reachability').text) - stratum = int(node.find('Stratum').text) - delay = float(node.find('Delay').text) - offset = float(node.find('Offset').text) - jitter = float(node.find('Dispersion').text) - ntp_peers[address] = { - 'referenceid' : referenceid, - 'stratum' : stratum, - 'type' : u'', - 'when' : u'', - 'hostpoll' : hostpoll, - 'reachability' : reachability, - 'delay' : delay, - 'offset' : offset, - 'jitter' : jitter - } - except Exception: - continue - - return ntp_peers - - def get_interfaces_ip(self): - - interfaces_ip = dict() - - rpc_command_ipv4 = '' - - ipv4_tree = ET.fromstring(self.device.make_rpc_call(rpc_command_ipv4)) - - for interface in ipv4_tree.findall('.//InterfaceTable/Interface'): - try: - interface_name = unicode(interface.find('Naming/InterfaceName').text) - primary_ip = unicode(interface.find('VRFTable/VRF/Detail/PrimaryAddress').text) - primary_prefix = int(interface.find('VRFTable/VRF/Detail/PrefixLength').text) - if interface_name not in interfaces_ip.keys(): - interfaces_ip[interface_name] = dict() - if u'ipv4' not in interfaces_ip[interface_name].keys(): - interfaces_ip[interface_name][u'ipv4'] = dict() - if primary_ip not in interfaces_ip[interface_name].get(u'ipv4', {}).keys(): - interfaces_ip[interface_name][u'ipv4'][primary_ip] = { - u'prefix_length': primary_prefix - } - for secondary_address in interface.findall('VRFTable/VRF/Detail/SecondaryAddress/Entry'): - secondary_ip = unicode(secondary_address.find('Address').text) - secondary_prefix = int(secondary_address.find('PrefixLength').text) - if secondary_ip not in interfaces_ip[interface_name]: - interfaces_ip[interface_name][u'ipv4'][secondary_ip] = { - u'prefix_length': secondary_prefix - } - except Exception: - continue - - rpc_command_ipv6 = '' - - ipv6_tree = ET.fromstring(self.device.make_rpc_call(rpc_command_ipv6)) - - for interface in ipv6_tree.findall('.//InterfaceData/VRFTable/VRF/GlobalDetailTable/GlobalDetail'): - interface_name = unicode(interface.find('Naming/InterfaceName').text) - if interface_name not in interfaces_ip.keys(): - interfaces_ip[interface_name] = dict() - if u'ipv6' not in interfaces_ip[interface_name].keys(): - interfaces_ip[interface_name][u'ipv6'] = dict() - for address in interface.findall('AddressList/Entry'): - address_ip = unicode(address.find('Address').text) - address_prefix = int(address.find('PrefixLength').text) - if address_ip not in interfaces_ip[interface_name].get(u'ipv6', {}).keys(): - interfaces_ip[interface_name][u'ipv6'][address_ip] = { - u'prefix_length': address_prefix - } - - return interfaces_ip - - def get_mac_address_table(self): - - mac_table = list() - - rpc_command = '' - - result_tree = ET.fromstring(self.device.make_rpc_call(rpc_command)) - - for mac_entry in result_tree.findall('.//L2FIBMACDetailTable/L2FIBMACDetail'): - try: - mac_raw = mac_entry.find('Naming/Address').text - # will throw error in case not found - # and jump to next entry - mac_str = mac_raw.replace('.', '').replace(':', '') - mac_format = unicode(':'.join([ mac_str[i:i+2] for i in range(12)[::2] ])) - vlan = int(self._find_txt(mac_entry, 'Naming/Name', '').replace('vlan', '')) - interface = unicode(self._find_txt(mac_entry, 'Segment/AC/InterfaceHandle', u'')) - - mac_table.append( - { - 'mac' : mac_format, - 'interface' : interface, - 'vlan' : vlan, - 'active' : True, - 'static' : False, - 'moves' : 0, - 'last_move' : 0.0 - } - ) - - except Exception: - continue - - return mac_table - - def get_route_to(self, destination = '', protocol = ''): - - routes = {} - - if not isinstance(destination, str): - raise TypeError('Please specify a valid destination!') - - if not isinstance(protocol, str) or protocol.lower() not in ['static', 'bgp', 'isis']: - raise TypeError("Protocol not supported: {protocol}.".format( - protocol = protocol - )) - - protocol = protocol.lower() - dest_split = destination.split('/') - network = dest_split[0] - prefix_tag = '' - if len(dest_split) == 2: - prefix_tag = ''' - - {prefix_length} - - '''.format(prefix_length = dest_split[1]) - - route_info_rpc_command = ''' - - - - - - - - default - - - - - - - IPv4 - - - - - - - Unicast - - - - - - - default - - - - - -
- {network} -
- {prefix} -
-
-
-
-
-
-
-
-
-
-
-
-
-
- '''.format( - network = network, - prefix = prefix_tag - ) - - routes_tree = ET.fromstring(self.device.make_rpc_call(route_info_rpc_command)) - - for route in routes_tree.iter('Route'): - route_details = dict() - try: - address = route.find('Prefix').text - length = route.find('PrefixLength').text - distance = int(route.find('Distance').text) - protocol = unicode(route.find('ProtocolName').text.upper()) - priority = int(route.find('Priority').text) - age = int(route.find('RouteAge').text) - destination = unicode('{prefix}/{length}'.format( - prefix = address, - length = length - )) - if destination not in routes.keys(): - routes[destination] = list() - except Exception: - continue - - route_details = { - 'current_active' : False, - 'last_active' : False, - 'age' : age, - 'next_hop' : u'', - 'protocol' : protocol, - 'outgoing_interface': u'', - 'preference' : priority, - 'selected_next_hop' : False, - 'inactive_reason' : u'', - 'routing_table' : u'default', - 'protocol_attributes': {} - } - - # from BGP will try to get some more information - if protocol.lower() == 'bgp': - # looks like IOS-XR does not filter correctly - # !IMPORTANT - bgp_route_info_rpc_command = ''' - - - - - - - - - - IPv4Unicast - - - - - - - - {network} - - - {prefix_len} - - - - - - - - - - - - - '''.format( - network = network, - prefix_len = dest_split[-1] - ) - bgp_route_tree = ET.fromstring(self.device.make_rpc_call(bgp_route_info_rpc_command)) - for bgp_path in bgp_route_tree.iter('Path'): - try: - best_path = eval(self._find_txt(bgp_path,'PathInformation/IsBestPath', 'false').title()) - backup = eval(self._find_txt(bgp_path,'PathInformation/IsPathBackup', 'false').title()) - local_preference = int( - self._find_txt(bgp_path, 'AttributesAfterPolicyIn/CommonAttributes/LocalPreference', '0') - ) - local_preference = int( - self._find_txt(bgp_path, 'AttributesAfterPolicyIn/CommonAttributes/LocalPreference', '0') - ) - metric = int( - self._find_txt(bgp_path, 'AttributesAfterPolicyIn/CommonAttributes/Metric', '0') - ) - remote_as = int( - self._find_txt(bgp_path, 'AttributesAfterPolicyIn/CommonAttributes/NeighborAS', '0') - ) - remote_address = unicode(self._find_txt(bgp_path, 'PathInformation/NeighborAddress/IPV4Address') \ - or self._find_txt(bgp_path, 'PathInformation/NeighborAddress/IPV6Address')) - as_path = ' '.join( - [bgp_as.text for bgp_as in bgp_path.findall('AttributesAfterPolicyIn/CommonAttributes/NeighborAS/Entry')] - ) - next_hop = unicode(self._find_txt(bgp_path, 'PathInformation/NextHop/IPV4Address') \ - or self._find_txt(bgp_path, 'PathInformation/NextHop/IPV6Address') ) - except Exception: - continue - single_route_details = route_details.copy() - single_route_details['current_active'] = best_path - single_route_details['next_hop'] = next_hop - single_route_details['protocol_attributes'] = { - 'local_preference' : local_preference, - 'as_path' : as_path, - 'remote_as' : remote_as, - 'remote_address' : remote_address - } - routes[destination].append(single_route_details) - - else: - first_route = True - for route_entry in route.findall('RoutePath/Entry'): - # get all possible entries - try: - next_hop = unicode(route_entry.find('Address').text) - except Exception: - continue - single_route_details = route_details.copy() - single_route_details.update({ - 'current_active': first_route, - 'next_hop' : next_hop - }) - routes[destination].append(single_route_details) - first_route = False - - return routes - - def get_snmp_information(self): - - snmp_information = dict() - - snmp_rpc_command = '' - - snmp_result_tree = ET.fromstring(self.device.make_rpc_call(snmp_rpc_command)) - - _PRIVILEGE_MODE_MAP_ = { - 'ReadOnly': u'ro', - 'ReadWrite': u'rw' - } - - snmp_information = { - 'chassis_id': unicode(self._find_txt(snmp_result_tree, './/ChassisID')), - 'contact': unicode(self._find_txt(snmp_result_tree, './/Contact')), - 'location': unicode(self._find_txt(snmp_result_tree, './/Location')), - 'community': {} - } - - for community in snmp_result_tree.iter('DefaultCommunity'): - name = unicode(self._find_txt(community, 'Naming/CommunityName')) - privilege = self._find_txt(community, 'Priviledge') - acl = unicode(self._find_txt(community, 'AccessList')) - snmp_information['community'][name] = { - 'mode': _PRIVILEGE_MODE_MAP_.get(privilege, u''), - 'acl' : acl - } - - return snmp_information diff --git a/napalm/junos.py b/napalm/junos.py deleted file mode 100644 index 1e20db5e9..000000000 --- a/napalm/junos.py +++ /dev/null @@ -1,968 +0,0 @@ -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -import re -import collections - -from napalm.utils import junos_views -from base import NetworkDriver - -from jnpr.junos import Device -from jnpr.junos.utils.config import Config -from jnpr.junos.exception import ConfigLoadError, ConnectTimeoutError -from exceptions import ConnectionException, ReplaceConfigException, MergeConfigException, CommandErrorException - -from lxml import etree as ET - -from exceptions import ReplaceConfigException, MergeConfigException - -from utils import string_parsers - - -class JunOSDriver(NetworkDriver): - - def __init__(self, hostname, username, password, timeout=60, optional_args=None): - self.hostname = hostname - self.username = username - self.password = password - self.timeout = timeout - self.config_replace = False - self.locked = False - - if optional_args is None: - optional_args = {} - self.port = optional_args.get('port', 22) - self.config_lock = optional_args.get('config_lock', True) - - self.device = Device(hostname, user=username, password=password, port=self.port) - - def open(self): - try: - self.device.open() - except ConnectTimeoutError as cte: - raise ConnectionException(cte.message) - self.device.timeout = self.timeout - self.device.bind(cu=Config) - if self.config_lock: - self.lock() - - def close(self): - if self.config_lock: - self.unlock() - self.device.close() - - def lock(self): - if not self.locked: - self.device.cu.lock() - self.locked = True - - def unlock(self): - if self.locked: - self.device.cu.unlock() - self.locked = False - - def _load_candidate(self, filename, config, overwrite): - if filename is None: - configuration = config - else: - with open(filename) as f: - configuration = f.read() - - if not self.config_lock: - # if not locked during connection time - # will try to lock it if not already aquired - self.lock() - # and the device will be locked till first commit/rollback - - try: - self.device.cu.load(configuration, format='text', overwrite=overwrite) - except ConfigLoadError as e: - if self.config_replace: - raise ReplaceConfigException(e.message) - else: - raise MergeConfigException(e.message) - - def load_replace_candidate(self, filename=None, config=None): - self.config_replace = True - self._load_candidate(filename, config, True) - - def load_merge_candidate(self, filename=None, config=None): - self.config_replace = False - self._load_candidate(filename, config, False) - - def compare_config(self): - diff = self.device.cu.diff() - - if diff is None: - return '' - else: - return diff.strip() - - def commit_config(self): - self.device.cu.commit() - if not self.config_lock: - self.unlock() - - def discard_config(self): - self.device.cu.rollback(rb_id=0) - if not self.config_lock: - self.unlock() - - def rollback(self): - self.device.cu.rollback(rb_id=1) - self.commit_config() - - def get_facts(self): - - output = self.device.facts - - uptime = 0 - if 'RE0' in output: - uptime = output['RE0']['up_time'] - - interfaces = junos_views.junos_iface_table(self.device) - interfaces.get() - interface_list = interfaces.keys() - - return { - 'vendor': u'Juniper', - 'model': unicode(output['model']), - 'serial_number': unicode(output['serialnumber']), - 'os_version': unicode(output['version']), - 'hostname': unicode(output['hostname']), - 'fqdn': unicode(output['fqdn']), - 'uptime': string_parsers.convert_uptime_string_seconds(uptime), - 'interface_list': interface_list - } - - def get_interfaces(self): - - # init result dict - result = {} - - interfaces = junos_views.junos_iface_table(self.device) - interfaces.get() - - # convert all the tuples to our pre-defined dict structure - for iface in interfaces.keys(): - result[iface] = { - 'is_up': interfaces[iface]['is_up'], - 'is_enabled': interfaces[iface]['is_enabled'], - 'description': interfaces[iface]['description'] or u'', - 'last_flapped': interfaces[iface]['last_flapped'] or -1, - 'mac_address': unicode(interfaces[iface]['mac_address']) - } - result[iface]['last_flapped'] = float(result[iface]['last_flapped']) - - match = re.search(r'\d+', interfaces[iface]['speed'] or '') - if match is not None: - result[iface]['speed'] = int(match.group(0)) - else: - result[iface]['speed'] = -1 - - return result - - def get_interfaces_counters(self): - query = junos_views.junos_iface_counter_table(self.device) - query.get() - interface_counters = dict() - for interface, counters in query.items(): - interface_counters[interface] = {k: v if v is not None else -1 for k, v in counters} - return interface_counters - - def get_environment(self): - environment = junos_views.junos_enviroment_table(self.device) - routing_engine = junos_views.junos_routing_engine_table(self.device) - temperature_thresholds = junos_views.junos_temperature_thresholds(self.device) - environment.get() - routing_engine.get() - temperature_thresholds.get() - environment_data = dict() - - for sensor_object, object_data in environment.items(): - structured_object_data = {k: v for k, v in object_data} - - if structured_object_data['class'] == 'Power': - # Create a dict for the 'power' key - try: - environment_data['power'][sensor_object] = dict() - except KeyError: - environment_data['power'] = dict() - environment_data['power'][sensor_object] = dict() - - # Set these values to -1, because Junos does not provide them - environment_data['power'][sensor_object]['capacity'] = -1.0 - environment_data['power'][sensor_object]['output'] = -1.0 - - if structured_object_data['class'] == 'Fans': - # Create a dict for the 'fans' key - try: - environment_data['fans'][sensor_object] = dict() - except KeyError: - environment_data['fans'] = dict() - environment_data['fans'][sensor_object] = dict() - - if structured_object_data['status'] == 'OK' and structured_object_data['class'] == 'Power': - # If status is Failed, Absent or Testing, set status to False. - environment_data['power'][sensor_object]['status'] = True - - elif structured_object_data['status'] != 'OK' and structured_object_data['class'] == 'Power': - environment_data['power'][sensor_object]['status'] = False - - elif structured_object_data['status'] == 'OK' and structured_object_data['class'] == 'Fans': - # If status is Failed, Absent or Testing, set status to False. - environment_data['fans'][sensor_object]['status'] = True - - elif structured_object_data['status'] != 'OK' and structured_object_data['class'] == 'Fans': - environment_data['fans'][sensor_object]['status'] = False - - for temperature_object, temperature_data in temperature_thresholds.items(): - structured_temperature_data = {k: v for k, v in temperature_data} - if structured_object_data['class'] == 'Temp': - # Create a dict for the 'temperature' key - try: - environment_data['temperature'][sensor_object] = dict() - except KeyError: - environment_data['temperature'] = dict() - environment_data['temperature'][sensor_object] = dict() - - environment_data['temperature'][sensor_object]['temperature'] = float(structured_object_data['temperature']) - # Set a default value (False) to the key is_critical and is_alert - environment_data['temperature'][sensor_object]['is_alert'] = False - environment_data['temperature'][sensor_object]['is_critical'] = False - # Check if the working temperature is equal to or higher than alerting threshold - if structured_temperature_data['red-alarm'] <= structured_object_data['temperature']: - environment_data['temperature'][sensor_object]['is_critical'] = True - environment_data['temperature'][sensor_object]['is_alert'] = True - elif structured_temperature_data['yellow-alarm'] <= structured_object_data['temperature']: - environment_data['temperature'][sensor_object]['is_alert'] = True - - for routing_engine_object, routing_engine_data in routing_engine.items(): - structured_routing_engine_data = {k: v for k, v in routing_engine_data} - # Create dicts for 'cpu' and 'memory'. - try: - environment_data['cpu'][routing_engine_object] = dict() - environment_data['memory'] = dict() - except KeyError: - environment_data['cpu'] = dict() - environment_data['cpu'][routing_engine_object] = dict() - environment_data['memory'] = dict() - # Calculate the CPU usage by using the CPU idle value. - environment_data['cpu'][routing_engine_object]['%usage'] = 100.0 - structured_routing_engine_data['cpu-idle'] - try: - environment_data['memory']['available_ram'] = int(structured_routing_engine_data['memory-dram-size']) - except ValueError: - environment_data['memory']['available_ram'] = int(''.join(i for i in structured_routing_engine_data['memory-dram-size'] if i.isdigit())) - # Junos gives us RAM in %, so calculation has to be made. - # Sadly, bacause of this, results are not 100% accurate to the truth. - environment_data['memory']['used_ram'] = (environment_data['memory']['available_ram'] / 100 * structured_routing_engine_data['memory-buffer-utilization']) - - return environment_data - - @staticmethod - def _get_address_family(table): - """ - Function to derive address family from a junos table name - :params table: The name of the routing table - :returns: address family - """ - address_family_mapping = { - 'inet': 'ipv4', - 'inet6': 'ipv6' - } - family = table.split('.')[-2] - return address_family_mapping[family] - - def _parse_route_stats(self, neighbor): - data = {} - if not neighbor['is_up']: - pass - elif isinstance(neighbor['tables'], list): - for idx, table in enumerate(neighbor['tables']): - family = self._get_address_family(table) - data[family] = {} - data[family]['received_prefixes'] = neighbor['received_prefixes'][idx] - data[family]['accepted_prefixes'] = neighbor['accepted_prefixes'][idx] - data[family]['sent_prefixes'] = neighbor['sent_prefixes'][idx] - else: - family = self._get_address_family(neighbor['tables']) - data[family] = {} - data[family]['received_prefixes'] = neighbor['received_prefixes'] - data[family]['accepted_prefixes'] = neighbor['accepted_prefixes'] - data[family]['sent_prefixes'] = neighbor['sent_prefixes'] - return data - - @staticmethod - def _parse_value(value): - if isinstance(value, basestring): - return unicode(value) - elif value is None: - return u'' - else: - return value - - def get_bgp_neighbors(self): - instances = junos_views.junos_route_instance_table(self.device) - uptime_table = junos_views.junos_bgp_uptime_table(self.device) - bgp_neighbors = junos_views.junos_bgp_table(self.device) - keys =['local_as', 'remote_as', 'is_up', 'is_enabled', 'description', 'remote_id'] - bgp_neighbor_data = {} - for instance, instance_data in instances.get().items(): - if instance.startswith('__'): - # junos internal instances - continue - instance_name = "global" if instance == 'master' else instance - bgp_neighbor_data[instance_name] = {'peers': {}} - for neighbor, data in bgp_neighbors.get(instance=instance).items(): - neighbor_data = {k: v for k, v in data} - peer_ip = neighbor.split('+')[0] - if 'router_id' not in bgp_neighbor_data[instance_name]: - # we only need to set this once - bgp_neighbor_data[instance_name]['router_id'] = unicode(neighbor_data['local_id']) - peer = {key:self._parse_value(value) for key, value in neighbor_data.iteritems() if key in keys} - peer['address_family'] = self._parse_route_stats(neighbor_data) - bgp_neighbor_data[instance_name]['peers'][peer_ip] = peer - for neighbor, uptime in uptime_table.get(instance=instance).items(): - bgp_neighbor_data[instance_name]['peers'][neighbor]['uptime'] = uptime[0][1] - for key in bgp_neighbor_data.keys(): - if not bgp_neighbor_data[key]['peers']: - del bgp_neighbor_data[key] - return bgp_neighbor_data - - def get_lldp_neighbors(self): - lldp = junos_views.junos_lldp_table(self.device) - lldp.get() - - result = lldp.items() - - neighbors = dict() - for neigh in result: - if neigh[0] not in neighbors.keys(): - neighbors[neigh[0]] = list() - neighbors[neigh[0]].append({x[0]: unicode(x[1]) for x in neigh[1]}) - - return neighbors - - def get_lldp_neighbors_detail(self, interface = ''): - - lldp_neighbors = dict() - - lldp_table = junos_views.junos_lldp_neighbors_detail_table(self.device) - lldp_table.get() - interfaces = lldp_table.get().keys() - - lldp_table.GET_RPC = 'get-lldp-interface-neighbors' - - for interface in interfaces: - lldp_table.get(interface) - for item in lldp_table: - if interface not in lldp_neighbors.keys(): - lldp_neighbors[interface] = list() - lldp_neighbors[interface].append({ - 'parent_interface' : item.parent_interface, - 'remote_port' : item.remote_port, - 'remote_chassis_id' : item.remote_chassis_id, - 'remote_port' : item.remote_port, - 'remote_port_description' : item.remote_port_description, - 'remote_system_name' : item.remote_system_name, - 'remote_system_description' : item.remote_system_description, - 'remote_system_capab' : item.remote_system_capab, - 'remote_system_enable_capab': item.remote_system_enable_capab - }) - - return lldp_neighbors - - def cli(self, commands = None): - - cli_output = dict() - - if type(commands) is not list: - raise TypeError('Please enter a valid list of commands!') - - for command in commands: - try: - cli_output[unicode(command)] = unicode(self.device.cli(command)) - except Exception as e: - cli_output[unicode(command)] = 'Unable to execute command "{cmd}": {err}'.format( - cmd = command, - err = e - ) - raise CommandErrorException(str(cli_output)) - - return cli_output - - @staticmethod - def _convert(to, who, default = u''): - if who is None: - return default - try: - return to(who) - except: - return default - - def get_bgp_config(self, group = '', neighbor = ''): - - def update_dict(d, u): # for deep dictionary update - for k, v in u.iteritems(): - if isinstance(d, collections.Mapping): - if isinstance(v, collections.Mapping): - r = update_dict(d.get(k, {}), v) - d[k] = r - else: - d[k] = u[k] - else: - d = {k: u[k]} - return d - - def build_prefix_limit(**args): - - """ - This helper will transform the lements of a dictionary into nested dictionaries: - Example: - - { - 'inet_unicast_limit': 500, - 'inet_unicast_teardown_threshold': 95, - 'inet_unicast_teardown_timeout': 5 - } - - becomes: - - { - 'inet': { - 'unicast': { - 'limit': 500, - 'teardown': { - 'threshold': 95, - 'timeout': 5 - } - } - } - } - - """ - - prefix_limit = dict() - - for key, value in args.iteritems(): - key_levels = key.split('_') - length = len(key_levels)-1 - temp_dict = { - key_levels[length]: value - } - for index in reversed(range(length)): - level = key_levels[index] - temp_dict = {level: temp_dict} - update_dict(prefix_limit, temp_dict) - - return prefix_limit - - _COMMON_FIELDS_DATATYPE_ = { - 'description' : unicode, - 'local_address' : unicode, - 'local_as' : int, - 'remote_as' : int, - 'import_policy' : unicode, - 'export_policy' : unicode, - 'inet_unicast_limit_prefix_limit' : int, - 'inet_unicast_teardown_threshold_prefix_limit' : int, - 'inet_unicast_teardown_timeout_prefix_limit' : int, - 'inet_unicast_novalidate_prefix_limit' : int, - 'inet_flow_limit_prefix_limit' : int, - 'inet_flow_teardown_threshold_prefix_limit' : int, - 'inet_flow_teardown_timeout_prefix_limit' : int, - 'inet_flow_novalidate_prefix_limit' : unicode, - 'inet6_unicast_limit_prefix_limit' : int, - 'inet6_unicast_teardown_threshold_prefix_limit' : int, - 'inet6_unicast_teardown_timeout_prefix_limit' : int, - 'inet6_unicast_novalidate_prefix_limit' : int, - 'inet6_flow_limit_prefix_limit' : int, - 'inet6_flow_teardown_threshold_prefix_limit' : int, - 'inet6_flow_teardown_timeout_prefix_limit' : int, - 'inet6_flow_novalidate_prefix_limit' : unicode, - } - - _PEER_FIELDS_DATATYPE_MAP_ = { - 'group' : unicode, - 'authentication_key' : unicode, - 'route_reflector_client': bool, - 'nhs' : bool - } - _PEER_FIELDS_DATATYPE_MAP_.update( - _COMMON_FIELDS_DATATYPE_ - ) - - _GROUP_FIELDS_DATATYPE_MAP_ = { - 'type' : unicode, - 'apply_groups' : list, - 'remove_private_as' : bool, - 'multipath' : bool, - 'multihop_ttl' : int - } - _GROUP_FIELDS_DATATYPE_MAP_.update( - _COMMON_FIELDS_DATATYPE_ - ) - - _DATATYPE_DEFAULT_ = { - unicode : u'', - int : 0, - bool : False, - list : [] - } - - bgp_config = dict() - - if group: - bgp = junos_views.junos_bgp_config_group_table(self.device) - bgp.get(group = group) - else: - bgp = junos_views.junos_bgp_config_table(self.device) - bgp.get() - neighbor = '' # if no group is set, no neighbor should be set either - bgp_items = bgp.items() - - peers = junos_views.junos_bgp_config_peers_table(self.device) - peers.get() # unfortunately cannot add filters for group name of neighbor address - peers_items = peers.items() - - bgp_neighbors = dict() - - for bgp_group_neighbor in peers_items: - bgp_peer_address = bgp_group_neighbor[0] - if neighbor and bgp_peer_address != neighbor: - continue # if filters applied, jump over all other neighbors - bgp_group_details = bgp_group_neighbor[1] - bgp_peer_details = {field: _DATATYPE_DEFAULT_.get(datatype) for field, datatype in _PEER_FIELDS_DATATYPE_MAP_.iteritems() if '_prefix_limit' not in field} - for elem in bgp_group_details: - if '_prefix_limit' not in elem[0] and elem[1] is not None: - datatype = _PEER_FIELDS_DATATYPE_MAP_.get(elem[0]) - default = _DATATYPE_DEFAULT_.get(datatype) - bgp_peer_details.update({ - elem[0]: self._convert(datatype, elem[1], default) - }) - prefix_limit_fields = dict() - for elem in bgp_group_details: - if '_prefix_limit' in elem[0] and elem[1] is not None: - datatype = _PEER_FIELDS_DATATYPE_MAP_.get(elem[0]) - default = _DATATYPE_DEFAULT_.get(datatype) - prefix_limit_fields.update({ - elem[0].replace('_prefix_limit', ''): self._convert(datatype, elem[1], default) - }) - bgp_peer_details['prefix_limit'] = build_prefix_limit(**prefix_limit_fields) - # and all these things only because PyEZ cannto convert to a specifc datatype when retrieving config... - group = bgp_peer_details.pop('group') - if group not in bgp_neighbors.keys(): - bgp_neighbors[group] = dict() - bgp_neighbors[group][bgp_peer_address] = bgp_peer_details - if neighbor and bgp_peer_address == neighbor: - break # found the desired neighbor - - for bgp_group in bgp_items: - bgp_group_name = bgp_group[0] - bgp_group_details = bgp_group[1] - bgp_config[bgp_group_name] = {field: _DATATYPE_DEFAULT_.get(datatype) for field, datatype in _GROUP_FIELDS_DATATYPE_MAP_.iteritems() if '_prefix_limit' not in field} - for elem in bgp_group_details: - if '_prefix_limit' not in elem[0] and elem[1] is not None: - datatype = _GROUP_FIELDS_DATATYPE_MAP_.get(elem[0]) - default = _DATATYPE_DEFAULT_.get(datatype) - bgp_config[bgp_group_name].update({ - elem[0]: self._convert(datatype, elem[1], default) - }) - prefix_limit_fields = dict() - for elem in bgp_group_details: - if '_prefix_limit' in elem[0] and elem[1] is not None: - datatype = _GROUP_FIELDS_DATATYPE_MAP_.get(elem[0]) - default = _DATATYPE_DEFAULT_.get(datatype) - prefix_limit_fields.update({ - elem[0].replace('_prefix_limit', ''): self._convert(datatype, elem[1], default) - }) - bgp_config[bgp_group_name]['prefix_limit'] = build_prefix_limit(**prefix_limit_fields) - bgp_config[bgp_group_name]['neighbors'] = bgp_neighbors.get(bgp_group_name, {}) - - return bgp_config - - def get_bgp_neighbors_detail(self, neighbor_address = ''): - - bgp_neighbors = dict() - - bgp_neighbors_table = junos_views.junos_bgp_neighbors_table(self.device) - - bgp_neighbors_table.get( - neighbor_address = neighbor_address - ) - bgp_neighbors_items = bgp_neighbors_table.items() - - default_neighbor_details = { - 'up' : False, - 'local_as' : 0, - 'remote_as' : 0, - 'local_address' : u'', - 'routing_table' : u'', - 'local_address_configured' : False, - 'local_port' : 0, - 'remote_address' : u'', - 'remote_port' : 0, - 'multihop' : False, - 'multipath' : False, - 'remove_private_as' : False, - 'import_policy' : u'', - 'export_policy' : u'', - 'input_messages' : 0, - 'output_messages' : 0, - 'input_updates' : 0, - 'output_updates' : 0, - 'messages_queued_out' : 0, - 'connection_state' : u'', - 'previous_connection_state' : u'', - 'last_event' : u'', - 'suppress_4byte_as' : False, - 'local_as_prepend' : False, - 'holdtime' : 0, - 'configured_holdtime' : 0, - 'keepalive' : 0, - 'configured_keepalive' : 0, - 'active_prefix_count' : 0, - 'received_prefix_count' : 0, - 'accepted_prefix_count' : 0, - 'suppressed_prefix_count' : 0, - 'advertise_prefix_count' : 0, - 'flap_count' : 0 - } - - _OPTION_KEY_MAP_ = { - 'RemovePrivateAS': 'remove_private_as', - 'Multipath' : 'multipath', - 'Multihop' : 'multihop', - 'AddressFamily' : 'local_address_configured' - # 'AuthKey' : 'authentication_key_set' - # but other vendors do not specify if auth key is set - # other options: - # Preference, HoldTime, Ttl, LogUpDown, Refresh - } - - for bgp_neighbor in bgp_neighbors_items: - remote_as = int(bgp_neighbor[0]) - if remote_as not in bgp_neighbors.keys(): - bgp_neighbors[remote_as] = list() - neighbor_details = default_neighbor_details.copy() - neighbor_details.update( - {elem[0]: elem[1] for elem in bgp_neighbor[1] if elem[1] is not None} - ) - options = neighbor_details.pop('options', '') - if isinstance(options, str): - options_list = options.split() - for option in options_list: - key = _OPTION_KEY_MAP_.get(option) - if key is None: - continue - neighbor_details[key] = True - four_byte_as = neighbor_details.pop('4byte_as', 0) - local_address = neighbor_details.pop('local_address', '') - local_details = local_address.split('+') - neighbor_details['local_address'] = unicode(local_details[0]) - if len(local_details) == 2: - neighbor_details['local_port']= int(local_details[1]) - else: - neighbor_details['local_port']=179 - neighbor_details['suppress_4byte_as'] = (remote_as != four_byte_as) - peer_address = neighbor_details.pop('peer_address', '') - remote_details = peer_address.split('+') - neighbor_details['remote_address'] = unicode(remote_details[0]) - if len(remote_details) == 2: - neighbor_details['remote_port'] = int(remote_details[1]) - else: - neighbor_details['remote_port'] = 179 - bgp_neighbors[remote_as].append(neighbor_details) - - return bgp_neighbors - - def get_arp_table(self): - - # could use ArpTable - # from jnpr.junos.op.phyport import ArpTable - # and simply use it - # but - # we need: - # - filters - # - group by VLAN ID - # - hostname & TTE fields as well - - arp_table = list() - - arp_table_raw = junos_views.junos_arp_table(self.device) - arp_table_raw.get() - arp_table_items = arp_table_raw.items() - - for arp_table_entry in arp_table_items: - arp_entry = { - elem[0]: elem[1] for elem in arp_table_entry[1] - } - tte = arp_entry.pop('tte') - arp_entry['age'] = tte - # must compute age based on TTE - arp_table.append(arp_entry) - - return arp_table - - def get_ntp_peers(self): - - # NTP Peers does not have XML RPC defined - # thus we need to retrieve raw text and parse... - # :( - - ntp_peers = dict() - - REGEX = ( - '^\s?(\+|\*|x|-)?([a-zA-Z0-9\.+-:]+)' - '\s+([a-zA-Z0-9\.]+)\s+([0-9]{1,2})' - '\s+(-|u)\s+([0-9h-]+)\s+([0-9]+)' - '\s+([0-9]+)\s+([0-9\.]+)\s+([0-9\.-]+)' - '\s+([0-9\.]+)\s?$' - ) - - ntp_assoc_output = self.device.cli('show ntp associations no-resolve') - ntp_assoc_output_lines = ntp_assoc_output.splitlines() - - for ntp_assoc_output_line in ntp_assoc_output_lines[3:-1]: #except last line - line_search = re.search(REGEX, ntp_assoc_output_line, re.I) - if not line_search: - continue # pattern not found - line_groups = line_search.groups() - try: - ntp_peers[unicode(line_groups[1])] = { - 'referenceid' : unicode(line_groups[2]), - 'stratum' : int(line_groups[3]), - 'type' : unicode(line_groups[4]), - 'when' : unicode(line_groups[5]), - 'hostpoll' : int(line_groups[6]), - 'reachability' : int(line_groups[7]), - 'delay' : float(line_groups[8]), - 'offset' : float(line_groups[9]), - 'jitter' : float(line_groups[10]) - } - except Exception: - continue # jump to next line - - return ntp_peers - - def get_interfaces_ip(self): - - interfaces_ip = dict() - - interface_table = junos_views.junos_ip_interfaces_table(self.device) - interface_table.get() - interface_table_items = interface_table.items() - - _FAMILY_VMAP_ = { - 'inet' : u'ipv4', - 'inet6' : u'ipv6' - # can add more mappings - } - - for interface_details in interface_table_items: - try: - ip_address = interface_details[0] - address = unicode(ip_address.split('/')[0]) - prefix = self._convert(int, ip_address.split('/')[-1], 0) - interface = unicode(interface_details[1][0][1]) - family_raw = interface_details[1][1][1] - family = _FAMILY_VMAP_.get(family_raw) - if not family: - continue - if interface not in interfaces_ip.keys(): - interfaces_ip[interface] = dict() - if family not in interfaces_ip[interface].keys(): - interfaces_ip[interface][family] = dict() - if address not in interfaces_ip[interface][family].keys(): - interfaces_ip[interface][family][address] = dict() - interfaces_ip[interface][family][address][u'prefix_length'] = prefix - except Exception: - continue - - return interfaces_ip - - def get_mac_address_table(self): - - mac_address_table = list() - - mac_table = junos_views.junos_mac_address_table(self.device) - mac_table.get() - mac_table_items = mac_table.items() - - default_values = { - 'mac' : u'', - 'interface' : u'', - 'vlan' : 0, - 'static' : False, - 'active' : True, - 'moves' : 0, - 'last_move' : 0.0 - } - - for mac_table_entry in mac_table_items: - mac_entry = default_values.copy() - mac_entry.update( - {elem[0]: elem[1] for elem in mac_table_entry[1]} - ) - mac_address_table.append(mac_entry) - - return mac_address_table - - def get_route_to(self, destination = '', protocol = ''): - - routes = {} - - if not isinstance(destination, str): - raise TypeError('Please specify a valid destination!') - - if not isinstance(protocol, str) or protocol.lower() not in ['static', 'bgp', 'isis']: - raise TypeError("Protocol not supported: {protocol}.".format( - protocol = protocol - )) - - protocol = protocol.lower() - - _COMMON_PROTOCOL_FIELDS_ = [ - 'destination', - 'prefix_length', - 'protocol', - 'current_active', - 'last_active', - 'age', - 'next_hop', - 'outgoing_interface', - 'selected_next_hop', - 'preference', - 'inactive_reason', - 'routing_table' - ] # identifies the list of fileds common for all protocols - - _BOOLEAN_FIELDS_ = [ - 'current_active', - 'selected_next_hop', - 'last_active' - ] # fields expected to have boolean values - - _PROTOCOL_SPECIFIC_FIELDS_ = { - 'bgp': [ - 'local_as', - 'remote_as', - 'as_path', - 'communities', - 'local_preference', - 'preference2', - 'remote_address', - 'metric', - 'metric2' - ], - 'isis': [ - 'level', - 'metric', - 'local_as' - ] - } - - routes_table = junos_views.junos_protocol_route_table(self.device) - - try: - routes_table.get( - destination=destination, - protocol=protocol - ) - except RpcTimeoutError: - # on devices with milions of routes - # in case the destination is too generic (e.g.: 10/8) - # will take very very long to determine all routes and - # moreover will return a huge list - raise CommandTimeoutException('Too many routes returned! Please try with a longer prefix!') - except Exception as e: - raise CommandErrorException('Cannot retrieve routes! Reason: {err}'.format(err = e)) - - routes_items = routes_table.items() - - for route in routes_items: - d = dict() - next_hop = route[0] - d = {elem[0]: elem[1] for elem in route[1]} - destination = d.pop('destination', '') - prefix_length = d.pop('prefix_length', 32) - destination = '{d}/{p}'.format( - d=destination, - p=prefix_length - ) - d.update({key: False for key in _BOOLEAN_FIELDS_ if d.get(key) is None}) - as_path = d.get('as_path') - if as_path is not None: - d['as_path'] = as_path.split(' I ')[0].replace('AS path:', '').replace('I', '').strip() - # to be sure that contains only AS Numbers - if d.get('inactive_reason') is None: - d['inactive_reason'] = u'' - communities = d.get('communities') - if communities is not None and type(communities) is not list: - d['communities'] = [communities] - d['next_hop'] = unicode(next_hop) - d_keys = d.keys() - # fields that are not in _COMMON_PROTOCOL_FIELDS_ are supposed to be protocol specific - all_protocol_attributes = {key: d.pop(key) for key in d_keys if key not in _COMMON_PROTOCOL_FIELDS_} - protocol_attributes = { - key: value for key, value in all_protocol_attributes.iteritems() \ - if key in _PROTOCOL_SPECIFIC_FIELDS_.get(protocol) - } - d['protocol_attributes'] = protocol_attributes - if destination not in routes.keys(): - routes[destination] = list() - routes[destination].append(d) - - return routes - - def get_snmp_information(self): - - snmp_information = dict() - - _AUTHORIZATION_MODE_MAP_ = { - 'read-only': u'ro', - 'read-write': u'rw' - } - - snmp_config = junos_views.junos_snmp_config_table(self.device) - snmp_config.get() - snmp_items = snmp_config.items() - - if not snmp_items: - return snmp_information - - communities = list() - for snmp_config_out in snmp_items: - community_name = snmp_config_out[0] - community_details = snmp_config_out[1] - communities.append({ - c[0]: c[1] for c in community_details - }) - - snmp_information = { - 'contact': self._convert(unicode, communities[0].get('contact')), - 'location': self._convert(unicode, communities[0].get('location')), - 'chassis_id': self._convert(unicode, communities[0].get('chassis')), - 'community': {} - } - - for snmp_entry in communities: - name = self._convert(unicode, snmp_entry.get('name')) - authorization = self._convert(unicode, snmp_entry.get('authorization')) - snmp_information['community'][name] = { - 'mode': _AUTHORIZATION_MODE_MAP_.get(authorization, u''), - 'acl': u'' - } - - return snmp_information diff --git a/napalm/nxos.py b/napalm/nxos.py deleted file mode 100644 index c405aea71..000000000 --- a/napalm/nxos.py +++ /dev/null @@ -1,547 +0,0 @@ -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -# import xmltodict -# used for XML output from the API - -import tempfile -import re -from datetime import datetime - - -from base import NetworkDriver - -from pycsco.nxos.device import Device as NXOSDevice -from pycsco.nxos.utils.file_copy import FileCopy -from pycsco.nxos.utils import install_config -from pycsco.nxos.utils import nxapi_lib -from pycsco.nxos.error import DiffError, FileTransferError, CLIError - -from urllib2 import URLError - -from exceptions import ConnectionException, MergeConfigException, ReplaceConfigException, CommandErrorException - -def strip_trailing(string): - lines = list(x.rstrip(' ') for x in string.splitlines()) - return '\n'.join(lines) - - -class NXOSDriver(NetworkDriver): - - def __init__(self, hostname, username, password, timeout=60, optional_args=None): - if optional_args is None: - optional_args = {} - self.hostname = hostname - self.username = username - self.password = password - self.timeout = timeout - self.up = False - try: - self.device = NXOSDevice(username=username, - password=password, - ip=hostname, - timeout=timeout) - self.device.show('show version', fmat = 'json') - # execute something easy - # something easier with XML format? - self.up = True - except URLError: - # unable to open connection - pass - self.replace = True - self.loaded = False - self.fc = None - self.changed = False - - def open(self): - if not self.up: - raise ConnectionException('Cannot connect to {}'.format(self.hostname)) - - def close(self): - if self.changed: - self._delete_file(self.backup_file) - - def _get_reply_body(self, result): - # useful for debugging - return result.get('ins_api', {}).get('outputs', {}).get('output', {}).get('body', {}) - - def _get_reply_table(self, result, tablename, rowname): - # still useful for debugging - return self._get_reply_body(result).get(tablename, {}).get(rowname, []) - - def _get_command_table(self, command, tablename, rowname): - - result = {} - - try: - # xml_result = self.device.show(command) - # json_output = xmltodict.parse(xml_result[1]) - - # or directly retrive JSON - result = self.device.show(command, fmat = 'json') - json_output = eval(result[1]) - # which will converted to a plain dictionary - except Exception: - return [] - - return self._get_reply_table(json_output, tablename, rowname) - - def load_replace_candidate(self, filename=None, config=None): - self.replace = True - self.loaded = True - - if filename is None: - temp_file = tempfile.NamedTemporaryFile() - temp_file.write(config) - temp_file.flush() - cfg_file_path = temp_file.name - else: - cfg_file_path = filename - - self.fc = FileCopy(self.device, cfg_file_path) - if not self.fc.file_already_exists(): - try: - self.fc.transfer_file() - except FileTransferError as fte: - raise ReplaceConfigException(fte.message) - - def load_merge_candidate(self, filename=None, config=None): - self.replace = False - self.loaded = True - if filename is not None: - with open(filename, "r") as f: - self.merge_candidate = f.read() - else: - self.merge_candidate = config - - def compare_config(self): - if self.loaded: - if not self.replace: - return self.merge_candidate - messy_diff = install_config.get_diff(self.device, self.fc.dst) - clean_diff = strip_trailing(messy_diff) - return clean_diff - - return '' - - def _commit_merge(self): - commands = self.merge_candidate.splitlines() - command_string = ';'.join(list(' %s ' % x.strip() for x in commands)) - self.device.config(command_string) - - def commit_config(self): - if self.loaded: - self.backup_file = 'config_' + str(datetime.now()).replace(' ', '_') - install_config.save_config(self.device, self.backup_file) - if self.replace: - if install_config.rollback(self.device, self.fc.dst) is False: - raise ReplaceConfigException - else: - try: - self._commit_merge() - except Exception as e: - raise MergeConfigException(str(e)) - - self.changed = True - self.loaded = False - else: - raise ReplaceConfigException('No config loaded.') - - def _delete_file(self, filename): - self.device.show('terminal dont-ask', text=True) - self.device.show('delete {}'.format(filename), text=True) - self.device.show('no terminal dont-ask', text=True) - - def discard_config(self): - if self.loaded and self.replace: - try: - self._delete_file(self.fc.dst) - except CLIError: - pass - - self.loaded = False - - def rollback(self): - if self.changed: - install_config.rollback(self.device, self.backup_file) - self.changed = False - - def get_facts(self): - results = {} - facts_dict = nxapi_lib.get_facts(self.device) - results['uptime'] = -1 # not implemented - results['vendor'] = unicode('Cisco') - results['os_version'] = facts_dict.get('os') - results['serial_number'] = unicode('N/A') - results['model'] = facts_dict.get('platform') - results['hostname'] = facts_dict.get('hostname') - results['fqdn'] = unicode('N/A') - iface_list = results['interface_list'] = [] - - intf_dict = nxapi_lib.get_interfaces_dict(self.device) - for intf_list in intf_dict.values(): - for intf in intf_list: - iface_list.append(intf) - - return results - - def get_interfaces(self): - results = {} - intf_dict = nxapi_lib.get_interfaces_dict(self.device) - for intf_list in intf_dict.values(): - for intf in intf_list: - intf_info = nxapi_lib.get_interface(self.device, intf) - formatted_info = results[intf] = {} - formatted_info['is_up'] = 'up' in intf_info.get('state', intf_info.get('admin_state', '')).lower() - formatted_info['is_enabled'] = 'up' in intf_info.get('admin_state').lower() - formatted_info['description'] = unicode(intf_info.get('description')) - formatted_info['last_flapped'] = -1.0 #not implemented - - speed = intf_info.get('speed', '0') - try: - speed = int(re.sub(r'[^\d]', '', speed).strip()) - except ValueError: - speed = -1 - - formatted_info['speed'] = speed - formatted_info['mac_address'] = unicode(intf_info.get('mac_address', 'N/A')) - - return results - - def get_lldp_neighbors(self): - results = {} - neighbor_list = nxapi_lib.get_neighbors(self.device, 'lldp') - for neighbor in neighbor_list: - local_iface = neighbor.get('local_interface') - if neighbor.get(local_iface) is None: - if local_iface not in results: - results[local_iface] = [] - - neighbor_dict = {} - neighbor_dict['hostname'] = unicode(neighbor.get('neighbor')) - neighbor_dict['port'] = unicode(neighbor.get('neighbor_interface')) - - results[local_iface].append(neighbor_dict) - - return results - - def get_checkpoint_file(self): - return install_config.get_checkpoint(self.device) - - def get_lldp_neighbors_detail(self, interface = ''): - - lldp_neighbors = dict() - - filter = '' - if interface: - filter = 'interface {name} '.format( - name = interface - ) - - command = 'show lldp neighbors {filter}detail'.format( - filter = filter - ) # seems that show LLDP neighbors detail does not return JSON output... - - lldp_neighbors_table_str = self.cli([command]).get(command) - # thus we need to take the raw text output - - lldp_neighbors_list = lldp_neighbors_table_str.splitlines() - - if not lldp_neighbors_list: - return lldp_neighbors # empty dict - - CHASSIS_REGEX = '^(Chassis id:)\s+([a-z0-9\.]+)$' - PORT_REGEX = '^(Port id:)\s+([0-9]+)$' - LOCAL_PORT_ID_REGEX = '^(Local Port id:)\s+(.*)$' - PORT_DESCR_REGEX = '^(Port Description:)\s+(.*)$' - SYSTEM_NAME_REGEX = '^(System Name:)\s+(.*)$' - SYSTEM_DESCR_REGEX = '^(System Description:)\s+(.*)$' - SYST_CAPAB_REEGX = '^(System Capabilities:)\s+(.*)$' - ENABL_CAPAB_REGEX = '^(Enabled Capabilities:)\s+(.*)$' - VLAN_ID_REGEX = '^(Vlan ID:)\s+(.*)$' - - lldp_neighbor = {} - interface_name = None - - for line in lldp_neighbors_list: - chassis_rgx = re.search(CHASSIS_REGEX, line, re.I) - if chassis_rgx: - lldp_neighbor = { - 'remote_chassis_id': unicode(chassis_rgx.groups()[1]) - } - continue - port_rgx = re.search(PORT_REGEX, line, re.I) - if port_rgx: - lldp_neighbor['parent_interface'] = unicode(port_rgx.groups()[1]) - continue # jump to next line - local_port_rgx = re.search(LOCAL_PORT_ID_REGEX, line, re.I) - if local_port_rgx: - interface_name = local_port_rgx.groups()[1] - continue - port_descr_rgx = re.search(PORT_DESCR_REGEX, line, re.I) - if port_descr_rgx: - lldp_neighbor['remote_port'] = unicode(port_descr_rgx.groups()[1]) - lldp_neighbor['remote_port_description'] = unicode(port_descr_rgx.groups()[1]) - continue - syst_name_rgx = re.search(SYSTEM_NAME_REGEX, line, re.I) - if syst_name_rgx: - lldp_neighbor['remote_system_name'] = unicode(syst_name_rgx.groups()[1]) - continue - syst_descr_rgx = re.search(SYSTEM_DESCR_REGEX, line, re.I) - if syst_descr_rgx: - lldp_neighbor['remote_system_description'] = unicode(syst_descr_rgx.groups()[1]) - continue - syst_capab_rgx = re.search(SYST_CAPAB_REEGX, line, re.I) - if syst_capab_rgx: - lldp_neighbor['remote_system_capab'] = unicode(syst_capab_rgx.groups()[1]) - continue - syst_enabled_rgx = re.search(ENABL_CAPAB_REGEX, line, re.I) - if syst_enabled_rgx: - lldp_neighbor['remote_system_enable_capab'] = unicode(syst_enabled_rgx.groups()[1]) - continue - vlan_rgx = re.search(VLAN_ID_REGEX, line, re.I) - if vlan_rgx: - # at the end of the loop - if interface_name not in lldp_neighbors.keys(): - lldp_neighbors[interface_name] = list() - lldp_neighbors[interface_name].append(lldp_neighbor) - - return lldp_neighbors - - def cli(self, commands = None): - - cli_output = dict() - - if type(commands) is not list: - raise TypeError('Please enter a valid list of commands!') - - for command in commands: - try: - string_output = self.device.show(command, fmat = 'json', text = True)[1] - dict_output = eval(string_output) - cli_output[unicode(command)] = self._get_reply_body(dict_output) - except Exception as e: - cli_output[unicode(command)] = 'Unable to execute command "{cmd}": {err}'.format( - cmd = command, - err = e - ) - raise CommandErrorException(str(cli_output)) - - return cli_output - - def get_arp_table(self): - - arp_table = list() - - command = 'show ip arp' - - arp_table_raw = self._get_command_table(command, 'TABLE_vrf', 'ROW_vrf').get('TABLE_adj', {}).get('ROW_adj', []) - - if type(arp_table_raw) is dict: - arp_table_raw = [arp_table_raw] - - for arp_table_entry in arp_table_raw: - ip = unicode(arp_table_entry.get('ip-addr-out')) - mac_raw = arp_table_entry.get('mac') - mac_all = mac_raw.replace('.', '').replace(':', '') - mac_format = unicode(':'.join([mac_all[i:i+2] for i in range(12)[::2]])) - age = arp_table_entry.get('time-stamp') - age_time = ''.join(age.split(':')) - age_sec = float(3600 * int(age_time[:2]) + 60 * int(age_time[2:4]) + int(age_time[4:])) - interface = unicode(arp_table_entry.get('intf-out')) - arp_table.append( - { - 'interface' : interface, - 'mac' : mac_format, - 'ip' : ip, - 'age' : age_sec - } - ) - - return arp_table - - def get_ntp_peers(self): - - ntp_peers = dict() - - command = 'show ntp peer-status' - - ntp_peers_table = self._get_command_table(command, 'TABLE_peersstatus', 'ROW_peersstatus') - - if type(ntp_peers_table) is dict: - ntp_peers_table = [ntp_peers_table] - - for ntp_peer in ntp_peers_table: - peer_address = unicode(ntp_peer.get('remote')) - stratum = int(ntp_peer.get('st')) - hostpoll = int(ntp_peer.get('poll')) - reachability = int(ntp_peer.get('reach')) - delay = float(ntp_peer.get('delay')) - ntp_peers[peer_address] = { - 'referenceid' : peer_address, - 'stratum' : stratum, - 'type' : u'', - 'when' : u'', - 'hostpoll' : hostpoll, - 'reachability' : reachability, - 'delay' : delay, - 'offset' : 0.0, - 'jitter' : 0.0 - } - - return ntp_peers - - def get_interfaces_ip(self): - - interfaces_ip = dict() - - command_ipv4 = 'show ip interface' - - ipv4_interf_table_vrf = self._get_command_table(command_ipv4, 'TABLE_intf', 'ROW_intf') - - if type(ipv4_interf_table_vrf) is dict: - # when there's one single entry, it is not returned as a list - # with one single element - # but as a simple dict - ipv4_interf_table_vrf = [ipv4_interf_table_vrf] - - for interface in ipv4_interf_table_vrf: - interface_name = unicode(interface.get('intf-name', '')) - address = unicode(interface.get('prefix', '')) - prefix = int(interface.get('masklen', '')) - if interface_name not in interfaces_ip.keys(): - interfaces_ip[interface_name] = dict() - if u'ipv4' not in interfaces_ip[interface_name].keys(): - interfaces_ip[interface_name][u'ipv4'] = dict() - if address not in interfaces_ip[interface_name].get(u'ipv4'): - interfaces_ip[interface_name][u'ipv4'][address] = dict() - interfaces_ip[interface_name][u'ipv4'][address].update({ - 'prefix_length': prefix - }) - secondary_addresses = interface.get('TABLE_secondary_address', {}).get('ROW_secondary_address', []) - if type(secondary_addresses) is dict: - secondary_addresses = [secondary_addresses] - for secondary_address in secondary_addresses: - secondary_address_ip = unicode(secondary_address.get('prefix1', '')) - secondary_address_prefix = int(secondary_address.get('masklen1', '')) - if u'ipv4' not in interfaces_ip[interface_name].keys(): - interfaces_ip[interface_name][u'ipv4'] = dict() - if secondary_address_ip not in interfaces_ip[interface_name].get(u'ipv4'): - interfaces_ip[interface_name][u'ipv4'][secondary_address_ip] = dict() - interfaces_ip[interface_name][u'ipv4'][secondary_address_ip].update({ - 'prefix_length': secondary_address_prefix - }) - - command_ipv6 = 'show ipv6 interface' - - ipv6_interf_table_vrf = self._get_command_table(command_ipv6, 'TABLE_intf', 'ROW_intf') - - if type(ipv6_interf_table_vrf) is dict: - ipv6_interf_table_vrf = [ipv6_interf_table_vrf] - - for interface in ipv6_interf_table_vrf: - interface_name = unicode(interface.get('intf-name', '')) - address = unicode(interface.get('addr', '')) - prefix = int(interface.get('prefix', '').split('/')[-1]) - if interface_name not in interfaces_ip.keys(): - interfaces_ip[interface_name] = dict() - if u'ipv6' not in interfaces_ip[interface_name].keys(): - interfaces_ip[interface_name][u'ipv6'] = dict() - if address not in interfaces_ip[interface_name].get('ipv6'): - interfaces_ip[interface_name][u'ipv6'][address] = dict() - interfaces_ip[interface_name][u'ipv6'][address].update({ - u'prefix_length': prefix - }) - secondary_addresses = interface.get('TABLE_sec_addr', {}).get('ROW_sec_addr', []) - if type(secondary_addresses) is dict: - secondary_addresses = [secondary_addresses] - for secondary_address in secondary_addresses: - sec_prefix = secondary_address.get('sec-prefix', '').split('/') - secondary_address_ip = unicode(sec_prefix[0]) - secondary_address_prefix = int(sec_prefix[-1]) - if u'ipv6' not in interfaces_ip[interface_name].keys(): - interfaces_ip[interface_name][u'ipv6'] = dict() - if secondary_address_ip not in interfaces_ip[interface_name].get(u'ipv6'): - interfaces_ip[interface_name][u'ipv6'][secondary_address_ip] = dict() - interfaces_ip[interface_name][u'ipv6'][secondary_address_ip].update({ - u'prefix_length': secondary_address_prefix - }) - - return interfaces_ip - - def get_mac_address_table(self): - - mac_table = list() - - command = 'show mac address-table' - mac_table_raw = self._get_command_table(command, 'TABLE_mac_address', 'ROW_mac_address') - - if type(mac_table_raw) is dict: - mac_table_raw = [mac_table_raw] - - for mac_entry in mac_table_raw: - mac_raw = mac_entry.get('disp_mac_addr') - mac_str = mac_raw.replace('.', '').replace(':', '') - mac_format = unicode(':'.join([ mac_str[i:i+2] for i in range(12)[::2] ])) - interface = unicode(mac_entry.get('disp_port')) - age = mac_entry.get('disp_age') - vlan = int(mac_entry.get('disp_vlan')) - active = True - static = (mac_entry.get('disp_is_static') != '0') - moves = 0 - last_move = 0.0 - mac_table.append( - { - 'mac' : mac_format, - 'interface' : interface, - 'vlan' : vlan, - 'active' : active, - 'static' : static, - 'moves' : moves, - 'last_move' : last_move - } - ) - - return mac_table - - def get_snmp_information(self): - - snmp_information = dict() - - snmp_command = 'show running-config | section snmp-server' - - snmp_raw_output = self.cli([snmp_command]).get(snmp_command, '') - - snmp_config = self._textfsm_extractor('snmp_config', snmp_raw_output) - - if not snmp_config: - return snmp_information - - snmp_information = { - 'contact' : unicode(snmp_config[0].get('contact', '')), - 'location' : unicode(snmp_config[0].get('location', '')), - 'chassis_id': unicode(snmp_config[0].get('chassis_id', '')), - 'community' : {} - } - - for snmp_entry in snmp_config: - community_name = unicode(snmp_entry.get('community', '')) - if not community_name: - continue - snmp_information['community'][community_name] = { - 'acl': unicode(snmp_entry.get('acl', '')), - 'mode': unicode(snmp_entry.get('mode', '').lower()) - } - - return snmp_information diff --git a/napalm/pluribus.py b/napalm/pluribus.py deleted file mode 100644 index 5c9f2eefd..000000000 --- a/napalm/pluribus.py +++ /dev/null @@ -1,270 +0,0 @@ -# Copyright 2016 CloudFlare, Inc. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -from base import NetworkDriver - -from pyPluribus import PluribusDevice -from pyPluribus.exceptions import ConnectionError - -from exceptions import ConnectionException - - -class PluribusDriver(NetworkDriver): - - def __init__(self, hostname, username, password, timeout = 60, optional_args = None): - - self.hostname = hostname - self.username = username - self.password = password - self.timeout = timeout - - if optional_args is None: - optional_args = {} - self.port = optional_args.get('port', 22) - - self.device = PluribusDevice(hostname, username, password, self.port, timeout) - - def open(self): - try: - self.device.open() - except ConnectionError as ce: - raise ConnectionException(ce.message) - - def close(self): - - self.device.close() - - def get_facts(self): - - switch_info = self.device.execute_show('switch-info-show') - lines = switch_info.splitlines()[1:4] - - hostname = lines[0].split(';')[1].strip() - model = lines[1].split(';')[1].strip() - serial = lines[2].split(';')[1].strip() - - software_info = self.device.execute_show('software-show') - lines = software_info.splitlines()[1:2] - - os_ver = lines[0].split(';')[1].strip() - - system_stats = self.device.execute_show('system-stats-show') - # one single line - - uptime_str = system_stats.split(';')[9].strip() - uptime_days_split = uptime_str.split('d') - uptime_days = int(uptime_days_split[0]) - uptime_hours_split = uptime_days_split[-1].split('h') - uptime_hours = int(uptime_hours_split[0]) - uptime_minutes_split = uptime_hours_split[-1].split('m') - uptime_minutes = int(uptime_minutes_split[0]) - uptime_seconds = int(uptime_minutes_split[-1].replace('s', '')) - uptime = 24*3600*uptime_days + 60*uptime_minutes + uptime_seconds - - interfaces = [] - port_stats = self.device.execute_show('port-stats-show') - lines = port_stats.splitlines()[1:-1] - - for line in lines: - interface = line.split(';')[9].strip() - interfaces.append(interface) - - facts = { - 'vendor' : u'Pluribus', - 'os_version' : unicode(os_ver), - 'hostname' : unicode(hostname), - 'uptime' : uptime, - 'model' : unicode(model), - 'serial_number' : unicode(serial), - 'interface_list': interfaces, - 'fqdn' : u'' - } - - return facts - - def cli(self, commands = None): - - cli_output = dict() - - if type(commands) is not list: - raise TypeError('Please provide a valid list of commands!') - - for command in commands: - cli_output[unicode(command)] = self.device.cli(command) - - return cli_output - - def get_interfaces(self): - - interfaces = dict() - - interface_info = self.device.execute_show('port-config-show') - interfaces_lines = interface_info.splitlines()[1:-1] - - for line in interfaces_lines: - interface_details = line.split(';') - interface_name = unicode(interface_details[1]) - up = (interface_details[4] != 'disable') - enabled = (interface_details[8] == 'on') - speed = 0 - if up and interface_details[4].replace('g', '').isdigit(): - speed = int(1e3 * int(interface_details[4].replace('g', ''))) - # > 1G interfaces - last_flap = 0.0 - description = unicode(interface_details[17]) - mac_address = unicode(interface_details[28]) - interfaces[interface_name] = { - 'is_up' : up, - 'is_enabled' : enabled, - 'description' : description, - 'last_flapped' : last_flap, - 'speed' : speed, - 'mac_address' : mac_address - } - - return interfaces - - def get_mac_address_table(self): - - mac_table = list() - - mac_show = self.device.execute_show('l2-table-show') - lines = mac_show.splitlines()[1:-1] - - for line in lines: - mac_details = line.split(';') - mac_raw = unicode(mac_details[2].strip()) - mac_all = mac_raw.replace('.', '').replace(':', '') - mac_format = unicode(':'.join([mac_all[i:i+2] for i in range(12)[::2]])) - vlan = int(mac_details[3].strip()) - ports = unicode(mac_details[8].strip()) - active = (mac_details[9].strip == 'active') - mac_table.append( - { - 'mac' : mac_format, - 'interface' : ports, - 'vlan' : vlan, - 'active' : active, - 'static' : False, - 'moves' : 0, - 'last_move' : 0.0 - } - ) - - return mac_table - - def get_lldp_neighbors(self): - - lldp_neighbors = dict() - - lldp_show = self.device.execute_show('lldp-show') - lines = lldp_show.splitlines()[1:-1] - - for line in lines: - neighbor_details = line.split(';') - port = unicode(neighbor_details[1].strip()) - port_id = unicode(neighbor_details[3].strip()) - system_name = unicode(neighbor_details[6].strip()) - if port_id not in lldp_neighbors.keys(): - lldp_neighbors[port_id] = list() - lldp_neighbors[port_id].append({ - 'port' : port, - 'hostname' : system_name - }) - - return lldp_neighbors - - def get_lldp_neighbors_detail(self): - - lldp_neighbors = dict() - - lldp_show = self.device.execute_show('lldp-show') - lines = lldp_show.splitlines()[1:-1] - - for line in lines: - neighbor_details = line.split(';') - port = unicode(neighbor_details[1].strip()) - chassis = unicode(neighbor_details[2].strip()) - port_id = unicode(neighbor_details[3].strip()) - port_descr = unicode(neighbor_details[4].strip()) - system_name = unicode(neighbor_details[6].strip()) - if port not in lldp_neighbors.keys(): - lldp_neighbors[port] = list() - lldp_neighbors[port].append({ - 'parent_interface' : u'', - 'remote_port' : port_id, - 'remote_port_description' : port_descr, - 'remote_chassis_id' : chassis, - 'remote_system_name' : system_name, - 'remote_system_description' : u'', - 'remote_system_capab' : u'', - 'remote_system_enable_capab': u'' - }) - - return lldp_neighbors - - def get_ntp_peers(self): - - ntp_peers = dict() - - ntp_show = self.device.execute_show('switch-setup-show') - ntp_server = unicode(ntp_show.splitlines()[10].split(';')[-1]) - # there's only one NTP peers, without providing any stats... - # still better than nothing? - - ntp_peers[ntp_server] = { - 'referenceid' : ntp_server, - 'stratum' : 0, - 'type' : u'', - 'when' : u'', - 'hostpoll' : 0, - 'reachability' : 0, - 'delay' : 0.0, - 'offset' : 0.0, - 'jitter' : 0.0 - } - - return ntp_peers - - def get_snmp_information(self): - - snmp_information = dict() - - _SNMP_MODE_MAP_ = { - 'read-write': u'rw', - 'read-only' : u'ro' - } - - switch_info = self.device.execute_show('switch-info-show') - chassis_id = switch_info.splitlines()[2].split(';')[-1] - - snmp_information['chassis_id'] = unicode(chassis_id) - snmp_information['contact'] = u'' - snmp_information['location'] = u'' - snmp_information['community'] = dict() - - snmp_communities = self.device.execute_show('snmp-community-show') - snmp_lines = snmp_communities.splitlines() - - for snmp_line in snmp_lines: - snmp_line_details = snmp_line.split(';') - snmp_community = unicode(snmp_line_details[1]) - snmp_mode = _SNMP_MODE_MAP_.get(snmp_line_details[2], u'ro') - snmp_acl = u'' - snmp_information['community'][snmp_community] = { - 'acl' : snmp_acl, - 'mode': snmp_mode - } - - return snmp_information diff --git a/napalm/templates/eos/delete_ntp_peers.j2 b/napalm/templates/eos/delete_ntp_peers.j2 deleted file mode 100644 index 159c33df7..000000000 --- a/napalm/templates/eos/delete_ntp_peers.j2 +++ /dev/null @@ -1,3 +0,0 @@ -{% for peer in template_vars %} -no ntp server {{peer}} -{% endfor %} diff --git a/napalm/templates/eos/set_ntp_peers.j2 b/napalm/templates/eos/set_ntp_peers.j2 deleted file mode 100644 index c5e8423b8..000000000 --- a/napalm/templates/eos/set_ntp_peers.j2 +++ /dev/null @@ -1,3 +0,0 @@ -{% for peer in template_vars %} -ntp server {{peer}} -{% endfor %} diff --git a/napalm/templates/iosxr/delete_ntp_peers.j2 b/napalm/templates/iosxr/delete_ntp_peers.j2 deleted file mode 100644 index cd2285fe6..000000000 --- a/napalm/templates/iosxr/delete_ntp_peers.j2 +++ /dev/null @@ -1,3 +0,0 @@ -{% for peer in template_vars %} -no ntp peer {{peer}} -{% endfor %} diff --git a/napalm/templates/iosxr/set_ntp_peers.j2 b/napalm/templates/iosxr/set_ntp_peers.j2 deleted file mode 100644 index 3ae4c7267..000000000 --- a/napalm/templates/iosxr/set_ntp_peers.j2 +++ /dev/null @@ -1,3 +0,0 @@ -{% for peer in template_vars %} -ntp peer {{peer}} -{% endfor %} diff --git a/napalm/templates/junos/delete_ntp_peers.j2 b/napalm/templates/junos/delete_ntp_peers.j2 deleted file mode 100644 index 8aad7e306..000000000 --- a/napalm/templates/junos/delete_ntp_peers.j2 +++ /dev/null @@ -1,8 +0,0 @@ -system { - ntp { - {# template_vars is passed as a list of IP Addresses/ Hosts representing the NTP peers #} - {% for peer in template_vars %} - delete: peer {{peer}} - {% endfor %} - } -} diff --git a/napalm/templates/junos/delete_rpm_probes.j2 b/napalm/templates/junos/delete_rpm_probes.j2 deleted file mode 100644 index 4fb90adb8..000000000 --- a/napalm/templates/junos/delete_rpm_probes.j2 +++ /dev/null @@ -1,11 +0,0 @@ -services { - rpm { - {% for probe_name, probe_test in template_vars.iteritems() %} - probe {{probe_name}} { - {% for test_name, test_details in probe_test.iteritems() %} - delete: test {{test_name}}; - {% endfor %} - } - {% endfor %} - } -} diff --git a/napalm/templates/junos/set_ntp_peers.j2 b/napalm/templates/junos/set_ntp_peers.j2 deleted file mode 100644 index 49c0dae0c..000000000 --- a/napalm/templates/junos/set_ntp_peers.j2 +++ /dev/null @@ -1,8 +0,0 @@ -system { - ntp { - {# template_vars is passed as a list of IP Addresses/ Hosts representing the NTP peers #} - {% for peer in template_vars %} - peer {{peer}} - {% endfor %} - } -} diff --git a/napalm/templates/junos/set_rpm_probes.j2 b/napalm/templates/junos/set_rpm_probes.j2 deleted file mode 100644 index 8f2822fd5..000000000 --- a/napalm/templates/junos/set_rpm_probes.j2 +++ /dev/null @@ -1,25 +0,0 @@ -services { - rpm { - {% for probe_name, probe_test in template_vars.iteritems() %} - probe {{probe_name}} { - {% for test_name, test_details in probe_test.iteritems() %} - test {{test_name}} { - {% if test_details.probe_type is defined %} - probe-type {{test_details.probe_type}}; - {% endif %} - target address {{test_details.target}}; - {% if test_details.probe_count is defined %} - probe-count {{test_details.probe_count}}; - {% endif %} - {% if test_details.test_interval is defined %} - test-interval {{test_details.test_interval}}; - {% endif %} - {% if test_details.source is defined %} - source-address {{test_details.source}}; - {% endif %} - } - {% endfor %} - } - {% endfor %} - } -} diff --git a/napalm/templates/nxos/delete_ntp_peers.j2 b/napalm/templates/nxos/delete_ntp_peers.j2 deleted file mode 100644 index cd2285fe6..000000000 --- a/napalm/templates/nxos/delete_ntp_peers.j2 +++ /dev/null @@ -1,3 +0,0 @@ -{% for peer in template_vars %} -no ntp peer {{peer}} -{% endfor %} diff --git a/napalm/templates/nxos/set_ntp_peers.j2 b/napalm/templates/nxos/set_ntp_peers.j2 deleted file mode 100644 index 3ae4c7267..000000000 --- a/napalm/templates/nxos/set_ntp_peers.j2 +++ /dev/null @@ -1,3 +0,0 @@ -{% for peer in template_vars %} -ntp peer {{peer}} -{% endfor %} diff --git a/napalm/utils/__init__.py b/napalm/utils/__init__.py deleted file mode 100644 index 4b2198c10..000000000 --- a/napalm/utils/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# TODO move utils folder inside napalm \ No newline at end of file diff --git a/napalm/utils/junos_views.py b/napalm/utils/junos_views.py deleted file mode 100755 index a8f014d48..000000000 --- a/napalm/utils/junos_views.py +++ /dev/null @@ -1,7 +0,0 @@ -""" -Load tables/views -""" -from jnpr.junos.factory import loadyaml -from os.path import splitext -_YAML_ = splitext(__file__)[0] + '.yml' -globals().update(loadyaml(_YAML_)) diff --git a/napalm/utils/junos_views.yml b/napalm/utils/junos_views.yml deleted file mode 100644 index e82347c02..000000000 --- a/napalm/utils/junos_views.yml +++ /dev/null @@ -1,476 +0,0 @@ ---- - -#### -#### Interface table -#### - -junos_iface_table: - rpc: get-interface-information - args: - extensive: True - args_key: interface_name - item: physical-interface - view: junos_iface_view - -junos_iface_view: - fields: - is_up: { oper-status: True=up } - is_enabled: { admin-status: True=up } - description: { description: unicode } - last_flapped: { interface-flapped/@seconds: int } - #mode: logical-interface/address-family/address-family-name - speed: speed - mac_address: current-physical-address - -#### -#### BGP tables -#### - -junos_route_instance_table: - rpc: get-instance-information - item: instance-core - key: instance-name - view: junos_route_instance_view - -junos_route_instance_view: - fields: - name: instance-name - -junos_bgp_uptime_table: - rpc: get-bgp-summary-information - args: - instance: '' - item: bgp-peer - key: peer-address - view: junos_bgp_uptime_view - -junos_bgp_uptime_view: - fields: - uptime: { elapsed-time/@seconds: int } - tables: bgp-rib/name - -junos_bgp_table: - rpc: get-bgp-neighbor-information - item: bgp-peer - - key: peer-address - view: junos_bgp_view - -junos_bgp_view: - fields: - remote_as: { peer-as: int } - description: description - is_up: { peer-state: True=Established } - is_enabled: { peer-state: False=True } - received_prefixes: { bgp-rib/received-prefix-count: int } - accepted_prefixes: { bgp-rib/accepted-prefix-count: int } - sent_prefixes: { bgp-rib/advertised-prefix-count: int } - tables: bgp-rib/name - local_as: { local-as: int } - peer_as: { peer-as: int } - local_id: local-id - remote_id: { peer-id: unicode } - -#### -#### LLDP table -#### - -junos_lldp_table: - rpc: get-lldp-neighbors-information - item: lldp-neighbor-information - key: lldp-local-port-id | lldp-local-interface - view: junos_lldp_view - -junos_lldp_view: - fields: - hostname: lldp-remote-system-name - port: lldp-remote-port-description | lldp-remote-port-id - -#### -#### Interface counters -#### - -junos_iface_counter_table: - rpc: get-interface-information - args: - extensive: True - interface_name: '[vmfgx][mle]*' - args_key: interface_name - item: physical-interface - view: junos_iface_counter_view - - -junos_iface_counter_view: - groups: - ts: traffic-statistics - rxerrs: input-error-list - txerrs: output-error-list - ethernet_traffic_types: ethernet-mac-statistics - - - # fields that are part of groups are called - # "fields_" - fields_ethernet_traffic_types: - rx_broadcast_packets: { input-broadcasts: int } - tx_broadcast_packets: { output-broadcasts: int } - rx_unicast_packets: { input-unicasts: int } - tx_unicast_packets: { output-unicasts: int } - rx_multicast_packets: { input-multicasts: int } - tx_multicast_packets: { output-multicasts: int } - - fields_ts: - rx_octets: { input-bytes: int } - tx_octets: { output-bytes: int } - - fields_rxerrs: - rx_errors: { input-errors: int } - rx_discards: { input-discards: int } - - fields_txerrs: - tx_errors: { output-errors: int } - tx_discards: { output-drops: int } - -junos_enviroment_table: - rpc: get-environment-information - args: - item: environment-item - key: name - view: junos_enviroment_view - -junos_enviroment_view: - fields: - class: class - status: status - temperature: { temperature/@celsius: int } - -junos_routing_engine_table: - rpc: get-route-engine-information - args: - item: route-engine - key: slot - view: junos_routing_engine_view - -junos_routing_engine_view: - fields: - cpu-idle: { cpu-idle: int } - memory-dram-size: memory-dram-size - memory-buffer-utilization : { memory-buffer-utilization: int } - -junos_temperature_thresholds: - rpc: get-temperature-threshold-information - args: - item: temperature-threshold - key: name - view: junos_temperature_thresholds_view - -junos_temperature_thresholds_view: - fields: - name: name - yellow-alarm: { yellow-alarm: int } - red-alarm: { red-alarm: int } - tx_discards: { output-drops: int } - -### -### LLDP Neighbors -### - -junos_lldp_neighbors_detail_table: - rpc: get-lldp-neighbors-information - args: - interface_name: '[afgx]e*' - item: lldp-neighbor-information - key: lldp-local-interface | lldp-local-port-id - view: junos_lldp_neighbors_detail_view - -junos_lldp_neighbors_detail_view: - fields: - # interface: {lldp-local-port-id: unicode} - interface_description: {lldp-local-interface: unicode} - parent_interface: {lldp-local-parent-interface-name: unicode} - remote_port: {lldp-remote-port-id: unicode} - remote_chassis_id: {lldp-remote-chassis-id: unicode} - remote_port: {lldp-remote-port-id: unicode} - remote_port_description: {lldp-remote-port-id: unicode} - remote_system_name: {lldp-remote-system-name: unicode} - remote_system_description: {lldp-system-description/lldp-remote-system-description: unicode} - remote_system_capab: {lldp-remote-system-capabilities-supported: unicode} - remote_system_enable_capab: {lldp-remote-system-capabilities-enabled: unicode} - -### -### BGP config -### - -junos_bgp_config_table: - get: protocols/bgp/group - view: junos_bgp_config_view - -junos_bgp_config_group_table: - get: protocols/bgp/group - view: junos_bgp_config_view - required_keys: - group: name - -junos_bgp_config_view: - fields: - type: type - description: description - apply_groups: apply-groups - local_address: local-address - multihop_ttl: multihop/ttl - local_as: local-as/as-number - remote_as: peer-as - multipath: multipath - remove_private_as: remove-private - import_policy: import - export_policy: export - inet_unicast_limit_prefix_limit: family/inet/unicast/prefix-limit/maximum - inet_unicast_teardown_threshold_prefix_limit: family/inet/unicast/prefix-limit/teardown/limit-threshold - inet_unicast_teardown_timeout_prefix_limit: family/inet/unicast/prefix-limit/teardown/idle-timeout/timeout - inet_unicast_novalidate_prefix_limit: family/inet/unicast/prefix-limit/no-validate - inet_flow_limit_prefix_limit: family/inet/flow/prefix-limit/maximum - inet_flow_teardown_threshold_prefix_limit: family/inet/flow/prefix-limit/teardown/limit-threshold - inet_flow_teardown_timeout_prefix_limit: family/inet/flow/prefix-limit/teardown/idle-timeout/timeout - inet_flow_novalidate_prefix_limit: family/inet/flow/prefix-limit/no-validate - inet6_unicast_limit_prefix_limit: family/inet6/unicast/prefix-limit/maximum - inet6_unicast_teardown_threshold_prefix_limit: family/inet6/unicast/prefix-limit/teardown/limit-threshold - inet6_unicast_teardown_timeout_prefix_limit: family/inet6/unicast/prefix-limit/teardown/idle-timeout/timeout - inet6_unicast_novalidate_prefix_limit: family/inet6/unicast/prefix-limit/no-validate - inet6_flow_limit_prefix_limit: family/inet6/flow/prefix-limit/maximum - inet6_flow_teardown_threshold_prefix_limit: family/inet6/flow/prefix-limit/teardown/limit-threshold - inet6_flow_teardown_timeout_prefix_limit: family/inet6/flow/prefix-limit/teardown/idle-timeout/timeout - inet6_flow_novalidate_prefix_limit: family/inet6/flow/prefix-limit/no-validate - -junos_bgp_config_peers_table: - get: protocols/bgp/group/neighbor - view: junos_bgp_config_peers_view - -junos_bgp_config_peers_view: - fields: - group: ../name - description: description - import_policy: import - export_policy: export - local_address: neighbor/local-address - local_as: local-as - remote_as: peer-as - authentication_key: authentication_key - inet_unicast_limit_prefix_limit: family/inet/unicast/prefix-limit/maximum - inet_unicast_teardown_threshold_prefix_limit: family/inet/unicast/prefix-limit/teardown/limit-threshold - inet_unicast_teardown_timeout_prefix_limit: family/inet/unicast/prefix-limit/teardown/idle-timeout/timeout - inet_unicast_novalidate_prefix_limit: family/inet/unicast/prefix-limit/no-validate - inet_flow_limit_prefix_limit: family/inet/flow/prefix-limit/maximum - inet_flow_teardown_threshold_prefix_limit: family/inet/flow/prefix-limit/teardown/limit-threshold - inet_flow_teardown_timeout_prefix_limit: family/inet/flow/prefix-limit/teardown/idle-timeout/timeout - inet_flow_novalidate_prefix_limit: family/inet/flow/prefix-limit/no-validate - inet6_unicast_limit_prefix_limit: family/inet6/unicast/prefix-limit/maximum - inet6_unicast_teardown_threshold_prefix_limit: family/inet6/unicast/prefix-limit/teardown/limit-threshold - inet6_unicast_teardown_timeout_prefix_limit: family/inet6/unicast/prefix-limit/teardown/idle-timeout/timeout - inet6_unicast_novalidate_prefix_limit: family/inet6/unicast/prefix-limit/no-validate - inet6_flow_limit_prefix_limit: family/inet6/flow/prefix-limit/maximum - inet6_flow_teardown_threshold_prefix_limit: family/inet6/flow/prefix-limit/teardown/limit-threshold - inet6_flow_teardown_timeout_prefix_limit: family/inet6/flow/prefix-limit/teardown/idle-timeout/timeout - inet6_flow_novalidate_prefix_limit: family/inet6/flow/prefix-limit/no-validate - -#### -#### BGP Neighbors and Routing Tables Stats -#### - -junos_bgp_tables_summary_table: - rpc: get-bgp-summary-information - args: - instance: '' - group: '' - item: bgp-rib - key: name - view: junos_bgp_tables_summary_view - -junos_bgp_tables_summary_view: - fields: - routing_table: name - total_prefix_count: {total-prefix-count: int} - received_prefix_count: {received-prefix-countL: int} - active_prefix_count: {active-prefix-count: int} - suppressed_prefix_count: {suppressed-prefix-count: int} - history_prefix_count: {history-prefix-count: int} - damped_prefix_count: {damped-prefix-count: int} - total_external_prefix_count: {total-external-prefix-count: int} - active_external_prefix_count: {active-external-prefix-count: int} - accepted_external_prefix_count: {accepted-external-prefix-count: int} - suppressed_external_prefix_count: {suppressed-external-prefix-count: int} - total_internal_prefix_count: {total-internal-prefix-count: int} - active_internal_prefix_count: {active-internal-prefix-count: int} - accepted_internal_prefix_count: {accepted-internal-prefix-count: int} - suppressed_internal_prefix_count: {suppressed-internal-prefix-count: int} - pending_prefix_count: {pending-prefix-count: int} - bgp_rib_state: bgp-rib-state - -junos_bgp_neighbors_table: - rpc: get-bgp-neighbor-information - args_key: neighbor_address - item: bgp-peer - key: peer-as - view: junos_bgp_neighbors_view - -junos_bgp_neighbors_view: - fields: - up: {peer-state: True=Established} - local_as: {local-as: int} - remote_as: {peer-as: int} - local_address: local-address - peer_address: peer-address - options: bgp-option-information/bgp-options - import_policy: {bgp-option-information/import-policy: unicode} - export_policy: {bgp-option-information/export_policy: unicode} - input_messages: {input-messages: int} - output_messages: {output-messages: int} - input_updates: {input-updates: int} - output_updates: {output-updates: int} - messages_queued_out: {bgp-output-queue/count: int} - connection_state: {peer-state: unicode} - previous_connection_state: {last-state: unicode} - last_event: {last-event: unicode} - 4byte_as: {peer-4byte-as-capability-advertised: int} - local_as_prepend: {peer-addpath-not-supported: False=None} - holdtime: {active-holdtime: int} - configured_holdtime: {bgp-option-information/holdtime: int} - keepalive: {keepalive-interval: int} - configured_keepalive: {keepalive-interval: int} - routing_table: {bgp-rib/name: unicode} - active_prefix_count: {bgp-rib/active-prefix-count: int} - received_prefix_count: {bgp-rib/received-prefix-count: int} - accepted_prefix_count: {bgp-rib/accepted-prefix-count: int} - suppressed_prefix_count: {bgp-rib/suppressed-prefix-count: int} - advertise_prefix_count: {bgp-rib/advertised-prefix-count: int} - flap_count: {flap-count: int} - -### -### ARP Table -### - -junos_arp_table: - rpc: get-arp-table-information - args: - expiration-time: true - item: arp-table-entry - key: interface-name - view: junos_arp_view - -junos_arp_view: - fields: - interface: {interface-name: unicode} - mac: {mac-address: unicode} - ip: {ip-address: unicode} - tte: {time-to-expire: float} - -### -### Interfaces IPs -### - -junos_ip_interfaces_table: - rpc: get-interface-information - item: physical-interface/logical-interface/address-family/interface-address - args: - terse: True - key: ifa-local - view: junos_ip_interfaces_view - -junos_ip_interfaces_view: - fields: - family: ../address-family-name - interface: ../../name - -### -### MAC Address table -### - -junos_mac_address_table: - rpc: get-bridge-mac-table - item: l2ald-mac-entry - args: - extensive: True - args_key: - - interface - - vlan_id - key: l2-bridge-vlan - view: junos_mac_address_view - -junos_mac_address_view: - fields: - interface: {l2-mac-logical-interface: unicode} - mac: {l2-mac-address: unicode} - vlan: {l2-bridge-vlan: int} - -### -### Route Information -### - -junos_route_table: - rpc: get-route-information - args: - extensive: True - args_key: - destination - item: route-table/rt/rt-entry/nh - key: to - view: junos_route_table_view - -junos_protocol_route_table: - rpc: get-route-information - args: - extensive: True - args_key: - destination - protocol - item: route-table/rt/rt-entry/nh - key: to - view: junos_route_table_view - -junos_route_table_view: - fields: - ### - ### Common fields - ### - destination: {../../rt-destination: unicode} - prefix_length: {../../rt-prefix-length: int} - protocol: {../protocol-name: unicode} - current_active: {../current-active: True=current-active} - last_active: {../last-active: True=last-active} - age: {../age/@seconds: int} - next_hop: {to: unicode} - outgoing_interface: {via: unicode} - selected_next_hop: {selected-next-hop: True=selected-next-hop} - preference: {../preference: int} - inactive_reason: {../inactive-reason: unicode} - routing_table: {../../../table-name: unicode} - ### - ### BGP Specific fields - ### - as_path: {../as-path: unicode} - local_as: {../local-as: int} - remote_as: {../peer-as: int} - local_preference: {../local-preference: int} - communities: {../communities/community: unicode} - preference2: {../preference2: int} - remote_address: {../peer-id: unicode} - metric: {../metric: int} - metric2: {../metric2: int} - ### - ### ISIS Specific fields - ### - level: {../rt-isis-level: int} - -### -### SNMP Config -### - -junos_snmp_config_table: - get: snmp/community - view: junos_snmp_config_view - -junos_snmp_config_view: - fields: - name: name - authorization: authorization - location: ../location - contact: ../contact - chassis: ../system-name diff --git a/napalm/utils/string_parsers.py b/napalm/utils/string_parsers.py deleted file mode 100644 index 161d93954..000000000 --- a/napalm/utils/string_parsers.py +++ /dev/null @@ -1,99 +0,0 @@ -import re - -def sorted_nicely( l ): - """ Sort the given iterable in the way that humans expect.""" - convert = lambda text: int(text) if text.isdigit() else text - alphanum_key = lambda key: [ convert(c) for c in re.split('([0-9]+)', key) ] - return sorted(l, key = alphanum_key) - -def colon_separated_string_to_dict(string, separator=':'): - ''' - Converts a string in the format: - - Name: Et3 - Switchport: Enabled - Administrative Mode: trunk - Operational Mode: trunk - MAC Address Learning: enabled - Access Mode VLAN: 3 (VLAN0003) - Trunking Native Mode VLAN: 1 (default) - Administrative Native VLAN tagging: disabled - Administrative private VLAN mapping: ALL - Trunking VLANs Enabled: 2-3,5-7,20-21,23,100-200 - Trunk Groups: - - into a dictionary - - ''' - dictionary = dict() - - for line in string.splitlines(): - line_data = line.split(separator) - - if len(line_data) > 1: - dictionary[line_data[0].strip()] = ''.join(line_data[1:]).strip() - elif len(line_data) == 1: - dictionary[line_data[0].strip()] = None - else: - raise Exception('Something went wrong parsing the colo separated string {}'.format(line)) - - return dictionary - -def hyphen_range(string): - ''' - Expands a string of numbers separated by commas and hyphens into a list of integers. - For example: 2-3,5-7,20-21,23,100-200 - ''' - list_numbers = list() - temporary_list = string.split(',') - - for element in temporary_list: - sub_element = element.split('-') - - if len(sub_element) == 1: - list_numbers.append(int(sub_element[0])) - elif len(sub_element) == 2: - for x in range(int(sub_element[0]), int(sub_element[1])+1): - list_numbers.append(x) - else: - raise Exception('Something went wrong expanding the range'.format(string)) - - return list_numbers - -def convert_uptime_string_seconds(uptime): - ''' - Convert uptime strings to seconds. The string can be formatted various ways, eg. - 1 hour, 56 minutes - ''' - regex_1 = re.compile(r"((?P\d+) week(s)?,\s+)?((?P\d+) day(s)?,\s+)?((?P\d+) hour(s)?,\s+)?((?P\d+) minute(s)?)") - regex_2 = re.compile(r"((?P\d+)):((?P\d+)):((?P\d+))") - - regex_list = [regex_1, regex_2] - - uptime_dict = dict() - for regex in regex_list: - uptime_dict = regex.search(uptime) - if uptime_dict is not None: - uptime_dict = uptime_dict.groupdict() - break - uptime_dict = dict() - - uptime_seconds = 0 - - for unit, value in uptime_dict.iteritems(): - if value != None: - if unit == 'weeks': - uptime_seconds += int(value) * 604800 - elif unit == 'days': - uptime_seconds += int(value) * 86400 - elif unit == 'hours': - uptime_seconds += int(value) * 3600 - elif unit == 'minutes': - uptime_seconds += int(value) * 60 - elif unit == 'seconds': - uptime_seconds += int(value) - else: - raise Exception('Unrecognized unit "{}" in uptime:{}'.format(unit, uptime)) - - return uptime_seconds - diff --git a/napalm/utils/textfsm_templates/eos/snmp_config.tpl b/napalm/utils/textfsm_templates/eos/snmp_config.tpl deleted file mode 100644 index 2340e093b..000000000 --- a/napalm/utils/textfsm_templates/eos/snmp_config.tpl +++ /dev/null @@ -1,14 +0,0 @@ -Value Location (\w+.*) -Value Contact (\w+.*) -Value Chassis_ID (\w+.*) -Value Community (\w+.*) -Value Mode (ro|rw) -Value ACL (\w+.*) - -Start - ^snmp-server\slocation\s${Location} - ^snmp-server\scontact\s${Contact} - ^snmp-server\schassis-id\s${Chassis_ID} - ^snmp-server\scommunity\s${Community}\s((${Mode} ${ACL})|(group\s(.*))) -> Next.Record - -EOF diff --git a/napalm/utils/textfsm_templates/nxos/snmp_config.tpl b/napalm/utils/textfsm_templates/nxos/snmp_config.tpl deleted file mode 100644 index 2340e093b..000000000 --- a/napalm/utils/textfsm_templates/nxos/snmp_config.tpl +++ /dev/null @@ -1,14 +0,0 @@ -Value Location (\w+.*) -Value Contact (\w+.*) -Value Chassis_ID (\w+.*) -Value Community (\w+.*) -Value Mode (ro|rw) -Value ACL (\w+.*) - -Start - ^snmp-server\slocation\s${Location} - ^snmp-server\scontact\s${Contact} - ^snmp-server\schassis-id\s${Chassis_ID} - ^snmp-server\scommunity\s${Community}\s((${Mode} ${ACL})|(group\s(.*))) -> Next.Record - -EOF diff --git a/requirements.txt b/requirements.txt index c0232b1b1..a74a706eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -pyeapi -ncclient -junos-eznc -pyIOSXR -pyFG -pycsco -bnclient -netmiko -pyPluribus +napalm-base +napalm-eos +napalm-fortios +napalm-ibm +napalm-ios +napalm-iosxr +napalm-junos +napalm-nxos +napalm-pluribus diff --git a/setup.py b/setup.py index 6ef00df70..efbad40c2 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="napalm", - version="0.60.0", + version="1.00.0", packages=find_packages(), author="David Barroso", author_email="dbarrosop@dravetech.com", diff --git a/test/unit/TestEOSDriver.py b/test/unit/TestEOSDriver.py deleted file mode 100644 index 90b11f2e7..000000000 --- a/test/unit/TestEOSDriver.py +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -import unittest - -from napalm import eos -from base import TestConfigNetworkDriver, TestGettersNetworkDriver -import json -import re - - -class TestConfigEOSDriver(unittest.TestCase, TestConfigNetworkDriver): - - @classmethod - def setUpClass(cls): - hostname = '127.0.0.1' - username = 'vagrant' - password = 'vagrant' - cls.vendor = 'eos' - - optional_args = {'port': 12443,} - cls.device = eos.EOSDriver(hostname, username, password, timeout=60, optional_args=optional_args) - cls.device.open() - - cls.device.load_replace_candidate(filename='%s/initial.conf' % cls.vendor) - cls.device.commit_config() - - -class TestGetterEOSDriver(unittest.TestCase, TestGettersNetworkDriver): - - @classmethod - def setUpClass(cls): - cls.mock = True - - hostname = '127.0.0.1' - username = 'vagrant' - password = 'vagrant' - cls.vendor = 'eos' - - optional_args = {'port': 12443,} - cls.device = eos.EOSDriver(hostname, username, password, timeout=60, optional_args=optional_args) - - if cls.mock: - cls.device.device = FakeEOSDevice() - else: - cls.device.open() - - -class FakeEOSDevice: - - @staticmethod - def read_json_file(filename): - with open(filename) as data_file: - return json.load(data_file) - - @staticmethod - def read_txt_file(filename): - with open(filename) as data_file: - return data_file.read() - - def run_commands(self, command_list, encoding='json'): - result = list() - - for command in command_list: - if encoding == 'json': - result.append(self.read_json_file('eos/mock_data/{}.json'.format(command.replace(' ', '_').replace('/', '_')))) - else: - cmd = re.sub(r'[^a-zA-Z0-9]+', '_', command) - result.append({'output': self.read_txt_file('eos/mock_data/{}.txt'.format(cmd))}) - - return result diff --git a/test/unit/TestFortiOSDriver.py b/test/unit/TestFortiOSDriver.py deleted file mode 100644 index 526287f8d..000000000 --- a/test/unit/TestFortiOSDriver.py +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -import unittest - -from napalm.fortios import FortiOSDriver -from base import TestConfigNetworkDriver, TestGettersNetworkDriver -from pyFG.fortios import FortiConfig - - -class TestConfigFortiOSDriver(unittest.TestCase, TestConfigNetworkDriver): - - @classmethod - def setUpClass(cls): - hostname = '192.168.76.13' - username = 'dbarroso' - password = 'this_is_not_a_secure_password' - cls.vendor = 'fortios' - - cls.device = FortiOSDriver(hostname, username, password, timeout=60) - cls.device.open() - - -class TestGetterFortiOSDriver(unittest.TestCase, TestGettersNetworkDriver): - - @classmethod - def setUpClass(cls): - cls.mock = True - - hostname = '192.168.56.201' - username = 'vagrant' - password = 'vagrant' - cls.vendor = 'eos' - - cls.device = FortiOSDriver(hostname, username, password, timeout=60) - - if cls.mock: - cls.device.device = FakeFortiOSDevice() - else: - cls.device.open() - - -class FakeFortiOSDevice: - - @staticmethod - def read_txt_file(filename): - with open(filename) as data_file: - return data_file.read().splitlines() - - def execute_command(self, command): - return self.read_txt_file( - 'fortios/mock_data/{}.txt'.format(command.replace(' ', '_').replace('|', '').replace(':', ''))) - - def load_config(self, config_block): - self.running_config = FortiConfig('running') - self.running_config.parse_config_output(self.read_txt_file('fortios/mock_data/{}.txt'.format( - config_block.replace(' ', '_')))) diff --git a/test/unit/TestIBMDriver.py b/test/unit/TestIBMDriver.py deleted file mode 100644 index 0dd3ceda5..000000000 --- a/test/unit/TestIBMDriver.py +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -import unittest - -from napalm.ibm import IBMDriver -from base import TestConfigNetworkDriver - - -class TestConfigIBMDriver(unittest.TestCase, TestConfigNetworkDriver): - - @classmethod - def setUpClass(cls): - hostname = '10.20.18.253' - username = 'admin' - password = 'admin' - cls.vendor = 'ibm' - - cls.device = IBMDriver(hostname, username, password, timeout=60) - cls.device.open() - cls.device.load_replace_candidate(filename='%s/initial.conf' % cls.vendor) - cls.device.commit_config() diff --git a/test/unit/TestIOSDriver.py b/test/unit/TestIOSDriver.py deleted file mode 100644 index 913ac5779..000000000 --- a/test/unit/TestIOSDriver.py +++ /dev/null @@ -1,189 +0,0 @@ -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -"""Tests for IOSDriver.""" - -import unittest -from napalm import get_network_driver -from base import TestConfigNetworkDriver, TestGettersNetworkDriver -import re - - -class TestConfigIOSDriver(unittest.TestCase, TestConfigNetworkDriver): - """Configuration Tests for IOSDriver. - - Core file operations: - load_replace_candidate Tested - load_merge_candidate Tested - compare_config Tested - commit_config Tested - discard_config Tested - rollback Tested - - Internal methods: - _enable_confirm Tested - _disable_confirm Tested - _gen_rollback_cfg Tested as part of rollback - _check_file_exists Tested - - Misc methods: - open Tested - close Skipped - normalize_compare_config Tested (indirectly) - scp_file Tested - gen_full_path Tested - """ - - @classmethod - def setUpClass(cls): - """Executed when the class is instantiated.""" - ip_addr = '127.0.0.1' - username = 'vagrant' - password = 'vagrant' - cls.vendor = 'ios' - driver = get_network_driver(cls.vendor) - optional_args = {'port': 12204, 'dest_file_system': 'bootflash:'} - - cls.device = driver(ip_addr, username, password, optional_args=optional_args) - cls.device.open() - - # Setup initial state - cls.device.load_replace_candidate(filename='%s/initial.conf' % cls.vendor) - cls.device.commit_config() - - def test_ios_only_confirm(self): - """Test _disable_confirm() and _enable_confirm(). - - _disable_confirm() changes router config so it doesn't prompt for confirmation - _enable_confirm() reenables this - """ - # Set initial device configuration - self.device.load_replace_candidate(filename='%s/initial.conf' % self.vendor) - self.device.commit_config() - - # Verify initial state - output = self.device.device.send_command('show run | inc file prompt') - output = output.strip() - self.assertEqual(output, '') - - # Disable confirmation - self.device._disable_confirm() - output = self.device.device.send_command('show run | inc file prompt') - output = output.strip() - self.assertEqual(output, 'file prompt quiet') - - # Reenable confirmation - self.device._enable_confirm() - output = self.device.device.send_command('show run | inc file prompt') - output = output.strip() - self.assertEqual(output, '') - - def test_ios_only_gen_full_path(self): - """Test gen_full_path() method.""" - output = self.device.gen_full_path(self.device.candidate_cfg) - self.assertEqual(output, self.device.dest_file_system + '/candidate_config.txt') - - output = self.device.gen_full_path(self.device.rollback_cfg) - self.assertEqual(output, self.device.dest_file_system + '/rollback_config.txt') - - output = self.device.gen_full_path(self.device.merge_cfg) - self.assertEqual(output, self.device.dest_file_system + '/merge_config.txt') - - output = self.device.gen_full_path(filename='running-config', file_system='system:') - self.assertEqual(output, 'system:/running-config') - - def test_ios_only_check_file_exists(self): - """Test _check_file_exists() method.""" - self.device.load_replace_candidate(filename='%s/initial.conf' % self.vendor) - - valid_file = self.device._check_file_exists(self.device.dest_file_system + '/candidate_config.txt') - self.assertTrue(valid_file) - - invalid_file = self.device._check_file_exists(self.device.dest_file_system + '/bogus_999.txt') - self.assertFalse(invalid_file) - - -class TestGetterIOSDriver(unittest.TestCase, TestGettersNetworkDriver): - """Getters Tests for IOSDriver. - - Get operations: - get_lldp_neighbors - get_facts - get_interfaces - get_bgp_neighbors - get_interfaces_counters - """ - - @classmethod - def setUpClass(cls): - """Executed when the class is instantiated.""" - cls.mock = True - - username = 'vagrant' - ip_addr = '192.168.0.234' - password = 'vagrant' - cls.vendor = 'ios' - driver = get_network_driver(cls.vendor) - optional_args = {} - optional_args['dest_file_system'] = 'flash:' - - cls.device = driver(ip_addr, username, password, optional_args=optional_args) - - if cls.mock: - cls.device.device = FakeIOSDevice() - else: - cls.device.open() - - def test_ios_only_bgp_time_conversion(self): - """Verify time conversion static method.""" - test_cases = { - "1w0d": 604800, - "00:14:23": 863, - "00:13:40": 820, - "00:00:21": 21, - "00:00:13": 13, - "00:00:49": 49, - "1d11h": 126000, - "1d17h": 147600, - "8w5d": 5270400, - "1y28w": 48470400, - "never": -1, - } - - for bgp_time, result in test_cases.iteritems(): - self.assertEqual(self.device.bgp_time_conversion(bgp_time), result) - - -class FakeIOSDevice: - """Class to fake a IOS Device.""" - - @staticmethod - def read_txt_file(filename): - """Read a txt file and return its content.""" - with open(filename) as data_file: - return data_file.read() - - def send_command_expect(self, command): - """Fake execute a command in the device by just returning the content of a file.""" - cmd = re.sub(r'[\[\]\*\^\+\s\|]', '_', command) - output = self.read_txt_file('ios/mock_data/{}.txt'.format(cmd)) - return unicode(output) - - def send_command(self, command): - """Fake execute a command in the device by just returning the content of a file.""" - return self.send_command_expect(command) - - -if __name__ == "__main__": - unittest.main() diff --git a/test/unit/TestIOSXRDriver.py b/test/unit/TestIOSXRDriver.py deleted file mode 100644 index 37971243a..000000000 --- a/test/unit/TestIOSXRDriver.py +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -import unittest - -from napalm.iosxr import IOSXRDriver -from base import TestConfigNetworkDriver, TestGettersNetworkDriver - - -class TestConfigIOSXRDriver(unittest.TestCase, TestConfigNetworkDriver): - - @classmethod - def setUpClass(cls): - hostname = '127.0.0.1' - username = 'vagrant' - password = 'vagrant' - cls.vendor = 'iosxr' - - optional_args = {'port': 12202,} - cls.device = IOSXRDriver(hostname, username, password, timeout=60, optional_args=optional_args) - cls.device.open() - cls.device.load_replace_candidate(filename='%s/initial.conf' % cls.vendor) - cls.device.commit_config() - - -class TestGetterIOSXRDriver(unittest.TestCase, TestGettersNetworkDriver): - - @classmethod - def setUpClass(cls): - cls.mock = True - - hostname = '192.168.56.202' - username = 'vagrant' - password = 'vagrant' - cls.vendor = 'iosxr' - - cls.device = IOSXRDriver(hostname, username, password, timeout=60) - - if cls.mock: - cls.device.device = FakeIOSXRDevice() - else: - cls.device.open() - - -class FakeIOSXRDevice: - - @staticmethod - def read_txt_file(filename): - with open(filename) as data_file: - return data_file.read() - - def show_version(self): - return self.read_txt_file('iosxr/mock_data/show_version.txt') - - def show_interfaces(self): - return self.read_txt_file('iosxr/mock_data/show_interfaces.txt') - - def show_interface_description(self): - return self.read_txt_file('iosxr/mock_data/show_interface_description.txt') - - def show_lldp_neighbors(self): - return self.read_txt_file('iosxr/mock_data/show_lldp_neighbors.txt') - - def make_rpc_call(self, rpc_call): - rpc_call = \ - rpc_call.replace('<', '_').replace('>', '_').replace('/', '_').replace('\n', '').replace(' ', '') - return self.read_txt_file('iosxr/mock_data/{}.rpc'.format(rpc_call[0:150])) diff --git a/test/unit/TestJunOSDriver.py b/test/unit/TestJunOSDriver.py deleted file mode 100644 index 90f99ebdb..000000000 --- a/test/unit/TestJunOSDriver.py +++ /dev/null @@ -1,132 +0,0 @@ -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -import unittest - -from napalm.junos import JunOSDriver -from base import TestConfigNetworkDriver, TestGettersNetworkDriver - -import lxml - - -class TestConfigJunOSDriver(unittest.TestCase, TestConfigNetworkDriver): - - @classmethod - def setUpClass(cls): - hostname = '127.0.0.1' - username = 'vagrant' - password = 'vagrant123' - cls.vendor = 'junos' - - optional_args = {'port': 12203,} - cls.device = JunOSDriver(hostname, username, password, timeout=60, optional_args=optional_args) - cls.device.open() - - -class TestGetterJunOSDriver(unittest.TestCase, TestGettersNetworkDriver): - - @classmethod - def setUpClass(cls): - cls.mock = True - - hostname = '192.168.56.203' - username = 'vagrant' - password = 'vagrant123' - cls.vendor = 'junos' - - cls.device = JunOSDriver(hostname, username, password, timeout=60) - - if cls.mock: - cls.device.device = FakeJunOSDevice() - else: - cls.device.open() - - -class FakeJunOSDevice: - - def __init__(self): - self.rpc = FakeRPCObject() - self.ON_JUNOS = True # necessary for fake devices - self.facts = { - 'domain': None, - 'hostname': 'vsrx', - 'ifd_style': 'CLASSIC', - '2RE': False, - 'serialnumber': 'beb914a9cca3', - 'fqdn': 'vsrx', - 'virtual': True, - 'switch_style': 'NONE', - 'version': '12.1X47-D20.7', - 'HOME': '/cf/var/home/vagrant', - 'srx_cluster': False, - 'model': 'FIREFLY-PERIMETER', - 'RE0': { - 'status': 'Testing', - 'last_reboot_reason': 'Router rebooted after a normal shutdown.', - 'model': 'FIREFLY-PERIMETER RE', - 'up_time': '1 hour, 13 minutes, 37 seconds' - }, - 'vc_capable': False, - 'personality': 'SRX_BRANCH' - } - - @staticmethod - def read_txt_file(filename): - with open(filename) as data_file: - return data_file.read() - - def cli(self, command = ''): - return self.read_txt_file( - 'junos/mock_data/{parsed_command}.txt'.format( - parsed_command = command.replace(' ', '_') - ) - ) - - -class FakeRPCObject: - - def __init__(self): - pass - - @staticmethod - def read_txt_file(filename): - with open(filename) as data_file: - return data_file.read() - - def __getattr__(self, item): - self.item = item - return self - - def response(self, **rpc_args): - instance = rpc_args.pop('instance', '') - - xml_string = self.read_txt_file('junos/mock_data/{}{}.txt'.format(self.item, instance)) - return lxml.etree.fromstring(xml_string) - - def get_config(self, get_cmd = '', options = {}): - - # get_cmd is an XML tree that requests a specific part of the config - # E.g.: - - get_cmd_str = lxml.etree.tostring(get_cmd) - filename = get_cmd_str.replace('<', '_').replace('>', '_').replace('/', '_').replace('\n', '').replace(' ', '') - - xml_string = self.read_txt_file( - 'junos/mock_data/{filename}.txt'.format( - filename = filename[0:150] - ) - ) - return lxml.etree.fromstring(xml_string) - - __call__ = response diff --git a/test/unit/TestNXOSDriver.py b/test/unit/TestNXOSDriver.py deleted file mode 100644 index 760bae534..000000000 --- a/test/unit/TestNXOSDriver.py +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -import unittest - -from napalm.nxos import NXOSDriver -from base import TestConfigNetworkDriver, TestGettersNetworkDriver -import re - -# class TestConfigNXOSDriver(unittest.TestCase, TestConfigNetworkDriver): - -# @classmethod -# def setUpClass(cls): -# hostname = 'n9k1' -# username = 'user' -# password = 'pass' -# cls.vendor = 'nxos' - -# cls.device = NXOSDriver(hostname, username, password, timeout=60) -# cls.device.open() - -# def test_replacing_config_with_typo(self) - - -class TestGetterNXOSDriver(unittest.TestCase, TestGettersNetworkDriver): - - @classmethod - def setUpClass(cls): - cls.mock = True - - hostname = '172.17.17.1' - username = 'mircea' - password = 'mircea' - cls.vendor = 'nxos' - - cls.device = NXOSDriver(hostname, username, password, timeout=60) - - if cls.mock: - cls.device.device = FakeNXOSDevice() - else: - cls.device.open() - - @staticmethod - def read_txt_file(filename): - with open(filename) as data_file: - return data_file.read() - -class FakeNXOSDevice(object): - - def __init__(self): - pass - - @staticmethod - def read_txt_file(filename): - with open(filename) as data_file: - return data_file.read() - - def show(self, command, fmat = 'xml', text = False): - - extension = fmat - if text: - extension = 'txt' - - filename = re.sub(r'[\[\]\*\^\+\s\|\/]', '_', command) - mock_file = 'nxos/mock_data/{filename}.{extension}'.format( - filename = filename[0:150], - extension = extension - ) - mock_data = self.read_txt_file(mock_file) - if text: - mock_data = { - 'ins_api':{ - 'outputs': { - 'output': { - 'msg' : 'Success', - 'code' : 200, - 'input' : command, - 'body' : mock_data - } - } - } - } - return (self, str(mock_data)) diff --git a/test/unit/TestPluribusDriver.py b/test/unit/TestPluribusDriver.py deleted file mode 100644 index b6f0dae17..000000000 --- a/test/unit/TestPluribusDriver.py +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 2016 CloudFlare, Inc. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -import unittest - -from napalm import pluribus -from base import TestConfigNetworkDriver, TestGettersNetworkDriver -import re - - -class TestConfigPluribusDriver(unittest.TestCase, TestConfigNetworkDriver): - - @classmethod - def setUpClass(cls): - hostname = '172.17.17.1' - username = 'mircea' - password = 'password' - cls.vendor = 'pluribus' - - cls.device = pluribus.PluribusDriver(hostname, username, password, timeout=60) - cls.device.open() - - -class TestGetterPluribusDriver(unittest.TestCase, TestGettersNetworkDriver): - - @classmethod - def setUpClass(cls): - cls.mock = True - - hostname = '172.17.17.1' - username = 'mircea' - password = 'password' - cls.vendor = 'pluribus' - - cls.device = pluribus.PluribusDriver(hostname, username, password, timeout=60) - - if cls.mock: - cls.device.device = FakePluribusDevice() - else: - cls.device.open() - - -class FakePluribusDevice: - - @staticmethod - def read_txt_file(filename): - with open(filename) as data_file: - return data_file.read() - - def execute_show(self, command): - - cmd = re.sub(r'[\[\]\*\^\+\s\|]', '_', command) - return self.read_txt_file('pluribus/mock_data/{}.txt'.format(cmd)) diff --git a/test/unit/Test_script_cl_napalm_configure.py b/test/unit/Test_script_cl_napalm_configure.py deleted file mode 100644 index 94a5d65df..000000000 --- a/test/unit/Test_script_cl_napalm_configure.py +++ /dev/null @@ -1,64 +0,0 @@ -import unittest -from napalm import get_network_driver -from napalm.clitools import cl_napalm_configure as script - - -class Test_script_cl_napalm_configure(unittest.TestCase): - - @classmethod - def setUpClass(cls): - cls.hostname = 'localhost' - cls.username = 'vagrant' - cls.password = 'vagrant' - cls.vendor = 'eos' - cls.optional_args = {'port': 12443} - cls.optional_args_string = "port=12443, asd=asd" - - def setUp(self): - initial_config = '{}/initial.conf'.format(self.vendor) - - driver = get_network_driver(self.vendor) - device = driver(self.hostname, self.username, self.password, timeout=60, optional_args=self.optional_args) - device.open() - device.load_replace_candidate(filename=initial_config) - device.commit_config() - device.close() - - def test_dry_run(self): - strategy = 'merge' - config_file = '{}/merge_good.conf'.format(self.vendor) - dry_run = True - - o_result = script.run(self.vendor, self.hostname, self.username, self.password, strategy, - self.optional_args_string, config_file, dry_run) - not_empty_result = len(o_result) - n_result = script.run(self.vendor, self.hostname, self.username, self.password, strategy, - self.optional_args_string, config_file, dry_run) - - self.assertTrue(o_result == n_result and not_empty_result) - - def test_merge_config(self): - strategy = 'merge' - config_file = '{}/merge_good.conf'.format(self.vendor) - dry_run = False - - o_result = script.run(self.vendor, self.hostname, self.username, self.password, strategy, - self.optional_args_string, config_file, dry_run) - not_empty_result = len(o_result) - n_result = script.run(self.vendor, self.hostname, self.username, self.password, strategy, - self.optional_args_string, config_file, dry_run) - - self.assertTrue(o_result != n_result and not_empty_result) - - def test_replace_config(self): - strategy = 'replace' - config_file = '{}/new_good.conf'.format(self.vendor) - dry_run = False - - o_result = script.run(self.vendor, self.hostname, self.username, self.password, strategy, - self.optional_args_string, config_file, dry_run) - not_empty_result = len(o_result) - n_result = script.run(self.vendor, self.hostname, self.username, self.password, strategy, - self.optional_args_string, config_file, dry_run) - - self.assertTrue(o_result != n_result and not_empty_result) diff --git a/test/unit/base.py b/test/unit/base.py deleted file mode 100644 index ac26e8496..000000000 --- a/test/unit/base.py +++ /dev/null @@ -1,328 +0,0 @@ -# Copyright 2015 Spotify AB. All rights reserved. -# -# The contents of this file are licensed under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations under -# the License. - -from __future__ import print_function - -from napalm import exceptions -import difflib -import models - - -class TestConfigNetworkDriver: - - @classmethod - def tearDownClass(cls): - cls.device.load_replace_candidate(filename='%s/initial.conf' % cls.vendor) - cls.device.commit_config() - cls.device.close() - - @staticmethod - def read_file(filename): - with open(filename, 'r') as f: - return f.read().strip() - - @staticmethod - def print_diff_strings(orig, new): - for line in difflib.context_diff(orig.splitlines(), new.splitlines()): - print(line) - - def test_replacing_and_committing_config(self): - self.device.load_replace_candidate(filename='%s/new_good.conf' % self.vendor) - self.device.commit_config() - - # The diff should be empty as the configuration has been committed already - diff = self.device.compare_config() - - # Reverting changes - self.device.load_replace_candidate(filename='%s/initial.conf' % self.vendor) - self.device.commit_config() - - self.assertEqual(len(diff), 0) - - def test_replacing_config_with_typo(self): - result = False - try: - self.device.load_replace_candidate(filename='%s/new_typo.conf' % self.vendor) - self.device.commit_config() - except exceptions.ReplaceConfigException: - self.device.load_replace_candidate(filename='%s/initial.conf' % self.vendor) - diff = self.device.compare_config() - self.device.discard_config() - result = True and len(diff) == 0 - self.assertTrue(result) - - def test_replacing_config_and_diff_and_discard(self): - intended_diff = self.read_file('%s/new_good.diff' % self.vendor) - - self.device.load_replace_candidate(filename='%s/new_good.conf' % self.vendor) - commit_diff = self.device.compare_config() - - print(commit_diff) - - self.device.discard_config() - discard_diff = self.device.compare_config() - self.device.discard_config() - - result = (commit_diff == intended_diff) and (discard_diff == '') - self.assertTrue(result) - - def test_replacing_config_and_rollback(self): - self.device.load_replace_candidate(filename='%s/new_good.conf' % self.vendor) - orig_diff = self.device.compare_config() - self.device.commit_config() - - # Now we rollback changes - replace_config_diff = self.device.compare_config() - self.device.rollback() - - # We try to load again the config. If the rollback was successful new diff should be like the first one - self.device.load_replace_candidate(filename='%s/new_good.conf' % self.vendor) - last_diff = self.device.compare_config() - self.device.discard_config() - - result = (orig_diff == last_diff) and (len(replace_config_diff) == 0) - - self.assertTrue(result) - - def test_merge_configuration(self): - intended_diff = self.read_file('%s/merge_good.diff' % self.vendor) - - self.device.load_merge_candidate(filename='%s/merge_good.conf' % self.vendor) - self.device.commit_config() - - # Reverting changes - self.device.load_replace_candidate(filename='%s/initial.conf' % self.vendor) - diff = self.device.compare_config() - - print(diff) - - self.device.commit_config() - - self.assertEqual(diff, intended_diff) - - def test_merge_configuration_typo_and_rollback(self): - result = False - try: - self.device.load_merge_candidate(filename='%s/merge_typo.conf' % self.vendor) - diff = self.device.compare_config() - self.device.commit_config() - raise Exception("We shouldn't be here") - except exceptions.MergeConfigException: - # We load the original config as candidate. If the commit failed cleanly the compare_config should be empty - self.device.load_replace_candidate(filename='%s/initial.conf' % self.vendor) - result = self.device.compare_config() == '' - self.device.discard_config() - - self.assertTrue(result) - - -class TestGettersNetworkDriver: - - @staticmethod - def _test_model(model, data): - same_keys = set(model.keys()) == set(data.keys()) - - if not same_keys: - print("model_keys: {}\ndata_keys: {}".format(sorted(model.keys()), sorted(data.keys()))) - - correct_class = True - for key, instance_class in model.iteritems(): - same_class = isinstance(data[key], instance_class) - correct_class = correct_class and same_class - if not same_class: - print("key: {}\nmodel_class: {}\ndata_class: {}".format( - key, instance_class, data[key].__class__)) - - return correct_class and same_keys - - def test_get_facts(self): - facts = self.device.get_facts() - result = self._test_model(models.facts, facts) - self.assertTrue(result) - - def test_get_interfaces(self): - get_interfaces = self.device.get_interfaces() - result = len(get_interfaces) > 0 - - for interface, interface_data in get_interfaces.iteritems(): - result = result and self._test_model(models.interface, interface_data) - - self.assertTrue(result) - - def test_get_lldp_neighbors(self): - get_lldp_neighbors = self.device.get_lldp_neighbors() - result = len(get_lldp_neighbors) > 0 - - for interface, neighbor_list in get_lldp_neighbors.iteritems(): - for neighbor in neighbor_list: - result = result and self._test_model(models.lldp_neighbors, neighbor) - - self.assertTrue(result) - - def test_get_interfaces_counters(self): - get_interfaces_counters = self.device.get_interfaces_counters() - result = len(self.device.get_interfaces_counters()) > 0 - - for interface, interface_data in get_interfaces_counters.iteritems(): - result = result and self._test_model(models.interface_counters, interface_data) - - self.assertTrue(result) - - def test_get_environment(self): - environment = self.device.get_environment() - result = len(environment) > 0 - - for fan, fan_data in environment['fans'].iteritems(): - result = result and self._test_model(models.fan, fan_data) - - for power, power_data in environment['power'].iteritems(): - result = result and self._test_model(models.power, power_data) - - for temperature, temperature_data in environment['temperature'].iteritems(): - result = result and self._test_model(models.temperature, temperature_data) - - for cpu, cpu_data in environment['cpu'].iteritems(): - result = result and self._test_model(models.cpu, cpu_data) - - result = result and self._test_model(models.memory, environment['memory']) - - self.assertTrue(result) - - def test_get_bgp_neighbors(self): - get_bgp_neighbors = self.device.get_bgp_neighbors() - result = 'global' in get_bgp_neighbors.keys() - - if not result: - print('global is not part of the returned vrfs') - else: - for vrf, vrf_data in get_bgp_neighbors.iteritems(): - result = result and isinstance(vrf_data['router_id'], unicode) - if not result: - print('router_id is not unicode') - - for peer, peer_data in vrf_data['peers'].iteritems(): - result = result and self._test_model(models.peer, peer_data) - - for af, af_data in peer_data['address_family'].iteritems(): - result = result and self._test_model(models.af, af_data) - - self.assertTrue(result) - - def test_get_lldp_neighbors_detail(self): - - get_lldp_neighbors_detail = self.device.get_lldp_neighbors_detail() - result = len(get_lldp_neighbors_detail) > 0 - - for interface, neighbor_list in get_lldp_neighbors_detail.iteritems(): - for neighbor in neighbor_list: - result = result and self._test_model(models.lldp_neighbors_detail, neighbor) - - self.assertTrue(result) - - def test_get_bgp_config(self): - - get_bgp_config = self.device.get_bgp_config() - result = len(get_bgp_config) > 0 - - for bgp_group in get_bgp_config.values(): - result = result and self._test_model(models.bgp_config_group, bgp_group) - for bgp_neighbor in bgp_group.get('neighbors', {}).values(): - result = result and self._test_model(models.bgp_config_neighbor, bgp_neighbor) - - self.assertTrue(result) - - def test_bgp_neighbors_detail(self): - - get_bgp_neighbors_detail = self.device.get_bgp_neighbors_detail() - - result = len(get_bgp_neighbors_detail) > 0 - - for remote_as, neighbor_list in get_bgp_neighbors_detail.iteritems(): - for neighbor in neighbor_list: - result = result and self._test_model(models.peer_details, neighbor) - - self.assertTrue(result) - - def test_get_arp_table(self): - - get_arp_table = self.device.get_arp_table() - result = len(get_arp_table) > 0 - - for arp_entry in get_arp_table: - result = result and self._test_model(models.arp_table, arp_entry) - - self.assertTrue(result) - - def test_get_ntp_peers(self): - - get_ntp_peers = self.device.get_ntp_peers() - result = len(get_ntp_peers) > 0 - - for ntp_peer_ip, ntp_peer_details in get_ntp_peers.iteritems(): - result = result and self._test_model(models.ntp_peer, ntp_peer_details) - - self.assertTrue(result) - - def test_get_interfaces_ip(self): - - get_interfaces_ip = self.device.get_interfaces_ip() - - result = len(get_interfaces_ip) > 0 - - for interface, interface_details in get_interfaces_ip.iteritems(): - ipv4 = interface_details.get('ipv4', {}) - ipv6 = interface_details.get('ipv6', {}) - for ip, ip_details in ipv4.iteritems(): - result = result and self._test_model(models.interfaces_ip, ip_details) - for ip, ip_details in ipv6.iteritems(): - result = result and self._test_model(models.interfaces_ip, ip_details) - - self.assertTrue(result) - - def test_get_mac_address_table(self): - get_mac_address_table = self.device.get_mac_address_table() - - result = len(get_mac_address_table) > 0 - - for mac_table_entry in get_mac_address_table: - result = result and self._test_model(models.mac_address_table, mac_table_entry) - - self.assertTrue(result) - - def test_get_route_to(self): - - destination = '1.0.4.0/24' - protocol = 'bgp' - get_route_to = self.device.get_route_to(destination=destination, protocol=protocol) - - result = len(get_route_to) > 0 - - for prefix, routes in get_route_to.iteritems(): - for route in routes: - result = result and self._test_model(models.route, route) - - self.assertTrue(result) - - def test_get_snmp_information(self): - - get_snmp_information = self.device.get_snmp_information() - result = len(get_snmp_information) > 0 - - for snmp_entry in get_snmp_information: - result = result and self._test_model(models.snmp, get_snmp_information) - - for community, community_data in get_snmp_information['community'].iteritems(): - result = result and self._test_model(models.snmp_community, community_data) - - self.assertTrue(result) diff --git a/test/unit/eos/initial.conf b/test/unit/eos/initial.conf deleted file mode 100644 index 77bbe53d9..000000000 --- a/test/unit/eos/initial.conf +++ /dev/null @@ -1,25 +0,0 @@ -transceiver qsfp default-mode 4x10G - -spanning-tree mode mstp - -aaa authorization exec default local - -aaa root secret 5 $1$lpTXS9qH$EpnjrnfpPZZgiAbz5sxn21 - -username admin privilege 15 role network-admin secret 5 $1$RT/92Zg9$J8wD1qPAdQBcOhv4fefyt. -username vagrant privilege 15 role network-admin secret 5 $1$Lw2STh4k$bPEDVVTY2e7lf.vNlnNEO0 - -interface Ethernet1 - -interface Ethernet2 - -interface Management1 - ip address 10.0.2.15/24 - -no ip routing - -management api http-commands - no shutdown - - -end diff --git a/test/unit/eos/merge_good.conf b/test/unit/eos/merge_good.conf deleted file mode 100644 index 0a785354f..000000000 --- a/test/unit/eos/merge_good.conf +++ /dev/null @@ -1,4 +0,0 @@ -hostname NEWHOSTNAME - -interface Ethernet2 - description BLALALAL diff --git a/test/unit/eos/merge_good.diff b/test/unit/eos/merge_good.diff deleted file mode 100644 index feea9a721..000000000 --- a/test/unit/eos/merge_good.diff +++ /dev/null @@ -1,17 +0,0 @@ -@@ -3,8 +3,6 @@ - ! boot system flash:/vEOS-lab.swi - ! - transceiver qsfp default-mode 4x10G --! --hostname NEWHOSTNAME - ! - spanning-tree mode mstp - ! -@@ -18,7 +16,6 @@ - interface Ethernet1 - ! - interface Ethernet2 -- description BLALALAL - ! - interface Management1 - ip address 10.0.2.15/24 diff --git a/test/unit/eos/merge_typo.conf b/test/unit/eos/merge_typo.conf deleted file mode 100644 index 0b8fa6eb9..000000000 --- a/test/unit/eos/merge_typo.conf +++ /dev/null @@ -1,4 +0,0 @@ -hostname NEWHOSTNAME - -interface Ethernet2 - descriptin BLALALAL diff --git a/test/unit/eos/mock_data/show_arp.json b/test/unit/eos/mock_data/show_arp.json deleted file mode 100644 index f262aed98..000000000 --- a/test/unit/eos/mock_data/show_arp.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "dynamicEntries": 699, - "ipV4Neighbors": [ - { - "hwAddress": "dc38.e111.97cf", - "address": "172.17.17.1", - "interface": "Ethernet45", - "age": 0 - }, - { - "hwAddress": "90e2.ba5c.25fd", - "address": "172.17.17.1", - "interface": "Ethernet36", - "age": 0 - } - ], - "notLearnedEntries": 19, - "totalEntries": 699, - "staticEntries": 0 -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_environment_cooling.json b/test/unit/eos/mock_data/show_environment_cooling.json deleted file mode 100644 index 697b2fd01..000000000 --- a/test/unit/eos/mock_data/show_environment_cooling.json +++ /dev/null @@ -1,286 +0,0 @@ -{ - "overrideFanSpeed": 0, - "coolingMode": "automatic", - "powerSupplySlots": [ - { - "status": "ok", - "fans": [ - { - "status": "ok", - "configuredSpeed": 70, - "actualSpeed": 68, - "label": "PowerSupply1/1" - } - ], - "speed": 70, - "label": "PowerSupply1" - }, - { - "status": "ok", - "fans": [ - { - "status": "ok", - "configuredSpeed": 70, - "actualSpeed": 68, - "label": "PowerSupply2/1" - } - ], - "speed": 70, - "label": "PowerSupply2" - }, - { - "status": "ok", - "fans": [ - { - "status": "ok", - "configuredSpeed": 70, - "actualSpeed": 70, - "label": "PowerSupply3/1" - } - ], - "speed": 70, - "label": "PowerSupply3" - }, - { - "status": "ok", - "fans": [ - { - "status": "ok", - "configuredSpeed": 70, - "actualSpeed": 69, - "label": "PowerSupply4/1" - } - ], - "speed": 70, - "label": "PowerSupply4" - } - ], - "fanTraySlots": [ - { - "status": "ok", - "fans": [ - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "1/1" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "1/2" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "1/3" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "1/4" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "1/5" - } - ], - "speed": 42, - "label": "1" - }, - { - "status": "ok", - "fans": [ - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "2/1" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "2/2" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 42, - "label": "2/3" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 42, - "label": "2/4" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 42, - "label": "2/5" - } - ], - "speed": 42, - "label": "2" - }, - { - "status": "ok", - "fans": [ - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "3/1" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "3/2" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "3/3" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 42, - "label": "3/4" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 42, - "label": "3/5" - } - ], - "speed": 42, - "label": "3" - }, - { - "status": "ok", - "fans": [ - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 42, - "label": "4/1" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "4/2" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "4/3" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "4/4" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "4/5" - } - ], - "speed": 42, - "label": "4" - }, - { - "status": "ok", - "fans": [ - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "5/1" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "5/2" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 42, - "label": "5/3" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 42, - "label": "5/4" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "5/5" - } - ], - "speed": 42, - "label": "5" - }, - { - "status": "ok", - "fans": [ - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "6/1" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "6/2" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "6/3" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 42, - "label": "6/4" - }, - { - "status": "ok", - "configuredSpeed": 42, - "actualSpeed": 41, - "label": "6/5" - } - ], - "speed": 42, - "label": "6" - } - ], - "ambientTemperature": 20.0, - "shutdownOnInsufficientFans": true, - "systemStatus": "coolingOk", - "airflowDirection": "frontToBackAirflow" -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_environment_power.json b/test/unit/eos/mock_data/show_environment_power.json deleted file mode 100644 index 0b3eaf09d..000000000 --- a/test/unit/eos/mock_data/show_environment_power.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "powerSupplies": { - "1": { - "outputPower": 296.0, - "fans": { - "FanP1/1": { - "status": "ok", - "speed": 69 - } - }, - "modelName": "PWR-2900AC", - "capacity": 2900.0, - "inputCurrent": 1.71875, - "tempSensors": { - "TempSensorP1/2": { - "status": "ok", - "temperature": 22.375 - }, - "TempSensorP1/1": { - "status": "ok", - "temperature": 29.5 - } - }, - "managed": true, - "outputCurrent": 24.72, - "state": "ok" - }, - "3": { - "outputPower": 212.0, - "fans": { - "FanP3/1": { - "status": "ok", - "speed": 69 - } - }, - "modelName": "PWR-2900AC", - "capacity": 2900.0, - "inputCurrent": 1.40625, - "tempSensors": { - "TempSensorP3/1": { - "status": "ok", - "temperature": 29.875 - }, - "TempSensorP3/2": { - "status": "ok", - "temperature": 23.25 - } - }, - "managed": true, - "outputCurrent": 17.740000000000002, - "state": "ok" - }, - "2": { - "outputPower": 212.0, - "fans": { - "FanP2/1": { - "status": "ok", - "speed": 69 - } - }, - "modelName": "PWR-2900AC", - "capacity": 2900.0, - "inputCurrent": 1.34375, - "tempSensors": { - "TempSensorP2/1": { - "status": "ok", - "temperature": 29.125 - }, - "TempSensorP2/2": { - "status": "ok", - "temperature": 22.25 - } - }, - "managed": true, - "outputCurrent": 17.84, - "state": "ok" - }, - "4": { - "outputPower": 212.0, - "fans": { - "FanP4/1": { - "status": "ok", - "speed": 69 - } - }, - "modelName": "PWR-2900AC", - "capacity": 2900.0, - "inputCurrent": 1.53125, - "tempSensors": { - "TempSensorP4/2": { - "status": "ok", - "temperature": 24.0 - }, - "TempSensorP4/1": { - "status": "ok", - "temperature": 30.25 - } - }, - "managed": true, - "outputCurrent": 17.96, - "state": "ok" - } - } -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_environment_temperature.json b/test/unit/eos/mock_data/show_environment_temperature.json deleted file mode 100644 index f13182abf..000000000 --- a/test/unit/eos/mock_data/show_environment_temperature.json +++ /dev/null @@ -1,874 +0,0 @@ -{ - "cardSlots": [ - { - "tempSensors": [ - { - "maxTemperature": 46.0, - "maxTemperatureLastChange": 1437583421.9598742, - "hwStatus": "ok", - "description": "Digital Temperature Sensor on cpu0", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor1/1", - "inAlertState": false, - "relPos": "1", - "alertCount": 0, - "currentTemperature": 28.0 - }, - { - "maxTemperature": 52.0, - "maxTemperatureLastChange": 1437583156.9341135, - "hwStatus": "ok", - "description": "Digital Temperature Sensor on cpu1", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor1/2", - "inAlertState": false, - "relPos": "2", - "alertCount": 0, - "currentTemperature": 32.0 - }, - { - "maxTemperature": 52.0, - "maxTemperatureLastChange": 1437583156.9341378, - "hwStatus": "ok", - "description": "Digital Temperature Sensor on cpu2", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor1/3", - "inAlertState": false, - "relPos": "3", - "alertCount": 0, - "currentTemperature": 32.0 - }, - { - "maxTemperature": 51.0, - "maxTemperatureLastChange": 1437583156.9340882, - "hwStatus": "ok", - "description": "Digital Temperature Sensor on cpu3", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor1/4", - "inAlertState": false, - "relPos": "4", - "alertCount": 0, - "currentTemperature": 31.0 - }, - { - "maxTemperature": 29.0, - "maxTemperatureLastChange": 1447409199.1607616, - "hwStatus": "ok", - "description": "Supervisor temp sensor", - "overheatThreshold": 75.0, - "criticalThreshold": 85.0, - "name": "TempSensor1/5", - "inAlertState": false, - "relPos": "5", - "alertCount": 0, - "currentTemperature": 26.0 - }, - { - "maxTemperature": 52.0, - "maxTemperatureLastChange": 1448204929.102181, - "hwStatus": "ok", - "description": "PlxLc sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 103.0, - "name": "TempSensor1/6", - "inAlertState": false, - "relPos": "6", - "alertCount": 0, - "currentTemperature": 49.0 - }, - { - "maxTemperature": 52.0, - "maxTemperatureLastChange": 1447409179.1398125, - "hwStatus": "ok", - "description": "PlxFc sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 103.0, - "name": "TempSensor1/7", - "inAlertState": false, - "relPos": "7", - "alertCount": 0, - "currentTemperature": 48.0 - }, - { - "maxTemperature": 24.0, - "maxTemperatureLastChange": 1448275657.4751613, - "hwStatus": "ok", - "description": "Rear sensor", - "overheatThreshold": 65.0, - "criticalThreshold": 75.0, - "name": "TempSensor1/8", - "inAlertState": false, - "relPos": "8", - "alertCount": 0, - "currentTemperature": 21.0 - }, - { - "maxTemperature": 23.0, - "maxTemperatureLastChange": 1448274501.2003179, - "hwStatus": "ok", - "description": "Front sensor", - "overheatThreshold": 65.0, - "criticalThreshold": 75.0, - "name": "TempSensor1/9", - "inAlertState": false, - "relPos": "9", - "alertCount": 0, - "currentTemperature": 20.0 - }, - { - "maxTemperature": 31.0, - "maxTemperatureLastChange": 1437583528.221005, - "hwStatus": "ok", - "description": "CPU VRM temp sensor 0", - "overheatThreshold": 105.0, - "criticalThreshold": 110.0, - "name": "TempSensor1/10", - "inAlertState": false, - "relPos": "10", - "alertCount": 0, - "currentTemperature": 27.0 - }, - { - "maxTemperature": 31.0, - "maxTemperatureLastChange": 1437583528.2210116, - "hwStatus": "ok", - "description": "CPU VRM temp sensor 1", - "overheatThreshold": 105.0, - "criticalThreshold": 110.0, - "name": "TempSensor1/11", - "inAlertState": false, - "relPos": "11", - "alertCount": 0, - "currentTemperature": 27.0 - } - ], - "entPhysicalClass": "Supervisor", - "relPos": "1" - }, - { - "tempSensors": [ - { - "maxTemperature": 29.25, - "maxTemperatureLastChange": 1437583598.7151737, - "hwStatus": "ok", - "description": "Inlet sensor", - "overheatThreshold": 60.0, - "criticalThreshold": 70.0, - "name": "TempSensor3/1", - "inAlertState": false, - "relPos": "1", - "alertCount": 0, - "currentTemperature": 25.75 - }, - { - "maxTemperature": 59.0, - "maxTemperatureLastChange": 1447129800.86387, - "hwStatus": "ok", - "description": "Board sensor", - "overheatThreshold": 75.0, - "criticalThreshold": 85.0, - "name": "TempSensor3/2", - "inAlertState": false, - "relPos": "2", - "alertCount": 0, - "currentTemperature": 55.25 - }, - { - "maxTemperature": 37.75, - "maxTemperatureLastChange": 1439067314.4993434, - "hwStatus": "ok", - "description": "Outlet sensor", - "overheatThreshold": 75.0, - "criticalThreshold": 85.0, - "name": "TempSensor3/3", - "inAlertState": false, - "relPos": "3", - "alertCount": 0, - "currentTemperature": 34.75 - }, - { - "maxTemperature": 57.0, - "maxTemperatureLastChange": 1447129807.9957194, - "hwStatus": "ok", - "description": "Board sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 110.0, - "name": "TempSensor3/4", - "inAlertState": false, - "relPos": "4", - "alertCount": 0, - "currentTemperature": 53.0 - }, - { - "maxTemperature": 57.75, - "maxTemperatureLastChange": 1437583619.612965, - "hwStatus": "ok", - "description": "Switch chip 1 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 110.0, - "name": "TempSensor3/5", - "inAlertState": false, - "relPos": "5", - "alertCount": 0, - "currentTemperature": 51.5 - }, - { - "maxTemperature": 67.0, - "maxTemperatureLastChange": 1438207344.8952332, - "hwStatus": "ok", - "description": "Switch chip 2 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 110.0, - "name": "TempSensor3/6", - "inAlertState": false, - "relPos": "6", - "alertCount": 0, - "currentTemperature": 62.0 - }, - { - "maxTemperature": 58.0, - "maxTemperatureLastChange": 1448121955.436718, - "hwStatus": "ok", - "description": "Board sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 110.0, - "name": "TempSensor3/7", - "inAlertState": false, - "relPos": "7", - "alertCount": 0, - "currentTemperature": 54.0 - }, - { - "maxTemperature": 60.75, - "maxTemperatureLastChange": 1437583624.6120057, - "hwStatus": "ok", - "description": "Switch chip 3 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 110.0, - "name": "TempSensor3/8", - "inAlertState": false, - "relPos": "8", - "alertCount": 0, - "currentTemperature": 55.5 - }, - { - "maxTemperature": 67.25, - "maxTemperatureLastChange": 1448121942.374377, - "hwStatus": "ok", - "description": "Switch chip 4 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 110.0, - "name": "TempSensor3/9", - "inAlertState": false, - "relPos": "9", - "alertCount": 0, - "currentTemperature": 62.25 - }, - { - "maxTemperature": 58.0, - "maxTemperatureLastChange": 1448202173.9825656, - "hwStatus": "ok", - "description": "Board sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 110.0, - "name": "TempSensor3/10", - "inAlertState": false, - "relPos": "10", - "alertCount": 0, - "currentTemperature": 55.0 - }, - { - "maxTemperature": 56.0, - "maxTemperatureLastChange": 1437583614.603508, - "hwStatus": "ok", - "description": "Switch chip 5 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 110.0, - "name": "TempSensor3/11", - "inAlertState": false, - "relPos": "11", - "alertCount": 0, - "currentTemperature": 48.75 - }, - { - "maxTemperature": 68.75, - "maxTemperatureLastChange": 1448121955.4413555, - "hwStatus": "ok", - "description": "Switch chip 6 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 110.0, - "name": "TempSensor3/12", - "inAlertState": false, - "relPos": "12", - "alertCount": 0, - "currentTemperature": 64.0 - } - ], - "entPhysicalClass": "Linecard", - "relPos": "3" - }, - { - "tempSensors": [ - { - "maxTemperature": 32.0, - "maxTemperatureLastChange": 1437583617.816358, - "hwStatus": "ok", - "description": "Outlet sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor11/1", - "inAlertState": false, - "relPos": "1", - "alertCount": 0, - "currentTemperature": 27.75 - }, - { - "maxTemperature": 28.0, - "maxTemperatureLastChange": 1441487427.119975, - "hwStatus": "ok", - "description": "Inlet sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor11/2", - "inAlertState": false, - "relPos": "2", - "alertCount": 0, - "currentTemperature": 24.5 - }, - { - "maxTemperature": 33.0, - "maxTemperatureLastChange": 1437583629.7917063, - "hwStatus": "ok", - "description": "Board sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor11/3", - "inAlertState": false, - "relPos": "3", - "alertCount": 0, - "currentTemperature": 28.5 - }, - { - "maxTemperature": 37.0, - "maxTemperatureLastChange": 1441487361.326174, - "hwStatus": "ok", - "description": "Fan controller 1 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor11/4", - "inAlertState": false, - "relPos": "4", - "alertCount": 0, - "currentTemperature": 32.0 - }, - { - "maxTemperature": 34.0, - "maxTemperatureLastChange": 1441487441.3293684, - "hwStatus": "ok", - "description": "Fan controller 2 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor11/5", - "inAlertState": false, - "relPos": "5", - "alertCount": 0, - "currentTemperature": 29.0 - } - ], - "entPhysicalClass": "Fabric", - "relPos": "1" - }, - { - "tempSensors": [ - { - "maxTemperature": 32.0, - "maxTemperatureLastChange": 1437583591.7713757, - "hwStatus": "ok", - "description": "Outlet sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor12/1", - "inAlertState": false, - "relPos": "1", - "alertCount": 0, - "currentTemperature": 27.5 - }, - { - "maxTemperature": 27.75, - "maxTemperatureLastChange": 1437583643.0048025, - "hwStatus": "ok", - "description": "Inlet sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor12/2", - "inAlertState": false, - "relPos": "2", - "alertCount": 0, - "currentTemperature": 24.25 - }, - { - "maxTemperature": 33.5, - "maxTemperatureLastChange": 1437583586.3524427, - "hwStatus": "ok", - "description": "Board sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor12/3", - "inAlertState": false, - "relPos": "3", - "alertCount": 0, - "currentTemperature": 28.5 - }, - { - "maxTemperature": 37.0, - "maxTemperatureLastChange": 1441556470.6309335, - "hwStatus": "ok", - "description": "Fan controller 1 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor12/4", - "inAlertState": false, - "relPos": "4", - "alertCount": 0, - "currentTemperature": 32.0 - }, - { - "maxTemperature": 35.0, - "maxTemperatureLastChange": 1441487381.328109, - "hwStatus": "ok", - "description": "Fan controller 2 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor12/5", - "inAlertState": false, - "relPos": "5", - "alertCount": 0, - "currentTemperature": 30.0 - } - ], - "entPhysicalClass": "Fabric", - "relPos": "2" - }, - { - "tempSensors": [ - { - "maxTemperature": 32.25, - "maxTemperatureLastChange": 1437583586.3418207, - "hwStatus": "ok", - "description": "Outlet sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor13/1", - "inAlertState": false, - "relPos": "1", - "alertCount": 0, - "currentTemperature": 27.75 - }, - { - "maxTemperature": 28.0, - "maxTemperatureLastChange": 1437583642.9943464, - "hwStatus": "ok", - "description": "Inlet sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor13/2", - "inAlertState": false, - "relPos": "2", - "alertCount": 0, - "currentTemperature": 24.5 - }, - { - "maxTemperature": 32.75, - "maxTemperatureLastChange": 1437583611.5365534, - "hwStatus": "ok", - "description": "Board sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor13/3", - "inAlertState": false, - "relPos": "3", - "alertCount": 0, - "currentTemperature": 28.25 - }, - { - "maxTemperature": 37.0, - "maxTemperatureLastChange": 1441489636.5117283, - "hwStatus": "ok", - "description": "Fan controller 1 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor13/4", - "inAlertState": false, - "relPos": "4", - "alertCount": 0, - "currentTemperature": 32.0 - }, - { - "maxTemperature": 35.0, - "maxTemperatureLastChange": 1441488461.4214644, - "hwStatus": "ok", - "description": "Fan controller 2 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor13/5", - "inAlertState": false, - "relPos": "5", - "alertCount": 0, - "currentTemperature": 30.0 - } - ], - "entPhysicalClass": "Fabric", - "relPos": "3" - }, - { - "tempSensors": [ - { - "maxTemperature": 32.25, - "maxTemperatureLastChange": 1437583629.8022814, - "hwStatus": "ok", - "description": "Outlet sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor14/1", - "inAlertState": false, - "relPos": "1", - "alertCount": 0, - "currentTemperature": 28.25 - }, - { - "maxTemperature": 28.0, - "maxTemperatureLastChange": 1437583617.8269086, - "hwStatus": "ok", - "description": "Inlet sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor14/2", - "inAlertState": false, - "relPos": "2", - "alertCount": 0, - "currentTemperature": 24.75 - }, - { - "maxTemperature": 33.0, - "maxTemperatureLastChange": 1437583591.7814753, - "hwStatus": "ok", - "description": "Board sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor14/3", - "inAlertState": false, - "relPos": "3", - "alertCount": 0, - "currentTemperature": 28.5 - }, - { - "maxTemperature": 37.0, - "maxTemperatureLastChange": 1441488556.4277143, - "hwStatus": "ok", - "description": "Fan controller 1 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor14/4", - "inAlertState": false, - "relPos": "4", - "alertCount": 0, - "currentTemperature": 33.0 - }, - { - "maxTemperature": 34.0, - "maxTemperatureLastChange": 1441488756.4354422, - "hwStatus": "ok", - "description": "Fan controller 2 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor14/5", - "inAlertState": false, - "relPos": "5", - "alertCount": 0, - "currentTemperature": 29.0 - } - ], - "entPhysicalClass": "Fabric", - "relPos": "4" - }, - { - "tempSensors": [ - { - "maxTemperature": 32.25, - "maxTemperatureLastChange": 1437583611.5469427, - "hwStatus": "ok", - "description": "Outlet sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor15/1", - "inAlertState": false, - "relPos": "1", - "alertCount": 0, - "currentTemperature": 28.0 - }, - { - "maxTemperature": 27.75, - "maxTemperatureLastChange": 1437583661.268155, - "hwStatus": "ok", - "description": "Inlet sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor15/2", - "inAlertState": false, - "relPos": "2", - "alertCount": 0, - "currentTemperature": 24.75 - }, - { - "maxTemperature": 32.75, - "maxTemperatureLastChange": 1437583586.3523726, - "hwStatus": "ok", - "description": "Board sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor15/3", - "inAlertState": false, - "relPos": "3", - "alertCount": 0, - "currentTemperature": 28.5 - }, - { - "maxTemperature": 37.0, - "maxTemperatureLastChange": 1441488486.42269, - "hwStatus": "ok", - "description": "Fan controller 1 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor15/4", - "inAlertState": false, - "relPos": "4", - "alertCount": 0, - "currentTemperature": 33.0 - }, - { - "maxTemperature": 33.0, - "maxTemperatureLastChange": 1441556555.6321013, - "hwStatus": "ok", - "description": "Fan controller 2 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor15/5", - "inAlertState": false, - "relPos": "5", - "alertCount": 0, - "currentTemperature": 30.0 - } - ], - "entPhysicalClass": "Fabric", - "relPos": "5" - }, - { - "tempSensors": [ - { - "maxTemperature": 32.25, - "maxTemperatureLastChange": 1437583605.4615312, - "hwStatus": "ok", - "description": "Outlet sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor16/1", - "inAlertState": false, - "relPos": "1", - "alertCount": 0, - "currentTemperature": 28.25 - }, - { - "maxTemperature": 29.75, - "maxTemperatureLastChange": 1441488558.4321597, - "hwStatus": "ok", - "description": "Inlet sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor16/2", - "inAlertState": false, - "relPos": "2", - "alertCount": 0, - "currentTemperature": 27.0 - }, - { - "maxTemperature": 33.5, - "maxTemperatureLastChange": 1437583623.1854844, - "hwStatus": "ok", - "description": "Board sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor16/3", - "inAlertState": false, - "relPos": "3", - "alertCount": 0, - "currentTemperature": 29.75 - }, - { - "maxTemperature": 37.0, - "maxTemperatureLastChange": 1441556500.6320963, - "hwStatus": "ok", - "description": "Fan controller 1 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor16/4", - "inAlertState": false, - "relPos": "4", - "alertCount": 0, - "currentTemperature": 33.0 - }, - { - "maxTemperature": 35.0, - "maxTemperatureLastChange": 1441489651.5134578, - "hwStatus": "ok", - "description": "Fan controller 2 sensor", - "overheatThreshold": 95.0, - "criticalThreshold": 105.0, - "name": "TempSensor16/5", - "inAlertState": false, - "relPos": "5", - "alertCount": 0, - "currentTemperature": 31.0 - } - ], - "entPhysicalClass": "Fabric", - "relPos": "6" - } - ], - "powerSupplySlots": [ - { - "tempSensors": [ - { - "maxTemperature": 41.125, - "maxTemperatureLastChange": 1440032303.0436726, - "hwStatus": "ok", - "description": "Power supply sensor", - "overheatThreshold": 65.0, - "criticalThreshold": 70.0, - "name": "TempSensorP1/1", - "inAlertState": false, - "relPos": "1", - "alertCount": 0, - "currentTemperature": 29.625 - }, - { - "maxTemperature": 24.625, - "maxTemperatureLastChange": 1441488537.2046435, - "hwStatus": "ok", - "description": "Power supply sensor", - "overheatThreshold": 65.0, - "criticalThreshold": 70.0, - "name": "TempSensorP1/2", - "inAlertState": false, - "relPos": "2", - "alertCount": 0, - "currentTemperature": 22.375 - } - ], - "entPhysicalClass": "PowerSupply", - "relPos": "1" - }, - { - "tempSensors": [ - { - "maxTemperature": 41.375, - "maxTemperatureLastChange": 1440150172.225087, - "hwStatus": "ok", - "description": "Power supply sensor", - "overheatThreshold": 65.0, - "criticalThreshold": 70.0, - "name": "TempSensorP2/1", - "inAlertState": false, - "relPos": "1", - "alertCount": 0, - "currentTemperature": 28.75 - }, - { - "maxTemperature": 24.75, - "maxTemperatureLastChange": 1438819715.119814, - "hwStatus": "ok", - "description": "Power supply sensor", - "overheatThreshold": 65.0, - "criticalThreshold": 70.0, - "name": "TempSensorP2/2", - "inAlertState": false, - "relPos": "2", - "alertCount": 0, - "currentTemperature": 22.25 - } - ], - "entPhysicalClass": "PowerSupply", - "relPos": "2" - }, - { - "tempSensors": [ - { - "maxTemperature": 42.75, - "maxTemperatureLastChange": 1444591985.1574292, - "hwStatus": "ok", - "description": "Power supply sensor", - "overheatThreshold": 65.0, - "criticalThreshold": 70.0, - "name": "TempSensorP3/1", - "inAlertState": false, - "relPos": "1", - "alertCount": 0, - "currentTemperature": 30.375 - }, - { - "maxTemperature": 25.25, - "maxTemperatureLastChange": 1441488587.6122668, - "hwStatus": "ok", - "description": "Power supply sensor", - "overheatThreshold": 65.0, - "criticalThreshold": 70.0, - "name": "TempSensorP3/2", - "inAlertState": false, - "relPos": "2", - "alertCount": 0, - "currentTemperature": 23.125 - } - ], - "entPhysicalClass": "PowerSupply", - "relPos": "3" - }, - { - "tempSensors": [ - { - "maxTemperature": 43.25, - "maxTemperatureLastChange": 1438274685.6674328, - "hwStatus": "ok", - "description": "Power supply sensor", - "overheatThreshold": 65.0, - "criticalThreshold": 70.0, - "name": "TempSensorP4/1", - "inAlertState": false, - "relPos": "1", - "alertCount": 0, - "currentTemperature": 30.0 - }, - { - "maxTemperature": 26.0, - "maxTemperatureLastChange": 1447652810.2495797, - "hwStatus": "ok", - "description": "Power supply sensor", - "overheatThreshold": 65.0, - "criticalThreshold": 70.0, - "name": "TempSensorP4/2", - "inAlertState": false, - "relPos": "2", - "alertCount": 0, - "currentTemperature": 23.75 - } - ], - "entPhysicalClass": "PowerSupply", - "relPos": "4" - } - ], - "shutdownOnOverheat": true, - "tempSensors": [], - "systemStatus": "temperatureOk" -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_hostname.json b/test/unit/eos/mock_data/show_hostname.json deleted file mode 100644 index 350e209a1..000000000 --- a/test/unit/eos/mock_data/show_hostname.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "fqdn": "localhost", - "hostname": "localhost" -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_interfaces.json b/test/unit/eos/mock_data/show_interfaces.json deleted file mode 100644 index 68750fed2..000000000 --- a/test/unit/eos/mock_data/show_interfaces.json +++ /dev/null @@ -1,181 +0,0 @@ -{ - "interfaces": { - "Ethernet2": { - "lastStatusChangeTimestamp": 1448356583.584091, - "name": "Ethernet2", - "interfaceStatus": "connected", - "autoNegotiate": "unknown", - "burnedInAddress": "08:00:27:67:5f:5a", - "loopbackMode": "loopbackNone", - "interfaceStatistics": { - "inBitsRate": 0.0, - "inPktsRate": 0.0, - "outBitsRate": 0.0, - "updateInterval": 300.0, - "outPktsRate": 0.0 - }, - "mtu": 9214, - "hardware": "ethernet", - "duplex": "duplexFull", - "bandwidth": 0, - "forwardingModel": "bridged", - "lineProtocolStatus": "up", - "interfaceCounters": { - "outBroadcastPkts": 0, - "linkStatusChanges": 1, - "lastClear": 1448356516.0230963, - "inMulticastPkts": 371, - "counterRefreshTime": 1448369158.966826, - "inBroadcastPkts": 0, - "outputErrorsDetail": { - "deferredTransmissions": 0, - "txPause": 0, - "collisions": 0, - "lateCollisions": 0 - }, - "inOctets": 74942, - "outDiscards": 0, - "outOctets": 835939, - "inUcastPkts": 0, - "inputErrorsDetail": { - "runtFrames": 0, - "rxPause": 0, - "fcsErrors": 0, - "alignmentErrors": 0, - "giantFrames": 0, - "symbolErrors": 0 - }, - "outUcastPkts": 0, - "outMulticastPkts": 6617, - "totalInErrors": 0, - "inDiscards": 0, - "totalOutErrors": 0 - }, - "interfaceAddress": [], - "physicalAddress": "08:00:27:67:5f:5a", - "description": "" - }, - "Management1": { - "lastStatusChangeTimestamp": 1448356676.8323038, - "name": "Management1", - "interfaceStatus": "connected", - "autoNegotiate": "success", - "burnedInAddress": "08:00:27:de:54:6b", - "loopbackMode": "loopbackNone", - "interfaceStatistics": { - "inBitsRate": 530.0759950741094, - "inPktsRate": 0.09588016750870208, - "outBitsRate": 410.7747300448993, - "updateInterval": 300.0, - "outPktsRate": 0.31240978587542445 - }, - "mtu": 1500, - "hardware": "ethernet", - "duplex": "duplexFull", - "bandwidth": 1000000000, - "forwardingModel": "routed", - "lineProtocolStatus": "up", - "interfaceCounters": { - "outBroadcastPkts": 0, - "linkStatusChanges": 5, - "totalOutErrors": 0, - "inMulticastPkts": 0, - "counterRefreshTime": 1448369158.963746, - "inBroadcastPkts": 1157, - "outputErrorsDetail": { - "deferredTransmissions": 0, - "txPause": 0, - "collisions": 0, - "lateCollisions": 0 - }, - "inOctets": 364000, - "outDiscards": 0, - "outOctets": 250101, - "inUcastPkts": 0, - "inputErrorsDetail": { - "runtFrames": 0, - "rxPause": 0, - "fcsErrors": 0, - "alignmentErrors": 0, - "giantFrames": 0, - "symbolErrors": 0 - }, - "outUcastPkts": 2020, - "outMulticastPkts": 0, - "totalInErrors": 0, - "inDiscards": 0 - }, - "interfaceAddress": [ - { - "secondaryIpsOrderedList": [], - "broadcastAddress": "255.255.255.255", - "secondaryIps": {}, - "primaryIp": { - "maskLen": 24, - "address": "192.168.56.201" - }, - "virtualIp": { - "maskLen": 0, - "address": "0.0.0.0" - } - } - ], - "physicalAddress": "08:00:27:de:54:6b", - "description": "" - }, - "Ethernet1": { - "lastStatusChangeTimestamp": 1448356583.5839276, - "name": "Ethernet1", - "interfaceStatus": "connected", - "autoNegotiate": "unknown", - "burnedInAddress": "08:00:27:24:5a:24", - "loopbackMode": "loopbackNone", - "interfaceStatistics": { - "inBitsRate": 0.0, - "inPktsRate": 0.0, - "outBitsRate": 0.0, - "updateInterval": 300.0, - "outPktsRate": 0.0 - }, - "mtu": 9214, - "hardware": "ethernet", - "duplex": "duplexFull", - "bandwidth": 0, - "forwardingModel": "bridged", - "lineProtocolStatus": "up", - "interfaceCounters": { - "outBroadcastPkts": 0, - "linkStatusChanges": 1, - "totalOutErrors": 0, - "inMulticastPkts": 371, - "counterRefreshTime": 1448369158.970324, - "inBroadcastPkts": 0, - "outputErrorsDetail": { - "deferredTransmissions": 0, - "txPause": 0, - "collisions": 0, - "lateCollisions": 0 - }, - "inOctets": 74942, - "outDiscards": 0, - "outOctets": 835939, - "inUcastPkts": 0, - "inputErrorsDetail": { - "runtFrames": 0, - "rxPause": 0, - "fcsErrors": 0, - "alignmentErrors": 0, - "giantFrames": 0, - "symbolErrors": 0 - }, - "outUcastPkts": 0, - "outMulticastPkts": 6617, - "totalInErrors": 0, - "inDiscards": 0 - }, - "interfaceAddress": [], - "physicalAddress": "08:00:27:24:5a:24", - "description": "" - } - } -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_interfaces_counters.json b/test/unit/eos/mock_data/show_interfaces_counters.json deleted file mode 100644 index 043978bc6..000000000 --- a/test/unit/eos/mock_data/show_interfaces_counters.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "interfaces": { - "Ethernet2": { - "inUcastPkts": 0, - "outMulticastPkts": 6745, - "outUcastPkts": 0, - "inMulticastPkts": 371, - "outBroadcastPkts": 0, - "inBroadcastPkts": 0, - "inDiscards": 0, - "inOctets": 74942, - "outDiscards": 0, - "outOctets": 852151 - }, - "Management1": { - "inUcastPkts": 0, - "outMulticastPkts": 0, - "outUcastPkts": 2118, - "inMulticastPkts": 0, - "outBroadcastPkts": 0, - "inBroadcastPkts": 1179, - "inDiscards": 0, - "inOctets": 387875, - "outDiscards": 0, - "outOctets": 275633 - }, - "Ethernet1": { - "inUcastPkts": 0, - "outMulticastPkts": 6745, - "outUcastPkts": 0, - "inMulticastPkts": 371, - "outBroadcastPkts": 0, - "inBroadcastPkts": 0, - "inDiscards": 0, - "inOctets": 74942, - "outDiscards": 0, - "outOctets": 852151 - } - } -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_interfaces_counters_errors.json b/test/unit/eos/mock_data/show_interfaces_counters_errors.json deleted file mode 100644 index d5dfe2143..000000000 --- a/test/unit/eos/mock_data/show_interfaces_counters_errors.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "interfaceErrorCounters": { - "Ethernet2": { - "inErrors": 0, - "frameTooLongs": 0, - "outErrors": 0, - "frameTooShorts": 0, - "fcsErrors": 0, - "alignmentErrors": 0, - "symbolErrors": 0 - }, - "Management1": { - "inErrors": 0, - "frameTooLongs": 0, - "outErrors": 0, - "frameTooShorts": 0, - "fcsErrors": 0, - "alignmentErrors": 0, - "symbolErrors": 0 - }, - "Ethernet1": { - "inErrors": 0, - "frameTooLongs": 0, - "outErrors": 0, - "frameTooShorts": 0, - "fcsErrors": 0, - "alignmentErrors": 0, - "symbolErrors": 0 - } - } -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_interfaces_status.json b/test/unit/eos/mock_data/show_interfaces_status.json deleted file mode 100644 index 45fbb24de..000000000 --- a/test/unit/eos/mock_data/show_interfaces_status.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "interfaceStatuses": { - "Ethernet2": { - "vlanInformation": { - "interfaceMode": "bridged", - "vlanId": 1, - "interfaceForwardingModel": "bridged" - }, - "bandwidth": 0, - "interfaceType": "EbraTestPhyPort", - "description": "", - "autoNegotiateActive": false, - "duplex": "duplexFull", - "autoNegotigateActive": false, - "linkStatus": "connected", - "lineProtocolStatus": "up" - }, - "Management1": { - "vlanInformation": { - "interfaceMode": "routed", - "interfaceForwardingModel": "routed" - }, - "bandwidth": 1000000000, - "interfaceType": "10/100/1000", - "description": "", - "autoNegotiateActive": true, - "duplex": "duplexFull", - "autoNegotigateActive": true, - "linkStatus": "connected", - "lineProtocolStatus": "up" - }, - "Ethernet1": { - "vlanInformation": { - "interfaceMode": "bridged", - "vlanId": 1, - "interfaceForwardingModel": "bridged" - }, - "bandwidth": 0, - "interfaceType": "EbraTestPhyPort", - "description": "", - "autoNegotiateActive": false, - "duplex": "duplexFull", - "autoNegotigateActive": false, - "linkStatus": "connected", - "lineProtocolStatus": "up" - } - } -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_ip_bgp_1.0.4.0_24_detail.json b/test/unit/eos/mock_data/show_ip_bgp_1.0.4.0_24_detail.json deleted file mode 100644 index 81a1215b4..000000000 --- a/test/unit/eos/mock_data/show_ip_bgp_1.0.4.0_24_detail.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "vrfs": { - "default": { - "routerId": "192.168.256.1", - "vrf": "default", - "bgpRouteEntries": { - "1.0.4.0/24": { - "totalPaths": 1, - "bgpAdvertisedPeerGroups": {}, - "totalAdvertisedPeers": 0, - "maskLength": 20, - "bgpRoutePaths": [ - { - "asPathEntry": { - "asPathType": "External", - "asPath": "1299 15169 43515" - }, - "med": 0, - "localPreference": 50, - "weight": 0, - "nextHop": "192.168.0.1", - "routeType": { - "atomicAggregator": false, - "valid": true, - "ecmpContributor": false, - "active": true, - "backup": false, - "stale": false, - "suppressed": false, - "ecmpHead": false, - "queued": false, - "ecmp": false - }, - "routeDetail": { - "origin": "Igp", - "peerEntry": { - "peerRouterId": "192.168.256.1", - "peerAddr": "192.168.0.1" - }, - "extCommunityList": [], - "communityList": [ - "1299:1234", - "1299:5678", - "1299:91011", - "1299:12134" - ], - "recvdFromRRClient": false - } - } - ], - "address": "1.0.4.0" - } - }, - "asn": 13335 - } - } -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_ip_bgp_neighbors_vrf_all_include_remote_AS_remote_router_ID_s_IPv_46_Unicast_0_9_Local_AS_Desc.txt b/test/unit/eos/mock_data/show_ip_bgp_neighbors_vrf_all_include_remote_AS_remote_router_ID_s_IPv_46_Unicast_0_9_Local_AS_Desc.txt deleted file mode 100644 index 813db0418..000000000 --- a/test/unit/eos/mock_data/show_ip_bgp_neighbors_vrf_all_include_remote_AS_remote_router_ID_s_IPv_46_Unicast_0_9_Local_AS_Desc.txt +++ /dev/null @@ -1,10 +0,0 @@ -BGP neighbor is 192.168.56.2, remote AS 65002, external link - BGP version 4, remote router ID 192.168.56.2, VRF default - IPv4 Unicast: 0 0 - IPv6 Unicast: 0 0 -Local AS is 65001, local router ID 192.168.56.3 -BGP neighbor is 192.168.56.4, remote AS 65001, external link - BGP version 4, remote router ID 192.168.56.3, VRF default - IPv4 Unicast: 0 0 - IPv6 Unicast: 0 0 -Local AS is 65002, local router ID 192.168.56.2 diff --git a/test/unit/eos/mock_data/show_ip_bgp_summary_vrf_all.json b/test/unit/eos/mock_data/show_ip_bgp_summary_vrf_all.json deleted file mode 100644 index acf1484f8..000000000 --- a/test/unit/eos/mock_data/show_ip_bgp_summary_vrf_all.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "vrfs": { - "default": { - "routerId": "192.168.56.3", - "peers": { - "192.168.56.2": { - "msgSent": 6, - "inMsgQueue": 0, - "prefixReceived": 0, - "upDownTime": 1452680643.198489, - "version": 4, - "msgReceived": 5, - "prefixAccepted": 0, - "peerState": "Established", - "outMsgQueue": 0, - "underMaintenance": false, - "asn": 65002 - }, - "192.168.56.4": { - "msgSent": 267, - "inMsgQueue": 0, - "prefixReceived": 0, - "upDownTime": 1452696202.499104, - "version": 4, - "msgReceived": 263, - "prefixAccepted": 0, - "peerState": "Active", - "outMsgQueue": 0, - "underMaintenance": false, - "asn": 65001 - } - }, - "vrf": "default", - "asn": 65001 - } - } -} diff --git a/test/unit/eos/mock_data/show_ip_interface.json b/test/unit/eos/mock_data/show_ip_interface.json deleted file mode 100644 index 3b295ec43..000000000 --- a/test/unit/eos/mock_data/show_ip_interface.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "interfaces": { - "Vlan100": { - "interfaceAddress": { - "secondaryIpsOrderedList": [ - { - "maskLen": 24, - "address": "192.168.234.1" - }, - { - "maskLen": 24, - "address": "192.168.235.1" - } - ], - "broadcastAddress": "255.255.255.255", - "secondaryIps": {}, - "primaryIp": { - "maskLen": 24, - "address": "192.168.233.1" - }, - "virtualIp": { - "maskLen": 0, - "address": "0.0.0.0" - } - }, - "name": "Vlan100", - "urpf": "disable", - "interfaceStatus": "connected", - "enabled": true, - "mtu": 1500, - "vrf": "default", - "localProxyArp": false, - "proxyArp": false, - "lineProtocolStatus": "up", - "description": "" - }, - "Ethernet36": { - "interfaceAddress": { - "secondaryIpsOrderedList": [], - "broadcastAddress": "255.255.255.255", - "secondaryIps": {}, - "primaryIp": { - "maskLen": 25, - "address": "172.17.17.66" - }, - "virtualIp": { - "maskLen": 0, - "address": "0.0.0.0" - } - }, - "name": "Ethernet36", - "urpf": "disable", - "interfaceStatus": "connected", - "enabled": true, - "mtu": 1500, - "vrf": "default", - "localProxyArp": false, - "proxyArp": false, - "lineProtocolStatus": "up", - "description": "BNIX [T=pxEU]" - } - } -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_ip_route_1.0.4.0_24_detail.json b/test/unit/eos/mock_data/show_ip_route_1.0.4.0_24_detail.json deleted file mode 100644 index 6b4417b24..000000000 --- a/test/unit/eos/mock_data/show_ip_route_1.0.4.0_24_detail.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "vrfs": { - "default": { - "routes": { - "1.0.4.0/24": { - "kernelProgrammed": true, - "directlyConnected": false, - "preference": 200, - "routeAction": "forward", - "vias": [ - { - "interface": "Port-Channel2", - "nexthopAddr": "192.168.0.1" - } - ], - "metric": 0, - "hardwareProgrammed": true, - "routeType": "eBGP" - } - }, - "allRoutesProgrammedKernel": true, - "routingDisabled": false, - "allRoutesProgrammedHardware": true, - "defaultRouteState": "reachable" - } - } -} diff --git a/test/unit/eos/mock_data/show_ipv6_bgp_neighbors_vrf_all_include_remote_AS_remote_router_ID_s_IPv_46_Unicast_0_9_Local_AS_Desc.txt b/test/unit/eos/mock_data/show_ipv6_bgp_neighbors_vrf_all_include_remote_AS_remote_router_ID_s_IPv_46_Unicast_0_9_Local_AS_Desc.txt deleted file mode 100644 index 234bb2f4d..000000000 --- a/test/unit/eos/mock_data/show_ipv6_bgp_neighbors_vrf_all_include_remote_AS_remote_router_ID_s_IPv_46_Unicast_0_9_Local_AS_Desc.txt +++ /dev/null @@ -1,10 +0,0 @@ -BGP neighbor is 2001:7f8::f10:0:2, remote AS 65002, external link - BGP version 4, remote router ID 192.168.56.2, VRF default - IPv4 Unicast: 0 0 - IPv6 Unicast: 0 0 -Local AS is 65001, local router ID 192.168.56.3 -BGP neighbor is 2001:7f8::f10:0:3, remote AS 65001, external link - BGP version 4, remote router ID 192.168.56.3, VRF default - IPv4 Unicast: 0 0 - IPv6 Unicast: 0 0 -Local AS is 65002, local router ID 192.168.56.2 diff --git a/test/unit/eos/mock_data/show_ipv6_bgp_summary_vrf_all.json b/test/unit/eos/mock_data/show_ipv6_bgp_summary_vrf_all.json deleted file mode 100644 index 8fb632db0..000000000 --- a/test/unit/eos/mock_data/show_ipv6_bgp_summary_vrf_all.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "vrfs": { - "default": { - "routerId": "192.168.56.3", - "peers": { - "2001:7f8::f10:0:2": { - "msgSent": 5, - "inMsgQueue": 0, - "prefixReceived": 0, - "upDownTime": 1452681618.167685, - "version": 4, - "msgReceived": 5, - "prefixAccepted": 0, - "peerState": "Established", - "outMsgQueue": 0, - "underMaintenance": false, - "asn": 65002 - }, - "2001:7f8::f10:0:3": { - "msgSent": 267, - "inMsgQueue": 0, - "prefixReceived": 0, - "upDownTime": 1452696202.499104, - "version": 4, - "msgReceived": 263, - "prefixAccepted": 0, - "peerState": "Active", - "outMsgQueue": 0, - "underMaintenance": false, - "asn": 65001 - } - }, - "vrf": "default", - "asn": 65001 - } - } -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_ipv6_interface.json b/test/unit/eos/mock_data/show_ipv6_interface.json deleted file mode 100644 index d684c0c66..000000000 --- a/test/unit/eos/mock_data/show_ipv6_interface.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "interfaces": { - "Vlan100": { - "linkLocal": { - "subnet": "fe80::/64", - "dadfailed": false, - "active": true, - "address": "fe80::1" - }, - "dadStatus": "enabled", - "vrf": "default", - "name": "Vlan100", - "ndReachableTime": 2147483000, - "interfaceStatus": "connected", - "autoConfigStatus": "stateless", - "multicastGroupAddresses": [ - "ff02::1" - ], - "urpf": "disable", - "urpfV4V6Mismatch": false, - "state": "enabled", - "lineProtocolStatus": "up", - "neighborDiscoverDetails": { - "ndAdvertisedReachableTime": 1, - "ndRouterAdvRetransmitInterval": 0, - "ndRouterAdvInterval": 200000, - "routerAdvHopLimit": 64, - "routerAdvLifetime": 1800, - "ndRouterAdvSuppressed": true, - "routerPreference": "Medium" - }, - "dadAttempts": 1, - "ndRetransmitInterval": 1000, - "addresses": [ - { - "subnet": "2001:db8:85a3:8d3:1319:8a2e:370:7348/64", - "dadfailed": false, - "active": true, - "address": "2001:db8:85a3:8d3:1319:8a2e:370:7348" - } - ] - }, - "Ethernet36": { - "linkLocal": { - "subnet": "fe80::/64", - "dadfailed": false, - "active": true, - "address": "fe80::2" - }, - "dadStatus": "enabled", - "vrf": "default", - "name": "Ethernet36", - "ndReachableTime": 2147483000, - "interfaceStatus": "connected", - "autoConfigStatus": "stateless", - "multicastGroupAddresses": [ - "ff02::1", - "ff02::2" - ], - "urpf": "disable", - "urpfV4V6Mismatch": false, - "state": "enabled", - "lineProtocolStatus": "up", - "neighborDiscoverDetails": { - "ndAdvertisedReachableTime": 2147483000, - "ndRouterAdvRetransmitInterval": 0, - "ndRouterAdvInterval": 200000, - "routerAdvHopLimit": 64, - "routerAdvLifetime": 1800, - "ndRouterAdvSuppressed": false, - "routerPreference": "Medium" - }, - "dadAttempts": 1, - "ndRetransmitInterval": 1000, - "addresses": [ - { - "subnet": "2001:db8:85a3:8d3:1319:8a2e:370:7349/64", - "dadfailed": false, - "active": true, - "address": "2001:db8:85a3:8d3:1319:8a2e:370:7349" - } - ] - } - } -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_lldp_neighbors.json b/test/unit/eos/mock_data/show_lldp_neighbors.json deleted file mode 100644 index 9c1905ffd..000000000 --- a/test/unit/eos/mock_data/show_lldp_neighbors.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "tablesLastChangeTime": 1448356585.4279644, - "tablesAgeOuts": 0, - "tablesInserts": 2, - "lldpNeighbors": [ - { - "ttl": 120, - "neighborDevice": "precise64", - "neighborPort": "0800.274f.332d", - "port": "Ethernet1" - }, - { - "ttl": 120, - "neighborDevice": "precise64", - "neighborPort": "0800.27ca.c5be", - "port": "Ethernet2" - } - ], - "tablesDeletes": 0, - "tablesDrops": 0 -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_lldp_neighbors__detail.json b/test/unit/eos/mock_data/show_lldp_neighbors__detail.json deleted file mode 100644 index a0e69039e..000000000 --- a/test/unit/eos/mock_data/show_lldp_neighbors__detail.json +++ /dev/null @@ -1,2057 +0,0 @@ -{ - "lldpNeighbors": { - "Ethernet8": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516710.5839026, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.ced1", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516710.5839026, - "lastContactTime": 1454588267.8133426, - "chassisId": "2c60.0cad.30de", - "systemName": "78m3", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.21", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet9": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516758.6997478, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.f290", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516758.6997478, - "lastContactTime": 1454588266.8433216, - "chassisId": "2c60.0cad.2ed2", - "systemName": "78m4", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.27", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet12": { - "lldpNeighborInfo": [] - }, - "Ethernet2": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516399.4961276, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.f181", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516399.4961276, - "lastContactTime": 1454588250.7714615, - "chassisId": "2c60.0cad.3034", - "systemName": "78m1", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.9", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet3": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454421670.8033395, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.f1c0", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454421670.8033395, - "lastContactTime": 1454588270.694012, - "chassisId": "2c60.0cad.2f66", - "systemName": "ord78", - "systemDescription": "Linux 3.14.18-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.4", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet1": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516399.495588, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.f180", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516399.495588, - "lastContactTime": 1454588250.7713106, - "chassisId": "2c60.0cad.3034", - "systemName": "78m1", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.9", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet6": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516818.1631715, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.cc71", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516818.1631715, - "lastContactTime": 1454588266.8377957, - "chassisId": "2c60.0cad.300c", - "systemName": "78m2", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.15", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet7": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516710.5833964, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.ced0", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516710.5833964, - "lastContactTime": 1454588267.8131862, - "chassisId": "2c60.0cad.30de", - "systemName": "78m3", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.21", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet4": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454421701.859456, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.f1c1", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454421701.859456, - "lastContactTime": 1454588270.694201, - "chassisId": "2c60.0cad.2f66", - "systemName": "ord78", - "systemDescription": "Linux 3.14.18-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.4", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet5": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516818.1625724, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.cc70", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516818.1625724, - "lastContactTime": 1454588266.8375843, - "chassisId": "2c60.0cad.300c", - "systemName": "78m2", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.15", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet52/1": { - "lldpNeighborInfo": [] - }, - "Ethernet52/3": { - "lldpNeighborInfo": [] - }, - "Ethernet52/2": { - "lldpNeighborInfo": [] - }, - "Ethernet52/4": { - "lldpNeighborInfo": [] - }, - "Ethernet22": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516761.3589199, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.e161", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516761.3589199, - "lastContactTime": 1454588268.8432488, - "chassisId": "2c60.0cad.2fc4", - "systemName": "78m9", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.57", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet13": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516911.9732785, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.cce0", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516911.9732785, - "lastContactTime": 1454588278.790144, - "chassisId": "2c60.0cad.2e6e", - "systemName": "78m5", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.33", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet50/4": { - "lldpNeighborInfo": [] - }, - "Ethernet50/3": { - "lldpNeighborInfo": [] - }, - "Ethernet50/2": { - "lldpNeighborInfo": [] - }, - "Ethernet50/1": { - "lldpNeighborInfo": [] - }, - "Ethernet51/4": { - "lldpNeighborInfo": [] - }, - "Ethernet51/2": { - "lldpNeighborInfo": [] - }, - "Ethernet51/3": { - "lldpNeighborInfo": [] - }, - "Ethernet51/1": { - "lldpNeighborInfo": [] - }, - "Ethernet38": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516710.6058156, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.f641", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516710.6058156, - "lastContactTime": 1454588274.8154712, - "chassisId": "2c60.0cad.30da", - "systemName": "78m15", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.93", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet39": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516186.48703, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.5330.fed0", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516186.48703, - "lastContactTime": 1454588273.7741265, - "chassisId": "2c60.0cbc.0e7d", - "systemName": "78m16", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.99", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet18": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516739.4538176, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.cbd1", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516739.4538176, - "lastContactTime": 1454588262.714813, - "chassisId": "2c60.0cad.2d72", - "systemName": "78m7", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.45", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet19": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454517053.0751758, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.f130", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454517053.0751758, - "lastContactTime": 1454588273.9276395, - "chassisId": "2c60.0cad.3016", - "systemName": "78m8", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.51", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet32": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516326.560528, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.cb71", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516326.560528, - "lastContactTime": 1454588250.852702, - "chassisId": "2c60.0cad.2f3e", - "systemName": "78m13", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.81", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet15": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516674.4163268, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.cc60", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516674.4163268, - "lastContactTime": 1454588264.7876494, - "chassisId": "2c60.0cad.2d6e", - "systemName": "78m6", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.39", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet16": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516674.4168422, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.cc61", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516674.4168422, - "lastContactTime": 1454588264.7878315, - "chassisId": "2c60.0cad.2d6e", - "systemName": "78m6", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.39", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet31": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516326.5600317, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.cb70", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516326.5600317, - "lastContactTime": 1454588250.8525124, - "chassisId": "2c60.0cad.2f3e", - "systemName": "78m13", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.81", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet36": { - "lldpNeighborInfo": [] - }, - "Ethernet37": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516710.6054, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.f640", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516710.6054, - "lastContactTime": 1454588274.815284, - "chassisId": "2c60.0cad.30da", - "systemName": "78m15", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.93", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet34": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516221.0539045, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.cf11", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516221.0539045, - "lastContactTime": 1454588255.8004835, - "chassisId": "2c60.0cad.2f5e", - "systemName": "78m14", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.87", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet35": { - "lldpNeighborInfo": [] - }, - "Ethernet10": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516758.7002578, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.f291", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516758.7002578, - "lastContactTime": 1454588266.8434055, - "chassisId": "2c60.0cad.2ed2", - "systemName": "78m4", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.27", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet33": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516221.053389, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.cf10", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516221.053389, - "lastContactTime": 1454588255.8002849, - "chassisId": "2c60.0cad.2f5e", - "systemName": "78m14", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.87", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet14": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516911.9738097, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.cce1", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516911.9738097, - "lastContactTime": 1454588278.7903469, - "chassisId": "2c60.0cad.2e6e", - "systemName": "78m5", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.33", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet49/4": { - "lldpNeighborInfo": [] - }, - "Ethernet30": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516754.7620492, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.f091", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516754.7620492, - "lastContactTime": 1454588275.7998114, - "chassisId": "2c60.0cad.2fbc", - "systemName": "78m12", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.75", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Management1": { - "lldpNeighborInfo": [] - }, - "Ethernet17": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516739.453295, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.cbd0", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516739.453295, - "lastContactTime": 1454588262.7146215, - "chassisId": "2c60.0cad.2d72", - "systemName": "78m7", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.45", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet48": { - "lldpNeighborInfo": [] - }, - "Ethernet47": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": true, - "router": true - }, - "lastChangeTime": 1453191939.598909, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "local", - "interfaceId": "\"597\"", - "interfaceDescription": "To switch", - "autoNegCapability": "capableAndEnabled", - "autoNegAdvertisedCapabilities": [ - "10BASE-T (half-duplex)", - "10BASE-T (full-duplex)", - "100BASE-TX (half-duplex)", - "100BASE-TX (full-duplex)", - "1000BASE-T (full-duplex)" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "Unknown", - "vlanNames": { - "900": "vlan-900", - "100": "vlan-100", - "637": "vlan-637" - }, - "maxFrameSize": 1514, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [ - { - "ouiStr": "00-12-BB", - "subType": 1, - "tlvLines": [ - "00 0f 04" - ] - }, - { - "ouiStr": "00-90-69", - "subType": 1, - "tlvLines": [ - "43 55 30 32 31 35 32 36 30 34 37 33" - ] - } - ] - }, - "neighborDiscoveryTime": 1453191939.598909, - "lastContactTime": 1454588254.4154942, - "chassisId": "5c45.27b4.9000", - "systemName": "ms01.bru01", - "systemDescription": "Juniper Networks, Inc. ex2200-48t-4g , version 12.3R6.6 Build date: 2014-03-13 07:02:54 UTC ", - "ttl": 120, - "managementAddresses": [], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet49/1": { - "lldpNeighborInfo": [] - }, - "Ethernet45": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516722.0432456, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532b.cfe0", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516722.0432456, - "lastContactTime": 1454588268.8442051, - "chassisId": "2c60.0cbc.0dd1", - "systemName": "78m19", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.117", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet44": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516619.2276077, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.5327.0c21", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516619.2276077, - "lastContactTime": 1454588253.8570056, - "chassisId": "2c60.0cbc.0c9f", - "systemName": "78m18", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.111", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet43": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516619.227118, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.5327.0c20", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516619.227118, - "lastContactTime": 1454588253.856812, - "chassisId": "2c60.0cbc.0c9f", - "systemName": "78m18", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.111", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet42": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516299.4397647, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.5331.abc1", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516299.4397647, - "lastContactTime": 1454588252.772014, - "chassisId": "2c60.0cbc.0cb7", - "systemName": "78m17", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.105", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet41": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516299.4392633, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.5331.abc0", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516299.4392633, - "lastContactTime": 1454588252.7718499, - "chassisId": "2c60.0cbc.0cb7", - "systemName": "78m17", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.105", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet40": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516186.4875634, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.5330.fed1", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516186.4875634, - "lastContactTime": 1454588273.774319, - "chassisId": "2c60.0cbc.0e7d", - "systemName": "78m16", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.99", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet29": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516754.7615435, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.f090", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516754.7615435, - "lastContactTime": 1454588275.7996252, - "chassisId": "2c60.0cad.2fbc", - "systemName": "78m12", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.75", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet28": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516256.0548964, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.cb81", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516256.0548964, - "lastContactTime": 1454588251.7086487, - "chassisId": "2c60.0cad.2fa2", - "systemName": "78m11", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.69", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet11": { - "lldpNeighborInfo": [] - }, - "Ethernet49/3": { - "lldpNeighborInfo": [] - }, - "Ethernet46": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516722.0437684, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532b.cfe1", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516722.0437684, - "lastContactTime": 1454588268.8442929, - "chassisId": "2c60.0cbc.0dd1", - "systemName": "78m19", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.117", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet21": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516761.358385, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.e160", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516761.358385, - "lastContactTime": 1454588268.8430948, - "chassisId": "2c60.0cad.2fc4", - "systemName": "78m9", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.57", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet20": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454517053.0756881, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.f131", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454517053.0756881, - "lastContactTime": 1454588273.92781, - "chassisId": "2c60.0cad.3016", - "systemName": "78m8", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.51", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet23": { - "lldpNeighborInfo": [] - }, - "Ethernet49/2": { - "lldpNeighborInfo": [] - }, - "Ethernet25": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516997.885245, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.ccc0", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516997.885245, - "lastContactTime": 1454588268.788667, - "chassisId": "2c60.0cad.2fd0", - "systemName": "78m10", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.63", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet24": { - "lldpNeighborInfo": [] - }, - "Ethernet27": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516256.05438, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.cb80", - "interfaceDescription": "eth2", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516256.05438, - "lastContactTime": 1454588251.7084908, - "chassisId": "2c60.0cad.2fa2", - "systemName": "78m11", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.69", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - }, - "Ethernet26": { - "lldpNeighborInfo": [ - { - "systemCapabilities": { - "bridge": false, - "router": false, - "wlanAccessPoint": false - }, - "lastChangeTime": 1454516997.8857462, - "neighborInterfaceInfo": { - "portAndProtocolVlanEnabled": {}, - "linkAggregationStatus": "capableAndDisabled", - "unknownTlvs": [], - "interfaceIdType": "macAddress", - "interfaceId": "000f.532e.ccc1", - "interfaceDescription": "eth3", - "autoNegCapability": "notCapable", - "autoNegAdvertisedCapabilities": [ - "1000BASE-T (full-duplex)", - "Other" - ], - "protocolIdentityInfo": [], - "portAndProtocolVlanSupported": {}, - "operMauType": "10GBASE-X", - "vlanNames": {}, - "maxFrameSize": 0, - "linkAggregationInterfaceId": 0, - "unknownOrgDefinedTlvs": [] - }, - "neighborDiscoveryTime": 1454516997.8857462, - "lastContactTime": 1454588268.7888572, - "chassisId": "2c60.0cad.2fd0", - "systemName": "78m10", - "systemDescription": "Linux 3.18.22-cloudflare x86_64", - "ttl": 120, - "managementAddresses": [ - { - "oidString": "", - "interfaceNumType": "ifIndex", - "interfaceNum": 5, - "address": "192.168.8.63", - "addressType": "ipv4" - } - ], - "chassisIdType": "macAddress" - } - ] - } - } -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_mac_address-table.json b/test/unit/eos/mock_data/show_mac_address-table.json deleted file mode 100644 index 82396783d..000000000 --- a/test/unit/eos/mock_data/show_mac_address-table.json +++ /dev/null @@ -1,545 +0,0 @@ -{ - "multicastTable": { - "tableEntries": [] - }, - "unicastTable": { - "tableEntries": [ - { - "macAddress": "00:0f:53:27:0c:21", - "lastMove": 1454435814.697036, - "interface": "Ethernet44", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2b:cf:e1", - "lastMove": 1454435760.353792, - "interface": "Ethernet46", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:cb:71", - "lastMove": 1454435818.722445, - "interface": "Ethernet32", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:cb:81", - "lastMove": 1454435736.20279, - "interface": "Ethernet28", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:cb:d1", - "lastMove": 1454435794.569704, - "interface": "Ethernet18", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:cc:61", - "lastMove": 1454435838.850326, - "interface": "Ethernet16", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:cc:71", - "lastMove": 1454435728.152213, - "interface": "Ethernet6", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:cc:c1", - "lastMove": 1454493620.760257, - "interface": "Ethernet26", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:cc:e1", - "lastMove": 1454435780.480828, - "interface": "Ethernet14", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:ce:d1", - "lastMove": 1454435806.646074, - "interface": "Ethernet8", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:cf:11", - "lastMove": 1454435846.901202, - "interface": "Ethernet34", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:e1:61", - "lastMove": 1454435788.532074, - "interface": "Ethernet22", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:f0:91", - "lastMove": 1454435810.671895, - "interface": "Ethernet30", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:f1:31", - "lastMove": 1454515386.665491, - "interface": "Ethernet20", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:f1:81", - "lastMove": 1454435740.228125, - "interface": "Ethernet2", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:f1:c1", - "lastMove": 1454116544.517081, - "interface": "Ethernet4", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:f2:91", - "lastMove": 1454435784.506244, - "interface": "Ethernet10", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:2e:f6:41", - "lastMove": 1454435893.195828, - "interface": "Ethernet38", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:30:fe:d1", - "lastMove": 1454435800.607876, - "interface": "Ethernet40", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:31:ab:c1", - "lastMove": 1454435889.170491, - "interface": "Ethernet42", - "moves": 1, - "entryType": "dynamic", - "vlanId": 10 - }, - { - "macAddress": "44:4c:a8:10:85:23", - "interface": "Router", - "entryType": "static", - "vlanId": 10 - }, - { - "macAddress": "00:0f:53:27:0c:20", - "lastMove": 1454435865.016566, - "interface": "Ethernet43", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2b:cf:e0", - "lastMove": 1454435810.671485, - "interface": "Ethernet45", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:cb:70", - "lastMove": 1454435873.067624, - "interface": "Ethernet31", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:cb:80", - "lastMove": 1454435788.53164, - "interface": "Ethernet27", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:cb:d0", - "lastMove": 1454435848.914002, - "interface": "Ethernet17", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:cc:60", - "lastMove": 1454435893.196237, - "interface": "Ethernet15", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:cc:70", - "lastMove": 1454435782.493593, - "interface": "Ethernet5", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:cc:c0", - "lastMove": 1454493703.288396, - "interface": "Ethernet25", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:cc:e0", - "lastMove": 1454435834.824342, - "interface": "Ethernet13", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:ce:d0", - "lastMove": 1454435854.952516, - "interface": "Ethernet7", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:cf:10", - "lastMove": 1454435901.247186, - "interface": "Ethernet33", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:e1:60", - "lastMove": 1454435838.849923, - "interface": "Ethernet21", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:f0:90", - "lastMove": 1454435860.990927, - "interface": "Ethernet29", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:f1:30", - "lastMove": 1454515471.203232, - "interface": "Ethernet19", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:f1:80", - "lastMove": 1454435788.532125, - "interface": "Ethernet1", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:f1:c0", - "lastMove": 1454069710.866935, - "interface": "Ethernet3", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:f2:90", - "lastMove": 1454435834.824778, - "interface": "Ethernet9", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:2e:f6:40", - "lastMove": 1454435947.543449, - "interface": "Ethernet37", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:30:fe:d0", - "lastMove": 1454435852.93975, - "interface": "Ethernet39", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "00:0f:53:31:ab:c0", - "lastMove": 1454435949.556395, - "interface": "Ethernet41", - "moves": 1, - "entryType": "dynamic", - "vlanId": 100 - }, - { - "macAddress": "44:4c:a8:10:85:23", - "interface": "Router", - "entryType": "static", - "vlanId": 100 - }, - { - "macAddress": "00:0a:9c:60:08:70", - "lastMove": 1453191970.246795, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "00:0a:9c:60:0a:51", - "lastMove": 1453192002.448472, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:98:bf:2f", - "lastMove": 1453191960.184151, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:98:bf:43", - "lastMove": 1453191956.158472, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:99:53:fe", - "lastMove": 1453191948.108895, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:a2:44:26", - "lastMove": 1453191946.096481, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:a2:44:a7", - "lastMove": 1453191948.109037, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:ac:ad:58", - "lastMove": 1453191946.096413, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:ac:ad:7d", - "lastMove": 1453191950.120929, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:ac:ad:98", - "lastMove": 1454114256.158868, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:ac:ae:1f", - "lastMove": 1453191946.096282, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:ac:ae:21", - "lastMove": 1453191952.133423, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:ac:ae:e7", - "lastMove": 1453191948.10893, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:ac:ae:eb", - "lastMove": 1453191948.10897, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:ac:ae:f7", - "lastMove": 1453191950.121366, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:ac:ae:f8", - "lastMove": 1453191946.095747, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:ac:af:24", - "lastMove": 1453191948.108399, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:ac:af:33", - "lastMove": 1453191946.096204, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:ac:af:75", - "lastMove": 1453191946.096549, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:ac:af:9f", - "lastMove": 1453191948.108809, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:ac:af:e1", - "lastMove": 1453191946.096153, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "2c:60:0c:ad:28:8f", - "lastMove": 1453191946.096448, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 637 - }, - { - "macAddress": "44:4c:a8:10:85:23", - "interface": "Router", - "entryType": "static", - "vlanId": 637 - }, - { - "macAddress": "00:1c:58:29:4a:71", - "lastMove": 1454417742.582653, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 900 - }, - { - "macAddress": "44:4c:a8:10:85:23", - "interface": "Router", - "entryType": "static", - "vlanId": 900 - }, - { - "macAddress": "5c:45:27:b4:90:01", - "lastMove": 1454514350.097757, - "interface": "Ethernet47", - "moves": 1, - "entryType": "dynamic", - "vlanId": 900 - } - ] - } -} \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_ntp_associations.txt b/test/unit/eos/mock_data/show_ntp_associations.txt deleted file mode 100644 index 75069e40f..000000000 --- a/test/unit/eos/mock_data/show_ntp_associations.txt +++ /dev/null @@ -1,4 +0,0 @@ - remote refid st t when poll reach delay offset jitter -============================================================================== -*time8-st1.apple 17.168.198.148 2 u 26 1024 377 103.294 -0.040 0.105 - dns2-ha.au.syra .STEP. 16 u - 1024 0 0.000 0.000 0.000 \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_processes_top_once.txt b/test/unit/eos/mock_data/show_processes_top_once.txt deleted file mode 100644 index 5b4f80fa0..000000000 --- a/test/unit/eos/mock_data/show_processes_top_once.txt +++ /dev/null @@ -1,19 +0,0 @@ -top - 14:03:41 up 131 days, 21:26, 1 user, load average: 0.39, 0.29, 0.32 -Tasks: 383 total, 1 running, 382 sleeping, 0 stopped, 0 zombie -Cpu(s): 3.5%us, 0.5%sy, 0.0%ni, 95.7%id, 0.0%wa, 0.2%hi, 0.1%si, 0.0%st -Mem: 16012300k total, 4580692k used, 11431608k free, 200332k buffers -Swap: 0k total, 0k used, 0k free, 2395436k cached - - PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND - 6416 root 20 0 662m 105m 37m S 9.0 0.7 3592:55 SandFabric - 6420 root 20 0 662m 105m 37m S 7.2 0.7 3589:14 SandFabric - 2606 root 20 0 562m 88m 23m S 3.6 0.6 3237:39 Smbus - 4332 root 20 0 761m 224m 94m S 3.6 1.4 10642:24 SandFap - 6419 root 20 0 662m 105m 37m S 3.6 0.7 3596:53 SandFabric - 2675 root 20 0 553m 78m 20m S 1.8 0.5 37:26.89 VrmIr - 3850 root 20 0 558m 85m 21m S 1.8 0.5 597:34.22 Adt7462Agent - 3954 root 20 0 565m 96m 31m S 1.8 0.6 1809:51 XcvrAgent - 6424 root 20 0 662m 105m 37m S 1.8 0.7 3614:34 SandFabric -20866 dbarroso 20 0 26552 12m 9668 R 1.8 0.1 0:00.06 top - 1 root 20 0 26340 12m 9832 S 0.0 0.1 0:02.62 init - 2 root 20 0 0 0 0 S 0.0 0.0 0:01.36 kthreadd \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_running_config_section_router_bgp.txt b/test/unit/eos/mock_data/show_running_config_section_router_bgp.txt deleted file mode 100644 index 99e8bc54c..000000000 --- a/test/unit/eos/mock_data/show_running_config_section_router_bgp.txt +++ /dev/null @@ -1,24 +0,0 @@ -router bgp 13335 - maximum-paths 32 - neighbor IPv4-PEERS-GROUP-NAME peer-group - neighbor IPv4-PEERS-GROUP-NAME remove-private-as - neighbor IPv4-PEERS-GROUP-NAME route-map reject-all in - neighbor IPv4-PEERS-GROUP-NAME route-map 4-public-peer-anycast-out out - neighbor IPv4-PEERS-GROUP-NAME maximum-routes 500 - neighbor IPv6-PEERS-GROUP-NAME peer-group - neighbor IPv6-PEERS-GROUP-NAME remove-private-as - neighbor IPv6-PEERS-GROUP-NAME route-map reject-all in - neighbor IPv6-PEERS-GROUP-NAME route-map reject-all out - neighbor IPv6-PEERS-GROUP-NAME maximum-routes 100 - neighbor 192.168.0.1 peer-group IPv4-PEERS-GROUP-NAME - neighbor 192.168.0.1 remote-as 32934 - neighbor 192.168.0.1 maximum-routes 100 - neighbor 172.17.17.1 peer-group IPv4-PEERS-GROUP-NAME - neighbor 172.17.17.1 remote-as 13414 - neighbor 172.17.17.1 maximum-routes 500 - neighbor 2001:db8::0:1 peer-group IPv6-PEERS-GROUP-NAME - neighbor 2001:db8::0:1 remote-as 8403 - neighbor 2001:db8::0:1 maximum-routes 500 - neighbor 2001:db8::0:2 peer-group IPv6-PEERS-GROUP-NAME - neighbor 2001:db8::0:2 remote-as 54113 -! \ No newline at end of file diff --git a/test/unit/eos/mock_data/show_running_config_section_snmp_server.txt b/test/unit/eos/mock_data/show_running_config_section_snmp_server.txt deleted file mode 100644 index a00d6900d..000000000 --- a/test/unit/eos/mock_data/show_running_config_section_snmp_server.txt +++ /dev/null @@ -1,5 +0,0 @@ -snmp-server contact noc@cloudflare.com -snmp-server location Marseille, France -snmp-server chassis-id edge02.mrs01 -snmp-server community hackme ro ifyoucan -snmp-server community tryagain group not-enough diff --git a/test/unit/eos/mock_data/show_version.json b/test/unit/eos/mock_data/show_version.json deleted file mode 100644 index f1e223664..000000000 --- a/test/unit/eos/mock_data/show_version.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "modelName": "vEOS", - "internalVersion": "4.15.2F-2705639.4152F", - "systemMacAddress": "08:00:27:f8:23:9e", - "serialNumber": "", - "memTotal": 1897596, - "bootupTimestamp": 1448356516.03, - "memFree": 117124, - "version": "4.15.2F", - "architecture": "i386", - "internalBuildId": "eaf29952-d6fd-4891-a9b1-915cd6325987", - "hardwareRevision": "" -} \ No newline at end of file diff --git a/test/unit/eos/new_good.conf b/test/unit/eos/new_good.conf deleted file mode 100644 index f5ad266bf..000000000 --- a/test/unit/eos/new_good.conf +++ /dev/null @@ -1,37 +0,0 @@ -transceiver qsfp default-mode 4x10G - -hostname pyeos-unittest-changed - -spanning-tree mode mstp - -aaa authorization exec default local - -no aaa root - -username admin privilege 15 role network-admin secret 5 $1$RT/92Zg9$J8wD1qPAdQBcOhv4fefyt. -username vagrant privilege 15 role network-admin secret 5 $1$Lw2STh4k$bPEDVVTY2e7lf.vNlnNEO0 - -interface Ethernet1 - -interface Ethernet2 - description ble - -interface Management1 - ip address 10.0.2.15/24 - -no ip routing - -router bgp 65000 - vrf test - neighbor 1.1.1.2 remote-as 1 - neighbor 1.1.1.2 maximum-routes 12000 - - vrf test2 - neighbor 2.2.2.3 remote-as 2 - neighbor 2.2.2.3 maximum-routes 12000 - -management api http-commands - no shutdown - - -end diff --git a/test/unit/eos/new_good.diff b/test/unit/eos/new_good.diff deleted file mode 100644 index b61bf2322..000000000 --- a/test/unit/eos/new_good.diff +++ /dev/null @@ -1,38 +0,0 @@ -@@ -4,11 +4,13 @@ - ! - transceiver qsfp default-mode 4x10G - ! -+hostname pyeos-unittest-changed -+! - spanning-tree mode mstp - ! - aaa authorization exec default local - ! --aaa root secret 5 $1$lpTXS9qH$EpnjrnfpPZZgiAbz5sxn21 -+no aaa root - ! - username admin privilege 15 role network-admin secret 5 $1$RT/92Zg9$J8wD1qPAdQBcOhv4fefyt. - username vagrant privilege 15 role network-admin secret 5 $1$Lw2STh4k$bPEDVVTY2e7lf.vNlnNEO0 -@@ -16,12 +18,22 @@ - interface Ethernet1 - ! - interface Ethernet2 -+ description ble - ! - interface Management1 - ip address 10.0.2.15/24 - ! - no ip routing - ! -+router bgp 65000 -+ vrf test -+ neighbor 1.1.1.2 remote-as 1 -+ neighbor 1.1.1.2 maximum-routes 12000 -+ ! -+ vrf test2 -+ neighbor 2.2.2.3 remote-as 2 -+ neighbor 2.2.2.3 maximum-routes 12000 -+! - management api http-commands - no shutdown - ! diff --git a/test/unit/eos/new_typo.conf b/test/unit/eos/new_typo.conf deleted file mode 100644 index 42ba75b7d..000000000 --- a/test/unit/eos/new_typo.conf +++ /dev/null @@ -1,37 +0,0 @@ -transceaiver qsfp default-mode 4x10G - -hostname pyeos-unittest - -spanning-tree mode mstp - -aaa authorization exec default local - -no aaa root - -username admin privilege 15 role network-admin secret 5 $1$RT/92Zg9$J8wD1qPAdQBcOhv4fefyt. -username vagrant privilege 15 role network-admin secret 5 $1$Lw2STh4k$bPEDVVTY2e7lf.vNlnNEO0 - -interface Ethernet1 - -interface Ethernet2 - description bla - -interface Management1 - ip address 10.0.2.15/24 - -no ip routing - -router bgp 65000 - vrf test - neighbor 1.1.1.1 remote-as 1 - neighbor 1.1.1.1 maximum-routes 12000 - - vrf test2 - neighbor 2.2.2.2 remote-as 2 - neighbor 2.2.2.2 maximum-routes 12000 - -management api http-commands - no shutdown - - -end diff --git a/test/unit/fortios/initial.conf b/test/unit/fortios/initial.conf deleted file mode 100644 index b778b04cf..000000000 --- a/test/unit/fortios/initial.conf +++ /dev/null @@ -1,3514 +0,0 @@ -config system global - set fgd-alert-subscription advisory latest-threat - set hostname "FGVM010000035136" - set optimize antivirus - set timezone 04 -end -config system accprofile - edit "prof_admin" - set mntgrp read-write - set admingrp read-write - set updategrp read-write - set authgrp read-write - set sysgrp read-write - set netgrp read-write - set loggrp read-write - set routegrp read-write - set fwgrp read-write - set vpngrp read-write - set utmgrp read-write - set wanoptgrp read-write - set endpoint-control-grp read-write - set wifi read-write - next -end -config system interface - edit "port1" - set vdom "root" - set ip 192.168.76.13 255.255.255.0 - set allowaccess ping https ssh http fgfm - set type physical - set snmp-index 1 - next - edit "port2" - set vdom "root" - set mode dhcp - set type physical - set snmp-index 2 - next - edit "port3" - set vdom "root" - set type physical - set snmp-index 3 - next - edit "port4" - set vdom "root" - set type physical - set snmp-index 4 - next - edit "port5" - set vdom "root" - set type physical - set snmp-index 5 - next - edit "port6" - set vdom "root" - set type physical - set snmp-index 6 - next - edit "port7" - set vdom "root" - set type physical - set snmp-index 7 - next - edit "port8" - set vdom "root" - set type physical - set snmp-index 8 - next - edit "port9" - set vdom "root" - set type physical - set snmp-index 9 - next - edit "port10" - set vdom "root" - set type physical - set snmp-index 10 - next - edit "ssl.root" - set vdom "root" - set type tunnel - set alias "SSL VPN interface" - set snmp-index 13 - next -end -config system custom-language - edit "en" - set filename "en" - next - edit "fr" - set filename "fr" - next - edit "sp" - set filename "sp" - next - edit "pg" - set filename "pg" - next - edit "x-sjis" - set filename "x-sjis" - next - edit "big5" - set filename "big5" - next - edit "GB2312" - set filename "GB2312" - next - edit "euc-kr" - set filename "euc-kr" - next -end -config system admin - edit "admin" - set accprofile "super_admin" - set vdom "root" - config dashboard-tabs - edit 1 - set name "Status" - next - end - config dashboard - edit 1 - set tab-id 1 - set column 1 - next - edit 2 - set widget-type licinfo - set tab-id 1 - set column 1 - next - edit 3 - set widget-type jsconsole - set tab-id 1 - set column 1 - next - edit 4 - set widget-type sysres - set tab-id 1 - set column 2 - next - edit 5 - set widget-type gui-features - set tab-id 1 - set column 2 - next - edit 6 - set widget-type alert - set tab-id 1 - set column 2 - set top-n 10 - next - end - set password ENC AK1KTd93hep+5qC4ltR887Seo1xgFWKkL3DBxuTjTYc0IE= - next - edit "dbarroso" - set accprofile "super_admin" - set vdom "root" - set password ENC AK1Eh0Q7iXUm5tLq6Aikl+7i0VN/HE3Nibd8+TCFmfcErg= - next -end -config system ha - set override disable -end -config system dns - set primary 80.58.61.250 - set secondary 208.91.112.52 -end -config system replacemsg-image - edit "logo_fnet" - set image-type gif - set image-base64 '' - next - edit "logo_fguard_wf" - set image-type gif - set image-base64 '' - next - edit "logo_fw_auth" - set image-type png - set image-base64 '' - next - edit "logo_v2_fnet" - set image-type png - set image-base64 '' - next - edit "logo_v2_fguard_wf" - set image-type png - set image-base64 '' - next - edit "logo_v2_fguard_app" - set image-type png - set image-base64 '' - next -end -config system replacemsg mail "email-block" -end -config system replacemsg mail "email-dlp-subject" -end -config system replacemsg mail "email-dlp-ban" -end -config system replacemsg mail "email-filesize" -end -config system replacemsg mail "partial" -end -config system replacemsg mail "smtp-block" -end -config system replacemsg mail "smtp-filesize" -end -config system replacemsg http "bannedword" -end -config system replacemsg http "url-block" -end -config system replacemsg http "urlfilter-err" -end -config system replacemsg http "infcache-block" -end -config system replacemsg http "http-block" -end -config system replacemsg http "http-filesize" -end -config system replacemsg http "http-dlp-ban" -end -config system replacemsg http "http-archive-block" -end -config system replacemsg http "http-contenttypeblock" -end -config system replacemsg http "https-invalid-cert-block" -end -config system replacemsg http "http-client-block" -end -config system replacemsg http "http-client-filesize" -end -config system replacemsg http "http-client-bannedword" -end -config system replacemsg http "http-post-block" -end -config system replacemsg http "http-client-archive-block" -end -config system replacemsg http "switching-protocols-block" -end -config system replacemsg webproxy "deny" -end -config system replacemsg webproxy "user-limit" -end -config system replacemsg webproxy "auth-challenge" -end -config system replacemsg webproxy "auth-login-fail" -end -config system replacemsg webproxy "auth-authorization-fail" -end -config system replacemsg webproxy "http-err" -end -config system replacemsg webproxy "auth-ip-blackout" -end -config system replacemsg ftp "ftp-dl-blocked" -end -config system replacemsg ftp "ftp-dl-filesize" -end -config system replacemsg ftp "ftp-dl-dlp-ban" -end -config system replacemsg ftp "ftp-explicit-banner" -end -config system replacemsg ftp "ftp-dl-archive-block" -end -config system replacemsg nntp "nntp-dl-blocked" -end -config system replacemsg nntp "nntp-dl-filesize" -end -config system replacemsg nntp "nntp-dlp-subject" -end -config system replacemsg nntp "nntp-dlp-ban" -end -config system replacemsg fortiguard-wf "ftgd-block" -end -config system replacemsg fortiguard-wf "http-err" -end -config system replacemsg fortiguard-wf "ftgd-ovrd" -end -config system replacemsg fortiguard-wf "ftgd-quota" -end -config system replacemsg fortiguard-wf "ftgd-warning" -end -config system replacemsg spam "ipblocklist" -end -config system replacemsg spam "smtp-spam-dnsbl" -end -config system replacemsg spam "smtp-spam-feip" -end -config system replacemsg spam "smtp-spam-helo" -end -config system replacemsg spam "smtp-spam-emailblack" -end -config system replacemsg spam "smtp-spam-mimeheader" -end -config system replacemsg spam "reversedns" -end -config system replacemsg spam "smtp-spam-bannedword" -end -config system replacemsg spam "smtp-spam-ase" -end -config system replacemsg spam "submit" -end -config system replacemsg im "im-file-xfer-block" -end -config system replacemsg im "im-file-xfer-name" -end -config system replacemsg im "im-file-xfer-infected" -end -config system replacemsg im "im-file-xfer-size" -end -config system replacemsg im "im-dlp" -end -config system replacemsg im "im-dlp-ban" -end -config system replacemsg im "im-voice-chat-block" -end -config system replacemsg im "im-video-chat-block" -end -config system replacemsg im "im-photo-share-block" -end -config system replacemsg im "im-long-chat-block" -end -config system replacemsg alertmail "alertmail-virus" -end -config system replacemsg alertmail "alertmail-block" -end -config system replacemsg alertmail "alertmail-nids-event" -end -config system replacemsg alertmail "alertmail-crit-event" -end -config system replacemsg alertmail "alertmail-disk-full" -end -config system replacemsg admin "pre_admin-disclaimer-text" -end -config system replacemsg admin "post_admin-disclaimer-text" -end -config system replacemsg auth "auth-disclaimer-page-1" -end -config system replacemsg auth "auth-disclaimer-page-2" -end -config system replacemsg auth "auth-disclaimer-page-3" -end -config system replacemsg auth "auth-reject-page" -end -config system replacemsg auth "auth-login-page" -end -config system replacemsg auth "auth-login-failed-page" -end -config system replacemsg auth "auth-token-login-page" -end -config system replacemsg auth "auth-token-login-failed-page" -end -config system replacemsg auth "auth-success-msg" -end -config system replacemsg auth "auth-challenge-page" -end -config system replacemsg auth "auth-keepalive-page" -end -config system replacemsg auth "auth-portal-page" -end -config system replacemsg auth "auth-password-page" -end -config system replacemsg auth "auth-fortitoken-page" -end -config system replacemsg auth "auth-next-fortitoken-page" -end -config system replacemsg auth "auth-email-token-page" -end -config system replacemsg auth "auth-sms-token-page" -end -config system replacemsg auth "auth-email-harvesting-page" -end -config system replacemsg auth "auth-email-failed-page" -end -config system replacemsg auth "auth-cert-passwd-page" -end -config system replacemsg auth "auth-guest-print-page" -end -config system replacemsg auth "auth-guest-email-page" -end -config system replacemsg auth "auth-success-page" -end -config system replacemsg auth "auth-block-notification-page" -end -config system replacemsg sslvpn "sslvpn-login" -end -config system replacemsg sslvpn "sslvpn-limit" -end -config system replacemsg sslvpn "hostcheck-error" -end -config system replacemsg ec "endpt-download-portal" -end -config system replacemsg ec "endpt-download-portal-mac" -end -config system replacemsg ec "endpt-download-portal-ios" -end -config system replacemsg ec "endpt-download-portal-aos" -end -config system replacemsg ec "endpt-download-portal-other" -end -config system replacemsg device-detection-portal "device-detection-failure" -end -config system replacemsg nac-quar "nac-quar-virus" -end -config system replacemsg nac-quar "nac-quar-dos" -end -config system replacemsg nac-quar "nac-quar-ips" -end -config system replacemsg nac-quar "nac-quar-dlp" -end -config system replacemsg nac-quar "nac-quar-admin" -end -config system replacemsg traffic-quota "per-ip-shaper-block" -end -config system replacemsg utm "virus-html" -end -config system replacemsg utm "virus-text" -end -config system replacemsg utm "dlp-html" -end -config system replacemsg utm "dlp-text" -end -config system replacemsg utm "appblk-html" -end -config vpn certificate ca -end -config vpn certificate local - edit "Fortinet_CA_SSLProxy" - set password ENC vC36T7Drs+Hj91wzgrTm68D/DET4/PLcWZwcD1690T8W0WBDq0vMbepxwqCRbC62nVCmxWr1B7M6XQtWR/TVKrZ5Hn+DIF14AsNMkoIjxBPE1ZXl0bHdHvp6sWbLXS9bHxlQg1cKhXc6LwlgzFYtGAkm6ZK1OtbaJ30SJGLuwhA3QtVSUddNM5zOoDA3La7ieIo8pw== - set comments "This is the default CA certificate the SSL Inspection will use when generating new server certificates." - next - edit "Fortinet_SSLProxy" - set password ENC 66oQf3ZPF1xI3bgar51E2aqsE+ejpZx1LykOIWQfqA/tCEH50G7j8V4KbqXMSPK186n2utY8imXc2F7Et1uG3eKZ9FtEDZZySqAPh/r4NBdM6W2KVZFqnn7GjDKzRkabLvopsk5fhGmYKJA+a03jefTQ3mOad9nnA+WjzvCgdacvLpviCIFcj7t4/EktD9gW+BCXLA== - next -end -config user device-category - edit "ipad" - next - edit "iphone" - next - edit "gaming-console" - next - edit "blackberry-phone" - next - edit "blackberry-playbook" - next - edit "linux-pc" - next - edit "mac" - next - edit "windows-pc" - next - edit "android-phone" - next - edit "android-tablet" - next - edit "media-streaming" - next - edit "windows-phone" - next - edit "windows-tablet" - next - edit "fortinet-device" - next - edit "ip-phone" - next - edit "router-nat-device" - next - edit "printer" - next - edit "other-network-device" - next - edit "collected-emails" - next - edit "all" - next -end -config system session-sync -end -config system fortiguard - set webfilter-sdns-server-ip "208.91.112.220" -end -config ips global - set default-app-cat-mask 18446744073474670591 -end -config ips dbinfo - set version 1 -end -config gui console - unset preferences -end -config system session-helper - edit 1 - set name pptp - set protocol 6 - set port 1723 - next - edit 2 - set name h323 - set protocol 6 - set port 1720 - next - edit 3 - set name ras - set protocol 17 - set port 1719 - next - edit 4 - set name tns - set protocol 6 - set port 1521 - next - edit 5 - set name tftp - set protocol 17 - set port 69 - next - edit 6 - set name rtsp - set protocol 6 - set port 554 - next - edit 7 - set name rtsp - set protocol 6 - set port 7070 - next - edit 8 - set name rtsp - set protocol 6 - set port 8554 - next - edit 9 - set name ftp - set protocol 6 - set port 21 - next - edit 10 - set name mms - set protocol 6 - set port 1863 - next - edit 11 - set name pmap - set protocol 6 - set port 111 - next - edit 12 - set name pmap - set protocol 17 - set port 111 - next - edit 13 - set name sip - set protocol 17 - set port 5060 - next - edit 14 - set name dns-udp - set protocol 17 - set port 53 - next - edit 15 - set name rsh - set protocol 6 - set port 514 - next - edit 16 - set name rsh - set protocol 6 - set port 512 - next - edit 17 - set name dcerpc - set protocol 6 - set port 135 - next - edit 18 - set name dcerpc - set protocol 17 - set port 135 - next - edit 19 - set name mgcp - set protocol 17 - set port 2427 - next - edit 20 - set name mgcp - set protocol 17 - set port 2727 - next -end -config system auto-install - set auto-install-config enable - set auto-install-image enable -end -config system console - set output standard -end -config system ntp - set ntpsync enable - set syncinterval 60 -end -config system settings -end -config firewall address - edit "SSLVPN_TUNNEL_ADDR1" - set uuid 14ab4b18-d0bc-51e4-42cc-e6268d0c3020 - set type iprange - set start-ip 10.212.134.200 - set end-ip 10.212.134.210 - next - edit "all" - set uuid 14ab6396-d0bc-51e4-303f-a22a56b1b1f0 - next - edit "none" - set uuid 14ab6878-d0bc-51e4-5b1d-375ff4e32b63 - set subnet 0.0.0.0 255.255.255.255 - next - edit "apple" - set uuid 14ab6c9c-d0bc-51e4-ab3c-b4a5ebc7b3d8 - set type fqdn - set fqdn "*.apple.com" - next - edit "dropbox.com" - set uuid 14ab7106-d0bc-51e4-bee2-22d724c1149e - set type fqdn - set fqdn "*.dropbox.com" - next - edit "Gotomeeting" - set uuid 14ab7534-d0bc-51e4-8b80-57efd48d6a1d - set type fqdn - set fqdn "*.gotomeeting.com" - next - edit "icloud" - set uuid 14ab7962-d0bc-51e4-7b12-f830ed19cebc - set type fqdn - set fqdn "*.icloud.com" - next - edit "itunes" - set uuid 14ab7d7c-d0bc-51e4-9a5a-1cdc1e3aa425 - set type fqdn - set fqdn "*itunes.apple.com" - next - edit "android" - set uuid 14ab82f4-d0bc-51e4-2ea7-fd6a490020c7 - set type fqdn - set fqdn "*.android.com" - next - edit "skype" - set uuid 14ab87fe-d0bc-51e4-1463-3fedbf794ba4 - set type fqdn - set fqdn "*.messenger.live.com" - next - edit "swscan.apple.com" - set uuid 14ab8c22-d0bc-51e4-3aa5-092d2aa70543 - set type fqdn - set fqdn "swscan.apple.com" - next - edit "update.microsoft.com" - set uuid 14ab9046-d0bc-51e4-502b-34f428147fcc - set type fqdn - set fqdn "update.microsoft.com" - next - edit "appstore" - set uuid 14ab9460-d0bc-51e4-fde5-6bfec2054e7c - set type fqdn - set fqdn "*.appstore.com" - next - edit "eease" - set uuid 14ab987a-d0bc-51e4-6475-044176a9c484 - set type fqdn - set fqdn "*.eease.com" - next - edit "google-drive" - set uuid 14ab9c94-d0bc-51e4-bd96-c87043788769 - set type fqdn - set fqdn "*drive.google.com" - next - edit "google-play" - set uuid 14aba0a4-d0bc-51e4-df4f-815e9e59002b - set type fqdn - set fqdn "play.google.com" - next - edit "google-play2" - set uuid 14aba4be-d0bc-51e4-334e-19dfeed1da37 - set type fqdn - set fqdn "*.ggpht.com" - next - edit "google-play3" - set uuid 14aba8ce-d0bc-51e4-a44d-e52c963127e9 - set type fqdn - set fqdn "*.books.google.com" - next - edit "microsoft" - set uuid 14abace8-d0bc-51e4-861c-53e4c6f97f2c - set type fqdn - set fqdn "*.microsoft.com" - next - edit "adobe" - set uuid 14abb0f8-d0bc-51e4-8f52-5828ef1739f0 - set type fqdn - set fqdn "*.adobe.com" - next - edit "Adobe Login" - set uuid 14abb508-d0bc-51e4-6d68-0d16caaa6a50 - set type fqdn - set fqdn "*.adobelogin.com" - next - edit "fortinet" - set uuid 14abb918-d0bc-51e4-6ddf-088ff0d0d63a - set type fqdn - set fqdn "*.fortinet.com" - next - edit "googleapis.com" - set uuid 14abbd32-d0bc-51e4-ef13-99e9aca25675 - set type fqdn - set fqdn "*.googleapis.com" - next - edit "citrix" - set uuid 14abc142-d0bc-51e4-24b7-2bf9195c781f - set type fqdn - set fqdn "*.citrixonline.com" - next - edit "verisign" - set uuid 14abc552-d0bc-51e4-34bd-d27697a15f0d - set type fqdn - set fqdn "*.verisign.com" - next - edit "Windows update 2" - set uuid 14abc96c-d0bc-51e4-20ec-bb9ccb34d43e - set type fqdn - set fqdn "*.windowsupdate.com" - next - edit "*.live.com" - set uuid 14abcd86-d0bc-51e4-b673-5442c5b749e3 - set type fqdn - set fqdn "*.live.com" - next - edit "auth.gfx.ms" - set uuid 14abd196-d0bc-51e4-7db4-42298470181d - set type fqdn - set fqdn "auth.gfx.ms" - next - edit "autoupdate.opera.com" - set uuid 14abd5b0-d0bc-51e4-e312-925574ac450a - set type fqdn - set fqdn "autoupdate.opera.com" - next - edit "softwareupdate.vmware.com" - set uuid 14abd9ca-d0bc-51e4-c4f3-4523961ea3ef - set type fqdn - set fqdn "softwareupdate.vmware.com" - next - edit "firefox update server" - set uuid 14abdde4-d0bc-51e4-5f31-012b6025ebe4 - set type fqdn - set fqdn "aus*.mozilla.org" - next - edit "host1" - set uuid 43683f9e-d6f0-51e4-6862-a036b02d1e23 - set subnet 1.1.1.1 255.255.255.255 - next - edit "host2" - set uuid 4e8fe836-d6f0-51e4-3520-67c9136ccecb - set subnet 1.1.1.3 255.255.255.255 - next - edit "host3" - set uuid 65b16594-d6f0-51e4-984b-9546090c9f6a - set subnet 1.1.1.3 255.255.255.255 - next -end -config firewall multicast-address - edit "all" - set start-ip 224.0.0.0 - set end-ip 239.255.255.255 - next - edit "all_hosts" - set start-ip 224.0.0.1 - set end-ip 224.0.0.1 - next - edit "all_routers" - set start-ip 224.0.0.2 - set end-ip 224.0.0.2 - next - edit "Bonjour" - set start-ip 224.0.0.251 - set end-ip 224.0.0.251 - next - edit "EIGRP" - set start-ip 224.0.0.10 - set end-ip 224.0.0.10 - next - edit "OSPF" - set start-ip 224.0.0.5 - set end-ip 224.0.0.6 - next -end -config firewall address6 - edit "SSLVPN_TUNNEL_IPv6_ADDR1" - set uuid 14ab4c3a-d0bc-51e4-07e3-b5f2adc44f57 - set ip6 fdff:ffff::/120 - next - edit "all" - set uuid 14abe2d0-d0bc-51e4-6b56-faf6e3e70f2d - next - edit "none" - set uuid 14abe6b8-d0bc-51e4-e3c6-96857dbcbc74 - set ip6 ::/128 - next -end -config firewall addrgrp - edit "hosts" - set uuid 7446e99e-d6f0-51e4-d1d7-621a521a654f - set member "host2" "host3" "host1" - next -end -config firewall service category - edit "General" - set comment "General services." - next - edit "Web Access" - set comment "Web access." - next - edit "File Access" - set comment "File access." - next - edit "Email" - set comment "Email services." - next - edit "Network Services" - set comment "Network services." - next - edit "Authentication" - set comment "Authentication service." - next - edit "Remote Access" - set comment "Remote access." - next - edit "Tunneling" - set comment "Tunneling service." - next - edit "VoIP, Messaging & Other Applications" - set comment "VoIP, messaging, and other applications." - next - edit "Web Proxy" - set comment "Explicit web proxy." - next -end -config firewall service custom - edit "ALL" - set category "General" - set protocol IP - next - edit "ALL_TCP" - set category "General" - set tcp-portrange 1-65535 - next - edit "ALL_UDP" - set category "General" - set udp-portrange 1-65535 - next - edit "ALL_ICMP" - set category "General" - set protocol ICMP - unset icmptype - next - edit "ALL_ICMP6" - set category "General" - set protocol ICMP6 - unset icmptype - next - edit "GRE" - set category "Tunneling" - set protocol IP - set protocol-number 47 - next - edit "AH" - set category "Tunneling" - set protocol IP - set protocol-number 51 - next - edit "ESP" - set category "Tunneling" - set protocol IP - set protocol-number 50 - next - edit "AOL" - set visibility disable - set tcp-portrange 5190-5194 - next - edit "BGP" - set category "Network Services" - set tcp-portrange 179 - next - edit "DHCP" - set category "Network Services" - set udp-portrange 67-68 - next - edit "DNS" - set category "Network Services" - set tcp-portrange 53 - set udp-portrange 53 - next - edit "FINGER" - set visibility disable - set tcp-portrange 79 - next - edit "FTP" - set category "File Access" - set tcp-portrange 21 - next - edit "FTP_GET" - set category "File Access" - set tcp-portrange 21 - next - edit "FTP_PUT" - set category "File Access" - set tcp-portrange 21 - next - edit "GOPHER" - set visibility disable - set tcp-portrange 70 - next - edit "H323" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 1720 1503 - set udp-portrange 1719 - next - edit "HTTP" - set category "Web Access" - set tcp-portrange 80 - next - edit "HTTPS" - set category "Web Access" - set tcp-portrange 443 - next - edit "IKE" - set category "Tunneling" - set udp-portrange 500 4500 - next - edit "IMAP" - set category "Email" - set tcp-portrange 143 - next - edit "IMAPS" - set category "Email" - set tcp-portrange 993 - next - edit "Internet-Locator-Service" - set visibility disable - set tcp-portrange 389 - next - edit "IRC" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 6660-6669 - next - edit "L2TP" - set category "Tunneling" - set tcp-portrange 1701 - set udp-portrange 1701 - next - edit "LDAP" - set category "Authentication" - set tcp-portrange 389 - next - edit "NetMeeting" - set visibility disable - set tcp-portrange 1720 - next - edit "NFS" - set category "File Access" - set tcp-portrange 111 2049 - set udp-portrange 111 2049 - next - edit "NNTP" - set visibility disable - set tcp-portrange 119 - next - edit "NTP" - set category "Network Services" - set tcp-portrange 123 - set udp-portrange 123 - next - edit "OSPF" - set category "Network Services" - set protocol IP - set protocol-number 89 - next - edit "PC-Anywhere" - set category "Remote Access" - set tcp-portrange 5631 - set udp-portrange 5632 - next - edit "PING" - set category "Network Services" - set protocol ICMP - set icmptype 8 - unset icmpcode - next - edit "TIMESTAMP" - set protocol ICMP - set visibility disable - set icmptype 13 - unset icmpcode - next - edit "INFO_REQUEST" - set protocol ICMP - set visibility disable - set icmptype 15 - unset icmpcode - next - edit "INFO_ADDRESS" - set protocol ICMP - set visibility disable - set icmptype 17 - unset icmpcode - next - edit "ONC-RPC" - set category "Remote Access" - set tcp-portrange 111 - set udp-portrange 111 - next - edit "DCE-RPC" - set category "Remote Access" - set tcp-portrange 135 - set udp-portrange 135 - next - edit "POP3" - set category "Email" - set tcp-portrange 110 - next - edit "POP3S" - set category "Email" - set tcp-portrange 995 - next - edit "PPTP" - set category "Tunneling" - set tcp-portrange 1723 - next - edit "QUAKE" - set visibility disable - set udp-portrange 26000 27000 27910 27960 - next - edit "RAUDIO" - set visibility disable - set udp-portrange 7070 - next - edit "REXEC" - set visibility disable - set tcp-portrange 512 - next - edit "RIP" - set category "Network Services" - set udp-portrange 520 - next - edit "RLOGIN" - set visibility disable - set tcp-portrange 513:512-1023 - next - edit "RSH" - set visibility disable - set tcp-portrange 514:512-1023 - next - edit "SCCP" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 2000 - next - edit "SIP" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 5060 - set udp-portrange 5060 - next - edit "SIP-MSNmessenger" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 1863 - next - edit "SAMBA" - set category "File Access" - set tcp-portrange 139 - next - edit "SMTP" - set category "Email" - set tcp-portrange 25 - next - edit "SMTPS" - set category "Email" - set tcp-portrange 465 - next - edit "SNMP" - set category "Network Services" - set tcp-portrange 161-162 - set udp-portrange 161-162 - next - edit "SSH" - set category "Remote Access" - set tcp-portrange 22 - next - edit "SYSLOG" - set category "Network Services" - set udp-portrange 514 - next - edit "TALK" - set visibility disable - set udp-portrange 517-518 - next - edit "TELNET" - set category "Remote Access" - set tcp-portrange 23 - next - edit "TFTP" - set category "File Access" - set udp-portrange 69 - next - edit "MGCP" - set visibility disable - set udp-portrange 2427 2727 - next - edit "UUCP" - set visibility disable - set tcp-portrange 540 - next - edit "VDOLIVE" - set visibility disable - set tcp-portrange 7000-7010 - next - edit "WAIS" - set visibility disable - set tcp-portrange 210 - next - edit "WINFRAME" - set visibility disable - set tcp-portrange 1494 2598 - next - edit "X-WINDOWS" - set category "Remote Access" - set tcp-portrange 6000-6063 - next - edit "PING6" - set protocol ICMP6 - set visibility disable - set icmptype 128 - unset icmpcode - next - edit "MS-SQL" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 1433 1434 - next - edit "MYSQL" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 3306 - next - edit "RDP" - set category "Remote Access" - set tcp-portrange 3389 - next - edit "VNC" - set category "Remote Access" - set tcp-portrange 5900 - next - edit "DHCP6" - set category "Network Services" - set udp-portrange 546 547 - next - edit "SQUID" - set category "Tunneling" - set tcp-portrange 3128 - next - edit "SOCKS" - set category "Tunneling" - set tcp-portrange 1080 - set udp-portrange 1080 - next - edit "WINS" - set category "Remote Access" - set tcp-portrange 1512 - set udp-portrange 1512 - next - edit "RADIUS" - set category "Authentication" - set udp-portrange 1812 1813 - next - edit "RADIUS-OLD" - set visibility disable - set udp-portrange 1645 1646 - next - edit "CVSPSERVER" - set visibility disable - set tcp-portrange 2401 - set udp-portrange 2401 - next - edit "AFS3" - set category "File Access" - set tcp-portrange 7000-7009 - set udp-portrange 7000-7009 - next - edit "TRACEROUTE" - set category "Network Services" - set udp-portrange 33434-33535 - next - edit "RTSP" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 554 7070 8554 - set udp-portrange 554 - next - edit "MMS" - set visibility disable - set tcp-portrange 1755 - set udp-portrange 1024-5000 - next - edit "KERBEROS" - set category "Authentication" - set tcp-portrange 88 - set udp-portrange 88 - next - edit "LDAP_UDP" - set category "Authentication" - set udp-portrange 389 - next - edit "SMB" - set category "File Access" - set tcp-portrange 445 - next - edit "NONE" - set visibility disable - set tcp-portrange 0 - next - edit "webproxy" - set explicit-proxy enable - set category "Web Proxy" - set protocol ALL - set tcp-portrange 0-65535:0-65535 - next -end -config firewall service group - edit "Email Access" - set member "DNS" "IMAP" "IMAPS" "POP3" "POP3S" "SMTP" "SMTPS" - next - edit "Web Access" - set member "DNS" "HTTP" "HTTPS" - next - edit "Windows AD" - set member "DCE-RPC" "DNS" "KERBEROS" "LDAP" "LDAP_UDP" "SAMBA" "SMB" - next - edit "Exchange Server" - set member "DCE-RPC" "DNS" "HTTPS" - next -end -config webfilter ftgd-local-cat - edit "custom1" - set id 140 - next - edit "custom2" - set id 141 - next -end -config ips sensor - edit "default" - set comment "Prevent critical attacks." - config entries - edit 1 - set severity medium high critical - next - end - next - edit "all_default" - set comment "All predefined signatures with default setting." - config entries - edit 1 - next - end - next - edit "all_default_pass" - set comment "All predefined signatures with PASS action." - config entries - edit 1 - set action pass - next - end - next - edit "protect_http_server" - set comment "Protect against HTTP server-side vulnerabilities." - config entries - edit 1 - set location server - set protocol HTTP - next - end - next - edit "protect_email_server" - set comment "Protect against email server-side vulnerabilities." - config entries - edit 1 - set location server - set protocol SMTP POP3 IMAP - next - end - next - edit "protect_client" - set comment "Protect against client-side vulnerabilities." - config entries - edit 1 - set location client - next - end - next - edit "high_security" - set comment "Blocks all Critical/High/Medium and some Low severity vulnerabilities" - config entries - edit 1 - set severity medium high critical - set status enable - set action block - next - edit 2 - set severity low - next - end - next -end -config firewall shaper traffic-shaper - edit "high-priority" - set maximum-bandwidth 1048576 - set per-policy enable - next - edit "medium-priority" - set maximum-bandwidth 1048576 - set priority medium - set per-policy enable - next - edit "low-priority" - set maximum-bandwidth 1048576 - set priority low - set per-policy enable - next - edit "guarantee-100kbps" - set guaranteed-bandwidth 100 - set maximum-bandwidth 1048576 - set per-policy enable - next - edit "shared-1M-pipe" - set maximum-bandwidth 1024 - next -end -config web-proxy global - set proxy-fqdn "default.fqdn" -end -config application list - edit "default" - set comment "Monitor all applications." - config entries - edit 1 - set action pass - next - end - next - edit "block-p2p" - config entries - edit 1 - set category 2 - next - end - next - edit "monitor-p2p-and-media" - config entries - edit 1 - set category 2 - set action pass - next - edit 2 - set category 5 - set action pass - next - end - next -end -config dlp filepattern - edit 1 - set name "builtin-patterns" - config entries - edit "*.bat" - next - edit "*.com" - next - edit "*.dll" - next - edit "*.doc" - next - edit "*.exe" - next - edit "*.gz" - next - edit "*.hta" - next - edit "*.ppt" - next - edit "*.rar" - next - edit "*.scr" - next - edit "*.tar" - next - edit "*.tgz" - next - edit "*.vb?" - next - edit "*.wps" - next - edit "*.xl?" - next - edit "*.zip" - next - edit "*.pif" - next - edit "*.cpl" - next - end - next - edit 2 - set name "all_executables" - config entries - edit "bat" - set filter-type type - set file-type bat - next - edit "exe" - set filter-type type - set file-type exe - next - edit "elf" - set filter-type type - set file-type elf - next - edit "hta" - set filter-type type - set file-type hta - next - end - next -end -config dlp fp-sensitivity - edit "Private" - next - edit "Critical" - next - edit "Warning" - next -end -config dlp sensor - edit "default" - set comment "Log a summary of email and web traffic." - set summary-proto smtp pop3 imap http-get http-post - next -end -config webfilter content -end -config webfilter urlfilter -end -config spamfilter bword -end -config spamfilter bwl -end -config spamfilter mheader -end -config spamfilter dnsbl -end -config spamfilter iptrust -end -config log threat-weight - config web - edit 1 - set category 26 - set level high - next - edit 2 - set category 61 - set level high - next - edit 3 - set category 86 - set level high - next - edit 4 - set category 1 - set level medium - next - edit 5 - set category 3 - set level medium - next - edit 6 - set category 4 - set level medium - next - edit 7 - set category 5 - set level medium - next - edit 8 - set category 6 - set level medium - next - edit 9 - set category 12 - set level medium - next - edit 10 - set category 59 - set level medium - next - edit 11 - set category 62 - set level medium - next - edit 12 - set category 83 - set level medium - next - edit 13 - set category 72 - next - edit 14 - set category 14 - next - end - config application - edit 1 - set category 2 - next - edit 2 - set category 6 - set level medium - next - edit 3 - set category 19 - set level critical - next - end -end -config icap profile - edit "default" - next -end -config user local - edit "guest" - set type password - set passwd ENC lEv5YxajOA0RehlsdxaUQOX3EXPhGyzm4yRJkwB1Kw8kQvslsKkOgmWO8k3bc+xML0BP2CvqYxnjKkb/o301PNG0qdV9NNZy/L1d3Hr9WFNQhC/21pjexIf7+Q+prRjVXsSVqJcr9UXZGkkV7WEPom6GPDasqYfsu9wNhEWEYyWs0nBqHzHc294udXjF5cIgUV3W7w== - next -end -config user group - edit "SSO_Guest_Users" - next - edit "Guest-group" - set member "guest" - next -end -config user fortitoken - edit "FTKMOB54AA61B3EE" - set license "FTMTRIAL00386693" - next - edit "FTKMOB54B500C6C7" - set license "FTMTRIAL00386693" - next -end -config user device-group - edit "Mobile Devices" - set member "android-phone" "android-tablet" "blackberry-phone" "blackberry-playbook" "ipad" "iphone" "windows-phone" "windows-tablet" - set comment "Phones, tablets, etc." - next - edit "Network Devices" - set member "fortinet-device" "other-network-device" "router-nat-device" - set comment "Routers, firewalls, gateways, etc." - next - edit "Others" - set member "gaming-console" "media-streaming" - set comment "Other devices." - next -end -config vpn ssl web host-check-software - edit "FortiClient-AV" - set guid "C86EC76D-5A4C-40E7-BD94-59358E544D81" - next - edit "FortiClient-FW" - set type fw - set guid "528CB157-D384-4593-AAAA-E42DFF111CED" - next - edit "FortiClient-AV-Vista-Win7" - set guid "385618A6-2256-708E-3FB9-7E98B93F91F9" - next - edit "FortiClient-FW-Vista-Win7" - set type fw - set guid "006D9983-6839-71D6-14E6-D7AD47ECD682" - next - edit "AVG-Internet-Security-AV" - set guid "17DDD097-36FF-435F-9E1B-52D74245D6BF" - next - edit "AVG-Internet-Security-FW" - set type fw - set guid "8DECF618-9569-4340-B34A-D78D28969B66" - next - edit "AVG-Internet-Security-AV-Vista-Win7" - set guid "0C939084-9E57-CBDB-EA61-0B0C7F62AF82" - next - edit "AVG-Internet-Security-FW-Vista-Win7" - set type fw - set guid "34A811A1-D438-CA83-C13E-A23981B1E8F9" - next - edit "CA-Anti-Virus" - set guid "17CFD1EA-56CF-40B5-A06B-BD3A27397C93" - next - edit "CA-Internet-Security-AV" - set guid "6B98D35F-BB76-41C0-876B-A50645ED099A" - next - edit "CA-Internet-Security-FW" - set type fw - set guid "38102F93-1B6E-4922-90E1-A35D8DC6DAA3" - next - edit "CA-Internet-Security-AV-Vista-Win7" - set guid "3EED0195-0A4B-4EF3-CC4F-4F401BDC245F" - next - edit "CA-Internet-Security-FW-Vista-Win7" - set type fw - set guid "06D680B0-4024-4FAB-E710-E675E50F6324" - next - edit "CA-Personal-Firewall" - set type fw - set guid "14CB4B80-8E52-45EA-905E-67C1267B4160" - next - edit "F-Secure-Internet-Security-AV" - set guid "E7512ED5-4245-4B4D-AF3A-382D3F313F15" - next - edit "F-Secure-Internet-Security-FW" - set type fw - set guid "D4747503-0346-49EB-9262-997542F79BF4" - next - edit "F-Secure-Internet-Security-AV-Vista-Win7" - set guid "15414183-282E-D62C-CA37-EF24860A2F17" - next - edit "F-Secure-Internet-Security-FW-Vista-Win7" - set type fw - set guid "2D7AC0A6-6241-D774-E168-461178D9686C" - next - edit "Kaspersky-AV" - set guid "2C4D4BC6-0793-4956-A9F9-E252435469C0" - next - edit "Kaspersky-FW" - set type fw - set guid "2C4D4BC6-0793-4956-A9F9-E252435469C0" - next - edit "Kaspersky-AV-Vista-Win7" - set guid "AE1D740B-8F0F-D137-211D-873D44B3F4AE" - next - edit "Kaspersky-FW-Vista-Win7" - set type fw - set guid "9626F52E-C560-D06F-0A42-2E08BA60B3D5" - next - edit "McAfee-Internet-Security-Suite-AV" - set guid "84B5EE75-6421-4CDE-A33A-DD43BA9FAD83" - next - edit "McAfee-Internet-Security-Suite-FW" - set type fw - set guid "94894B63-8C7F-4050-BDA4-813CA00DA3E8" - next - edit "McAfee-Internet-Security-Suite-AV-Vista-Win7" - set guid "86355677-4064-3EA7-ABB3-1B136EB04637" - next - edit "McAfee-Internet-Security-Suite-FW-Vista-Win7" - set type fw - set guid "BE0ED752-0A0B-3FFF-80EC-B2269063014C" - next - edit "McAfee-Virus-Scan-Enterprise" - set guid "918A2B0B-2C60-4016-A4AB-E868DEABF7F0" - next - edit "Norton-360-2.0-AV" - set guid "A5F1BC7C-EA33-4247-961C-0217208396C4" - next - edit "Norton-360-2.0-FW" - set type fw - set guid "371C0A40-5A0C-4AD2-A6E5-69C02037FBF3" - next - edit "Norton-360-3.0-AV" - set guid "E10A9785-9598-4754-B552-92431C1C35F8" - next - edit "Norton-360-3.0-FW" - set type fw - set guid "7C21A4C9-F61F-4AC4-B722-A6E19C16F220" - next - edit "Norton-Internet-Security-AV" - set guid "E10A9785-9598-4754-B552-92431C1C35F8" - next - edit "Norton-Internet-Security-FW" - set type fw - set guid "7C21A4C9-F61F-4AC4-B722-A6E19C16F220" - next - edit "Norton-Internet-Security-AV-Vista-Win7" - set guid "88C95A36-8C3B-2F2C-1B8B-30FCCFDC4855" - next - edit "Norton-Internet-Security-FW-Vista-Win7" - set type fw - set guid "B0F2DB13-C654-2E74-30D4-99C9310F0F2E" - next - edit "Symantec-Endpoint-Protection-AV" - set guid "FB06448E-52B8-493A-90F3-E43226D3305C" - next - edit "Symantec-Endpoint-Protection-FW" - set type fw - set guid "BE898FE3-CD0B-4014-85A9-03DB9923DDB6" - next - edit "Symantec-Endpoint-Protection-AV-Vista-Win7" - set guid "88C95A36-8C3B-2F2C-1B8B-30FCCFDC4855" - next - edit "Symantec-Endpoint-Protection-FW-Vista-Win7" - set type fw - set guid "B0F2DB13-C654-2E74-30D4-99C9310F0F2E" - next - edit "Panda-Antivirus+Firewall-2008-AV" - set guid "EEE2D94A-D4C1-421A-AB2C-2CE8FE51747A" - next - edit "Panda-Antivirus+Firewall-2008-FW" - set type fw - set guid "7B090DC0-8905-4BAF-8040-FD98A41C8FB8" - next - edit "Panda-Internet-Security-AV" - set guid "4570FB70-5C9E-47E9-B16C-A3A6A06C4BF0" - next - edit "Panda-Internet-Security-2006~2007-FW" - set type fw - set guid "4570FB70-5C9E-47E9-B16C-A3A6A06C4BF0" - next - edit "Panda-Internet-Security-2008~2009-FW" - set type fw - set guid "7B090DC0-8905-4BAF-8040-FD98A41C8FB8" - next - edit "Sophos-Anti-Virus" - set guid "3F13C776-3CBE-4DE9-8BF6-09E5183CA2BD" - next - edit "Sophos-Enpoint-Secuirty-and-Control-FW" - set type fw - set guid "0786E95E-326A-4524-9691-41EF88FB52EA" - next - edit "Sophos-Enpoint-Secuirty-and-Control-AV-Vista-Win7" - set guid "479CCF92-4960-B3E0-7373-BF453B467D2C" - next - edit "Sophos-Enpoint-Secuirty-and-Control-FW-Vista-Win7" - set type fw - set guid "7FA74EB7-030F-B2B8-582C-1670C5953A57" - next - edit "Trend-Micro-AV" - set guid "7D2296BC-32CC-4519-917E-52E652474AF5" - next - edit "Trend-Micro-FW" - set type fw - set guid "3E790E9E-6A5D-4303-A7F9-185EC20F3EB6" - next - edit "Trend-Micro-AV-Vista-Win7" - set guid "48929DFC-7A52-A34F-8351-C4DBEDBD9C50" - next - edit "Trend-Micro-FW-Vista-Win7" - set type fw - set guid "70A91CD9-303D-A217-A80E-6DEE136EDB2B" - next - edit "ZoneAlarm-AV" - set guid "5D467B10-818C-4CAB-9FF7-6893B5B8F3CF" - next - edit "ZoneAlarm-FW" - set type fw - set guid "829BDA32-94B3-44F4-8446-F8FCFF809F8B" - next - edit "ZoneAlarm-AV-Vista-Win7" - set guid "D61596DF-D219-341C-49B3-AD30538CBC5B" - next - edit "ZoneAlarm-FW-Vista-Win7" - set type fw - set guid "EE2E17FA-9876-3544-62EC-0405AD5FFB20" - next - edit "ESET-Smart-Security-AV" - set guid "19259FAE-8396-A113-46DB-15B0E7DFA289" - next - edit "ESET-Smart-Security-FW" - set type fw - set guid "211E1E8B-C9F9-A04B-6D84-BC85190CE5F2" - next -end -config vpn ssl web portal - edit "full-access" - set tunnel-mode enable - set ipv6-tunnel-mode enable - set web-mode enable - set ip-pools "SSLVPN_TUNNEL_ADDR1" - set ipv6-pools "SSLVPN_TUNNEL_IPv6_ADDR1" - set page-layout double-column - next - edit "web-access" - set web-mode enable - next - edit "tunnel-access" - set tunnel-mode enable - set ipv6-tunnel-mode enable - set ip-pools "SSLVPN_TUNNEL_ADDR1" - set ipv6-pools "SSLVPN_TUNNEL_IPv6_ADDR1" - next -end -config vpn ssl settings - set servercert "self-sign" - set port 443 -end -config voip profile - edit "default" - set comment "Default VoIP profile." - next - edit "strict" - config sip - set malformed-request-line discard - set malformed-header-via discard - set malformed-header-from discard - set malformed-header-to discard - set malformed-header-call-id discard - set malformed-header-cseq discard - set malformed-header-rack discard - set malformed-header-rseq discard - set malformed-header-contact discard - set malformed-header-record-route discard - set malformed-header-route discard - set malformed-header-expires discard - set malformed-header-content-type discard - set malformed-header-content-length discard - set malformed-header-max-forwards discard - set malformed-header-allow discard - set malformed-header-p-asserted-identity discard - set malformed-header-sdp-v discard - set malformed-header-sdp-o discard - set malformed-header-sdp-s discard - set malformed-header-sdp-i discard - set malformed-header-sdp-c discard - set malformed-header-sdp-b discard - set malformed-header-sdp-z discard - set malformed-header-sdp-k discard - set malformed-header-sdp-a discard - set malformed-header-sdp-t discard - set malformed-header-sdp-r discard - set malformed-header-sdp-m discard - end - next -end -config webfilter profile - edit "default" - set comment "Default web filtering." - set post-action comfort - config ftgd-wf - config filters - edit 1 - set category 2 - set action warning - next - edit 2 - set category 7 - set action warning - next - edit 3 - set category 8 - set action warning - next - edit 4 - set category 9 - set action warning - next - edit 5 - set category 11 - set action warning - next - edit 6 - set category 12 - set action warning - next - edit 7 - set category 13 - set action warning - next - edit 8 - set category 14 - set action warning - next - edit 9 - set category 15 - set action warning - next - edit 10 - set category 16 - set action warning - next - edit 11 - set action warning - next - edit 12 - set category 57 - set action warning - next - edit 13 - set category 63 - set action warning - next - edit 14 - set category 64 - set action warning - next - edit 15 - set category 65 - set action warning - next - edit 16 - set category 66 - set action warning - next - edit 17 - set category 67 - set action warning - next - edit 18 - set category 26 - set action block - next - end - end - next - edit "web-filter-flow" - set comment "Flow-based web filter profile." - set inspection-mode flow-based - set post-action comfort - config ftgd-wf - config filters - edit 1 - set category 2 - next - edit 2 - set category 7 - next - edit 3 - set category 8 - next - edit 4 - set category 9 - next - edit 5 - set category 11 - next - edit 6 - set category 12 - next - edit 7 - set category 13 - next - edit 8 - set category 14 - next - edit 9 - set category 15 - next - edit 10 - set category 16 - next - edit 11 - next - edit 12 - set category 57 - next - edit 13 - set category 63 - next - edit 14 - set category 64 - next - edit 15 - set category 65 - next - edit 16 - set category 66 - next - edit 17 - set category 67 - next - edit 18 - set category 26 - set action block - next - end - end - next - edit "monitor-all" - set comment "Monitor and log all visited URLs, proxy-based." - config ftgd-wf - unset options - config filters - edit 1 - set category 1 - next - edit 2 - set category 3 - next - edit 3 - set category 4 - next - edit 4 - set category 5 - next - edit 5 - set category 6 - next - edit 6 - set category 12 - next - edit 7 - set category 59 - next - edit 8 - set category 62 - next - edit 9 - set category 83 - next - edit 10 - set category 2 - next - edit 11 - set category 7 - next - edit 12 - set category 8 - next - edit 13 - set category 9 - next - edit 14 - set category 11 - next - edit 15 - set category 13 - next - edit 16 - set category 14 - next - edit 17 - set category 15 - next - edit 18 - set category 16 - next - edit 19 - set category 57 - next - edit 20 - set category 63 - next - edit 21 - set category 64 - next - edit 22 - set category 65 - next - edit 23 - set category 66 - next - edit 24 - set category 67 - next - edit 25 - set category 19 - next - edit 26 - set category 24 - next - edit 27 - set category 25 - next - edit 28 - set category 72 - next - edit 29 - set category 75 - next - edit 30 - set category 76 - next - edit 31 - set category 26 - next - edit 32 - set category 61 - next - edit 33 - set category 86 - next - edit 34 - set category 17 - next - edit 35 - set category 18 - next - edit 36 - set category 20 - next - edit 37 - set category 23 - next - edit 38 - set category 28 - next - edit 39 - set category 29 - next - edit 40 - set category 30 - next - edit 41 - set category 33 - next - edit 42 - set category 34 - next - edit 43 - set category 35 - next - edit 44 - set category 36 - next - edit 45 - set category 37 - next - edit 46 - set category 38 - next - edit 47 - set category 39 - next - edit 48 - set category 40 - next - edit 49 - set category 42 - next - edit 50 - set category 44 - next - edit 51 - set category 46 - next - edit 52 - set category 47 - next - edit 53 - set category 48 - next - edit 54 - set category 54 - next - edit 55 - set category 55 - next - edit 56 - set category 58 - next - edit 57 - set category 68 - next - edit 58 - set category 69 - next - edit 59 - set category 70 - next - edit 60 - set category 71 - next - edit 61 - set category 77 - next - edit 62 - set category 78 - next - edit 63 - set category 79 - next - edit 64 - set category 80 - next - edit 65 - set category 82 - next - edit 66 - set category 85 - next - edit 67 - set category 87 - next - edit 68 - set category 31 - next - edit 69 - set category 41 - next - edit 70 - set category 43 - next - edit 71 - set category 49 - next - edit 72 - set category 50 - next - edit 73 - set category 51 - next - edit 74 - set category 52 - next - edit 75 - set category 53 - next - edit 76 - set category 56 - next - edit 77 - set category 81 - next - edit 78 - set category 84 - next - edit 79 - next - end - end - set log-all-url enable - set web-content-log disable - set web-filter-activex-log disable - set web-filter-command-block-log disable - set web-filter-cookie-log disable - set web-filter-applet-log disable - set web-filter-jscript-log disable - set web-filter-js-log disable - set web-filter-vbs-log disable - set web-filter-unknown-log disable - set web-filter-referer-log disable - set web-filter-cookie-removal-log disable - set web-url-log disable - set web-invalid-domain-log disable - set web-ftgd-err-log disable - set web-ftgd-quota-usage disable - next - edit "flow-monitor-all" - set comment "Monitor and log all visited URLs, flow-based." - set inspection-mode flow-based - config ftgd-wf - unset options - config filters - edit 1 - set category 1 - next - edit 2 - set category 3 - next - edit 3 - set category 4 - next - edit 4 - set category 5 - next - edit 5 - set category 6 - next - edit 6 - set category 12 - next - edit 7 - set category 59 - next - edit 8 - set category 62 - next - edit 9 - set category 83 - next - edit 10 - set category 2 - next - edit 11 - set category 7 - next - edit 12 - set category 8 - next - edit 13 - set category 9 - next - edit 14 - set category 11 - next - edit 15 - set category 13 - next - edit 16 - set category 14 - next - edit 17 - set category 15 - next - edit 18 - set category 16 - next - edit 19 - set category 57 - next - edit 20 - set category 63 - next - edit 21 - set category 64 - next - edit 22 - set category 65 - next - edit 23 - set category 66 - next - edit 24 - set category 67 - next - edit 25 - set category 19 - next - edit 26 - set category 24 - next - edit 27 - set category 25 - next - edit 28 - set category 72 - next - edit 29 - set category 75 - next - edit 30 - set category 76 - next - edit 31 - set category 26 - next - edit 32 - set category 61 - next - edit 33 - set category 86 - next - edit 34 - set category 17 - next - edit 35 - set category 18 - next - edit 36 - set category 20 - next - edit 37 - set category 23 - next - edit 38 - set category 28 - next - edit 39 - set category 29 - next - edit 40 - set category 30 - next - edit 41 - set category 33 - next - edit 42 - set category 34 - next - edit 43 - set category 35 - next - edit 44 - set category 36 - next - edit 45 - set category 37 - next - edit 46 - set category 38 - next - edit 47 - set category 39 - next - edit 48 - set category 40 - next - edit 49 - set category 42 - next - edit 50 - set category 44 - next - edit 51 - set category 46 - next - edit 52 - set category 47 - next - edit 53 - set category 48 - next - edit 54 - set category 54 - next - edit 55 - set category 55 - next - edit 56 - set category 58 - next - edit 57 - set category 68 - next - edit 58 - set category 69 - next - edit 59 - set category 70 - next - edit 60 - set category 71 - next - edit 61 - set category 77 - next - edit 62 - set category 78 - next - edit 63 - set category 79 - next - edit 64 - set category 80 - next - edit 65 - set category 82 - next - edit 66 - set category 85 - next - edit 67 - set category 87 - next - edit 68 - set category 31 - next - edit 69 - set category 41 - next - edit 70 - set category 43 - next - edit 71 - set category 49 - next - edit 72 - set category 50 - next - edit 73 - set category 51 - next - edit 74 - set category 52 - next - edit 75 - set category 53 - next - edit 76 - set category 56 - next - edit 77 - set category 81 - next - edit 78 - set category 84 - next - edit 79 - next - end - end - set log-all-url enable - set web-content-log disable - set web-filter-activex-log disable - set web-filter-command-block-log disable - set web-filter-cookie-log disable - set web-filter-applet-log disable - set web-filter-jscript-log disable - set web-filter-js-log disable - set web-filter-vbs-log disable - set web-filter-unknown-log disable - set web-filter-referer-log disable - set web-filter-cookie-removal-log disable - set web-url-log disable - set web-invalid-domain-log disable - set web-ftgd-err-log disable - set web-ftgd-quota-usage disable - next -end -config webfilter override -end -config webfilter override-user -end -config webfilter ftgd-warning -end -config webfilter ftgd-local-rating -end -config webfilter search-engine - edit "google" - set hostname ".*\\.google\\..*" - set url "^\\/((custom|search|images|videosearch|webhp)\\?)" - set query "q=" - set safesearch url - set safesearch-str "&safe=active" - next - edit "yahoo" - set hostname ".*\\.yahoo\\..*" - set url "^\\/search(\\/video|\\/images){0,1}(\\?|;)" - set query "p=" - set safesearch url - set safesearch-str "&vm=r" - next - edit "bing" - set hostname "www\\.bing\\.com" - set url "^(\\/images|\\/videos)?(\\/search|\\/async|\\/asyncv2)\\?" - set query "q=" - set safesearch url - set safesearch-str "&adlt=strict" - next - edit "yandex" - set hostname "yandex\\..*" - set url "^\\/(yand|images\\/|video\\/)(search)\\?" - set query "text=" - set safesearch url - set safesearch-str "&family=yes" - next - edit "youtube" - set hostname ".*\\.youtube\\..*" - set safesearch header - next - edit "baidu" - set hostname ".*\\.baidu\\.com" - set url "^\\/s?\\?" - set query "wd=" - next - edit "baidu2" - set hostname ".*\\.baidu\\.com" - set url "^\\/(ns|q|m|i|v)\\?" - set query "word=" - next - edit "baidu3" - set hostname "tieba\\.baidu\\.com" - set url "^\\/f\\?" - set query "kw=" - next -end -config antivirus settings - set grayware enable -end -config antivirus profile - edit "default" - set comment "Scan files and block viruses." - config http - set options scan - end - config ftp - set options scan - end - config imap - set options scan - end - config pop3 - set options scan - end - config smtp - set options scan - end - next -end -config spamfilter profile - edit "default" - set comment "Malware and phishing URL filtering." - next -end -config report layout - edit "default" - set title "FortiGate System Analysis Report" - set style-theme "default-report" - set options include-table-of-content view-chart-as-heading - set format pdf - config page - set paper letter - set page-break-before heading1 - config header - config header-item - edit 1 - set type image - set style "header-image" - set img-src "fortinet_logo_small.png" - next - end - end - config footer - config footer-item - edit 1 - set style "footer-text" - set content "FortiGate ${schedule_type} Security Report - Host Name: ${hostname}" - next - edit 2 - set style "footer-pageno" - next - end - end - end - config body-item - edit 101 - set type image - set style "report-cover1" - set img-src "fortigate_log.png" - next - edit 103 - set style "report-cover2" - set content "FortiGate ${schedule_type} Security Report" - next - edit 105 - set style "report-cover3" - set content "Report Date: ${started_time}" - next - edit 107 - set style "report-cover3" - set content "Data Range: ${report_data_range} (${hostname})" - next - edit 109 - set style "report-cover3" - set content "${vdom}" - next - edit 111 - set type image - set style "report-cover4" - set img-src "fortinet_logo_small.png" - next - edit 121 - set type misc - set misc-component page-break - next - edit 301 - set text-component heading1 - set content "Bandwidth and Applications" - next - edit 311 - set type chart - set chart "traffic.bandwidth.history_c" - next - edit 321 - set type chart - set chart "traffic.sessions.history_c" - next - edit 331 - set type chart - set chart "traffic.statistics" - next - edit 411 - set type chart - set chart "traffic.bandwidth.apps_c" - next - edit 421 - set type chart - set chart "traffic.bandwidth.cats_c" - next - edit 511 - set type chart - set chart "traffic.bandwidth.users_c" - next - edit 521 - set type chart - set chart "traffic.users.history.hour_c" - next - edit 611 - set type chart - set chart "traffic.bandwidth.destinations_tab" - next - edit 1001 - set text-component heading1 - set content "Web Usage" - next - edit 1011 - set type chart - set chart "web.allowed-request.sites_c" - next - edit 1021 - set type chart - set chart "web.bandwidth.sites_c" - next - edit 1031 - set type chart - set chart "web.blocked-request.sites_c" - next - edit 1041 - set type chart - set chart "web.blocked-request.users_c" - next - edit 1051 - set type chart - set chart "web.requests.users_c" - next - edit 1061 - set type chart - set chart "web.bandwidth.users_c" - next - edit 1071 - set type chart - set chart "web.bandwidth.stream-sites_c" - next - edit 1301 - set text-component heading1 - set content "Emails" - next - edit 1311 - set type chart - set chart "email.request.senders_c" - next - edit 1321 - set type chart - set chart "email.bandwidth.senders_c" - next - edit 1331 - set type chart - set chart "email.request.recipients_c" - next - edit 1341 - set type chart - set chart "email.bandwidth.recipients_c" - next - edit 1501 - set text-component heading1 - set content "Threats" - next - edit 1511 - set type chart - set top-n 80 - set chart "virus.count.viruses_c" - next - edit 1531 - set type chart - set top-n 80 - set chart "virus.count.users_c" - next - edit 1541 - set type chart - set top-n 80 - set chart "virus.count.sources_c" - next - edit 1551 - set type chart - set chart "virus.count.history_c" - next - edit 1561 - set type chart - set top-n 80 - set chart "botnet.count_c" - next - edit 1571 - set type chart - set top-n 80 - set chart "botnet.count.users_c" - next - edit 1581 - set type chart - set top-n 80 - set chart "botnet.count.sources_c" - next - edit 1591 - set type chart - set chart "botnet.count.history_c" - next - edit 1601 - set type chart - set top-n 80 - set chart "attack.count.attacks_c" - next - edit 1611 - set type chart - set top-n 80 - set chart "attack.count.victims_c" - next - edit 1621 - set type chart - set top-n 80 - set chart "attack.count.source_bar_c" - next - edit 1631 - set type chart - set chart "attack.count.blocked_attacks_c" - next - edit 1641 - set type chart - set chart "attack.count.severity_c" - next - edit 1651 - set type chart - set chart "attack.count.history_c" - next - edit 1701 - set text-component heading1 - set content "VPN Usage" - next - edit 1711 - set type chart - set top-n 80 - set chart "vpn.bandwidth.static-tunnels_c" - next - edit 1721 - set type chart - set top-n 80 - set chart "vpn.bandwidth.dynamic-tunnels_c" - next - edit 1731 - set type chart - set top-n 80 - set chart "vpn.bandwidth.ssl-tunnel.users_c" - next - edit 1741 - set type chart - set top-n 80 - set chart "vpn.bandwidth.ssl-web.users_c" - next - edit 1901 - set text-component heading1 - set content "Admin Login and System Events" - next - edit 1911 - set type chart - set top-n 80 - set chart "event.login.summary_c" - next - edit 1931 - set type chart - set top-n 80 - set chart "event.failed.login_c" - next - edit 1961 - set type chart - set top-n 80 - set chart "event.system.group_events_c" - next - end - next -end -config wanopt settings - set host-id "default-id" -end -config wanopt profile - edit "default" - set comments "Default WANopt profile." - next -end -config firewall schedule recurring - edit "always" - set day sunday monday tuesday wednesday thursday friday saturday - next - edit "none" - set day none - next -end -config firewall profile-protocol-options - edit "default" - set comment "All default services." - config http - set ports 80 - unset options - unset post-lang - end - config ftp - set ports 21 - set options splice - end - config imap - set ports 143 - set options fragmail - end - config mapi - set ports 135 - set options fragmail - end - config pop3 - set ports 110 - set options fragmail - end - config smtp - set ports 25 - set options fragmail splice - end - config nntp - set ports 119 - set options splice - end - config dns - set ports 53 - end - next -end -config firewall ssl-ssh-profile - edit "deep-inspection" - set comment "Deep inspection." - config https - set ports 443 - end - config ftps - set ports 990 - end - config imaps - set ports 993 - end - config pop3s - set ports 995 - end - config smtps - set ports 465 - end - config ssh - set ports 22 - end - config ssl-exempt - edit 1 - set fortiguard-category 31 - next - edit 2 - set fortiguard-category 33 - next - edit 3 - set fortiguard-category 87 - next - edit 4 - set type address - set address "apple" - next - edit 5 - set type address - set address "appstore" - next - edit 6 - set type address - set address "dropbox.com" - next - edit 7 - set type address - set address "Gotomeeting" - next - edit 8 - set type address - set address "icloud" - next - edit 9 - set type address - set address "itunes" - next - edit 10 - set type address - set address "android" - next - edit 11 - set type address - set address "skype" - next - edit 12 - set type address - set address "swscan.apple.com" - next - edit 13 - set type address - set address "update.microsoft.com" - next - edit 14 - set type address - set address "eease" - next - edit 15 - set type address - set address "google-drive" - next - edit 16 - set type address - set address "google-play" - next - edit 17 - set type address - set address "google-play2" - next - edit 18 - set type address - set address "google-play3" - next - edit 19 - set type address - set address "microsoft" - next - edit 20 - set type address - set address "adobe" - next - edit 21 - set type address - set address "Adobe Login" - next - edit 22 - set type address - set address "fortinet" - next - edit 23 - set type address - set address "googleapis.com" - next - edit 24 - set type address - set address "citrix" - next - edit 25 - set type address - set address "verisign" - next - edit 26 - set type address - set address "Windows update 2" - next - edit 27 - set type address - set address "*.live.com" - next - edit 28 - set type address - set address "auth.gfx.ms" - next - edit 29 - set type address - set address "autoupdate.opera.com" - next - edit 30 - set type address - set address "softwareupdate.vmware.com" - next - edit 31 - set type address - set address "firefox update server" - next - end - next - edit "certificate-inspection" - set comment "SSL handshake inspection." - config https - set ports 443 - set status certificate-inspection - end - config ftps - set ports 990 - set status disable - end - config imaps - set ports 993 - set status disable - end - config pop3s - set ports 995 - set status disable - end - config smtps - set ports 465 - set status disable - end - config ssh - set ports 22 - set status disable - end - next -end -config firewall identity-based-route -end -config firewall policy - edit 1 - set uuid 80a10e7c-d6f0-51e4-d0de-401cf1bf17ad - set srcintf "any" - set dstintf "any" - set srcaddr "hosts" - set dstaddr "all" - set action accept - set schedule "always" - set service "HTTP" - next -end -config firewall local-in-policy -end -config firewall policy6 -end -config firewall local-in-policy6 -end -config firewall ttl-policy -end -config firewall policy64 -end -config firewall policy46 -end -config firewall explicit-proxy-policy -end -config firewall interface-policy -end -config firewall interface-policy6 -end -config firewall DoS-policy -end -config firewall DoS-policy6 -end -config firewall sniffer -end -config endpoint-control profile - edit "default" - config forticlient-winmac-settings - set forticlient-wf-profile "default" - end - config forticlient-android-settings - end - config forticlient-ios-settings - end - next -end -config wireless-controller wids-profile - edit "default" - set comment "Default WIDS profile." - set ap-scan enable - set wireless-bridge enable - set deauth-broadcast enable - set null-ssid-probe-resp enable - set long-duration-attack enable - set invalid-mac-oui enable - set weak-wep-iv enable - set auth-frame-flood enable - set assoc-frame-flood enable - set spoofed-deauth enable - set asleap-attack enable - set eapol-start-flood enable - set eapol-logoff-flood enable - set eapol-succ-flood enable - set eapol-fail-flood enable - set eapol-pre-succ-flood enable - set eapol-pre-fail-flood enable - next - edit "default-wids-apscan-enabled" - set ap-scan enable - next -end -config wireless-controller wtp-profile - edit "11n-only" - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP112B-default" - config platform - set type 112B - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP220B-default" - set ap-country US - config radio-1 - set band 802.11n-5G - end - config radio-2 - set band 802.11n - end - next - edit "FAP223B-default" - config platform - set type 223B - end - set ap-country US - config radio-1 - set band 802.11n-5G - end - config radio-2 - set band 802.11n - end - next - edit "FAP210B-default" - config platform - set type 210B - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP222B-default" - config platform - set type 222B - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11n-5G - end - next - edit "FAP320B-default" - config platform - set type 320B - end - set ap-country US - config radio-1 - set band 802.11n-5G - end - config radio-2 - set band 802.11n - end - next - edit "FAP11C-default" - config platform - set type 11C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP14C-default" - config platform - set type 14C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP28C-default" - config platform - set type 28C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP320C-default" - config platform - set type 320C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next - edit "FAP221C-default" - config platform - set type 221C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next - edit "FAP25D-default" - config platform - set type 25D - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP222C-default" - config platform - set type 222C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next - edit "FAP224D-default" - config platform - set type 224D - end - set ap-country US - config radio-1 - set band 802.11n-5G - end - config radio-2 - set band 802.11n - end - next - edit "FK214B-default" - config platform - set type 214B - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP21D-default" - config platform - set type 21D - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP24D-default" - config platform - set type 24D - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP112D-default" - config platform - set type 112D - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP223C-default" - config platform - set type 223C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next - edit "FAP321C-default" - config platform - set type 321C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next - edit "FAPC220C-default" - config platform - set type C220C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next -end -config log memory setting - set status disable -end -config log disk setting - set status enable -end -config router rip - config redistribute "connected" - end - config redistribute "static" - end - config redistribute "ospf" - end - config redistribute "bgp" - end - config redistribute "isis" - end -end -config router ripng - config redistribute "connected" - end - config redistribute "static" - end - config redistribute "ospf" - end - config redistribute "bgp" - end - config redistribute "isis" - end -end -config router static - edit 1 - set gateway 192.168.76.1 - set device "port1" - next -end -config router ospf - config redistribute "connected" - end - config redistribute "static" - end - config redistribute "rip" - end - config redistribute "bgp" - end - config redistribute "isis" - end -end -config router ospf6 - config redistribute "connected" - end - config redistribute "static" - end - config redistribute "rip" - end - config redistribute "bgp" - end - config redistribute "isis" - end -end -config router bgp - config redistribute "connected" - end - config redistribute "rip" - end - config redistribute "ospf" - end - config redistribute "static" - end - config redistribute "isis" - end - config redistribute6 "connected" - end - config redistribute6 "rip" - end - config redistribute6 "ospf" - end - config redistribute6 "static" - end - config redistribute6 "isis" - end -end -config router isis - config redistribute "connected" - end - config redistribute "rip" - end - config redistribute "ospf" - end - config redistribute "bgp" - end - config redistribute "static" - end -end -config router multicast -end \ No newline at end of file diff --git a/test/unit/fortios/merge_good.conf b/test/unit/fortios/merge_good.conf deleted file mode 100644 index 0bbddf9c8..000000000 --- a/test/unit/fortios/merge_good.conf +++ /dev/null @@ -1,170 +0,0 @@ -config firewall address - edit "SSLVPN_TUNNEL_ADDR1" - set uuid 14ab4b18-d0bc-51e4-42cc-e6268d0c3020 - set type iprange - set start-ip 10.212.134.200 - set end-ip 10.212.134.210 - next - edit "all" - set uuid 14ab6396-d0bc-51e4-303f-a22a56b1b1f0 - next - edit "apple" - set uuid 14ab6c9c-d0bc-51e4-ab3c-b4a5ebc7b3d8 - set type fqdn - set fqdn "*.apple.com" - next - edit "dropbox.com" - set uuid 14ab7106-d0bc-51e4-bee2-22d724c1149e - set type fqdn - set fqdn "*.dropbox.com" - next - edit "Gotomeeting" - set uuid 14ab7534-d0bc-51e4-8b80-57efd48d6a1d - set type fqdn - set fqdn "*.gotomeeting.com" - next - edit "icloud" - set uuid 14ab7962-d0bc-51e4-7b12-f830ed19cebc - set type fqdn - set fqdn "*.icloud.com" - next - edit "itunes" - set uuid 14ab7d7c-d0bc-51e4-9a5a-1cdc1e3aa425 - set type fqdn - set fqdn "*itunes.apple.com" - next - edit "android" - set uuid 14ab82f4-d0bc-51e4-2ea7-fd6a490020c7 - set type fqdn - set fqdn "*.android.com" - next - edit "skype" - set uuid 14ab87fe-d0bc-51e4-1463-3fedbf794ba4 - set type fqdn - set fqdn "*.messenger.live.com" - next - edit "swscan.apple.com" - set uuid 14ab8c22-d0bc-51e4-3aa5-092d2aa70543 - set type fqdn - set fqdn "swscan.apple.com" - next - edit "update.microsoft.com" - set uuid 14ab9046-d0bc-51e4-502b-34f428147fcc - set type fqdn - set fqdn "update.microsoft.com" - next - edit "appstore" - set uuid 14ab9460-d0bc-51e4-fde5-6bfec2054e7c - set type fqdn - set fqdn "*.appstore.com" - next - edit "eease" - set uuid 14ab987a-d0bc-51e4-6475-044176a9c484 - set type fqdn - set fqdn "*.eease.com" - next - edit "google-drive" - set uuid 14ab9c94-d0bc-51e4-bd96-c87043788769 - set type fqdn - set fqdn "*drive.google.com" - next - edit "google-play" - set uuid 14aba0a4-d0bc-51e4-df4f-815e9e59002b - set type fqdn - set fqdn "play.google.com" - next - edit "google-play2" - set uuid 14aba4be-d0bc-51e4-334e-19dfeed1da37 - set type fqdn - set fqdn "*.ggpht.com" - next - edit "google-play3" - set uuid 14aba8ce-d0bc-51e4-a44d-e52c963127e9 - set type fqdn - set fqdn "*.books.google.com" - next - edit "microsoft" - set uuid 14abace8-d0bc-51e4-861c-53e4c6f97f2c - set type fqdn - set fqdn "*.microsoft.com" - next - edit "adobe" - set uuid 14abb0f8-d0bc-51e4-8f52-5828ef1739f0 - set type fqdn - set fqdn "*.adobe.com" - next - edit "Adobe Login" - set uuid 14abb508-d0bc-51e4-6d68-0d16caaa6a50 - set type fqdn - set fqdn "*.adobelogin.com" - next - edit "fortinet" - set uuid 14abb918-d0bc-51e4-6ddf-088ff0d0d63a - set type fqdn - set fqdn "*.fortinet.com" - next - edit "googleapis.com" - set uuid 14abbd32-d0bc-51e4-ef13-99e9aca25675 - set type fqdn - set fqdn "*.googleapis.com" - next - edit "citrix" - set uuid 14abc142-d0bc-51e4-24b7-2bf9195c781f - set type fqdn - set fqdn "*.citrixonline.com" - next - edit "verisign" - set uuid 14abc552-d0bc-51e4-34bd-d27697a15f0d - set type fqdn - set fqdn "*.verisign.com" - next - edit "Windows update 2" - set uuid 14abc96c-d0bc-51e4-20ec-bb9ccb34d43e - set type fqdn - set fqdn "*.windowsupdate.com" - next - edit "*.live.com" - set uuid 14abcd86-d0bc-51e4-b673-5442c5b749e3 - set type fqdn - set fqdn "*.live.com" - next - edit "auth.gfx.ms" - set uuid 14abd196-d0bc-51e4-7db4-42298470181d - set type fqdn - set fqdn "auth.gfx.ms" - next - edit "autoupdate.opera.com" - set uuid 14abd5b0-d0bc-51e4-e312-925574ac450a - set type fqdn - set fqdn "autoupdate.opera.com" - next - edit "softwareupdate.vmware.com" - set uuid 14abd9ca-d0bc-51e4-c4f3-4523961ea3ef - set type fqdn - set fqdn "softwareupdate.vmware.com" - next - edit "firefox update server" - set uuid 14abdde4-d0bc-51e4-5f31-012b6025ebe4 - set type fqdn - set fqdn "aus*.mozilla.org" - next - edit "host2" - set uuid a77e1942-db8f-51e4-6305-65ac867a3d30 - set subnet 1.1.1.3 255.255.255.255 - next - edit "host3" - set uuid a77e1dfc-db8f-51e4-a149-0c3b3701c0e3 - set subnet 1.1.1.3 255.255.255.255 - next - edit "host4" - set subnet 1.1.1.4 255.255.255.255 - next - edit "host5" - set subnet 1.1.1.5 255.255.255.255 - next -end -config firewall addrgrp - edit "hosts" - set member "host2" "host3" "host4" "host5" - next -end diff --git a/test/unit/fortios/merge_good.diff b/test/unit/fortios/merge_good.diff deleted file mode 100644 index b81c3ba72..000000000 --- a/test/unit/fortios/merge_good.diff +++ /dev/null @@ -1,15 +0,0 @@ - config firewall address - delete host4 - delete host5 - edit none - set subnet 0.0.0.0 255.255.255.255 - next - edit host1 - set subnet 1.1.1.1 255.255.255.255 - next - end - config firewall addrgrp - edit hosts - set member "host2" "host3" "host1" - next - end diff --git a/test/unit/fortios/merge_typo.conf b/test/unit/fortios/merge_typo.conf deleted file mode 100644 index 1c28ad6ef..000000000 --- a/test/unit/fortios/merge_typo.conf +++ /dev/null @@ -1,170 +0,0 @@ -config firewl address - edit "SSLVPN_TUNNEL_ADDR1" - set uuid 14ab4b18-d0bc-51e4-42cc-e6268d0c3020 - set type iprange - set start-ip 10.212.134.200 - set end-ip 10.212.134.210 - next - edit "all" - set uuid 14ab6396-d0bc-51e4-303f-a22a56b1b1f0 - next - edit "apple" - set uuid 14ab6c9c-d0bc-51e4-ab3c-b4a5ebc7b3d8 - set type fqdn - set fqdn "*.apple.com" - next - edit "dropbox.com" - set uuid 14ab7106-d0bc-51e4-bee2-22d724c1149e - set type fqdn - set fqdn "*.dropbox.com" - next - edit "Gotomeeting" - set uuid 14ab7534-d0bc-51e4-8b80-57efd48d6a1d - set type fqdn - set fqdn "*.gotomeeting.com" - next - edit "icloud" - set uuid 14ab7962-d0bc-51e4-7b12-f830ed19cebc - set type fqdn - set fqdn "*.icloud.com" - next - edit "itunes" - set uuid 14ab7d7c-d0bc-51e4-9a5a-1cdc1e3aa425 - set type fqdn - set fqdn "*itunes.apple.com" - next - edit "android" - set uuid 14ab82f4-d0bc-51e4-2ea7-fd6a490020c7 - set type fqdn - set fqdn "*.android.com" - next - edit "skype" - set uuid 14ab87fe-d0bc-51e4-1463-3fedbf794ba4 - set type fqdn - set fqdn "*.messenger.live.com" - next - edit "swscan.apple.com" - set uuid 14ab8c22-d0bc-51e4-3aa5-092d2aa70543 - set type fqdn - set fqdn "swscan.apple.com" - next - edit "update.microsoft.com" - set uuid 14ab9046-d0bc-51e4-502b-34f428147fcc - set type fqdn - set fqdn "update.microsoft.com" - next - edit "appstore" - set uuid 14ab9460-d0bc-51e4-fde5-6bfec2054e7c - set type fqdn - set fqdn "*.appstore.com" - next - edit "eease" - set uuid 14ab987a-d0bc-51e4-6475-044176a9c484 - set type fqdn - set fqdn "*.eease.com" - next - edit "google-drive" - set uuid 14ab9c94-d0bc-51e4-bd96-c87043788769 - set type fqdn - set fqdn "*drive.google.com" - next - edit "google-play" - set uuid 14aba0a4-d0bc-51e4-df4f-815e9e59002b - set type fqdn - set fqdn "play.google.com" - next - edit "google-play2" - set uuid 14aba4be-d0bc-51e4-334e-19dfeed1da37 - set type fqdn - set fqdn "*.ggpht.com" - next - edit "google-play3" - set uuid 14aba8ce-d0bc-51e4-a44d-e52c963127e9 - set type fqdn - set fqdn "*.books.google.com" - next - edit "microsoft" - set uuid 14abace8-d0bc-51e4-861c-53e4c6f97f2c - set type fqdn - set fqdn "*.microsoft.com" - next - edit "adobe" - set uuid 14abb0f8-d0bc-51e4-8f52-5828ef1739f0 - set type fqdn - set fqdn "*.adobe.com" - next - edit "Adobe Login" - set uuid 14abb508-d0bc-51e4-6d68-0d16caaa6a50 - set type fqdn - set fqdn "*.adobelogin.com" - next - edit "fortinet" - set uuid 14abb918-d0bc-51e4-6ddf-088ff0d0d63a - set type fqdn - set fqdn "*.fortinet.com" - next - edit "googleapis.com" - set uuid 14abbd32-d0bc-51e4-ef13-99e9aca25675 - set type fqdn - set fqdn "*.googleapis.com" - next - edit "citrix" - set uuid 14abc142-d0bc-51e4-24b7-2bf9195c781f - set type fqdn - set fqdn "*.citrixonline.com" - next - edit "verisign" - set uuid 14abc552-d0bc-51e4-34bd-d27697a15f0d - set type fqdn - set fqdn "*.verisign.com" - next - edit "Windows update 2" - set uuid 14abc96c-d0bc-51e4-20ec-bb9ccb34d43e - set type fqdn - set fqdn "*.windowsupdate.com" - next - edit "*.live.com" - set uuid 14abcd86-d0bc-51e4-b673-5442c5b749e3 - set type fqdn - set fqdn "*.live.com" - next - edit "auth.gfx.ms" - set uuid 14abd196-d0bc-51e4-7db4-42298470181d - set type fqdn - set fqdn "auth.gfx.ms" - next - edit "autoupdate.opera.com" - set uuid 14abd5b0-d0bc-51e4-e312-925574ac450a - set type fqdn - set fqdn "autoupdate.opera.com" - next - edit "softwareupdate.vmware.com" - set uuid 14abd9ca-d0bc-51e4-c4f3-4523961ea3ef - set type fqdn - set fqdn "softwareupdate.vmware.com" - next - edit "firefox update server" - set uuid 14abdde4-d0bc-51e4-5f31-012b6025ebe4 - set type fqdn - set fqdn "aus*.mozilla.org" - next - edit "host2" - set uuid a77e1942-db8f-51e4-6305-65ac867a3d30 - set subnet 1.1.1.3 255.255.255.255 - next - edit "host3" - set uuid a77e1dfc-db8f-51e4-a149-0c3b3701c0e3 - set subnet 1.1.1.3 255.255.255.255 - next - edit "host4" - set subnet 1.1.1.4 255.255.255.255 - next - edit "host5" - set subnet 1.1.1.5 255.255.255.255 - next -end -config firewall addrgrp - edit "hosts" - set member "host2" "host3" "host4" "host5" - next -end diff --git a/test/unit/fortios/mock_data/diag_hard_sys_mem__grep_Mem.txt b/test/unit/fortios/mock_data/diag_hard_sys_mem__grep_Mem.txt deleted file mode 100644 index 894f1f684..000000000 --- a/test/unit/fortios/mock_data/diag_hard_sys_mem__grep_Mem.txt +++ /dev/null @@ -1 +0,0 @@ -Mem: 8349081600 1204281344 7144800256 0 137478144 329146368 102465536 diff --git a/test/unit/fortios/mock_data/diagnose_hardware_deviceinfo_nic.txt b/test/unit/fortios/mock_data/diagnose_hardware_deviceinfo_nic.txt deleted file mode 100644 index abc4969ea..000000000 --- a/test/unit/fortios/mock_data/diagnose_hardware_deviceinfo_nic.txt +++ /dev/null @@ -1,3 +0,0 @@ -The following NICs are available: - mgmt2 - port1 diff --git a/test/unit/fortios/mock_data/diagnose_hardware_deviceinfo_nic_mgmt2.txt b/test/unit/fortios/mock_data/diagnose_hardware_deviceinfo_nic_mgmt2.txt deleted file mode 100644 index 30d63c6c7..000000000 --- a/test/unit/fortios/mock_data/diagnose_hardware_deviceinfo_nic_mgmt2.txt +++ /dev/null @@ -1,42 +0,0 @@ -Description Broadcom 570x Tigon3 Ethernet Adapter -Part_Number BCM95718 -PHY_Device_ID 5718C -Driver_Name tg3 -Driver_Version 3.85l -PCI_Vendor 0x14e4 -PCI_Device_ID 0x1656 -PCI_Subsystem_Vendor 0x14e4 -PCI_Subsystem_ID 0x1656 -PCI_Revision_ID 0x5717100 -PCI_Address 5:0.1 -Memory 0xefe30000 -IRQ 17 -System_Device_Name mgmt2 -Current_HWaddr 00:09:0f:09:00:01 -Permanent_HWaddr 08:5b:0e:7a:66:83 -Link down -Speed N/A -FlowControl N/A -Rx_Packets 0 -Rx_Packets_Dropped 0 -Tx_Packets 0 -Rx_Bytes 0 -Tx_Bytes 0 -Rx_Errors 0 -Tx_errors 0 -Multicast 0 -Collisions 0 -Rx_Length_Errors 0 -Rx_Over_Errors 0 -Rx_Frame_Errors 0 -Tx_aborted_Errors 0 -Tx_carrier_errors 0 -Rx_CRC_Errors 0 -rx_pending 200 -tx_pending 511 -tg3_flags a648e425 -tg3_flags2 180c9600 -tg3_flags3 00603003 -rx_rcb_ptr 00000000 -rx_producer 00000000 -num_reset 0 diff --git a/test/unit/fortios/mock_data/diagnose_hardware_deviceinfo_nic_port1.txt b/test/unit/fortios/mock_data/diagnose_hardware_deviceinfo_nic_port1.txt deleted file mode 100644 index 0ae5a3b11..000000000 --- a/test/unit/fortios/mock_data/diagnose_hardware_deviceinfo_nic_port1.txt +++ /dev/null @@ -1,93 +0,0 @@ -Description :FortiASIC NP4 Adapter -Driver Name :FortiASIC Unified NPU Driver -Version :1.0 -PCI Slot :01:00.0 -PCI_Revision_ID :1 -Board :fgt800c -SN :FG800C3914800949 -Major ID :19 -Minor ID :0 -LIF ID :1 -NPU OID :1 -NPU OID_VID :3 -netdev flags :0x00001303 -Current_HWaddr 00:09:0f:09:00:02 -Permanent_HWaddr 08:5b:0e:7a:66:69 -Queue :On -rx_buffer_len :2048 -max_frame_size :1522 -min_frame_size :278 -MTU :1500 -Hidden :No -dyn_lif :0 -npu_cap :0000601f -ses_mask :40027dcb -cmd_in_queue :0 -half_id :1 -phy_addr :0x01 -phy_flags :0x4002 -medium_type :Copper -sw_port :3 -sw_np_port :29 -sw_stats_port :0 -phy_oid :0x01 -slot_id :0x00 -vid_phy[6] :[0003][0000][0000][0000][0000][0000] -vid_fwd[6] :[0000][0000][0000][0000][0000][0000] -oid_fwd[6] :[0000][0000][0000][0000][0000][0000] -========== Link Status ========== -Admin :up -PHY Status :up -PHY Speed :1000 -Duplex :Full -link_status :1 -rx_link_status :1 -remote_fault :0 -local_fault :0 -local_warning :0 -int_phy_link :0 -int_phy_reinit_cnt:0 -link_andone :0 -serdes_mode :SerDes -============ Counters =========== -clst_tx_orig :0 -clst_tx_o_free :0 -clst_tx_redir :0 -clst_tx_rd_free :0 -clst_tx_reply :0 -clst_tx_rp_free :0 -dd_wo_eop :0 -tcp_udp_csum_err:0 -rx_error :0 -rx_crc_error :0 -rx_len_error :0 -rx_carrier :0 -rx_oversize :0 -rx_undersize :0 -tx_collision :0 -ip_sum_offload :0 -ipsec_dec :0 -ipsec_dec_drop :0 -ipsec_antireplay_f:0 -ipsec_antireplay_p:0 -aps_log :0 -Rx Pkts :188895694 -Rx Bytes :82538535564 -Tx Pkts :297621641 -Tx Bytes :236894931491 -Host Rx Pkts :188895680 -Host Rx Bytes :79138411812 -Host Tx Pkts :297622192 -Host Tx Bytes :238680266080 -sw_rx_pkts :188895695 -sw_rx_bytes :934157048 -sw_tx_pkts :297621645 -sw_tx_bytes :671734297 -sw_rx_mc_pkts :166 -sw_rx_bc_pkts :110805703 -sw_np_rx_pkts :416031055 -sw_np_rx_bytes :251347608749 -sw_np_tx_pkts :299701544 -sw_np_tx_bytes :95704383998 -sw_np_rx_mc_pkts:78 -sw_np_rx_bc_pkts:236817338 diff --git a/test/unit/fortios/mock_data/execute_sensor_detail.txt b/test/unit/fortios/mock_data/execute_sensor_detail.txt deleted file mode 100644 index f5b15541b..000000000 --- a/test/unit/fortios/mock_data/execute_sensor_detail.txt +++ /dev/null @@ -1,255 +0,0 @@ - 1 P1V8_SFR_V alarm=0 value=1.8135 threshold_status=0 - type=2/1 - upper_non_recoverable=1.9801 - upper_critical=1.9507 - upper_non_critical=1.8919 - lower_non_critical=1.7155 - lower_critical=1.6567 - lower_non_recoverable=1.6273 - 2 AD_1.2VA alarm=0 value=1.2059 threshold_status=0 - type=2/1 - upper_non_recoverable=1.3235 - upper_critical=1.3039 - upper_non_critical=1.2647 - lower_non_critical=1.1373 - lower_critical=1.1079 - lower_non_recoverable=1.0883 - 3 AD_+12V alarm=0 value=12.1065 threshold_status=0 - type=2/1 - upper_non_recoverable=13.7585 - upper_critical=13.1685 - upper_non_critical=12.6375 - lower_non_critical=11.3985 - lower_critical=10.8085 - lower_non_recoverable=10.2185 - 4 AD_1V_10G alarm=0 value=1.0099 threshold_status=0 - type=2/1 - upper_non_recoverable=1.1079 - upper_critical=1.0883 - upper_non_critical=1.0589 - lower_non_critical=0.9511 - lower_critical=0.9217 - lower_non_recoverable=0.9021 - 5 AD_1.5VA alarm=0 value=1.4999 threshold_status=0 - type=2/1 - upper_non_recoverable=1.6567 - upper_critical=1.6273 - upper_non_critical=1.5783 - lower_non_critical=1.4313 - lower_critical=1.3823 - lower_non_recoverable=1.3529 - 6 AD_1P05_PCH alarm=0 value=1.0491 threshold_status=0 - type=2/1 - upper_non_recoverable=1.1569 - upper_critical=1.1373 - upper_non_critical=1.1079 - lower_non_critical=0.9903 - lower_critical=0.9707 - lower_non_recoverable=0.9511 - 7 AD_1.2VSW alarm=0 value=1.2157 threshold_status=0 - type=2/1 - upper_non_recoverable=1.3235 - upper_critical=1.3039 - upper_non_critical=1.2843 - lower_non_critical=1.1373 - lower_critical=1.1079 - lower_non_recoverable=1.0883 - 8 VCCP alarm=0 value=1.0788 threshold_status=0 - type=2/1 - upper_non_recoverable=1.5117 - upper_critical=1.4649 - upper_non_critical=1.4064 - lower_non_critical=0.6459 - lower_critical=0.6225 - lower_non_recoverable=0.5991 - 9 P1V1_VTT alarm=0 value=1.1118 threshold_status=0 - type=2/1 - upper_non_recoverable=1.2086 - upper_critical=1.1822 - upper_non_critical=1.1558 - lower_non_critical=1.0502 - lower_critical=1.015 - lower_non_recoverable=0.9886 -10 +12V alarm=0 value=12.089762 threshold_status=0 - type=2/1 - upper_non_recoverable=13.825762 - upper_critical=13.205762 - upper_non_critical=12.647762 - lower_non_critical=11.469762 - lower_critical=10.911762 - lower_non_recoverable=10.291762 -11 +5V alarm=0 value=5.05405 threshold_status=0 - type=2/1 - upper_non_recoverable=5.52565 - upper_critical=5.44705 - upper_non_critical=5.42085 - lower_non_critical=4.79205 - lower_critical=4.63485 - lower_non_recoverable=4.53005 -12 P3V3_STBY alarm=0 value=3.33765 threshold_status=0 - type=2/1 - upper_non_recoverable=3.63005 - upper_critical=3.56125 - upper_non_critical=3.47525 - lower_non_critical=3.13125 - lower_critical=3.02805 - lower_non_recoverable=2.95925 -13 DTS CPU alarm=0 value=54 threshold_status=0 - type=1/1 - upper_non_recoverable=85 - upper_critical=80 - upper_non_critical=75 -14 ADT7490 Local alarm=0 value=48 threshold_status=0 - type=1/1 - upper_non_recoverable=80 - upper_critical=75 - upper_non_critical=70 -15 ADT7490 Rem1 alarm=0 value=58 threshold_status=0 - type=1/1 - upper_non_recoverable=85 - upper_critical=80 - upper_non_critical=75 -16 ADT7490 Rem2 alarm=0 value=56 threshold_status=0 - type=1/1 - upper_non_recoverable=82 - upper_critical=77 - upper_non_critical=72 -17 LM75 alarm=0 value=47 threshold_status=0 - type=1/1 - upper_non_recoverable=83 - upper_critical=78 - upper_non_critical=73 -18 Fan 1 alarm=0 value=6700 threshold_status=0 - type=4/1 - upper_non_recoverable=25000 - upper_critical=24000 - upper_non_critical=22000 - lower_non_critical=4000 - lower_critical=3000 - lower_non_recoverable=2000 -19 Fan 2 alarm=0 value=6700 threshold_status=0 - type=4/1 - upper_non_recoverable=25000 - upper_critical=24000 - upper_non_critical=22000 - lower_non_critical=4000 - lower_critical=3000 - lower_non_recoverable=2000 -20 Fan 3 alarm=0 value=6900 threshold_status=0 - type=4/1 - upper_non_recoverable=25000 - upper_critical=24000 - upper_non_critical=22000 - lower_non_critical=4000 - lower_critical=3000 - lower_non_recoverable=2000 -21 Fan 4 alarm=0 value=6900 threshold_status=0 - type=4/1 - upper_non_recoverable=25000 - upper_critical=24000 - upper_non_critical=22000 - lower_non_critical=4000 - lower_critical=3000 - lower_non_recoverable=2000 -22 Fan 5 alarm=0 value=6200 threshold_status=0 - type=4/1 - upper_non_recoverable=25000 - upper_critical=24000 - upper_non_critical=22000 - lower_non_critical=4000 - lower_critical=3000 - lower_non_recoverable=2000 -23 PS1 Temp alarm=0 value=41 threshold_status=0 - type=1/1 - upper_non_recoverable=78 - upper_critical=73 - upper_non_critical=68 -24 PS1 Fan 1 alarm=0 value=6784 threshold_status=0 - type=4/1 - upper_non_recoverable=32000 - upper_critical=29056 - upper_non_critical=26112 - lower_non_critical=1024 - lower_critical=768 - lower_non_recoverable=512 -25 PS1 VIN alarm=0 value=230 threshold_status=0 - type=2/1 - upper_non_recoverable=255 - upper_critical=254 - upper_non_critical=250 - lower_non_critical=38 - lower_critical=36 - lower_non_recoverable=34 -26 PS1 VOUT alarm=0 value=12.032 threshold_status=0 - type=2/1 - upper_non_recoverable=13.229 - upper_critical=12.977 - upper_non_critical=12.662 - lower_non_critical=11.528 - lower_critical=11.15 - lower_non_recoverable=10.898 -27 PS1 Status alarm=0 - type=8/111 - upper_non_recoverable=0 - upper_critical=0 - upper_non_critical=0 -28 PS2 Temp alarm=0 (scanning disabled) - type=1/1 - upper_non_recoverable=78 - upper_critical=73 - upper_non_critical=68 -29 PS2 Fan 1 alarm=0 (scanning disabled) - type=4/1 - upper_non_recoverable=32000 - upper_critical=29056 - upper_non_critical=26112 - lower_non_critical=1024 - lower_critical=768 - lower_non_recoverable=512 -30 PS2 VIN alarm=0 (scanning disabled) - type=2/1 - upper_non_recoverable=255 - upper_critical=254 - upper_non_critical=250 - lower_non_critical=38 - lower_critical=36 - lower_non_recoverable=34 -31 PS2 VOUT alarm=0 (scanning disabled) - type=2/1 - upper_non_recoverable=13.229 - upper_critical=12.977 - upper_non_critical=12.662 - lower_non_critical=11.528 - lower_critical=11.15 - lower_non_recoverable=10.898 -32 PS2 Status alarm=0 (not detected) - type=8/111 - upper_non_recoverable=0 - upper_critical=0 - upper_non_critical=0 -33 INA219 PS1 Vsht alarm=0 value=0.00832 threshold_status=0 - type=2/1 - upper_non_recoverable=0.03232 - upper_critical=0.03104 - upper_non_critical=0.03008 -34 INA219 PS1 Vbus alarm=0 value=12.032 threshold_status=0 - type=2/1 - upper_non_recoverable=13.312 - upper_critical=13.056 - upper_non_critical=12.672 - lower_non_critical=11.392 - lower_critical=11.136 - lower_non_recoverable=10.88 -35 INA219 PS2 Vsht alarm=0 value=0.00032 threshold_status=0 - type=2/1 - upper_non_recoverable=0.03232 - upper_critical=0.03104 - upper_non_critical=0.03008 -36 INA219 PS2 Vbus alarm=0 value=12.032 threshold_status=0 - type=2/1 - upper_non_recoverable=13.312 - upper_critical=13.056 - upper_non_critical=12.672 - lower_non_critical=11.392 - lower_critical=11.136 - lower_non_recoverable=10.88 diff --git a/test/unit/fortios/mock_data/fnsysctl_ifconfig.txt b/test/unit/fortios/mock_data/fnsysctl_ifconfig.txt deleted file mode 100644 index 273f7ae67..000000000 --- a/test/unit/fortios/mock_data/fnsysctl_ifconfig.txt +++ /dev/null @@ -1,509 +0,0 @@ -mgmt1 Link encap:Ethernet HWaddr 08:5B:0E:1C:02:2C - inet addr:10.225.0.101 Bcast:10.225.15.255 Mask:255.255.240.0 - UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:779899549 errors:0 dropped:0 overruns:0 frame:0 - TX packets:9523098 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:100706484996 (93.8 GB) TX bytes:2343371965 (2.2 GB) - Interrupt:16 - -mgmt2 Link encap:Ethernet HWaddr 00:09:0F:09:00:01 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - Interrupt:17 - -wan1 Link encap:Ethernet HWaddr 00:09:0F:09:00:1A - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port1 Link encap:Ethernet HWaddr 00:09:0F:09:00:02 - UP BROADCAST RUNNING PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:63129134 errors:0 dropped:0 overruns:0 frame:0 - TX packets:64114385 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:6998023850 (6.5 GB) TX bytes:8021760304 (7.5 GB) - -wan2 Link encap:Ethernet HWaddr 00:09:0F:09:00:1B - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port2 Link encap:Ethernet HWaddr 00:09:0F:09:00:0D - UP BROADCAST RUNNING PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:56564667 errors:0 dropped:0 overruns:0 frame:0 - TX packets:56562812 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:6108984036 (5.7 GB) TX bytes:6108783696 (5.7 GB) - -port3 Link encap:Ethernet HWaddr 00:09:0F:09:00:13 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port4 Link encap:Ethernet HWaddr 00:09:0F:09:00:14 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port5 Link encap:Ethernet HWaddr 00:09:0F:09:00:15 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port6 Link encap:Ethernet HWaddr 00:09:0F:09:00:16 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port7 Link encap:Ethernet HWaddr 00:09:0F:09:00:17 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port8 Link encap:Ethernet HWaddr 00:09:0F:09:00:18 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port9 Link encap:Ethernet HWaddr 00:09:0F:09:00:19 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port10 Link encap:Ethernet HWaddr 00:09:0F:09:00:03 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port11 Link encap:Ethernet HWaddr 00:09:0F:09:00:04 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port12 Link encap:Ethernet HWaddr 00:09:0F:09:00:05 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port13 Link encap:Ethernet HWaddr 00:09:0F:09:00:06 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port14 Link encap:Ethernet HWaddr 00:09:0F:09:00:07 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port15 Link encap:Ethernet HWaddr 00:09:0F:09:00:08 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port16 Link encap:Ethernet HWaddr 00:09:0F:09:00:09 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port17 Link encap:Ethernet HWaddr 00:09:0F:09:00:0A - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port18 Link encap:Ethernet HWaddr 00:09:0F:09:00:0B - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port19 Link encap:Ethernet HWaddr 00:09:0F:09:00:0C - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port20 Link encap:Ethernet HWaddr 00:09:0F:09:00:0E - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port21 Link encap:Ethernet HWaddr 00:09:0F:09:00:0F - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port22 Link encap:Ethernet HWaddr 00:09:0F:09:00:10 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -port23 Link encap:Ethernet HWaddr 00:09:0F:09:00:11 - UP BROADCAST RUNNING PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:86746961835 errors:0 dropped:0 overruns:0 frame:0 - TX packets:99786157719 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:27883734996518 (25968.8 GB) TX bytes:35320005597799 (32894.3 GB) - -port24 Link encap:Ethernet HWaddr 00:09:0F:09:00:12 - UP BROADCAST PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -root Link encap:Local Loopback - inet addr:127.0.0.1 Mask:255.0.0.0 - UP LOOPBACK RUNNING MTU:16436 Metric:1 - RX packets:352233 errors:0 dropped:0 overruns:0 frame:0 - TX packets:352233 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:1077259718 (1.0 GB) TX bytes:1077259718 (1.0 GB) - -ssl.root Link encap:Point-Point Protocol - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -pub0 Link encap:Ethernet HWaddr 00:09:0F:09:00:11 - inet addr:191.168.32.243 Bcast:193.235.32.255 Mask:255.255.255.240 - UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1 - RX packets:45948704676 errors:0 dropped:0 overruns:0 frame:0 - TX packets:41279349776 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:11620407995936 (10822.3 GB) TX bytes:18790279964525 (17499.8 GB) - -svc0 Link encap:Ethernet HWaddr 00:09:0F:09:00:11 - inet addr:172.20.96.131 Bcast:23.92.96.143 Mask:255.255.255.240 - UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1 - RX packets:40792225191 errors:0 dropped:0 overruns:0 frame:0 - TX packets:58506810107 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:15915591848230 (14822.5 GB) TX bytes:16130582366133 (15022.8 GB) - -vsys_hamgmt Link encap:Local Loopback - inet addr:127.0.0.1 Mask:255.0.0.0 - UP LOOPBACK RUNNING MTU:16436 Metric:1 - RX packets:45 errors:0 dropped:0 overruns:0 frame:0 - TX packets:45 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:11717 (11.4 KB) TX bytes:11717 (11.4 KB) - -MY_VPN Link encap:Unknown - inet addr:10.15.2.100 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1438 Metric:1 - RX packets:3802963042 errors:19403 dropped:0 overruns:0 frame:0 - TX packets:4405184959 errors:18 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:1401932944256 (1305.7 GB) TX bytes:3390894856257 (3158.0 GB) - -vsys_ha Link encap:Local Loopback - inet addr:127.0.0.1 Mask:255.0.0.0 - UP LOOPBACK RUNNING MTU:16436 Metric:1 - RX packets:525955 errors:0 dropped:0 overruns:0 frame:0 - TX packets:525955 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:40507822 (38.6 MB) TX bytes:40507822 (38.6 MB) - -port_ha Link encap:Ethernet HWaddr 08:5B:0E:1C:02:13 - inet addr:169.254.0.1 Bcast:169.254.0.63 Mask:255.255.255.192 - UP BROADCAST RUNNING MULTICAST MTU:1496 Metric:1 - RX packets:6564405 errors:0 dropped:0 overruns:0 frame:0 - TX packets:7551508 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:770850098 (735.1 MB) TX bytes:1882738875 (1.8 GB) - -vsys_fgfm Link encap:Local Loopback - inet addr:127.0.0.1 Mask:255.0.0.0 - UP LOOPBACK RUNNING MTU:16436 Metric:1 - RX packets:0 errors:0 dropped:0 overruns:0 frame:0 - TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:0 (0 Bytes) TX bytes:0 (0 Bytes) - -havdlink0 Link encap:Point-Point Protocol - inet addr:169.254.0.65 Mask:255.255.255.192 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 - RX packets:15886 errors:0 dropped:0 overruns:0 frame:0 - TX packets:9211 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:22847822 (21.8 MB) TX bytes:505250 (493.4 KB) - -havdlink1 Link encap:Point-Point Protocol - inet addr:169.254.0.66 Mask:255.255.255.192 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 - RX packets:9211 errors:0 dropped:0 overruns:0 frame:0 - TX packets:15886 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:100 - RX bytes:505250 (493.4 KB) TX bytes:22847822 (21.8 MB) - -forticlient_3 Link encap:Unknown - inet addr:10.226.0.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1438 Metric:1 - RX packets:15534 errors:0 dropped:0 overruns:0 frame:0 - TX packets:13524 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:2247112 (2.1 MB) TX bytes:71795 (70.1 KB) - -native_2 Link encap:Unknown - inet addr:10.226.1.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1422 Metric:1 - RX packets:91542 errors:0 dropped:0 overruns:0 frame:0 - TX packets:80053 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:12083568 (11.5 MB) TX bytes:15028967 (14.3 MB) - -forticlient_2 Link encap:Unknown - inet addr:10.226.0.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1438 Metric:1 - RX packets:3079 errors:0 dropped:0 overruns:0 frame:0 - TX packets:2042 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:197672 (193.0 KB) TX bytes:132023 (128.9 KB) - -forticlient_0 Link encap:Unknown - inet addr:10.226.0.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1422 Metric:1 - RX packets:13702 errors:0 dropped:0 overruns:0 frame:0 - TX packets:13820 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:2884770 (2.8 MB) TX bytes:10488565 (10.0 MB) - -forticlient_1 Link encap:Unknown - inet addr:10.226.0.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1438 Metric:1 - RX packets:1797 errors:0 dropped:0 overruns:0 frame:0 - TX packets:1788 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:262802 (256.6 KB) TX bytes:524834 (512.5 KB) - -native_0 Link encap:Unknown - inet addr:10.226.1.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1422 Metric:1 - RX packets:44431 errors:0 dropped:0 overruns:0 frame:0 - TX packets:48129 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:12257836 (11.7 MB) TX bytes:39259957 (37.4 MB) - -native_12 Link encap:Unknown - inet addr:10.226.1.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1422 Metric:1 - RX packets:4748 errors:0 dropped:0 overruns:0 frame:0 - TX packets:4486 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:789430 (770.9 KB) TX bytes:1377722 (1.3 MB) - -native_13 Link encap:Unknown - inet addr:10.226.1.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1422 Metric:1 - RX packets:20234 errors:0 dropped:0 overruns:0 frame:0 - TX packets:25601 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:4327094 (4.1 MB) TX bytes:28183480 (26.9 MB) - -forticlient_6 Link encap:Unknown - inet addr:10.226.0.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1438 Metric:1 - RX packets:3077 errors:0 dropped:0 overruns:0 frame:0 - TX packets:2688 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:722376 (705.4 KB) TX bytes:1050853 (1.0 MB) - -native_8 Link encap:Unknown - inet addr:10.226.1.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1422 Metric:1 - RX packets:25861 errors:0 dropped:0 overruns:0 frame:0 - TX packets:30206 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:7341560 (7.0 MB) TX bytes:13828520 (13.2 MB) - -forticlient_7 Link encap:Unknown - inet addr:10.226.0.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1438 Metric:1 - RX packets:3972 errors:0 dropped:0 overruns:0 frame:0 - TX packets:3454 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:1245858 (1.2 MB) TX bytes:2163625 (2.1 MB) - -native_15 Link encap:Unknown - inet addr:10.226.1.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1422 Metric:1 - RX packets:3214 errors:0 dropped:0 overruns:0 frame:0 - TX packets:1413 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:526560 (514.2 KB) TX bytes:918582 (897.1 KB) - -native_3 Link encap:Unknown - inet addr:10.226.1.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1422 Metric:1 - RX packets:8330 errors:0 dropped:0 overruns:0 frame:0 - TX packets:10370 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:1312384 (1.3 MB) TX bytes:9178427 (8.8 MB) - -forticlient_8 Link encap:Unknown - inet addr:10.226.0.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1438 Metric:1 - RX packets:8578 errors:0 dropped:0 overruns:0 frame:0 - TX packets:6398 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:1507782 (1.4 MB) TX bytes:6228587 (5.9 MB) - -forticlient_11 Link encap:Unknown - inet addr:10.226.0.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1438 Metric:1 - RX packets:643 errors:0 dropped:0 overruns:0 frame:0 - TX packets:639 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:132682 (129.6 KB) TX bytes:131218 (128.1 KB) - -forticlient_9 Link encap:Unknown - inet addr:10.226.0.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1438 Metric:1 - RX packets:5923 errors:0 dropped:0 overruns:0 frame:0 - TX packets:3455 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:1228870 (1.2 MB) TX bytes:917637 (896.1 KB) - -native_10 Link encap:Unknown - inet addr:10.226.1.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1422 Metric:1 - RX packets:136 errors:0 dropped:0 overruns:0 frame:0 - TX packets:257 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:1152 (1.1 KB) TX bytes:328002 (320.3 KB) - -forticlient_12 Link encap:Unknown - inet addr:10.226.0.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1438 Metric:1 - RX packets:8193 errors:0 dropped:0 overruns:0 frame:0 - TX packets:13439 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:1376446 (1.3 MB) TX bytes:13829166 (13.2 MB) - -forticlient_4 Link encap:Unknown - inet addr:10.226.0.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1438 Metric:1 - RX packets:2561 errors:0 dropped:0 overruns:0 frame:0 - TX packets:2047 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:1179812 (1.1 MB) TX bytes:1311111 (1.3 MB) - -native_16 Link encap:Unknown - inet addr:10.226.1.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1422 Metric:1 - RX packets:4 errors:0 dropped:0 overruns:0 frame:0 - TX packets:2 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:576 (576 Bytes) TX bytes:234 (234 Bytes) - -forticlient_13 Link encap:Unknown - inet addr:10.226.0.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1438 Metric:1 - RX packets:22658 errors:0 dropped:0 overruns:0 frame:0 - TX packets:33151 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:3277076 (3.1 MB) TX bytes:40895077 (39.0 MB) - -native_17 Link encap:Unknown - inet addr:10.226.1.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1422 Metric:1 - RX packets:1668 errors:0 dropped:0 overruns:0 frame:0 - TX packets:1534 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:394172 (384.9 KB) TX bytes:853214 (833.2 KB) - -forticlient_10 Link encap:Unknown - inet addr:10.226.0.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1438 Metric:1 - RX packets:1537 errors:0 dropped:0 overruns:0 frame:0 - TX packets:1407 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:327842 (320.2 KB) TX bytes:721528 (704.6 KB) - -native_1 Link encap:Unknown - inet addr:10.226.1.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1422 Metric:1 - RX packets:261 errors:0 dropped:0 overruns:0 frame:0 - TX packets:130 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:67266 (65.7 KB) TX bytes:66750 (65.2 KB) - -native_5 Link encap:Unknown - inet addr:10.226.1.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1422 Metric:1 - RX packets:65157 errors:0 dropped:0 overruns:0 frame:0 - TX packets:45441 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:78447844 (74.8 MB) TX bytes:3080693 (2.9 MB) - -native_6 Link encap:Unknown - inet addr:10.226.1.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1422 Metric:1 - RX packets:263 errors:0 dropped:0 overruns:0 frame:0 - TX packets:131 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:66870 (65.3 KB) TX bytes:66274 (64.7 KB) - -native_4 Link encap:Unknown - inet addr:10.226.1.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1422 Metric:1 - RX packets:1 errors:0 dropped:0 overruns:0 frame:0 - TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:144 (144 Bytes) TX bytes:100 (100 Bytes) - -forticlient_14 Link encap:Unknown - inet addr:10.226.0.1 Mask:255.255.255.255 - UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1438 Metric:1 - RX packets:1 errors:0 dropped:0 overruns:0 frame:0 - TX packets:2 errors:0 dropped:0 overruns:0 carrier:0 - collisions:0 txqueuelen:0 - RX bytes:144 (144 Bytes) TX bytes:262 (262 Bytes) diff --git a/test/unit/fortios/mock_data/get_router_info_bgp_neighbor_10.15.2.101.txt b/test/unit/fortios/mock_data/get_router_info_bgp_neighbor_10.15.2.101.txt deleted file mode 100644 index bb032f429..000000000 --- a/test/unit/fortios/mock_data/get_router_info_bgp_neighbor_10.15.2.101.txt +++ /dev/null @@ -1,45 +0,0 @@ -BGP neighbor is 10.15.2.101, remote AS 65208, local AS 65432, external link - BGP version 4, remote router ID 74.201.254.126 - BGP state = Established, up for 14:03:33 - Last read 00:00:35, hold time is 180, keepalive interval is 60 seconds - Configured hold time is 180, keepalive interval is 60 seconds - Neighbor capabilities: - Route refresh: advertised and received (old and new) - Address family IPv4 Unicast: advertised and received - Address family IPv6 Unicast: advertised and received - Received 178916 messages, 76 notifications, 0 in queue - Sent 227304 messages, 94 notifications, 0 in queue - Route refresh request: received 0, sent 0 - Minimum time between advertisement runs is 30 seconds - - For address family: IPv4 Unicast - BGP table version 20239, neighbor version 20238 - Index 6, Offset 0, Mask 0x40 - Community attribute sent to this neighbor (both) - Inbound path policy configured - Outbound path policy configured - Route map for incoming advertisements is *allow-officeroot - Route map for outgoing advertisements is *allow-taggedroot - 1 accepted prefixes - 666 announced prefixes - - For address family: IPv6 Unicast - BGP table version 580, neighbor version 580 - Index 7, Offset 0, Mask 0x80 - Community attribute sent to this neighbor (both) - Inbound path policy configured - Outbound path policy configured - Route map for incoming advertisements is *allow-officeroot - Route map for outgoing advertisements is *deny-allroot - 0 accepted prefixes - 0 announced prefixes - - Connections established 38; dropped 37 -Local host: 10.15.2.100, Local port: 21921 -Foreign host: 10.15.2.101, Foreign port: 179 -Nexthop: 10.15.2.100 -Nexthop global: :: -Nexthop local: :: -BGP connection: non shared network -Last Reset: 14:03:47, due to BGP Notification sent -Notification Error Message: (CeaseUnspecified Error Subcode) diff --git a/test/unit/fortios/mock_data/get_router_info_bgp_neighbor_10.15.2.105.txt b/test/unit/fortios/mock_data/get_router_info_bgp_neighbor_10.15.2.105.txt deleted file mode 100644 index bd7c2f5bd..000000000 --- a/test/unit/fortios/mock_data/get_router_info_bgp_neighbor_10.15.2.105.txt +++ /dev/null @@ -1,42 +0,0 @@ -BGP neighbor is 10.15.2.105, remote AS 65209, local AS 65432, external link - BGP version 4, remote router ID 209.92.66.34 - BGP state = Established, up for 01w3d19h - Last read 00:00:31, hold time is 180, keepalive interval is 60 seconds - Configured hold time is 180, keepalive interval is 60 seconds - Neighbor capabilities: - Route refresh: advertised and received (old and new) - Address family IPv4 Unicast: advertised and received - Address family IPv6 Unicast: advertised and received - Received 164115 messages, 207 notifications, 0 in queue - Sent 222373 messages, 223 notifications, 0 in queue - Route refresh request: received 0, sent 0 - Minimum time between advertisement runs is 30 seconds - - For address family: IPv4 Unicast - BGP table version 20294, neighbor version 20293 - Index 0, Offset 0, Mask 0x1 - Community attribute sent to this neighbor (both) - Inbound path policy configured - Outbound path policy configured - Route map for incoming advertisements is *allow-officeroot - Route map for outgoing advertisements is *allow-taggedroot - 1 accepted prefixes - 668 announced prefixes - - For address family: IPv6 Unicast - BGP table version 583, neighbor version 583 - Index 11, Offset 1, Mask 0x8 - Community attribute sent to this neighbor (both) - 0 accepted prefixes - 3 announced prefixes - - Connections established 111; dropped 111 -Local host: 10.15.2.104, Local port: 18347 -Foreign host: 10.15.2.105, Foreign port: 179 -Nexthop: 10.15.2.104 -Nexthop global: :: -Nexthop local: :: -BGP connection: non shared network -Last Reset: 01w3d19h, due to BGP Notification sent -Notification Error Message: (CeaseUnspecified Error Subcode) - diff --git a/test/unit/fortios/mock_data/get_router_info_bgp_neighbor_10.15.2.99.txt b/test/unit/fortios/mock_data/get_router_info_bgp_neighbor_10.15.2.99.txt deleted file mode 100644 index ef864c261..000000000 --- a/test/unit/fortios/mock_data/get_router_info_bgp_neighbor_10.15.2.99.txt +++ /dev/null @@ -1,33 +0,0 @@ -BGP neighbor is 10.15.2.99, remote AS 65307, local AS 65432, external link - Administratively shut down - BGP version 4, remote router ID 0.0.0.0 - BGP state = Idle - Not directly connected EBGP - Last read 11w0d23h, hold time is 180, keepalive interval is 60 seconds - Configured hold time is 180, keepalive interval is 60 seconds - Received 81901 messages, 0 notifications, 0 in queue - Sent 90330 messages, 6 notifications, 0 in queue - Route refresh request: received 3, sent 0 - Minimum time between advertisement runs is 30 seconds - - For address family: IPv4 Unicast - BGP table version 20294, neighbor version 0 - Index 5, Offset 0, Mask 0x20 - Community attribute sent to this neighbor (both) - Inbound path policy configured - Outbound path policy configured - Route map for incoming advertisements is *allow-taggedroot - Route map for outgoing advertisements is *allow-taggedroot - 0 accepted prefixes - 0 announced prefixes - - For address family: IPv6 Unicast - BGP table version 583, neighbor version 0 - Index 6, Offset 0, Mask 0x40 - Community attribute sent to this neighbor (both) - 0 accepted prefixes - 0 announced prefixes - - Connections established 6; dropped 6 -Last Reset: 11w0d23h, due to BGP Notification sent -Notification Error Message: (Cease/Administratively Shutdown.) diff --git a/test/unit/fortios/mock_data/get_router_info_bgp_neighbors_10.15.2.101_received-routes__grep_prefixes_.txt b/test/unit/fortios/mock_data/get_router_info_bgp_neighbors_10.15.2.101_received-routes__grep_prefixes_.txt deleted file mode 100644 index 8b1378917..000000000 --- a/test/unit/fortios/mock_data/get_router_info_bgp_neighbors_10.15.2.101_received-routes__grep_prefixes_.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/test/unit/fortios/mock_data/get_router_info_bgp_neighbors_10.15.2.105_received-routes__grep_prefixes_.txt b/test/unit/fortios/mock_data/get_router_info_bgp_neighbors_10.15.2.105_received-routes__grep_prefixes_.txt deleted file mode 100644 index 8b1378917..000000000 --- a/test/unit/fortios/mock_data/get_router_info_bgp_neighbors_10.15.2.105_received-routes__grep_prefixes_.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/test/unit/fortios/mock_data/get_router_info_bgp_neighbors_10.15.2.99_received-routes__grep_prefixes_.txt b/test/unit/fortios/mock_data/get_router_info_bgp_neighbors_10.15.2.99_received-routes__grep_prefixes_.txt deleted file mode 100644 index 8b1378917..000000000 --- a/test/unit/fortios/mock_data/get_router_info_bgp_neighbors_10.15.2.99_received-routes__grep_prefixes_.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/test/unit/fortios/mock_data/get_router_info_bgp_sum.txt b/test/unit/fortios/mock_data/get_router_info_bgp_sum.txt deleted file mode 100644 index 5cbd1da85..000000000 --- a/test/unit/fortios/mock_data/get_router_info_bgp_sum.txt +++ /dev/null @@ -1,11 +0,0 @@ -BGP router identifier 193.235.32.243, local AS number 65432 -BGP table version is 20239 -454 BGP AS-PATH entries -54 BGP community entries - -Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd -10.15.2.99 4 65307 81901 90336 0 0 0 never Idle (Admin) -10.15.2.101 4 65208 178986 227392 20238 0 0 13:58:12 1 -10.15.2.105 4 65209 163073 221322 20238 0 0 01w3d00h 1 - -Total number of neighbors 3 \ No newline at end of file diff --git a/test/unit/fortios/mock_data/get_system_dns__grep_domain.txt b/test/unit/fortios/mock_data/get_system_dns__grep_domain.txt deleted file mode 100644 index d09b8f56f..000000000 --- a/test/unit/fortios/mock_data/get_system_dns__grep_domain.txt +++ /dev/null @@ -1 +0,0 @@ -domain : spotify.net diff --git a/test/unit/fortios/mock_data/get_system_interface__grep_==.txt b/test/unit/fortios/mock_data/get_system_interface__grep_==.txt deleted file mode 100644 index b8f6b87be..000000000 --- a/test/unit/fortios/mock_data/get_system_interface__grep_==.txt +++ /dev/null @@ -1,15 +0,0 @@ -== [ mgmt1 ] -== [ mgmt2 ] -== [ wan1 ] -== [ wan2 ] -== [ port1 ] -== [ port2 ] -== [ modem ] -== [ ssl.root ] -== [ npu0-vlink0 ] -== [ npu0-vlink1 ] -== [ pub0 ] -== [ svc0 ] -== [ forticlient ] -== [ native ] -== [ MY_VPN ] diff --git a/test/unit/fortios/mock_data/get_system_performance_status.txt b/test/unit/fortios/mock_data/get_system_performance_status.txt deleted file mode 100644 index c6d3dd41d..000000000 --- a/test/unit/fortios/mock_data/get_system_performance_status.txt +++ /dev/null @@ -1,12 +0,0 @@ -CPU states: 0% user 18% system 0% nice 82% idle -CPU0 states: 0% user 22% system 0% nice 78% idle -CPU1 states: 0% user 15% system 0% nice 85% idle -CPU2 states: 0% user 17% system 0% nice 83% idle -CPU3 states: 0% user 19% system 0% nice 81% idle -Memory states: 49% used -Average network usage: 141989 kbps in 1 minute, 125760 kbps in 10 minutes, 146591 kbps in 30 minutes -Average sessions: 14482 sessions in 1 minute, 14837 sessions in 10 minutes, 14965 sessions in 30 minutes -Average session setup rate: 259 sessions per second in last 1 minute, 154 sessions per second in last 10 minutes, 193 sessions per second in last 30 minutes -Virus caught: 0 total in 1 minute -IPS attacks blocked: 0 total in 1 minute -Uptime: 274 days, 1 hours, 41 minutes diff --git a/test/unit/fortios/mock_data/get_system_performance_status__grep_cpu.txt b/test/unit/fortios/mock_data/get_system_performance_status__grep_cpu.txt deleted file mode 100644 index 2bf96c79a..000000000 --- a/test/unit/fortios/mock_data/get_system_performance_status__grep_cpu.txt +++ /dev/null @@ -1,5 +0,0 @@ -CPU states: 0% user 5% system 0% nice 95% idle -CPU0 states: 0% user 8% system 0% nice 92% idle -CPU1 states: 0% user 4% system 0% nice 96% idle -CPU2 states: 0% user 4% system 0% nice 96% idle -CPU3 states: 0% user 4% system 0% nice 96% idle diff --git a/test/unit/fortios/mock_data/get_system_status.txt b/test/unit/fortios/mock_data/get_system_status.txt deleted file mode 100644 index 965d76845..000000000 --- a/test/unit/fortios/mock_data/get_system_status.txt +++ /dev/null @@ -1,24 +0,0 @@ -vpn-sto3-z8r307-2 # get system status -Version: FortiGate-800C v5.2.2,build0642,141118 (GA) -Virus-DB: 16.00560(2012-10-19 08:31) -Extended DB: 1.00000(2012-10-17 15:46) -Extreme DB: 1.00000(2012-10-17 15:47) -IPS-DB: 5.00555(2014-10-07 01:21) -IPS-ETDB: 0.00000(2001-01-01 00:00) -Serial-Number: FG800C3914800949 -Botnet DB: 1.00000(2012-05-28 22:51) -BIOS version: 04000038 -System Part-Number: P11496-05 -Log hard disk: Available -Hostname: vpn-sto3-z8r307-2 -Operation Mode: NAT -Current virtual domain: root -Max number of virtual domains: 10 -Virtual domains status: 1 in NAT mode, 0 in TP mode -Virtual domain configuration: disable -FIPS-CC mode: disable -Current HA mode: a-p, master -Branch point: 642 -Release Version Information: GA -FortiOS x86-64: Yes -System time: Thu Nov 26 06:46:57 2015 diff --git a/test/unit/fortios/mock_data/router_bgp.txt b/test/unit/fortios/mock_data/router_bgp.txt deleted file mode 100644 index 682f9b9db..000000000 --- a/test/unit/fortios/mock_data/router_bgp.txt +++ /dev/null @@ -1,60 +0,0 @@ -config router bgp - set as 65432 - set router-id 10.235.32.243 - config aggregate-address - edit 1 - set prefix 192.168.53.0 255.255.255.0 - next - edit 2 - set prefix 192.168.4.0 255.255.252.0 - next - end - config neighbor - edit "10.15.2.99" - set bfd enable - set shutdown enable - set description "LOMGW-ASH2-1 PRIMARY TUNNEL" - set remote-as 65307 - set route-map-in "allow-tagged" - set route-map-out "allow-tagged" - next - edit "10.15.2.101" - set bfd enable - set description "OFFICE NYC620 PRIMARY TUNNEL" - set remote-as 65208 - set route-map-in "allow-office" - set route-map-in6 "allow-office" - set route-map-out "allow-tagged" - set route-map-out6 "deny-all" - next - edit "10.15.2.105" - set bfd enable - set description "OFFICE SFO988 SECONDARY TUNNEL" - set remote-as 65209 - set route-map-in "allow-office" - set route-map-out "allow-tagged" - next - end - config redistribute "connected" - end - config redistribute "rip" - end - config redistribute "ospf" - end - config redistribute "static" - set status enable - set route-map "tag-static-with-community" - end - config redistribute "isis" - end - config redistribute6 "connected" - end - config redistribute6 "rip" - end - config redistribute6 "ospf" - end - config redistribute6 "static" - end - config redistribute6 "isis" - end -end \ No newline at end of file diff --git a/test/unit/fortios/mock_data/system_interface.txt b/test/unit/fortios/mock_data/system_interface.txt deleted file mode 100644 index 01d77c5af..000000000 --- a/test/unit/fortios/mock_data/system_interface.txt +++ /dev/null @@ -1,121 +0,0 @@ -config system interface - edit "mgmt1" - set ip 10.209.32.126 255.255.240.0 - set allowaccess ping https ssh snmp - set vlanforward enable - set type physical - set dedicated-to management - set snmp-index 2 - set defaultgw disable - next - edit "mgmt2" - set vdom "root" - set vlanforward enable - set type physical - set snmp-index 4 - next - edit "wan1" - set vdom "root" - set vlanforward enable - set type physical - set snmp-index 5 - next - edit "wan2" - set vdom "root" - set vlanforward enable - set type physical - set snmp-index 6 - next - edit "port1" - set vdom "root" - set allowaccess ping https - set vlanforward enable - set type physical - set snmp-index 1 - next - edit "port2" - set vdom "root" - set vlanforward enable - set type physical - set snmp-index 7 - next - edit "modem" - set vdom "root" - set mode pppoe - set vlanforward enable - set type physical - set snmp-index 3 - next - edit "ssl.root" - set vdom "root" - set vlanforward enable - set status down - set type tunnel - set alias "sslvpn tunnel interface" - set snmp-index 30 - next - edit "npu0-vlink0" - set vdom "root" - set vlanforward enable - set status down - set type physical - set snmp-index 32 - next - edit "npu0-vlink1" - set vdom "root" - set vlanforward enable - set status down - set type physical - set snmp-index 33 - next - edit "pub0" - set vdom "root" - set ip 192.168.181.235 255.255.255.248 - set allowaccess ping - set vlanforward enable - set snmp-index 31 - set interface "port1" - set vlanid 22 - next - edit "svc0" - set vdom "root" - set ip 192.168.169.235 255.255.255.248 - set allowaccess ping - set vlanforward enable - set snmp-index 34 - set interface "port11" - set vlanid 32 - next - edit "forticlient" - set vdom "root" - set ip 10.210.0.1 255.255.255.255 - set allowaccess ping ssh - set vlanforward enable - set type tunnel - set remote-ip 10.210.0.1 - set listen-forticlient-connection enable - set snmp-index 39 - set interface "pub0" - next - edit "native" - set vdom "root" - set ip 10.210.1.1 255.255.255.255 - set allowaccess ping ssh - set vlanforward enable - set type tunnel - set remote-ip 10.210.1.1 - set snmp-index 40 - set interface "pub0" - next - edit "MY_VPN" - set vdom "root" - set ip 10.15.2.160 255.255.255.255 - set allowaccess ping ssh - set vlanforward enable - set type tunnel - set remote-ip 10.15.2.161 - set snmp-index 41 - set interface "pub0" - next - -end \ No newline at end of file diff --git a/test/unit/fortios/new_good.conf b/test/unit/fortios/new_good.conf deleted file mode 100644 index b00d1a27f..000000000 --- a/test/unit/fortios/new_good.conf +++ /dev/null @@ -1,3488 +0,0 @@ -config system global - set fgd-alert-subscription advisory latest-threat - set hostname "FGVM010000035136" - set optimize antivirus - set timezone 04 -end -config system accprofile - edit "prof_admin" - set mntgrp read-write - set admingrp read-write - set updategrp read-write - set authgrp read-write - set sysgrp read-write - set netgrp read-write - set loggrp read-write - set routegrp read-write - set fwgrp read-write - set vpngrp read-write - set utmgrp read-write - set wanoptgrp read-write - set endpoint-control-grp read-write - set wifi read-write - next -end -config system interface - edit "port1" - set vdom "root" - set ip 192.168.76.13 255.255.255.0 - set allowaccess ping https ssh http fgfm - set type physical - set snmp-index 1 - next - edit "port2" - set vdom "root" - set mode dhcp - set type physical - set snmp-index 2 - next - edit "port3" - set vdom "root" - set type physical - set snmp-index 3 - next - edit "port4" - set vdom "root" - set type physical - set snmp-index 4 - next - edit "port5" - set vdom "root" - set type physical - set snmp-index 5 - next - edit "port6" - set vdom "root" - set type physical - set snmp-index 6 - next - edit "port7" - set vdom "root" - set type physical - set snmp-index 7 - next - edit "port8" - set vdom "root" - set type physical - set snmp-index 8 - next - edit "port9" - set vdom "root" - set type physical - set snmp-index 9 - next - edit "port10" - set vdom "root" - set type physical - set snmp-index 10 - next - edit "ssl.root" - set vdom "root" - set type tunnel - set alias "SSL VPN interface" - set snmp-index 13 - next -end -config system custom-language - edit "en" - set filename "en" - next - edit "fr" - set filename "fr" - next - edit "sp" - set filename "sp" - next - edit "pg" - set filename "pg" - next - edit "x-sjis" - set filename "x-sjis" - next - edit "big5" - set filename "big5" - next - edit "GB2312" - set filename "GB2312" - next - edit "euc-kr" - set filename "euc-kr" - next -end -config system admin - edit "admin" - set accprofile "super_admin" - set vdom "root" - config dashboard-tabs - edit 1 - set name "Status" - next - end - config dashboard - edit 1 - set tab-id 1 - set column 1 - next - edit 2 - set widget-type licinfo - set tab-id 1 - set column 1 - next - edit 3 - set widget-type jsconsole - set tab-id 1 - set column 1 - next - edit 4 - set widget-type sysres - set tab-id 1 - set column 2 - next - edit 5 - set widget-type gui-features - set tab-id 1 - set column 2 - next - edit 6 - set widget-type alert - set tab-id 1 - set column 2 - set top-n 10 - next - end - set password ENC AK1KTd93hep+5qC4ltR887Seo1xgFWKkL3DBxuTjTYc0IE= - next - edit "dbarroso" - set accprofile "super_admin" - set vdom "root" - set password ENC AK1Eh0Q7iXUm5tLq6Aikl+7i0VN/HE3Nibd8+TCFmfcErg= - next -end -config system ha - set override disable -end -config system dns - set primary 80.58.61.250 - set secondary 208.91.112.52 -end -config system replacemsg-image - edit "logo_fnet" - set image-type gif - set image-base64 '' - next - edit "logo_fguard_wf" - set image-type gif - set image-base64 '' - next - edit "logo_fw_auth" - set image-type png - set image-base64 '' - next - edit "logo_v2_fnet" - set image-type png - set image-base64 '' - next - edit "logo_v2_fguard_wf" - set image-type png - set image-base64 '' - next - edit "logo_v2_fguard_app" - set image-type png - set image-base64 '' - next -end -config system replacemsg mail "email-block" -end -config system replacemsg mail "email-dlp-subject" -end -config system replacemsg mail "email-dlp-ban" -end -config system replacemsg mail "email-filesize" -end -config system replacemsg mail "partial" -end -config system replacemsg mail "smtp-block" -end -config system replacemsg mail "smtp-filesize" -end -config system replacemsg http "bannedword" -end -config system replacemsg http "url-block" -end -config system replacemsg http "urlfilter-err" -end -config system replacemsg http "infcache-block" -end -config system replacemsg http "http-block" -end -config system replacemsg http "http-filesize" -end -config system replacemsg http "http-dlp-ban" -end -config system replacemsg http "http-archive-block" -end -config system replacemsg http "http-contenttypeblock" -end -config system replacemsg http "https-invalid-cert-block" -end -config system replacemsg http "http-client-block" -end -config system replacemsg http "http-client-filesize" -end -config system replacemsg http "http-client-bannedword" -end -config system replacemsg http "http-post-block" -end -config system replacemsg http "http-client-archive-block" -end -config system replacemsg http "switching-protocols-block" -end -config system replacemsg webproxy "deny" -end -config system replacemsg webproxy "user-limit" -end -config system replacemsg webproxy "auth-challenge" -end -config system replacemsg webproxy "auth-login-fail" -end -config system replacemsg webproxy "auth-authorization-fail" -end -config system replacemsg webproxy "http-err" -end -config system replacemsg webproxy "auth-ip-blackout" -end -config system replacemsg ftp "ftp-dl-blocked" -end -config system replacemsg ftp "ftp-dl-filesize" -end -config system replacemsg ftp "ftp-dl-dlp-ban" -end -config system replacemsg ftp "ftp-explicit-banner" -end -config system replacemsg ftp "ftp-dl-archive-block" -end -config system replacemsg nntp "nntp-dl-blocked" -end -config system replacemsg nntp "nntp-dl-filesize" -end -config system replacemsg nntp "nntp-dlp-subject" -end -config system replacemsg nntp "nntp-dlp-ban" -end -config system replacemsg fortiguard-wf "ftgd-block" -end -config system replacemsg fortiguard-wf "http-err" -end -config system replacemsg fortiguard-wf "ftgd-ovrd" -end -config system replacemsg fortiguard-wf "ftgd-quota" -end -config system replacemsg fortiguard-wf "ftgd-warning" -end -config system replacemsg spam "ipblocklist" -end -config system replacemsg spam "smtp-spam-dnsbl" -end -config system replacemsg spam "smtp-spam-feip" -end -config system replacemsg spam "smtp-spam-helo" -end -config system replacemsg spam "smtp-spam-emailblack" -end -config system replacemsg spam "smtp-spam-mimeheader" -end -config system replacemsg spam "reversedns" -end -config system replacemsg spam "smtp-spam-bannedword" -end -config system replacemsg spam "smtp-spam-ase" -end -config system replacemsg spam "submit" -end -config system replacemsg im "im-file-xfer-block" -end -config system replacemsg im "im-file-xfer-name" -end -config system replacemsg im "im-file-xfer-infected" -end -config system replacemsg im "im-file-xfer-size" -end -config system replacemsg im "im-dlp" -end -config system replacemsg im "im-dlp-ban" -end -config system replacemsg im "im-voice-chat-block" -end -config system replacemsg im "im-video-chat-block" -end -config system replacemsg im "im-photo-share-block" -end -config system replacemsg im "im-long-chat-block" -end -config system replacemsg alertmail "alertmail-virus" -end -config system replacemsg alertmail "alertmail-block" -end -config system replacemsg alertmail "alertmail-nids-event" -end -config system replacemsg alertmail "alertmail-crit-event" -end -config system replacemsg alertmail "alertmail-disk-full" -end -config system replacemsg admin "pre_admin-disclaimer-text" -end -config system replacemsg admin "post_admin-disclaimer-text" -end -config system replacemsg auth "auth-disclaimer-page-1" -end -config system replacemsg auth "auth-disclaimer-page-2" -end -config system replacemsg auth "auth-disclaimer-page-3" -end -config system replacemsg auth "auth-reject-page" -end -config system replacemsg auth "auth-login-page" -end -config system replacemsg auth "auth-login-failed-page" -end -config system replacemsg auth "auth-token-login-page" -end -config system replacemsg auth "auth-token-login-failed-page" -end -config system replacemsg auth "auth-success-msg" -end -config system replacemsg auth "auth-challenge-page" -end -config system replacemsg auth "auth-keepalive-page" -end -config system replacemsg auth "auth-portal-page" -end -config system replacemsg auth "auth-password-page" -end -config system replacemsg auth "auth-fortitoken-page" -end -config system replacemsg auth "auth-next-fortitoken-page" -end -config system replacemsg auth "auth-email-token-page" -end -config system replacemsg auth "auth-sms-token-page" -end -config system replacemsg auth "auth-email-harvesting-page" -end -config system replacemsg auth "auth-email-failed-page" -end -config system replacemsg auth "auth-cert-passwd-page" -end -config system replacemsg auth "auth-guest-print-page" -end -config system replacemsg auth "auth-guest-email-page" -end -config system replacemsg auth "auth-success-page" -end -config system replacemsg auth "auth-block-notification-page" -end -config system replacemsg sslvpn "sslvpn-login" -end -config system replacemsg sslvpn "sslvpn-limit" -end -config system replacemsg sslvpn "hostcheck-error" -end -config system replacemsg ec "endpt-download-portal" -end -config system replacemsg ec "endpt-download-portal-mac" -end -config system replacemsg ec "endpt-download-portal-ios" -end -config system replacemsg ec "endpt-download-portal-aos" -end -config system replacemsg ec "endpt-download-portal-other" -end -config system replacemsg device-detection-portal "device-detection-failure" -end -config system replacemsg nac-quar "nac-quar-virus" -end -config system replacemsg nac-quar "nac-quar-dos" -end -config system replacemsg nac-quar "nac-quar-ips" -end -config system replacemsg nac-quar "nac-quar-dlp" -end -config system replacemsg nac-quar "nac-quar-admin" -end -config system replacemsg traffic-quota "per-ip-shaper-block" -end -config system replacemsg utm "virus-html" -end -config system replacemsg utm "virus-text" -end -config system replacemsg utm "dlp-html" -end -config system replacemsg utm "dlp-text" -end -config system replacemsg utm "appblk-html" -end -config vpn certificate ca -end -config vpn certificate local - edit "Fortinet_CA_SSLProxy" - set password ENC vC36T7Drs+Hj91wzgrTm68D/DET4/PLcWZwcD1690T8W0WBDq0vMbepxwqCRbC62nVCmxWr1B7M6XQtWR/TVKrZ5Hn+DIF14AsNMkoIjxBPE1ZXl0bHdHvp6sWbLXS9bHxlQg1cKhXc6LwlgzFYtGAkm6ZK1OtbaJ30SJGLuwhA3QtVSUddNM5zOoDA3La7ieIo8pw== - set comments "This is the default CA certificate the SSL Inspection will use when generating new server certificates." - next - edit "Fortinet_SSLProxy" - set password ENC 66oQf3ZPF1xI3bgar51E2aqsE+ejpZx1LykOIWQfqA/tCEH50G7j8V4KbqXMSPK186n2utY8imXc2F7Et1uG3eKZ9FtEDZZySqAPh/r4NBdM6W2KVZFqnn7GjDKzRkabLvopsk5fhGmYKJA+a03jefTQ3mOad9nnA+WjzvCgdacvLpviCIFcj7t4/EktD9gW+BCXLA== - next -end -config user device-category - edit "ipad" - next - edit "iphone" - next - edit "gaming-console" - next - edit "blackberry-phone" - next - edit "blackberry-playbook" - next - edit "linux-pc" - next - edit "mac" - next - edit "windows-pc" - next - edit "android-phone" - next - edit "android-tablet" - next - edit "media-streaming" - next - edit "windows-phone" - next - edit "windows-tablet" - next - edit "fortinet-device" - next - edit "ip-phone" - next - edit "router-nat-device" - next - edit "printer" - next - edit "other-network-device" - next - edit "collected-emails" - next - edit "all" - next -end -config system session-sync -end -config system fortiguard - set webfilter-sdns-server-ip "208.91.112.220" -end -config ips global - set default-app-cat-mask 18446744073474670591 -end -config ips dbinfo - set version 1 -end -config gui console - unset preferences -end -config system session-helper - edit 1 - set name pptp - set protocol 6 - set port 1723 - next - edit 2 - set name h323 - set protocol 6 - set port 1720 - next - edit 3 - set name ras - set protocol 17 - set port 1719 - next - edit 4 - set name tns - set protocol 6 - set port 1521 - next - edit 5 - set name tftp - set protocol 17 - set port 69 - next - edit 6 - set name rtsp - set protocol 6 - set port 554 - next - edit 7 - set name rtsp - set protocol 6 - set port 7070 - next - edit 8 - set name rtsp - set protocol 6 - set port 8554 - next - edit 9 - set name ftp - set protocol 6 - set port 21 - next - edit 10 - set name mms - set protocol 6 - set port 1863 - next - edit 11 - set name pmap - set protocol 6 - set port 111 - next - edit 12 - set name pmap - set protocol 17 - set port 111 - next - edit 13 - set name sip - set protocol 17 - set port 5060 - next - edit 14 - set name dns-udp - set protocol 17 - set port 53 - next - edit 15 - set name rsh - set protocol 6 - set port 514 - next - edit 16 - set name rsh - set protocol 6 - set port 512 - next - edit 17 - set name dcerpc - set protocol 6 - set port 135 - next - edit 18 - set name dcerpc - set protocol 17 - set port 135 - next - edit 19 - set name mgcp - set protocol 17 - set port 2427 - next - edit 20 - set name mgcp - set protocol 17 - set port 2727 - next -end -config system auto-install - set auto-install-config enable - set auto-install-image enable -end -config system console - set output standard -end -config system ntp - set ntpsync enable - set syncinterval 60 -end -config system settings -end -config firewall address - edit "SSLVPN_TUNNEL_ADDR1" - set uuid 14ab4b18-d0bc-51e4-42cc-e6268d0c3020 - set type iprange - set start-ip 10.212.134.200 - set end-ip 10.212.134.210 - next - edit "all" - set uuid 14ab6396-d0bc-51e4-303f-a22a56b1b1f0 - next - edit "none" - set uuid 14ab6878-d0bc-51e4-5b1d-375ff4e32b63 - set subnet 0.0.0.0 255.255.255.255 - next - edit "apple" - set uuid 14ab6c9c-d0bc-51e4-ab3c-b4a5ebc7b3d8 - set type fqdn - set fqdn "*.apple.com" - next - edit "dropbox.com" - set uuid 14ab7106-d0bc-51e4-bee2-22d724c1149e - set type fqdn - set fqdn "*.dropbox.com" - next - edit "Gotomeeting" - set uuid 14ab7534-d0bc-51e4-8b80-57efd48d6a1d - set type fqdn - set fqdn "*.gotomeeting.com" - next - edit "icloud" - set uuid 14ab7962-d0bc-51e4-7b12-f830ed19cebc - set type fqdn - set fqdn "*.icloud.com" - next - edit "itunes" - set uuid 14ab7d7c-d0bc-51e4-9a5a-1cdc1e3aa425 - set type fqdn - set fqdn "*itunes.apple.com" - next - edit "android" - set uuid 14ab82f4-d0bc-51e4-2ea7-fd6a490020c7 - set type fqdn - set fqdn "*.android.com" - next - edit "skype" - set uuid 14ab87fe-d0bc-51e4-1463-3fedbf794ba4 - set type fqdn - set fqdn "*.messenger.live.com" - next - edit "swscan.apple.com" - set uuid 14ab8c22-d0bc-51e4-3aa5-092d2aa70543 - set type fqdn - set fqdn "swscan.apple.com" - next - edit "update.microsoft.com" - set uuid 14ab9046-d0bc-51e4-502b-34f428147fcc - set type fqdn - set fqdn "update.microsoft.com" - next - edit "appstore" - set uuid 14ab9460-d0bc-51e4-fde5-6bfec2054e7c - set type fqdn - set fqdn "*.appstore.com" - next - edit "eease" - set uuid 14ab987a-d0bc-51e4-6475-044176a9c484 - set type fqdn - set fqdn "*.eease.com" - next - edit "google-drive" - set uuid 14ab9c94-d0bc-51e4-bd96-c87043788769 - set type fqdn - set fqdn "*drive.google.com" - next - edit "google-play" - set uuid 14aba0a4-d0bc-51e4-df4f-815e9e59002b - set type fqdn - set fqdn "play.google.com" - next - edit "google-play2" - set uuid 14aba4be-d0bc-51e4-334e-19dfeed1da37 - set type fqdn - set fqdn "*.ggpht.com" - next - edit "google-play3" - set uuid 14aba8ce-d0bc-51e4-a44d-e52c963127e9 - set type fqdn - set fqdn "*.books.google.com" - next - edit "microsoft" - set uuid 14abace8-d0bc-51e4-861c-53e4c6f97f2c - set type fqdn - set fqdn "*.microsoft.com" - next - edit "adobe" - set uuid 14abb0f8-d0bc-51e4-8f52-5828ef1739f0 - set type fqdn - set fqdn "*.adobe.com" - next - edit "Adobe Login" - set uuid 14abb508-d0bc-51e4-6d68-0d16caaa6a50 - set type fqdn - set fqdn "*.adobelogin.com" - next - edit "fortinet" - set uuid 14abb918-d0bc-51e4-6ddf-088ff0d0d63a - set type fqdn - set fqdn "*.fortinet.com" - next - edit "googleapis.com" - set uuid 14abbd32-d0bc-51e4-ef13-99e9aca25675 - set type fqdn - set fqdn "*.googleapis.com" - next - edit "citrix" - set uuid 14abc142-d0bc-51e4-24b7-2bf9195c781f - set type fqdn - set fqdn "*.citrixonline.com" - next - edit "verisign" - set uuid 14abc552-d0bc-51e4-34bd-d27697a15f0d - set type fqdn - set fqdn "*.verisign.com" - next - edit "Windows update 2" - set uuid 14abc96c-d0bc-51e4-20ec-bb9ccb34d43e - set type fqdn - set fqdn "*.windowsupdate.com" - next - edit "*.live.com" - set uuid 14abcd86-d0bc-51e4-b673-5442c5b749e3 - set type fqdn - set fqdn "*.live.com" - next - edit "auth.gfx.ms" - set uuid 14abd196-d0bc-51e4-7db4-42298470181d - set type fqdn - set fqdn "auth.gfx.ms" - next - edit "autoupdate.opera.com" - set uuid 14abd5b0-d0bc-51e4-e312-925574ac450a - set type fqdn - set fqdn "autoupdate.opera.com" - next - edit "softwareupdate.vmware.com" - set uuid 14abd9ca-d0bc-51e4-c4f3-4523961ea3ef - set type fqdn - set fqdn "softwareupdate.vmware.com" - next - edit "firefox update server" - set uuid 14abdde4-d0bc-51e4-5f31-012b6025ebe4 - set type fqdn - set fqdn "aus*.mozilla.org" - next -end -config firewall multicast-address - edit "all" - set start-ip 224.0.0.0 - set end-ip 239.255.255.255 - next - edit "all_hosts" - set start-ip 224.0.0.1 - set end-ip 224.0.0.1 - next - edit "all_routers" - set start-ip 224.0.0.2 - set end-ip 224.0.0.2 - next - edit "Bonjour" - set start-ip 224.0.0.251 - set end-ip 224.0.0.251 - next - edit "EIGRP" - set start-ip 224.0.0.10 - set end-ip 224.0.0.10 - next - edit "OSPF" - set start-ip 224.0.0.5 - set end-ip 224.0.0.6 - next -end -config firewall address6 - edit "SSLVPN_TUNNEL_IPv6_ADDR1" - set uuid 14ab4c3a-d0bc-51e4-07e3-b5f2adc44f57 - set ip6 fdff:ffff::/120 - next - edit "all" - set uuid 14abe2d0-d0bc-51e4-6b56-faf6e3e70f2d - next - edit "none" - set uuid 14abe6b8-d0bc-51e4-e3c6-96857dbcbc74 - set ip6 ::/128 - next -end -config firewall addrgrp -end -config firewall service category - edit "General" - set comment "General services." - next - edit "Web Access" - set comment "Web access." - next - edit "File Access" - set comment "File access." - next - edit "Email" - set comment "Email services." - next - edit "Network Services" - set comment "Network services." - next - edit "Authentication" - set comment "Authentication service." - next - edit "Remote Access" - set comment "Remote access." - next - edit "Tunneling" - set comment "Tunneling service." - next - edit "VoIP, Messaging & Other Applications" - set comment "VoIP, messaging, and other applications." - next - edit "Web Proxy" - set comment "Explicit web proxy." - next -end -config firewall service custom - edit "ALL" - set category "General" - set protocol IP - next - edit "ALL_TCP" - set category "General" - set tcp-portrange 1-65535 - next - edit "ALL_UDP" - set category "General" - set udp-portrange 1-65535 - next - edit "ALL_ICMP" - set category "General" - set protocol ICMP - unset icmptype - next - edit "ALL_ICMP6" - set category "General" - set protocol ICMP6 - unset icmptype - next - edit "GRE" - set category "Tunneling" - set protocol IP - set protocol-number 47 - next - edit "AH" - set category "Tunneling" - set protocol IP - set protocol-number 51 - next - edit "ESP" - set category "Tunneling" - set protocol IP - set protocol-number 50 - next - edit "AOL" - set visibility disable - set tcp-portrange 5190-5194 - next - edit "BGP" - set category "Network Services" - set tcp-portrange 179 - next - edit "DHCP" - set category "Network Services" - set udp-portrange 67-68 - next - edit "DNS" - set category "Network Services" - set tcp-portrange 53 - set udp-portrange 53 - next - edit "FINGER" - set visibility disable - set tcp-portrange 79 - next - edit "FTP" - set category "File Access" - set tcp-portrange 21 - next - edit "FTP_GET" - set category "File Access" - set tcp-portrange 21 - next - edit "FTP_PUT" - set category "File Access" - set tcp-portrange 21 - next - edit "GOPHER" - set visibility disable - set tcp-portrange 70 - next - edit "H323" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 1720 1503 - set udp-portrange 1719 - next - edit "HTTP" - set category "Web Access" - set tcp-portrange 80 - next - edit "HTTPS" - set category "Web Access" - set tcp-portrange 443 - next - edit "IKE" - set category "Tunneling" - set udp-portrange 500 4500 - next - edit "IMAP" - set category "Email" - set tcp-portrange 143 - next - edit "IMAPS" - set category "Email" - set tcp-portrange 993 - next - edit "Internet-Locator-Service" - set visibility disable - set tcp-portrange 389 - next - edit "IRC" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 6660-6669 - next - edit "L2TP" - set category "Tunneling" - set tcp-portrange 1701 - set udp-portrange 1701 - next - edit "LDAP" - set category "Authentication" - set tcp-portrange 389 - next - edit "NetMeeting" - set visibility disable - set tcp-portrange 1720 - next - edit "NFS" - set category "File Access" - set tcp-portrange 111 2049 - set udp-portrange 111 2049 - next - edit "NNTP" - set visibility disable - set tcp-portrange 119 - next - edit "NTP" - set category "Network Services" - set tcp-portrange 123 - set udp-portrange 123 - next - edit "OSPF" - set category "Network Services" - set protocol IP - set protocol-number 89 - next - edit "PC-Anywhere" - set category "Remote Access" - set tcp-portrange 5631 - set udp-portrange 5632 - next - edit "PING" - set category "Network Services" - set protocol ICMP - set icmptype 8 - unset icmpcode - next - edit "TIMESTAMP" - set protocol ICMP - set visibility disable - set icmptype 13 - unset icmpcode - next - edit "INFO_REQUEST" - set protocol ICMP - set visibility disable - set icmptype 15 - unset icmpcode - next - edit "INFO_ADDRESS" - set protocol ICMP - set visibility disable - set icmptype 17 - unset icmpcode - next - edit "ONC-RPC" - set category "Remote Access" - set tcp-portrange 111 - set udp-portrange 111 - next - edit "DCE-RPC" - set category "Remote Access" - set tcp-portrange 135 - set udp-portrange 135 - next - edit "POP3" - set category "Email" - set tcp-portrange 110 - next - edit "POP3S" - set category "Email" - set tcp-portrange 995 - next - edit "PPTP" - set category "Tunneling" - set tcp-portrange 1723 - next - edit "QUAKE" - set visibility disable - set udp-portrange 26000 27000 27910 27960 - next - edit "RAUDIO" - set visibility disable - set udp-portrange 7070 - next - edit "REXEC" - set visibility disable - set tcp-portrange 512 - next - edit "RIP" - set category "Network Services" - set udp-portrange 520 - next - edit "RLOGIN" - set visibility disable - set tcp-portrange 513:512-1023 - next - edit "RSH" - set visibility disable - set tcp-portrange 514:512-1023 - next - edit "SCCP" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 2000 - next - edit "SIP" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 5060 - set udp-portrange 5060 - next - edit "SIP-MSNmessenger" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 1863 - next - edit "SAMBA" - set category "File Access" - set tcp-portrange 139 - next - edit "SMTP" - set category "Email" - set tcp-portrange 25 - next - edit "SMTPS" - set category "Email" - set tcp-portrange 465 - next - edit "SNMP" - set category "Network Services" - set tcp-portrange 161-162 - set udp-portrange 161-162 - next - edit "SSH" - set category "Remote Access" - set tcp-portrange 22 - next - edit "SYSLOG" - set category "Network Services" - set udp-portrange 514 - next - edit "TALK" - set visibility disable - set udp-portrange 517-518 - next - edit "TELNET" - set category "Remote Access" - set tcp-portrange 23 - next - edit "TFTP" - set category "File Access" - set udp-portrange 69 - next - edit "MGCP" - set visibility disable - set udp-portrange 2427 2727 - next - edit "UUCP" - set visibility disable - set tcp-portrange 540 - next - edit "VDOLIVE" - set visibility disable - set tcp-portrange 7000-7010 - next - edit "WAIS" - set visibility disable - set tcp-portrange 210 - next - edit "WINFRAME" - set visibility disable - set tcp-portrange 1494 2598 - next - edit "X-WINDOWS" - set category "Remote Access" - set tcp-portrange 6000-6063 - next - edit "PING6" - set protocol ICMP6 - set visibility disable - set icmptype 128 - unset icmpcode - next - edit "MS-SQL" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 1433 1434 - next - edit "MYSQL" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 3306 - next - edit "RDP" - set category "Remote Access" - set tcp-portrange 3389 - next - edit "VNC" - set category "Remote Access" - set tcp-portrange 5900 - next - edit "DHCP6" - set category "Network Services" - set udp-portrange 546 547 - next - edit "SQUID" - set category "Tunneling" - set tcp-portrange 3128 - next - edit "SOCKS" - set category "Tunneling" - set tcp-portrange 1080 - set udp-portrange 1080 - next - edit "WINS" - set category "Remote Access" - set tcp-portrange 1512 - set udp-portrange 1512 - next - edit "RADIUS" - set category "Authentication" - set udp-portrange 1812 1813 - next - edit "RADIUS-OLD" - set visibility disable - set udp-portrange 1645 1646 - next - edit "CVSPSERVER" - set visibility disable - set tcp-portrange 2401 - set udp-portrange 2401 - next - edit "AFS3" - set category "File Access" - set tcp-portrange 7000-7009 - set udp-portrange 7000-7009 - next - edit "TRACEROUTE" - set category "Network Services" - set udp-portrange 33434-33535 - next - edit "RTSP" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 554 7070 8554 - set udp-portrange 554 - next - edit "MMS" - set visibility disable - set tcp-portrange 1755 - set udp-portrange 1024-5000 - next - edit "KERBEROS" - set category "Authentication" - set tcp-portrange 88 - set udp-portrange 88 - next - edit "LDAP_UDP" - set category "Authentication" - set udp-portrange 389 - next - edit "SMB" - set category "File Access" - set tcp-portrange 445 - next - edit "NONE" - set visibility disable - set tcp-portrange 0 - next - edit "webproxy" - set explicit-proxy enable - set category "Web Proxy" - set protocol ALL - set tcp-portrange 0-65535:0-65535 - next -end -config firewall service group - edit "Email Access" - set member "DNS" "IMAP" "IMAPS" "POP3" "POP3S" "SMTP" "SMTPS" - next - edit "Web Access" - set member "DNS" "HTTP" "HTTPS" - next - edit "Windows AD" - set member "DCE-RPC" "DNS" "KERBEROS" "LDAP" "LDAP_UDP" "SAMBA" "SMB" - next - edit "Exchange Server" - set member "DCE-RPC" "DNS" "HTTPS" - next -end -config webfilter ftgd-local-cat - edit "custom1" - set id 140 - next - edit "custom2" - set id 141 - next -end -config ips sensor - edit "default" - set comment "Prevent critical attacks." - config entries - edit 1 - set severity medium high critical - next - end - next - edit "all_default" - set comment "All predefined signatures with default setting." - config entries - edit 1 - next - end - next - edit "all_default_pass" - set comment "All predefined signatures with PASS action." - config entries - edit 1 - set action pass - next - end - next - edit "protect_http_server" - set comment "Protect against HTTP server-side vulnerabilities." - config entries - edit 1 - set location server - set protocol HTTP - next - end - next - edit "protect_email_server" - set comment "Protect against email server-side vulnerabilities." - config entries - edit 1 - set location server - set protocol SMTP POP3 IMAP - next - end - next - edit "protect_client" - set comment "Protect against client-side vulnerabilities." - config entries - edit 1 - set location client - next - end - next - edit "high_security" - set comment "Blocks all Critical/High/Medium and some Low severity vulnerabilities" - config entries - edit 1 - set severity medium high critical - set status enable - set action block - next - edit 2 - set severity low - next - end - next -end -config firewall shaper traffic-shaper - edit "high-priority" - set maximum-bandwidth 1048576 - set per-policy enable - next - edit "medium-priority" - set maximum-bandwidth 1048576 - set priority medium - set per-policy enable - next - edit "low-priority" - set maximum-bandwidth 1048576 - set priority low - set per-policy enable - next - edit "guarantee-100kbps" - set guaranteed-bandwidth 100 - set maximum-bandwidth 1048576 - set per-policy enable - next - edit "shared-1M-pipe" - set maximum-bandwidth 1024 - next -end -config web-proxy global - set proxy-fqdn "default.fqdn" -end -config application list - edit "default" - set comment "Monitor all applications." - config entries - edit 1 - set action pass - next - end - next - edit "block-p2p" - config entries - edit 1 - set category 2 - next - end - next - edit "monitor-p2p-and-media" - config entries - edit 1 - set category 2 - set action pass - next - edit 2 - set category 5 - set action pass - next - end - next -end -config dlp filepattern - edit 1 - set name "builtin-patterns" - config entries - edit "*.bat" - next - edit "*.com" - next - edit "*.dll" - next - edit "*.doc" - next - edit "*.exe" - next - edit "*.gz" - next - edit "*.hta" - next - edit "*.ppt" - next - edit "*.rar" - next - edit "*.scr" - next - edit "*.tar" - next - edit "*.tgz" - next - edit "*.vb?" - next - edit "*.wps" - next - edit "*.xl?" - next - edit "*.zip" - next - edit "*.pif" - next - edit "*.cpl" - next - end - next - edit 2 - set name "all_executables" - config entries - edit "bat" - set filter-type type - set file-type bat - next - edit "exe" - set filter-type type - set file-type exe - next - edit "elf" - set filter-type type - set file-type elf - next - edit "hta" - set filter-type type - set file-type hta - next - end - next -end -config dlp fp-sensitivity - edit "Private" - next - edit "Critical" - next - edit "Warning" - next -end -config dlp sensor - edit "default" - set comment "Log a summary of email and web traffic." - set summary-proto smtp pop3 imap http-get http-post - next -end -config webfilter content -end -config webfilter urlfilter -end -config spamfilter bword -end -config spamfilter bwl -end -config spamfilter mheader -end -config spamfilter dnsbl -end -config spamfilter iptrust -end -config log threat-weight - config web - edit 1 - set category 26 - set level high - next - edit 2 - set category 61 - set level high - next - edit 3 - set category 86 - set level high - next - edit 4 - set category 1 - set level medium - next - edit 5 - set category 3 - set level medium - next - edit 6 - set category 4 - set level medium - next - edit 7 - set category 5 - set level medium - next - edit 8 - set category 6 - set level medium - next - edit 9 - set category 12 - set level medium - next - edit 10 - set category 59 - set level medium - next - edit 11 - set category 62 - set level medium - next - edit 12 - set category 83 - set level medium - next - edit 13 - set category 72 - next - edit 14 - set category 14 - next - end - config application - edit 1 - set category 2 - next - edit 2 - set category 6 - set level medium - next - edit 3 - set category 19 - set level critical - next - end -end -config icap profile - edit "default" - next -end -config user local - edit "guest" - set type password - set passwd ENC lEv5YxajOA0RehlsdxaUQOX3EXPhGyzm4yRJkwB1Kw8kQvslsKkOgmWO8k3bc+xML0BP2CvqYxnjKkb/o301PNG0qdV9NNZy/L1d3Hr9WFNQhC/21pjexIf7+Q+prRjVXsSVqJcr9UXZGkkV7WEPom6GPDasqYfsu9wNhEWEYyWs0nBqHzHc294udXjF5cIgUV3W7w== - next -end -config user fortitoken - edit "FTKMOB54AA61B3EE" - set license "FTMTRIAL00386693" - next - edit "FTKMOB54B500C6C7" - set license "FTMTRIAL00386693" - next -end -config user group - edit "SSO_Guest_Users" - next - edit "Guest-group" - set member "guest" - next -end -config user device-group - edit "Mobile Devices" - set member "android-phone" "android-tablet" "blackberry-phone" "blackberry-playbook" "ipad" "iphone" "windows-phone" "windows-tablet" - set comment "Phones, tablets, etc." - next - edit "Network Devices" - set member "fortinet-device" "other-network-device" "router-nat-device" - set comment "Routers, firewalls, gateways, etc." - next - edit "Others" - set member "gaming-console" "media-streaming" - set comment "Other devices." - next -end -config vpn ssl web host-check-software - edit "FortiClient-AV" - set guid "C86EC76D-5A4C-40E7-BD94-59358E544D81" - next - edit "FortiClient-FW" - set type fw - set guid "528CB157-D384-4593-AAAA-E42DFF111CED" - next - edit "FortiClient-AV-Vista-Win7" - set guid "385618A6-2256-708E-3FB9-7E98B93F91F9" - next - edit "FortiClient-FW-Vista-Win7" - set type fw - set guid "006D9983-6839-71D6-14E6-D7AD47ECD682" - next - edit "AVG-Internet-Security-AV" - set guid "17DDD097-36FF-435F-9E1B-52D74245D6BF" - next - edit "AVG-Internet-Security-FW" - set type fw - set guid "8DECF618-9569-4340-B34A-D78D28969B66" - next - edit "AVG-Internet-Security-AV-Vista-Win7" - set guid "0C939084-9E57-CBDB-EA61-0B0C7F62AF82" - next - edit "AVG-Internet-Security-FW-Vista-Win7" - set type fw - set guid "34A811A1-D438-CA83-C13E-A23981B1E8F9" - next - edit "CA-Anti-Virus" - set guid "17CFD1EA-56CF-40B5-A06B-BD3A27397C93" - next - edit "CA-Internet-Security-AV" - set guid "6B98D35F-BB76-41C0-876B-A50645ED099A" - next - edit "CA-Internet-Security-FW" - set type fw - set guid "38102F93-1B6E-4922-90E1-A35D8DC6DAA3" - next - edit "CA-Internet-Security-AV-Vista-Win7" - set guid "3EED0195-0A4B-4EF3-CC4F-4F401BDC245F" - next - edit "CA-Internet-Security-FW-Vista-Win7" - set type fw - set guid "06D680B0-4024-4FAB-E710-E675E50F6324" - next - edit "CA-Personal-Firewall" - set type fw - set guid "14CB4B80-8E52-45EA-905E-67C1267B4160" - next - edit "F-Secure-Internet-Security-AV" - set guid "E7512ED5-4245-4B4D-AF3A-382D3F313F15" - next - edit "F-Secure-Internet-Security-FW" - set type fw - set guid "D4747503-0346-49EB-9262-997542F79BF4" - next - edit "F-Secure-Internet-Security-AV-Vista-Win7" - set guid "15414183-282E-D62C-CA37-EF24860A2F17" - next - edit "F-Secure-Internet-Security-FW-Vista-Win7" - set type fw - set guid "2D7AC0A6-6241-D774-E168-461178D9686C" - next - edit "Kaspersky-AV" - set guid "2C4D4BC6-0793-4956-A9F9-E252435469C0" - next - edit "Kaspersky-FW" - set type fw - set guid "2C4D4BC6-0793-4956-A9F9-E252435469C0" - next - edit "Kaspersky-AV-Vista-Win7" - set guid "AE1D740B-8F0F-D137-211D-873D44B3F4AE" - next - edit "Kaspersky-FW-Vista-Win7" - set type fw - set guid "9626F52E-C560-D06F-0A42-2E08BA60B3D5" - next - edit "McAfee-Internet-Security-Suite-AV" - set guid "84B5EE75-6421-4CDE-A33A-DD43BA9FAD83" - next - edit "McAfee-Internet-Security-Suite-FW" - set type fw - set guid "94894B63-8C7F-4050-BDA4-813CA00DA3E8" - next - edit "McAfee-Internet-Security-Suite-AV-Vista-Win7" - set guid "86355677-4064-3EA7-ABB3-1B136EB04637" - next - edit "McAfee-Internet-Security-Suite-FW-Vista-Win7" - set type fw - set guid "BE0ED752-0A0B-3FFF-80EC-B2269063014C" - next - edit "McAfee-Virus-Scan-Enterprise" - set guid "918A2B0B-2C60-4016-A4AB-E868DEABF7F0" - next - edit "Norton-360-2.0-AV" - set guid "A5F1BC7C-EA33-4247-961C-0217208396C4" - next - edit "Norton-360-2.0-FW" - set type fw - set guid "371C0A40-5A0C-4AD2-A6E5-69C02037FBF3" - next - edit "Norton-360-3.0-AV" - set guid "E10A9785-9598-4754-B552-92431C1C35F8" - next - edit "Norton-360-3.0-FW" - set type fw - set guid "7C21A4C9-F61F-4AC4-B722-A6E19C16F220" - next - edit "Norton-Internet-Security-AV" - set guid "E10A9785-9598-4754-B552-92431C1C35F8" - next - edit "Norton-Internet-Security-FW" - set type fw - set guid "7C21A4C9-F61F-4AC4-B722-A6E19C16F220" - next - edit "Norton-Internet-Security-AV-Vista-Win7" - set guid "88C95A36-8C3B-2F2C-1B8B-30FCCFDC4855" - next - edit "Norton-Internet-Security-FW-Vista-Win7" - set type fw - set guid "B0F2DB13-C654-2E74-30D4-99C9310F0F2E" - next - edit "Symantec-Endpoint-Protection-AV" - set guid "FB06448E-52B8-493A-90F3-E43226D3305C" - next - edit "Symantec-Endpoint-Protection-FW" - set type fw - set guid "BE898FE3-CD0B-4014-85A9-03DB9923DDB6" - next - edit "Symantec-Endpoint-Protection-AV-Vista-Win7" - set guid "88C95A36-8C3B-2F2C-1B8B-30FCCFDC4855" - next - edit "Symantec-Endpoint-Protection-FW-Vista-Win7" - set type fw - set guid "B0F2DB13-C654-2E74-30D4-99C9310F0F2E" - next - edit "Panda-Antivirus+Firewall-2008-AV" - set guid "EEE2D94A-D4C1-421A-AB2C-2CE8FE51747A" - next - edit "Panda-Antivirus+Firewall-2008-FW" - set type fw - set guid "7B090DC0-8905-4BAF-8040-FD98A41C8FB8" - next - edit "Panda-Internet-Security-AV" - set guid "4570FB70-5C9E-47E9-B16C-A3A6A06C4BF0" - next - edit "Panda-Internet-Security-2006~2007-FW" - set type fw - set guid "4570FB70-5C9E-47E9-B16C-A3A6A06C4BF0" - next - edit "Panda-Internet-Security-2008~2009-FW" - set type fw - set guid "7B090DC0-8905-4BAF-8040-FD98A41C8FB8" - next - edit "Sophos-Anti-Virus" - set guid "3F13C776-3CBE-4DE9-8BF6-09E5183CA2BD" - next - edit "Sophos-Enpoint-Secuirty-and-Control-FW" - set type fw - set guid "0786E95E-326A-4524-9691-41EF88FB52EA" - next - edit "Sophos-Enpoint-Secuirty-and-Control-AV-Vista-Win7" - set guid "479CCF92-4960-B3E0-7373-BF453B467D2C" - next - edit "Sophos-Enpoint-Secuirty-and-Control-FW-Vista-Win7" - set type fw - set guid "7FA74EB7-030F-B2B8-582C-1670C5953A57" - next - edit "Trend-Micro-AV" - set guid "7D2296BC-32CC-4519-917E-52E652474AF5" - next - edit "Trend-Micro-FW" - set type fw - set guid "3E790E9E-6A5D-4303-A7F9-185EC20F3EB6" - next - edit "Trend-Micro-AV-Vista-Win7" - set guid "48929DFC-7A52-A34F-8351-C4DBEDBD9C50" - next - edit "Trend-Micro-FW-Vista-Win7" - set type fw - set guid "70A91CD9-303D-A217-A80E-6DEE136EDB2B" - next - edit "ZoneAlarm-AV" - set guid "5D467B10-818C-4CAB-9FF7-6893B5B8F3CF" - next - edit "ZoneAlarm-FW" - set type fw - set guid "829BDA32-94B3-44F4-8446-F8FCFF809F8B" - next - edit "ZoneAlarm-AV-Vista-Win7" - set guid "D61596DF-D219-341C-49B3-AD30538CBC5B" - next - edit "ZoneAlarm-FW-Vista-Win7" - set type fw - set guid "EE2E17FA-9876-3544-62EC-0405AD5FFB20" - next - edit "ESET-Smart-Security-AV" - set guid "19259FAE-8396-A113-46DB-15B0E7DFA289" - next - edit "ESET-Smart-Security-FW" - set type fw - set guid "211E1E8B-C9F9-A04B-6D84-BC85190CE5F2" - next -end -config vpn ssl web portal - edit "full-access" - set tunnel-mode enable - set ipv6-tunnel-mode enable - set web-mode enable - set ip-pools "SSLVPN_TUNNEL_ADDR1" - set ipv6-pools "SSLVPN_TUNNEL_IPv6_ADDR1" - set page-layout double-column - next - edit "web-access" - set web-mode enable - next - edit "tunnel-access" - set tunnel-mode enable - set ipv6-tunnel-mode enable - set ip-pools "SSLVPN_TUNNEL_ADDR1" - set ipv6-pools "SSLVPN_TUNNEL_IPv6_ADDR1" - next -end -config vpn ssl settings - set servercert "self-sign" - set port 443 -end -config voip profile - edit "default" - set comment "Default VoIP profile." - next - edit "strict" - config sip - set malformed-request-line discard - set malformed-header-via discard - set malformed-header-from discard - set malformed-header-to discard - set malformed-header-call-id discard - set malformed-header-cseq discard - set malformed-header-rack discard - set malformed-header-rseq discard - set malformed-header-contact discard - set malformed-header-record-route discard - set malformed-header-route discard - set malformed-header-expires discard - set malformed-header-content-type discard - set malformed-header-content-length discard - set malformed-header-max-forwards discard - set malformed-header-allow discard - set malformed-header-p-asserted-identity discard - set malformed-header-sdp-v discard - set malformed-header-sdp-o discard - set malformed-header-sdp-s discard - set malformed-header-sdp-i discard - set malformed-header-sdp-c discard - set malformed-header-sdp-b discard - set malformed-header-sdp-z discard - set malformed-header-sdp-k discard - set malformed-header-sdp-a discard - set malformed-header-sdp-t discard - set malformed-header-sdp-r discard - set malformed-header-sdp-m discard - end - next -end -config webfilter profile - edit "default" - set comment "Default web filtering." - set post-action comfort - config ftgd-wf - config filters - edit 1 - set category 2 - set action warning - next - edit 2 - set category 7 - set action warning - next - edit 3 - set category 8 - set action warning - next - edit 4 - set category 9 - set action warning - next - edit 5 - set category 11 - set action warning - next - edit 6 - set category 12 - set action warning - next - edit 7 - set category 13 - set action warning - next - edit 8 - set category 14 - set action warning - next - edit 9 - set category 15 - set action warning - next - edit 10 - set category 16 - set action warning - next - edit 11 - set action warning - next - edit 12 - set category 57 - set action warning - next - edit 13 - set category 63 - set action warning - next - edit 14 - set category 64 - set action warning - next - edit 15 - set category 65 - set action warning - next - edit 16 - set category 66 - set action warning - next - edit 17 - set category 67 - set action warning - next - edit 18 - set category 26 - set action block - next - end - end - next - edit "web-filter-flow" - set comment "Flow-based web filter profile." - set inspection-mode flow-based - set post-action comfort - config ftgd-wf - config filters - edit 1 - set category 2 - next - edit 2 - set category 7 - next - edit 3 - set category 8 - next - edit 4 - set category 9 - next - edit 5 - set category 11 - next - edit 6 - set category 12 - next - edit 7 - set category 13 - next - edit 8 - set category 14 - next - edit 9 - set category 15 - next - edit 10 - set category 16 - next - edit 11 - next - edit 12 - set category 57 - next - edit 13 - set category 63 - next - edit 14 - set category 64 - next - edit 15 - set category 65 - next - edit 16 - set category 66 - next - edit 17 - set category 67 - next - edit 18 - set category 26 - set action block - next - end - end - next - edit "monitor-all" - set comment "Monitor and log all visited URLs, proxy-based." - config ftgd-wf - unset options - config filters - edit 1 - set category 1 - next - edit 2 - set category 3 - next - edit 3 - set category 4 - next - edit 4 - set category 5 - next - edit 5 - set category 6 - next - edit 6 - set category 12 - next - edit 7 - set category 59 - next - edit 8 - set category 62 - next - edit 9 - set category 83 - next - edit 10 - set category 2 - next - edit 11 - set category 7 - next - edit 12 - set category 8 - next - edit 13 - set category 9 - next - edit 14 - set category 11 - next - edit 15 - set category 13 - next - edit 16 - set category 14 - next - edit 17 - set category 15 - next - edit 18 - set category 16 - next - edit 19 - set category 57 - next - edit 20 - set category 63 - next - edit 21 - set category 64 - next - edit 22 - set category 65 - next - edit 23 - set category 66 - next - edit 24 - set category 67 - next - edit 25 - set category 19 - next - edit 26 - set category 24 - next - edit 27 - set category 25 - next - edit 28 - set category 72 - next - edit 29 - set category 75 - next - edit 30 - set category 76 - next - edit 31 - set category 26 - next - edit 32 - set category 61 - next - edit 33 - set category 86 - next - edit 34 - set category 17 - next - edit 35 - set category 18 - next - edit 36 - set category 20 - next - edit 37 - set category 23 - next - edit 38 - set category 28 - next - edit 39 - set category 29 - next - edit 40 - set category 30 - next - edit 41 - set category 33 - next - edit 42 - set category 34 - next - edit 43 - set category 35 - next - edit 44 - set category 36 - next - edit 45 - set category 37 - next - edit 46 - set category 38 - next - edit 47 - set category 39 - next - edit 48 - set category 40 - next - edit 49 - set category 42 - next - edit 50 - set category 44 - next - edit 51 - set category 46 - next - edit 52 - set category 47 - next - edit 53 - set category 48 - next - edit 54 - set category 54 - next - edit 55 - set category 55 - next - edit 56 - set category 58 - next - edit 57 - set category 68 - next - edit 58 - set category 69 - next - edit 59 - set category 70 - next - edit 60 - set category 71 - next - edit 61 - set category 77 - next - edit 62 - set category 78 - next - edit 63 - set category 79 - next - edit 64 - set category 80 - next - edit 65 - set category 82 - next - edit 66 - set category 85 - next - edit 67 - set category 87 - next - edit 68 - set category 31 - next - edit 69 - set category 41 - next - edit 70 - set category 43 - next - edit 71 - set category 49 - next - edit 72 - set category 50 - next - edit 73 - set category 51 - next - edit 74 - set category 52 - next - edit 75 - set category 53 - next - edit 76 - set category 56 - next - edit 77 - set category 81 - next - edit 78 - set category 84 - next - edit 79 - next - end - end - set log-all-url enable - set web-content-log disable - set web-filter-activex-log disable - set web-filter-command-block-log disable - set web-filter-cookie-log disable - set web-filter-applet-log disable - set web-filter-jscript-log disable - set web-filter-js-log disable - set web-filter-vbs-log disable - set web-filter-unknown-log disable - set web-filter-referer-log disable - set web-filter-cookie-removal-log disable - set web-url-log disable - set web-invalid-domain-log disable - set web-ftgd-err-log disable - set web-ftgd-quota-usage disable - next - edit "flow-monitor-all" - set comment "Monitor and log all visited URLs, flow-based." - set inspection-mode flow-based - config ftgd-wf - unset options - config filters - edit 1 - set category 1 - next - edit 2 - set category 3 - next - edit 3 - set category 4 - next - edit 4 - set category 5 - next - edit 5 - set category 6 - next - edit 6 - set category 12 - next - edit 7 - set category 59 - next - edit 8 - set category 62 - next - edit 9 - set category 83 - next - edit 10 - set category 2 - next - edit 11 - set category 7 - next - edit 12 - set category 8 - next - edit 13 - set category 9 - next - edit 14 - set category 11 - next - edit 15 - set category 13 - next - edit 16 - set category 14 - next - edit 17 - set category 15 - next - edit 18 - set category 16 - next - edit 19 - set category 57 - next - edit 20 - set category 63 - next - edit 21 - set category 64 - next - edit 22 - set category 65 - next - edit 23 - set category 66 - next - edit 24 - set category 67 - next - edit 25 - set category 19 - next - edit 26 - set category 24 - next - edit 27 - set category 25 - next - edit 28 - set category 72 - next - edit 29 - set category 75 - next - edit 30 - set category 76 - next - edit 31 - set category 26 - next - edit 32 - set category 61 - next - edit 33 - set category 86 - next - edit 34 - set category 17 - next - edit 35 - set category 18 - next - edit 36 - set category 20 - next - edit 37 - set category 23 - next - edit 38 - set category 28 - next - edit 39 - set category 29 - next - edit 40 - set category 30 - next - edit 41 - set category 33 - next - edit 42 - set category 34 - next - edit 43 - set category 35 - next - edit 44 - set category 36 - next - edit 45 - set category 37 - next - edit 46 - set category 38 - next - edit 47 - set category 39 - next - edit 48 - set category 40 - next - edit 49 - set category 42 - next - edit 50 - set category 44 - next - edit 51 - set category 46 - next - edit 52 - set category 47 - next - edit 53 - set category 48 - next - edit 54 - set category 54 - next - edit 55 - set category 55 - next - edit 56 - set category 58 - next - edit 57 - set category 68 - next - edit 58 - set category 69 - next - edit 59 - set category 70 - next - edit 60 - set category 71 - next - edit 61 - set category 77 - next - edit 62 - set category 78 - next - edit 63 - set category 79 - next - edit 64 - set category 80 - next - edit 65 - set category 82 - next - edit 66 - set category 85 - next - edit 67 - set category 87 - next - edit 68 - set category 31 - next - edit 69 - set category 41 - next - edit 70 - set category 43 - next - edit 71 - set category 49 - next - edit 72 - set category 50 - next - edit 73 - set category 51 - next - edit 74 - set category 52 - next - edit 75 - set category 53 - next - edit 76 - set category 56 - next - edit 77 - set category 81 - next - edit 78 - set category 84 - next - edit 79 - next - end - end - set log-all-url enable - set web-content-log disable - set web-filter-activex-log disable - set web-filter-command-block-log disable - set web-filter-cookie-log disable - set web-filter-applet-log disable - set web-filter-jscript-log disable - set web-filter-js-log disable - set web-filter-vbs-log disable - set web-filter-unknown-log disable - set web-filter-referer-log disable - set web-filter-cookie-removal-log disable - set web-url-log disable - set web-invalid-domain-log disable - set web-ftgd-err-log disable - set web-ftgd-quota-usage disable - next -end -config webfilter override -end -config webfilter override-user -end -config webfilter ftgd-warning -end -config webfilter ftgd-local-rating -end -config webfilter search-engine - edit "google" - set hostname ".*\\.google\\..*" - set url "^\\/((custom|search|images|videosearch|webhp)\\?)" - set query "q=" - set safesearch url - set safesearch-str "&safe=active" - next - edit "yahoo" - set hostname ".*\\.yahoo\\..*" - set url "^\\/search(\\/video|\\/images){0,1}(\\?|;)" - set query "p=" - set safesearch url - set safesearch-str "&vm=r" - next - edit "bing" - set hostname "www\\.bing\\.com" - set url "^(\\/images|\\/videos)?(\\/search|\\/async|\\/asyncv2)\\?" - set query "q=" - set safesearch url - set safesearch-str "&adlt=strict" - next - edit "yandex" - set hostname "yandex\\..*" - set url "^\\/(yand|images\\/|video\\/)(search)\\?" - set query "text=" - set safesearch url - set safesearch-str "&family=yes" - next - edit "youtube" - set hostname ".*\\.youtube\\..*" - set safesearch header - next - edit "baidu" - set hostname ".*\\.baidu\\.com" - set url "^\\/s?\\?" - set query "wd=" - next - edit "baidu2" - set hostname ".*\\.baidu\\.com" - set url "^\\/(ns|q|m|i|v)\\?" - set query "word=" - next - edit "baidu3" - set hostname "tieba\\.baidu\\.com" - set url "^\\/f\\?" - set query "kw=" - next -end -config antivirus settings - set grayware enable -end -config antivirus profile - edit "default" - set comment "Scan files and block viruses." - config http - set options scan - end - config ftp - set options scan - end - config imap - set options scan - end - config pop3 - set options scan - end - config smtp - set options scan - end - next -end -config spamfilter profile - edit "default" - set comment "Malware and phishing URL filtering." - next -end -config report layout - edit "default" - set title "FortiGate System Analysis Report" - set style-theme "default-report" - set options include-table-of-content view-chart-as-heading - set format pdf - config page - set paper letter - set page-break-before heading1 - config header - config header-item - edit 1 - set type image - set style "header-image" - set img-src "fortinet_logo_small.png" - next - end - end - config footer - config footer-item - edit 1 - set style "footer-text" - set content "FortiGate ${schedule_type} Security Report - Host Name: ${hostname}" - next - edit 2 - set style "footer-pageno" - next - end - end - end - config body-item - edit 101 - set type image - set style "report-cover1" - set img-src "fortigate_log.png" - next - edit 103 - set style "report-cover2" - set content "FortiGate ${schedule_type} Security Report" - next - edit 105 - set style "report-cover3" - set content "Report Date: ${started_time}" - next - edit 107 - set style "report-cover3" - set content "Data Range: ${report_data_range} (${hostname})" - next - edit 109 - set style "report-cover3" - set content "${vdom}" - next - edit 111 - set type image - set style "report-cover4" - set img-src "fortinet_logo_small.png" - next - edit 121 - set type misc - set misc-component page-break - next - edit 301 - set text-component heading1 - set content "Bandwidth and Applications" - next - edit 311 - set type chart - set chart "traffic.bandwidth.history_c" - next - edit 321 - set type chart - set chart "traffic.sessions.history_c" - next - edit 331 - set type chart - set chart "traffic.statistics" - next - edit 411 - set type chart - set chart "traffic.bandwidth.apps_c" - next - edit 421 - set type chart - set chart "traffic.bandwidth.cats_c" - next - edit 511 - set type chart - set chart "traffic.bandwidth.users_c" - next - edit 521 - set type chart - set chart "traffic.users.history.hour_c" - next - edit 611 - set type chart - set chart "traffic.bandwidth.destinations_tab" - next - edit 1001 - set text-component heading1 - set content "Web Usage" - next - edit 1011 - set type chart - set chart "web.allowed-request.sites_c" - next - edit 1021 - set type chart - set chart "web.bandwidth.sites_c" - next - edit 1031 - set type chart - set chart "web.blocked-request.sites_c" - next - edit 1041 - set type chart - set chart "web.blocked-request.users_c" - next - edit 1051 - set type chart - set chart "web.requests.users_c" - next - edit 1061 - set type chart - set chart "web.bandwidth.users_c" - next - edit 1071 - set type chart - set chart "web.bandwidth.stream-sites_c" - next - edit 1301 - set text-component heading1 - set content "Emails" - next - edit 1311 - set type chart - set chart "email.request.senders_c" - next - edit 1321 - set type chart - set chart "email.bandwidth.senders_c" - next - edit 1331 - set type chart - set chart "email.request.recipients_c" - next - edit 1341 - set type chart - set chart "email.bandwidth.recipients_c" - next - edit 1501 - set text-component heading1 - set content "Threats" - next - edit 1511 - set type chart - set top-n 80 - set chart "virus.count.viruses_c" - next - edit 1531 - set type chart - set top-n 80 - set chart "virus.count.users_c" - next - edit 1541 - set type chart - set top-n 80 - set chart "virus.count.sources_c" - next - edit 1551 - set type chart - set chart "virus.count.history_c" - next - edit 1561 - set type chart - set top-n 80 - set chart "botnet.count_c" - next - edit 1571 - set type chart - set top-n 80 - set chart "botnet.count.users_c" - next - edit 1581 - set type chart - set top-n 80 - set chart "botnet.count.sources_c" - next - edit 1591 - set type chart - set chart "botnet.count.history_c" - next - edit 1601 - set type chart - set top-n 80 - set chart "attack.count.attacks_c" - next - edit 1611 - set type chart - set top-n 80 - set chart "attack.count.victims_c" - next - edit 1621 - set type chart - set top-n 80 - set chart "attack.count.source_bar_c" - next - edit 1631 - set type chart - set chart "attack.count.blocked_attacks_c" - next - edit 1641 - set type chart - set chart "attack.count.severity_c" - next - edit 1651 - set type chart - set chart "attack.count.history_c" - next - edit 1701 - set text-component heading1 - set content "VPN Usage" - next - edit 1711 - set type chart - set top-n 80 - set chart "vpn.bandwidth.static-tunnels_c" - next - edit 1721 - set type chart - set top-n 80 - set chart "vpn.bandwidth.dynamic-tunnels_c" - next - edit 1731 - set type chart - set top-n 80 - set chart "vpn.bandwidth.ssl-tunnel.users_c" - next - edit 1741 - set type chart - set top-n 80 - set chart "vpn.bandwidth.ssl-web.users_c" - next - edit 1901 - set text-component heading1 - set content "Admin Login and System Events" - next - edit 1911 - set type chart - set top-n 80 - set chart "event.login.summary_c" - next - edit 1931 - set type chart - set top-n 80 - set chart "event.failed.login_c" - next - edit 1961 - set type chart - set top-n 80 - set chart "event.system.group_events_c" - next - end - next -end -config wanopt settings - set host-id "default-id" -end -config wanopt profile - edit "default" - set comments "Default WANopt profile." - next -end -config firewall schedule recurring - edit "always" - set day sunday monday tuesday wednesday thursday friday saturday - next - edit "none" - set day none - next -end -config firewall profile-protocol-options - edit "default" - set comment "All default services." - config http - set ports 80 - unset options - unset post-lang - end - config ftp - set ports 21 - set options splice - end - config imap - set ports 143 - set options fragmail - end - config mapi - set ports 135 - set options fragmail - end - config pop3 - set ports 110 - set options fragmail - end - config smtp - set ports 25 - set options fragmail splice - end - config nntp - set ports 119 - set options splice - end - config dns - set ports 53 - end - next -end -config firewall ssl-ssh-profile - edit "deep-inspection" - set comment "Deep inspection." - config https - set ports 443 - end - config ftps - set ports 990 - end - config imaps - set ports 993 - end - config pop3s - set ports 995 - end - config smtps - set ports 465 - end - config ssh - set ports 22 - end - config ssl-exempt - edit 1 - set fortiguard-category 31 - next - edit 2 - set fortiguard-category 33 - next - edit 3 - set fortiguard-category 87 - next - edit 4 - set type address - set address "apple" - next - edit 5 - set type address - set address "appstore" - next - edit 6 - set type address - set address "dropbox.com" - next - edit 7 - set type address - set address "Gotomeeting" - next - edit 8 - set type address - set address "icloud" - next - edit 9 - set type address - set address "itunes" - next - edit 10 - set type address - set address "android" - next - edit 11 - set type address - set address "skype" - next - edit 12 - set type address - set address "swscan.apple.com" - next - edit 13 - set type address - set address "update.microsoft.com" - next - edit 14 - set type address - set address "eease" - next - edit 15 - set type address - set address "google-drive" - next - edit 16 - set type address - set address "google-play" - next - edit 17 - set type address - set address "google-play2" - next - edit 18 - set type address - set address "google-play3" - next - edit 19 - set type address - set address "microsoft" - next - edit 20 - set type address - set address "adobe" - next - edit 21 - set type address - set address "Adobe Login" - next - edit 22 - set type address - set address "fortinet" - next - edit 23 - set type address - set address "googleapis.com" - next - edit 24 - set type address - set address "citrix" - next - edit 25 - set type address - set address "verisign" - next - edit 26 - set type address - set address "Windows update 2" - next - edit 27 - set type address - set address "*.live.com" - next - edit 28 - set type address - set address "auth.gfx.ms" - next - edit 29 - set type address - set address "autoupdate.opera.com" - next - edit 30 - set type address - set address "softwareupdate.vmware.com" - next - edit 31 - set type address - set address "firefox update server" - next - end - next - edit "certificate-inspection" - set comment "SSL handshake inspection." - config https - set ports 443 - set status certificate-inspection - end - config ftps - set ports 990 - set status disable - end - config imaps - set ports 993 - set status disable - end - config pop3s - set ports 995 - set status disable - end - config smtps - set ports 465 - set status disable - end - config ssh - set ports 22 - set status disable - end - next -end -config firewall identity-based-route -end -config firewall policy -end -config firewall local-in-policy -end -config firewall policy6 -end -config firewall local-in-policy6 -end -config firewall ttl-policy -end -config firewall policy64 -end -config firewall policy46 -end -config firewall explicit-proxy-policy -end -config firewall interface-policy -end -config firewall interface-policy6 -end -config firewall DoS-policy -end -config firewall DoS-policy6 -end -config firewall sniffer -end -config endpoint-control profile - edit "default" - config forticlient-winmac-settings - set forticlient-wf-profile "default" - end - config forticlient-android-settings - end - config forticlient-ios-settings - end - next -end -config wireless-controller wids-profile - edit "default" - set comment "Default WIDS profile." - set ap-scan enable - set wireless-bridge enable - set deauth-broadcast enable - set null-ssid-probe-resp enable - set long-duration-attack enable - set invalid-mac-oui enable - set weak-wep-iv enable - set auth-frame-flood enable - set assoc-frame-flood enable - set spoofed-deauth enable - set asleap-attack enable - set eapol-start-flood enable - set eapol-logoff-flood enable - set eapol-succ-flood enable - set eapol-fail-flood enable - set eapol-pre-succ-flood enable - set eapol-pre-fail-flood enable - next - edit "default-wids-apscan-enabled" - set ap-scan enable - next -end -config wireless-controller wtp-profile - edit "11n-only" - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP112B-default" - config platform - set type 112B - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP220B-default" - set ap-country US - config radio-1 - set band 802.11n-5G - end - config radio-2 - set band 802.11n - end - next - edit "FAP223B-default" - config platform - set type 223B - end - set ap-country US - config radio-1 - set band 802.11n-5G - end - config radio-2 - set band 802.11n - end - next - edit "FAP210B-default" - config platform - set type 210B - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP222B-default" - config platform - set type 222B - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11n-5G - end - next - edit "FAP320B-default" - config platform - set type 320B - end - set ap-country US - config radio-1 - set band 802.11n-5G - end - config radio-2 - set band 802.11n - end - next - edit "FAP11C-default" - config platform - set type 11C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP14C-default" - config platform - set type 14C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP28C-default" - config platform - set type 28C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP320C-default" - config platform - set type 320C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next - edit "FAP221C-default" - config platform - set type 221C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next - edit "FAP25D-default" - config platform - set type 25D - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP222C-default" - config platform - set type 222C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next - edit "FAP224D-default" - config platform - set type 224D - end - set ap-country US - config radio-1 - set band 802.11n-5G - end - config radio-2 - set band 802.11n - end - next - edit "FK214B-default" - config platform - set type 214B - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP21D-default" - config platform - set type 21D - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP24D-default" - config platform - set type 24D - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP112D-default" - config platform - set type 112D - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP223C-default" - config platform - set type 223C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next - edit "FAP321C-default" - config platform - set type 321C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next - edit "FAPC220C-default" - config platform - set type C220C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next -end -config log memory setting - set status disable -end -config log disk setting - set status enable -end -config router rip - config redistribute "connected" - end - config redistribute "static" - end - config redistribute "ospf" - end - config redistribute "bgp" - end - config redistribute "isis" - end -end -config router ripng - config redistribute "connected" - end - config redistribute "static" - end - config redistribute "ospf" - end - config redistribute "bgp" - end - config redistribute "isis" - end -end -config router static - edit 1 - set gateway 192.168.76.1 - set device "port1" - next -end -config router ospf - config redistribute "connected" - end - config redistribute "static" - end - config redistribute "rip" - end - config redistribute "bgp" - end - config redistribute "isis" - end -end -config router ospf6 - config redistribute "connected" - end - config redistribute "static" - end - config redistribute "rip" - end - config redistribute "bgp" - end - config redistribute "isis" - end -end -config router bgp - config redistribute "connected" - end - config redistribute "rip" - end - config redistribute "ospf" - end - config redistribute "static" - end - config redistribute "isis" - end - config redistribute6 "connected" - end - config redistribute6 "rip" - end - config redistribute6 "ospf" - end - config redistribute6 "static" - end - config redistribute6 "isis" - end -end -config router isis - config redistribute "connected" - end - config redistribute "rip" - end - config redistribute "ospf" - end - config redistribute "bgp" - end - config redistribute "static" - end -end -config router multicast -end \ No newline at end of file diff --git a/test/unit/fortios/new_good.diff b/test/unit/fortios/new_good.diff deleted file mode 100644 index 982fdf949..000000000 --- a/test/unit/fortios/new_good.diff +++ /dev/null @@ -1,11 +0,0 @@ - config firewall address - delete host1 - delete host2 - delete host3 - end - config firewall addrgrp - delete hosts - end - config firewall policy - delete 1 - end diff --git a/test/unit/fortios/new_typo.conf b/test/unit/fortios/new_typo.conf deleted file mode 100644 index 8f1b923b4..000000000 --- a/test/unit/fortios/new_typo.conf +++ /dev/null @@ -1,3488 +0,0 @@ -config system global - set fgd-alert-subscription advisory latest-threat - set hostname "FGVM010000035136" - set optimize antivirus - set timezone 04 -end -config system accprofile - edit "prof_admin" - set mntgrp read-write - set admingrp read-write - set updategrp read-write - set authgrp read-write - set sysgrp read-write - set netgrp read-write - set loggrp read-write - set routegrp read-write - set fwgrp read-write - set vpngrp read-write - set utmgrp read-write - set wanoptgrp read-write - set endpoint-control-grp read-write - set wifi read-write - next -end -config system interface - edit "port1" - set vdom "root" - set ip 192.168.76.13 255.255.255.0 - set allowaccess ping https ssh http fgfm - set type physical - set snmp-index 1 - next - edit "port2" - set vdom "root" - set mode dhcp - set type physical - set snmp-index 2 - next - edit "port3" - set vdom "root" - set type physical - set snmp-index 3 - next - edit "port4" - set vdom "root" - set type physical - set snmp-index 4 - next - edit "port5" - set vdom "root" - set type physical - set snmp-index 5 - next - edit "port6" - set vdom "root" - set type physical - set snmp-index 6 - next - edit "port7" - set vdom "root" - set type physical - set snmp-index 7 - next - edit "port8" - set vdom "root" - set type physical - set snmp-index 8 - next - edit "port9" - set vdom "root" - set type physical - set snmp-index 9 - next - edit "port10" - set vdom "root" - set type physical - set snmp-index 10 - next - edit "ssl.root" - set vdom "root" - set type tunnel - set alias "SSL VPN interface" - set snmp-index 13 - next -end -config system custom-language - edit "en" - set filename "en" - next - edit "fr" - set filename "fr" - next - edit "sp" - set filename "sp" - next - edit "pg" - set filename "pg" - next - edit "x-sjis" - set filename "x-sjis" - next - edit "big5" - set filename "big5" - next - edit "GB2312" - set filename "GB2312" - next - edit "euc-kr" - set filename "euc-kr" - next -end -config system admin - edit "admin" - set accprofile "super_admin" - set vdom "root" - config dashboard-tabs - edit 1 - set name "Status" - next - end - config dashboard - edit 1 - set tab-id 1 - set column 1 - next - edit 2 - set widget-type licinfo - set tab-id 1 - set column 1 - next - edit 3 - set widget-type jsconsole - set tab-id 1 - set column 1 - next - edit 4 - set widget-type sysres - set tab-id 1 - set column 2 - next - edit 5 - set widget-type gui-features - set tab-id 1 - set column 2 - next - edit 6 - set widget-type alert - set tab-id 1 - set column 2 - set top-n 10 - next - end - set password ENC AK1KTd93hep+5qC4ltR887Seo1xgFWKkL3DBxuTjTYc0IE= - next - edit "dbarroso" - set accprofile "super_admin" - set vdom "root" - set password ENC AK1Eh0Q7iXUm5tLq6Aikl+7i0VN/HE3Nibd8+TCFmfcErg= - next -end -config system ha - set override disable -end -config system dns - set primary 80.58.61.250 - set secondary 208.91.112.52 -end -config system replacemsg-image - edit "logo_fnet" - set image-type gif - set image-base64 '' - next - edit "logo_fguard_wf" - set image-type gif - set image-base64 '' - next - edit "logo_fw_auth" - set image-type png - set image-base64 '' - next - edit "logo_v2_fnet" - set image-type png - set image-base64 '' - next - edit "logo_v2_fguard_wf" - set image-type png - set image-base64 '' - next - edit "logo_v2_fguard_app" - set image-type png - set image-base64 '' - next -end -config system replacemsg mail "email-block" -end -config system replacemsg mail "email-dlp-subject" -end -config system replacemsg mail "email-dlp-ban" -end -config system replacemsg mail "email-filesize" -end -config system replacemsg mail "partial" -end -config system replacemsg mail "smtp-block" -end -config system replacemsg mail "smtp-filesize" -end -config system replacemsg http "bannedword" -end -config system replacemsg http "url-block" -end -config system replacemsg http "urlfilter-err" -end -config system replacemsg http "infcache-block" -end -config system replacemsg http "http-block" -end -config system replacemsg http "http-filesize" -end -config system replacemsg http "http-dlp-ban" -end -config system replacemsg http "http-archive-block" -end -config system replacemsg http "http-contenttypeblock" -end -config system replacemsg http "https-invalid-cert-block" -end -config system replacemsg http "http-client-block" -end -config system replacemsg http "http-client-filesize" -end -config system replacemsg http "http-client-bannedword" -end -config system replacemsg http "http-post-block" -end -config system replacemsg http "http-client-archive-block" -end -config system replacemsg http "switching-protocols-block" -end -config system replacemsg webproxy "deny" -end -config system replacemsg webproxy "user-limit" -end -config system replacemsg webproxy "auth-challenge" -end -config system replacemsg webproxy "auth-login-fail" -end -config system replacemsg webproxy "auth-authorization-fail" -end -config system replacemsg webproxy "http-err" -end -config system replacemsg webproxy "auth-ip-blackout" -end -config system replacemsg ftp "ftp-dl-blocked" -end -config system replacemsg ftp "ftp-dl-filesize" -end -config system replacemsg ftp "ftp-dl-dlp-ban" -end -config system replacemsg ftp "ftp-explicit-banner" -end -config system replacemsg ftp "ftp-dl-archive-block" -end -config system replacemsg nntp "nntp-dl-blocked" -end -config system replacemsg nntp "nntp-dl-filesize" -end -config system replacemsg nntp "nntp-dlp-subject" -end -config system replacemsg nntp "nntp-dlp-ban" -end -config system replacemsg fortiguard-wf "ftgd-block" -end -config system replacemsg fortiguard-wf "http-err" -end -config system replacemsg fortiguard-wf "ftgd-ovrd" -end -config system replacemsg fortiguard-wf "ftgd-quota" -end -config system replacemsg fortiguard-wf "ftgd-warning" -end -config system replacemsg spam "ipblocklist" -end -config system replacemsg spam "smtp-spam-dnsbl" -end -config system replacemsg spam "smtp-spam-feip" -end -config system replacemsg spam "smtp-spam-helo" -end -config system replacemsg spam "smtp-spam-emailblack" -end -config system replacemsg spam "smtp-spam-mimeheader" -end -config system replacemsg spam "reversedns" -end -config system replacemsg spam "smtp-spam-bannedword" -end -config system replacemsg spam "smtp-spam-ase" -end -config system replacemsg spam "submit" -end -config system replacemsg im "im-file-xfer-block" -end -config system replacemsg im "im-file-xfer-name" -end -config system replacemsg im "im-file-xfer-infected" -end -config system replacemsg im "im-file-xfer-size" -end -config system replacemsg im "im-dlp" -end -config system replacemsg im "im-dlp-ban" -end -config system replacemsg im "im-voice-chat-block" -end -config system replacemsg im "im-video-chat-block" -end -config system replacemsg im "im-photo-share-block" -end -config system replacemsg im "im-long-chat-block" -end -config system replacemsg alertmail "alertmail-virus" -end -config system replacemsg alertmail "alertmail-block" -end -config system replacemsg alertmail "alertmail-nids-event" -end -config system replacemsg alertmail "alertmail-crit-event" -end -config system replacemsg alertmail "alertmail-disk-full" -end -config system replacemsg admin "pre_admin-disclaimer-text" -end -config system replacemsg admin "post_admin-disclaimer-text" -end -config system replacemsg auth "auth-disclaimer-page-1" -end -config system replacemsg auth "auth-disclaimer-page-2" -end -config system replacemsg auth "auth-disclaimer-page-3" -end -config system replacemsg auth "auth-reject-page" -end -config system replacemsg auth "auth-login-page" -end -config system replacemsg auth "auth-login-failed-page" -end -config system replacemsg auth "auth-token-login-page" -end -config system replacemsg auth "auth-token-login-failed-page" -end -config system replacemsg auth "auth-success-msg" -end -config system replacemsg auth "auth-challenge-page" -end -config system replacemsg auth "auth-keepalive-page" -end -config system replacemsg auth "auth-portal-page" -end -config system replacemsg auth "auth-password-page" -end -config system replacemsg auth "auth-fortitoken-page" -end -config system replacemsg auth "auth-next-fortitoken-page" -end -config system replacemsg auth "auth-email-token-page" -end -config system replacemsg auth "auth-sms-token-page" -end -config system replacemsg auth "auth-email-harvesting-page" -end -config system replacemsg auth "auth-email-failed-page" -end -config system replacemsg auth "auth-cert-passwd-page" -end -config system replacemsg auth "auth-guest-print-page" -end -config system replacemsg auth "auth-guest-email-page" -end -config system replacemsg auth "auth-success-page" -end -config system replacemsg auth "auth-block-notification-page" -end -config system replacemsg sslvpn "sslvpn-login" -end -config system replacemsg sslvpn "sslvpn-limit" -end -config system replacemsg sslvpn "hostcheck-error" -end -config system replacemsg ec "endpt-download-portal" -end -config system replacemsg ec "endpt-download-portal-mac" -end -config system replacemsg ec "endpt-download-portal-ios" -end -config system replacemsg ec "endpt-download-portal-aos" -end -config system replacemsg ec "endpt-download-portal-other" -end -config system replacemsg device-detection-portal "device-detection-failure" -end -config system replacemsg nac-quar "nac-quar-virus" -end -config system replacemsg nac-quar "nac-quar-dos" -end -config system replacemsg nac-quar "nac-quar-ips" -end -config system replacemsg nac-quar "nac-quar-dlp" -end -config system replacemsg nac-quar "nac-quar-admin" -end -config system replacemsg traffic-quota "per-ip-shaper-block" -end -config system replacemsg utm "virus-html" -end -config system replacemsg utm "virus-text" -end -config system replacemsg utm "dlp-html" -end -config system replacemsg utm "dlp-text" -end -config system replacemsg utm "appblk-html" -end -config vpn certificate ca -end -config vpn certificate local - edit "Fortinet_CA_SSLProxy" - set password ENC vC36T7Drs+Hj91wzgrTm68D/DET4/PLcWZwcD1690T8W0WBDq0vMbepxwqCRbC62nVCmxWr1B7M6XQtWR/TVKrZ5Hn+DIF14AsNMkoIjxBPE1ZXl0bHdHvp6sWbLXS9bHxlQg1cKhXc6LwlgzFYtGAkm6ZK1OtbaJ30SJGLuwhA3QtVSUddNM5zOoDA3La7ieIo8pw== - set comments "This is the default CA certificate the SSL Inspection will use when generating new server certificates." - next - edit "Fortinet_SSLProxy" - set password ENC 66oQf3ZPF1xI3bgar51E2aqsE+ejpZx1LykOIWQfqA/tCEH50G7j8V4KbqXMSPK186n2utY8imXc2F7Et1uG3eKZ9FtEDZZySqAPh/r4NBdM6W2KVZFqnn7GjDKzRkabLvopsk5fhGmYKJA+a03jefTQ3mOad9nnA+WjzvCgdacvLpviCIFcj7t4/EktD9gW+BCXLA== - next -end -config user device-category - edit "ipad" - next - edit "iphone" - next - edit "gaming-console" - next - edit "blackberry-phone" - next - edit "blackberry-playbook" - next - edit "linux-pc" - next - edit "mac" - next - edit "windows-pc" - next - edit "android-phone" - next - edit "android-tablet" - next - edit "media-streaming" - next - edit "windows-phone" - next - edit "windows-tablet" - next - edit "fortinet-device" - next - edit "ip-phone" - next - edit "router-nat-device" - next - edit "printer" - next - edit "other-network-device" - next - edit "collected-emails" - next - edit "all" - next -end -config system session-sync -end -config system fortiguard - set webfilter-sdns-server-ip "208.91.112.220" -end -config ips global - set default-app-cat-mask 18446744073474670591 -end -config ips dbinfo - set version 1 -end -config gui console - unset preferences -end -config system session-helper - edit 1 - set name pptp - set protocol 6 - set port 1723 - next - edit 2 - set name h323 - set protocol 6 - set port 1720 - next - edit 3 - set name ras - set protocol 17 - set port 1719 - next - edit 4 - set name tns - set protocol 6 - set port 1521 - next - edit 5 - set name tftp - set protocol 17 - set port 69 - next - edit 6 - set name rtsp - set protocol 6 - set port 554 - next - edit 7 - set name rtsp - set protocol 6 - set port 7070 - next - edit 8 - set name rtsp - set protocol 6 - set port 8554 - next - edit 9 - set name ftp - set protocol 6 - set port 21 - next - edit 10 - set name mms - set protocol 6 - set port 1863 - next - edit 11 - set name pmap - set protocol 6 - set port 111 - next - edit 12 - set name pmap - set protocol 17 - set port 111 - next - edit 13 - set name sip - set protocol 17 - set port 5060 - next - edit 14 - set name dns-udp - set protocol 17 - set port 53 - next - edit 15 - set name rsh - set protocol 6 - set port 514 - next - edit 16 - set name rsh - set protocol 6 - set port 512 - next - edit 17 - set name dcerpc - set protocol 6 - set port 135 - next - edit 18 - set name dcerpc - set protocol 17 - set port 135 - next - edit 19 - set name mgcp - set protocol 17 - set port 2427 - next - edit 20 - set name mgcp - set protocol 17 - set port 2727 - next -end -config system auto-install - set auto-install-config enable - set auto-install-image enable -end -config system console - set output standard -end -config system ntp - set ntpsync enable - set syncinterval 60 -end -config system settings -end -config firewall address - edit "SSLVPN_TUNNEL_ADDR1" - set uuid 14ab4b18-d0bc-51e4-42cc-e6268d0c3020 - set type iprange - set start-ip 10.212.134.200 - set end-ip 10.212.134.210 - next - edit "all" - set uuid 14ab6396-d0bc-51e4-303f-a22a56b1b1f0 - next - edit "none" - set uuid 14ab6878-d0bc-51e4-5b1d-375ff4e32b63 - set subnet 0.0.0.0 255.255.255.255 - next - edit "apple" - set uuid 14ab6c9c-d0bc-51e4-ab3c-b4a5ebc7b3d8 - set type fqdn - set fqdn "*.apple.com" - next - edit "dropbox.com" - set uuid 14ab7106-d0bc-51e4-bee2-22d724c1149e - set type fqdn - set fqdn "*.dropbox.com" - next - edit "Gotomeeting" - set uuid 14ab7534-d0bc-51e4-8b80-57efd48d6a1d - set type fqdn - set fqdn "*.gotomeeting.com" - next - edit "icloud" - set uuid 14ab7962-d0bc-51e4-7b12-f830ed19cebc - set type fqdn - set fqdn "*.icloud.com" - next - edit "itunes" - set uuid 14ab7d7c-d0bc-51e4-9a5a-1cdc1e3aa425 - set type fqdn - set fqdn "*itunes.apple.com" - next - edit "android" - set uuid 14ab82f4-d0bc-51e4-2ea7-fd6a490020c7 - set type fqdn - set fqdn "*.android.com" - next - edit "skype" - set uuid 14ab87fe-d0bc-51e4-1463-3fedbf794ba4 - set type fqdn - set fqdn "*.messenger.live.com" - next - edit "swscan.apple.com" - set uuid 14ab8c22-d0bc-51e4-3aa5-092d2aa70543 - set type fqdn - set fqdn "swscan.apple.com" - next - edit "update.microsoft.com" - set uuid 14ab9046-d0bc-51e4-502b-34f428147fcc - set type fqdn - set fqdn "update.microsoft.com" - next - edit "appstore" - set uuid 14ab9460-d0bc-51e4-fde5-6bfec2054e7c - set type fqdn - set fqdn "*.appstore.com" - next - edit "eease" - set uuid 14ab987a-d0bc-51e4-6475-044176a9c484 - set type fqdn - set fqdn "*.eease.com" - next - edit "google-drive" - set uuid 14ab9c94-d0bc-51e4-bd96-c87043788769 - set type fqdn - set fqdn "*drive.google.com" - next - edit "google-play" - set uuid 14aba0a4-d0bc-51e4-df4f-815e9e59002b - set type fqdn - set fqdn "play.google.com" - next - edit "google-play2" - set uuid 14aba4be-d0bc-51e4-334e-19dfeed1da37 - set type fqdn - set fqdn "*.ggpht.com" - next - edit "google-play3" - set uuid 14aba8ce-d0bc-51e4-a44d-e52c963127e9 - set type fqdn - set fqdn "*.books.google.com" - next - edit "microsoft" - set uuid 14abace8-d0bc-51e4-861c-53e4c6f97f2c - set type fqdn - set fqdn "*.microsoft.com" - next - edit "adobe" - set uuid 14abb0f8-d0bc-51e4-8f52-5828ef1739f0 - set type fqdn - set fqdn "*.adobe.com" - next - edit "Adobe Login" - set uuid 14abb508-d0bc-51e4-6d68-0d16caaa6a50 - set type fqdn - set fqdn "*.adobelogin.com" - next - edit "fortinet" - set uuid 14abb918-d0bc-51e4-6ddf-088ff0d0d63a - set type fqdn - set fqdn "*.fortinet.com" - next - edit "googleapis.com" - set uuid 14abbd32-d0bc-51e4-ef13-99e9aca25675 - set type fqdn - set fqdn "*.googleapis.com" - next - edit "citrix" - set uuid 14abc142-d0bc-51e4-24b7-2bf9195c781f - set type fqdn - set fqdn "*.citrixonline.com" - next - edit "verisign" - set uuid 14abc552-d0bc-51e4-34bd-d27697a15f0d - set type fqdn - set fqdn "*.verisign.com" - next - edit "Windows update 2" - set uuid 14abc96c-d0bc-51e4-20ec-bb9ccb34d43e - set type fqdn - set fqdn "*.windowsupdate.com" - next - edit "*.live.com" - set uuid 14abcd86-d0bc-51e4-b673-5442c5b749e3 - set type fqdn - set fqdn "*.live.com" - next - edit "auth.gfx.ms" - set uuid 14abd196-d0bc-51e4-7db4-42298470181d - set type fqdn - set fqdn "auth.gfx.ms" - next - edit "autoupdate.opera.com" - set uuid 14abd5b0-d0bc-51e4-e312-925574ac450a - set type fqdn - set fqdn "autoupdate.opera.com" - next - edit "softwareupdate.vmware.com" - set uuid 14abd9ca-d0bc-51e4-c4f3-4523961ea3ef - set type fqdn - set fqdn "softwareupdate.vmware.com" - next - edit "firefox update server" - set uuid 14abdde4-d0bc-51e4-5f31-012b6025ebe4 - set type fqdn - set fqdn "aus*.mozilla.org" - next -end -config firewall multicast-address - edit "all" - set start-ip 224.0.0.0 - set end-ip 239.255.255.255 - next - edit "all_hosts" - set start-ip 224.0.0.1 - set end-ip 224.0.0.1 - next - edit "all_routers" - set start-ip 224.0.0.2 - set end-ip 224.0.0.2 - next - edit "Bonjour" - set start-ip 224.0.0.251 - set end-ip 224.0.0.251 - next - edit "EIGRP" - set start-ip 224.0.0.10 - set end-ip 224.0.0.10 - next - edit "OSPF" - set start-ip 224.0.0.5 - set end-ip 224.0.0.6 - next -end -config firewall address6 - edit "SSLVPN_TUNNEL_IPv6_ADDR1" - set uuid 14ab4c3a-d0bc-51e4-07e3-b5f2adc44f57 - set ip6 fdff:ffff::/120 - next - edit "all" - set uuid 14abe2d0-d0bc-51e4-6b56-faf6e3e70f2d - next - edit "none" - set uuid 14abe6b8-d0bc-51e4-e3c6-96857dbcbc74 - set ip6 ::/128 - next -end -config firewall addrgrp -end -config firewall service category - edit "General" - set comment "General services." - next - edit "Web Access" - set comment "Web access." - next - edit "File Access" - set comment "File access." - next - edit "Email" - set comment "Email services." - next - edit "Network Services" - set comment "Network services." - next - edit "Authentication" - set comment "Authentication service." - next - edit "Remote Access" - set comment "Remote access." - next - edit "Tunneling" - set comment "Tunneling service." - next - edit "VoIP, Messaging & Other Applications" - set comment "VoIP, messaging, and other applications." - next - edit "Web Proxy" - set comment "Explicit web proxy." - next -end -config firewall service custom - edit "ALL" - set category "General" - set protocol IP - next - edit "ALL_TCP" - set category "General" - set tcp-portrange 1-65535 - next - edit "ALL_UDP" - set category "General" - set udp-portrange 1-65535 - next - edit "ALL_ICMP" - set category "General" - set protocol ICMP - unset icmptype - next - edit "ALL_ICMP6" - set category "General" - set protocol ICMP6 - unset icmptype - next - edit "GRE" - set category "Tunneling" - set protocol IP - set protocol-number 47 - next - edit "AH" - set category "Tunneling" - set protocol IP - set protocol-number 51 - next - edit "ESP" - set category "Tunneling" - set protocol IP - set protocol-number 50 - next - edit "AOL" - set visibility disable - set tcp-portrange 5190-5194 - next - edit "BGP" - set category "Network Services" - set tcp-portrange 179 - next - edit "DHCP" - set category "Network Services" - set udp-portrange 67-68 - next - edit "DNS" - set category "Network Services" - set tcp-portrange 53 - set udp-portrange 53 - next - edit "FINGER" - set visibility disable - set tcp-portrange 79 - next - edit "FTP" - set category "File Access" - set tcp-portrange 21 - next - edit "FTP_GET" - set category "File Access" - set tcp-portrange 21 - next - edit "FTP_PUT" - set category "File Access" - set tcp-portrange 21 - next - edit "GOPHER" - set visibility disable - set tcp-portrange 70 - next - edit "H323" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 1720 1503 - set udp-portrange 1719 - next - edit "HTTP" - set category "Web Access" - set tcp-portrange 80 - next - edit "HTTPS" - set category "Web Access" - set tcp-portrange 443 - next - edit "IKE" - set category "Tunneling" - set udp-portrange 500 4500 - next - edit "IMAP" - set category "Email" - set tcp-portrange 143 - next - edit "IMAPS" - set category "Email" - set tcp-portrange 993 - next - edit "Internet-Locator-Service" - set visibility disable - set tcp-portrange 389 - next - edit "IRC" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 6660-6669 - next - edit "L2TP" - set category "Tunneling" - set tcp-portrange 1701 - set udp-portrange 1701 - next - edit "LDAP" - set category "Authentication" - set tcp-portrange 389 - next - edit "NetMeeting" - set visibility disable - set tcp-portrange 1720 - next - edit "NFS" - set category "File Access" - set tcp-portrange 111 2049 - set udp-portrange 111 2049 - next - edit "NNTP" - set visibility disable - set tcp-portrange 119 - next - edit "NTP" - set category "Network Services" - set tcp-portrange 123 - set udp-portrange 123 - next - edit "OSPF" - set category "Network Services" - set protocol IP - set protocol-number 89 - next - edit "PC-Anywhere" - set category "Remote Access" - set tcp-portrange 5631 - set udp-portrange 5632 - next - edit "PING" - set category "Network Services" - set protocol ICMP - set icmptype 8 - unset icmpcode - next - edit "TIMESTAMP" - set protocol ICMP - set visibility disable - set icmptype 13 - unset icmpcode - next - edit "INFO_REQUEST" - set protocol ICMP - set visibility disable - set icmptype 15 - unset icmpcode - next - edit "INFO_ADDRESS" - set protocol ICMP - set visibility disable - set icmptype 17 - unset icmpcode - next - edit "ONC-RPC" - set category "Remote Access" - set tcp-portrange 111 - set udp-portrange 111 - next - edit "DCE-RPC" - set category "Remote Access" - set tcp-portrange 135 - set udp-portrange 135 - next - edit "POP3" - set category "Email" - set tcp-portrange 110 - next - edit "POP3S" - set category "Email" - set tcp-portrange 995 - next - edit "PPTP" - set category "Tunneling" - set tcp-portrange 1723 - next - edit "QUAKE" - set visibility disable - set udp-portrange 26000 27000 27910 27960 - next - edit "RAUDIO" - set visibility disable - set udp-portrange 7070 - next - edit "REXEC" - set visibility disable - set tcp-portrange 512 - next - edit "RIP" - set category "Network Services" - set udp-portrange 520 - next - edit "RLOGIN" - set visibility disable - set tcp-portrange 513:512-1023 - next - edit "RSH" - set visibility disable - set tcp-portrange 514:512-1023 - next - edit "SCCP" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 2000 - next - edit "SIP" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 5060 - set udp-portrange 5060 - next - edit "SIP-MSNmessenger" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 1863 - next - edit "SAMBA" - set category "File Access" - set tcp-portrange 139 - next - edit "SMTP" - set category "Email" - set tcp-portrange 25 - next - edit "SMTPS" - set category "Email" - set tcp-portrange 465 - next - edit "SNMP" - set category "Network Services" - set tcp-portrange 161-162 - set udp-portrange 161-162 - next - edit "SSH" - set category "Remote Access" - set tcp-portrange 22 - next - edit "SYSLOG" - set category "Network Services" - set udp-portrange 514 - next - edit "TALK" - set visibility disable - set udp-portrange 517-518 - next - edit "TELNET" - set category "Remote Access" - set tcp-portrange 23 - next - edit "TFTP" - set category "File Access" - set udp-portrange 69 - next - edit "MGCP" - set visibility disable - set udp-portrange 2427 2727 - next - edit "UUCP" - set visibility disable - set tcp-portrange 540 - next - edit "VDOLIVE" - set visibility disable - set tcp-portrange 7000-7010 - next - edit "WAIS" - set visibility disable - set tcp-portrange 210 - next - edit "WINFRAME" - set visibility disable - set tcp-portrange 1494 2598 - next - edit "X-WINDOWS" - set category "Remote Access" - set tcp-portrange 6000-6063 - next - edit "PING6" - set protocol ICMP6 - set visibility disable - set icmptype 128 - unset icmpcode - next - edit "MS-SQL" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 1433 1434 - next - edit "MYSQL" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 3306 - next - edit "RDP" - set category "Remote Access" - set tcp-portrange 3389 - next - edit "VNC" - set category "Remote Access" - set tcp-portrange 5900 - next - edit "DHCP6" - set category "Network Services" - set udp-portrange 546 547 - next - edit "SQUID" - set category "Tunneling" - set tcp-portrange 3128 - next - edit "SOCKS" - set category "Tunneling" - set tcp-portrange 1080 - set udp-portrange 1080 - next - edit "WINS" - set category "Remote Access" - set tcp-portrange 1512 - set udp-portrange 1512 - next - edit "RADIUS" - set category "Authentication" - set udp-portrange 1812 1813 - next - edit "RADIUS-OLD" - set visibility disable - set udp-portrange 1645 1646 - next - edit "CVSPSERVER" - set visibility disable - set tcp-portrange 2401 - set udp-portrange 2401 - next - edit "AFS3" - set category "File Access" - set tcp-portrange 7000-7009 - set udp-portrange 7000-7009 - next - edit "TRACEROUTE" - set category "Network Services" - set udp-portrange 33434-33535 - next - edit "RTSP" - set category "VoIP, Messaging & Other Applications" - set tcp-portrange 554 7070 8554 - set udp-portrange 554 - next - edit "MMS" - set visibility disable - set tcp-portrange 1755 - set udp-portrange 1024-5000 - next - edit "KERBEROS" - set category "Authentication" - set tcp-portrange 88 - set udp-portrange 88 - next - edit "LDAP_UDP" - set category "Authentication" - set udp-portrange 389 - next - edit "SMB" - set category "File Access" - set tcp-portrange 445 - next - edit "NONE" - set visibility disable - set tcp-portrange 0 - next - edit "webproxy" - set explicit-proxy enable - set category "Web Proxy" - set protocol ALL - set tcp-portrange 0-65535:0-65535 - next -end -config firewall service group - edit "Email Access" - set member "DNS" "IMAP" "IMAPS" "POP3" "POP3S" "SMTP" "SMTPS" - next - edit "Web Access" - set member "DNS" "HTTP" "HTTPS" - next - edit "Windows AD" - set member "DCE-RPC" "DNS" "KERBEROS" "LDAP" "LDAP_UDP" "SAMBA" "SMB" - next - edit "Exchange Server" - set member "DCE-RPC" "DNS" "HTTPS" - next -end -config webfilter ftgd-local-cat - edit "custom1" - set id 140 - next - edit "custom2" - set id 141 - next -end -config ips sensor - edit "default" - set comment "Prevent critical attacks." - config entries - edit 1 - set severity medium high critical - next - end - next - edit "all_default" - set comment "All predefined signatures with default setting." - config entries - edit 1 - next - end - next - edit "all_default_pass" - set comment "All predefined signatures with PASS action." - config entries - edit 1 - set action pass - next - end - next - edit "protect_http_server" - set comment "Protect against HTTP server-side vulnerabilities." - config entries - edit 1 - set location server - set protocol HTTP - next - end - next - edit "protect_email_server" - set comment "Protect against email server-side vulnerabilities." - config entries - edit 1 - set location server - set protocol SMTP POP3 IMAP - next - end - next - edit "protect_client" - set comment "Protect against client-side vulnerabilities." - config entries - edit 1 - set location client - next - end - next - edit "high_security" - set comment "Blocks all Critical/High/Medium and some Low severity vulnerabilities" - config entries - edit 1 - set severity medium high critical - set status enable - set action block - next - edit 2 - set severity low - next - end - next -end -config firewall shaper traffic-shaper - edit "high-priority" - set maximum-bandwidth 1048576 - set per-policy enable - next - edit "medium-priority" - set maximum-bandwidth 1048576 - set priority medium - set per-policy enable - next - edit "low-priority" - set maximum-bandwidth 1048576 - set priority low - set per-policy enable - next - edit "guarantee-100kbps" - set guaranteed-bandwidth 100 - set maximum-bandwidth 1048576 - set per-policy enable - next - edit "shared-1M-pipe" - set maximum-bandwidth 1024 - next -end -config web-proxy global - set proxy-fqdn "default.fqdn" -end -config application list - edit "default" - set comment "Monitor all applications." - config entries - edit 1 - set action pass - next - end - next - edit "block-p2p" - config entries - edit 1 - set category 2 - next - end - next - edit "monitor-p2p-and-media" - config entries - edit 1 - set category 2 - set action pass - next - edit 2 - set category 5 - set action pass - next - end - next -end -config dlp filepattern - edit 1 - set name "builtin-patterns" - config entries - edit "*.bat" - next - edit "*.com" - next - edit "*.dll" - next - edit "*.doc" - next - edit "*.exe" - next - edit "*.gz" - next - edit "*.hta" - next - edit "*.ppt" - next - edit "*.rar" - next - edit "*.scr" - next - edit "*.tar" - next - edit "*.tgz" - next - edit "*.vb?" - next - edit "*.wps" - next - edit "*.xl?" - next - edit "*.zip" - next - edit "*.pif" - next - edit "*.cpl" - next - end - next - edit 2 - set name "all_executables" - config entries - edit "bat" - set filter-type type - set file-type bat - next - edit "exe" - set filter-type type - set file-type exe - next - edit "elf" - set filter-type type - set file-type elf - next - edit "hta" - set filter-type type - set file-type hta - next - end - next -end -config dlp fp-sensitivity - edit "Private" - next - edit "Critical" - next - edit "Warning" - next -end -config dlp sensor - edit "default" - set comment "Log a summary of email and web traffic." - set summary-proto smtp pop3 imap http-get http-post - next -end -config webfilter content -end -config webfilter urlfilter -end -config spamfilter bword -end -config spamfilter bwl -end -config spamfilter mheader -end -config spamfilter dnsbl -end -config spamfilter iptrust -end -config log threat-weight - config web - edit 1 - set category 26 - set level high - next - edit 2 - set category 61 - set level high - next - edit 3 - set category 86 - set level high - next - edit 4 - set category 1 - set level medium - next - edit 5 - set category 3 - set level medium - next - edit 6 - set category 4 - set level medium - next - edit 7 - set category 5 - set level medium - next - edit 8 - set category 6 - set level medium - next - edit 9 - set category 12 - set level medium - next - edit 10 - set category 59 - set level medium - next - edit 11 - set category 62 - set level medium - next - edit 12 - set category 83 - set level medium - next - edit 13 - set category 72 - next - edit 14 - set category 14 - next - end - config application - edit 1 - set category 2 - next - edit 2 - set category 6 - set level medium - next - edit 3 - set category 19 - set level critical - next - end -end -config icap profile - edit "default" - next -end -config user local - edit "guest" - set type password - set passwd ENC lEv5YxajOA0RehlsdxaUQOX3EXPhGyzm4yRJkwB1Kw8kQvslsKkOgmWO8k3bc+xML0BP2CvqYxnjKkb/o301PNG0qdV9NNZy/L1d3Hr9WFNQhC/21pjexIf7+Q+prRjVXsSVqJcr9UXZGkkV7WEPom6GPDasqYfsu9wNhEWEYyWs0nBqHzHc294udXjF5cIgUV3W7w== - next -end -config user fortitoken - edit "FTKMOB54AA61B3EE" - set license "FTMTRIAL00386693" - next - edit "FTKMOB54B500C6C7" - set license "FTMTRIAL00386693" - next -end -config user group - edit "SSO_Guest_Users" - next - edit "Guest-group" - set member "guest" - next -end -config user device-group - edit "Mobile Devices" - set member "android-phone" "android-tablet" "blackberry-phone" "blackberry-playbook" "ipad" "iphone" "windows-phone" "windows-tablet" - set comment "Phones, tablets, etc." - next - edit "Network Devices" - set member "fortinet-device" "other-network-device" "router-nat-device" - set comment "Routers, firewalls, gateways, etc." - next - edit "Others" - set member "gaming-console" "media-streaming" - set comment "Other devices." - next -end -config vpn ssl web host-check-software - edit "FortiClient-AV" - set guid "C86EC76D-5A4C-40E7-BD94-59358E544D81" - next - edit "FortiClient-FW" - set type fw - set guid "528CB157-D384-4593-AAAA-E42DFF111CED" - next - edit "FortiClient-AV-Vista-Win7" - set guid "385618A6-2256-708E-3FB9-7E98B93F91F9" - next - edit "FortiClient-FW-Vista-Win7" - set type fw - set guid "006D9983-6839-71D6-14E6-D7AD47ECD682" - next - edit "AVG-Internet-Security-AV" - set guid "17DDD097-36FF-435F-9E1B-52D74245D6BF" - next - edit "AVG-Internet-Security-FW" - set type fw - set guid "8DECF618-9569-4340-B34A-D78D28969B66" - next - edit "AVG-Internet-Security-AV-Vista-Win7" - set guid "0C939084-9E57-CBDB-EA61-0B0C7F62AF82" - next - edit "AVG-Internet-Security-FW-Vista-Win7" - set type fw - set guid "34A811A1-D438-CA83-C13E-A23981B1E8F9" - next - edit "CA-Anti-Virus" - set guid "17CFD1EA-56CF-40B5-A06B-BD3A27397C93" - next - edit "CA-Internet-Security-AV" - set guid "6B98D35F-BB76-41C0-876B-A50645ED099A" - next - edit "CA-Internet-Security-FW" - set type fw - set guid "38102F93-1B6E-4922-90E1-A35D8DC6DAA3" - next - edit "CA-Internet-Security-AV-Vista-Win7" - set guid "3EED0195-0A4B-4EF3-CC4F-4F401BDC245F" - next - edit "CA-Internet-Security-FW-Vista-Win7" - set type fw - set guid "06D680B0-4024-4FAB-E710-E675E50F6324" - next - edit "CA-Personal-Firewall" - set type fw - set guid "14CB4B80-8E52-45EA-905E-67C1267B4160" - next - edit "F-Secure-Internet-Security-AV" - set guid "E7512ED5-4245-4B4D-AF3A-382D3F313F15" - next - edit "F-Secure-Internet-Security-FW" - set type fw - set guid "D4747503-0346-49EB-9262-997542F79BF4" - next - edit "F-Secure-Internet-Security-AV-Vista-Win7" - set guid "15414183-282E-D62C-CA37-EF24860A2F17" - next - edit "F-Secure-Internet-Security-FW-Vista-Win7" - set type fw - set guid "2D7AC0A6-6241-D774-E168-461178D9686C" - next - edit "Kaspersky-AV" - set guid "2C4D4BC6-0793-4956-A9F9-E252435469C0" - next - edit "Kaspersky-FW" - set type fw - set guid "2C4D4BC6-0793-4956-A9F9-E252435469C0" - next - edit "Kaspersky-AV-Vista-Win7" - set guid "AE1D740B-8F0F-D137-211D-873D44B3F4AE" - next - edit "Kaspersky-FW-Vista-Win7" - set type fw - set guid "9626F52E-C560-D06F-0A42-2E08BA60B3D5" - next - edit "McAfee-Internet-Security-Suite-AV" - set guid "84B5EE75-6421-4CDE-A33A-DD43BA9FAD83" - next - edit "McAfee-Internet-Security-Suite-FW" - set type fw - set guid "94894B63-8C7F-4050-BDA4-813CA00DA3E8" - next - edit "McAfee-Internet-Security-Suite-AV-Vista-Win7" - set guid "86355677-4064-3EA7-ABB3-1B136EB04637" - next - edit "McAfee-Internet-Security-Suite-FW-Vista-Win7" - set type fw - set guid "BE0ED752-0A0B-3FFF-80EC-B2269063014C" - next - edit "McAfee-Virus-Scan-Enterprise" - set guid "918A2B0B-2C60-4016-A4AB-E868DEABF7F0" - next - edit "Norton-360-2.0-AV" - set guid "A5F1BC7C-EA33-4247-961C-0217208396C4" - next - edit "Norton-360-2.0-FW" - set type fw - set guid "371C0A40-5A0C-4AD2-A6E5-69C02037FBF3" - next - edit "Norton-360-3.0-AV" - set guid "E10A9785-9598-4754-B552-92431C1C35F8" - next - edit "Norton-360-3.0-FW" - set type fw - set guid "7C21A4C9-F61F-4AC4-B722-A6E19C16F220" - next - edit "Norton-Internet-Security-AV" - set guid "E10A9785-9598-4754-B552-92431C1C35F8" - next - edit "Norton-Internet-Security-FW" - set type fw - set guid "7C21A4C9-F61F-4AC4-B722-A6E19C16F220" - next - edit "Norton-Internet-Security-AV-Vista-Win7" - set guid "88C95A36-8C3B-2F2C-1B8B-30FCCFDC4855" - next - edit "Norton-Internet-Security-FW-Vista-Win7" - set type fw - set guid "B0F2DB13-C654-2E74-30D4-99C9310F0F2E" - next - edit "Symantec-Endpoint-Protection-AV" - set guid "FB06448E-52B8-493A-90F3-E43226D3305C" - next - edit "Symantec-Endpoint-Protection-FW" - set type fw - set guid "BE898FE3-CD0B-4014-85A9-03DB9923DDB6" - next - edit "Symantec-Endpoint-Protection-AV-Vista-Win7" - set guid "88C95A36-8C3B-2F2C-1B8B-30FCCFDC4855" - next - edit "Symantec-Endpoint-Protection-FW-Vista-Win7" - set type fw - set guid "B0F2DB13-C654-2E74-30D4-99C9310F0F2E" - next - edit "Panda-Antivirus+Firewall-2008-AV" - set guid "EEE2D94A-D4C1-421A-AB2C-2CE8FE51747A" - next - edit "Panda-Antivirus+Firewall-2008-FW" - set type fw - set guid "7B090DC0-8905-4BAF-8040-FD98A41C8FB8" - next - edit "Panda-Internet-Security-AV" - set guid "4570FB70-5C9E-47E9-B16C-A3A6A06C4BF0" - next - edit "Panda-Internet-Security-2006~2007-FW" - set type fw - set guid "4570FB70-5C9E-47E9-B16C-A3A6A06C4BF0" - next - edit "Panda-Internet-Security-2008~2009-FW" - set type fw - set guid "7B090DC0-8905-4BAF-8040-FD98A41C8FB8" - next - edit "Sophos-Anti-Virus" - set guid "3F13C776-3CBE-4DE9-8BF6-09E5183CA2BD" - next - edit "Sophos-Enpoint-Secuirty-and-Control-FW" - set type fw - set guid "0786E95E-326A-4524-9691-41EF88FB52EA" - next - edit "Sophos-Enpoint-Secuirty-and-Control-AV-Vista-Win7" - set guid "479CCF92-4960-B3E0-7373-BF453B467D2C" - next - edit "Sophos-Enpoint-Secuirty-and-Control-FW-Vista-Win7" - set type fw - set guid "7FA74EB7-030F-B2B8-582C-1670C5953A57" - next - edit "Trend-Micro-AV" - set guid "7D2296BC-32CC-4519-917E-52E652474AF5" - next - edit "Trend-Micro-FW" - set type fw - set guid "3E790E9E-6A5D-4303-A7F9-185EC20F3EB6" - next - edit "Trend-Micro-AV-Vista-Win7" - set guid "48929DFC-7A52-A34F-8351-C4DBEDBD9C50" - next - edit "Trend-Micro-FW-Vista-Win7" - set type fw - set guid "70A91CD9-303D-A217-A80E-6DEE136EDB2B" - next - edit "ZoneAlarm-AV" - set guid "5D467B10-818C-4CAB-9FF7-6893B5B8F3CF" - next - edit "ZoneAlarm-FW" - set type fw - set guid "829BDA32-94B3-44F4-8446-F8FCFF809F8B" - next - edit "ZoneAlarm-AV-Vista-Win7" - set guid "D61596DF-D219-341C-49B3-AD30538CBC5B" - next - edit "ZoneAlarm-FW-Vista-Win7" - set type fw - set guid "EE2E17FA-9876-3544-62EC-0405AD5FFB20" - next - edit "ESET-Smart-Security-AV" - set guid "19259FAE-8396-A113-46DB-15B0E7DFA289" - next - edit "ESET-Smart-Security-FW" - set type fw - set guid "211E1E8B-C9F9-A04B-6D84-BC85190CE5F2" - next -end -config vpn ssl web portal - edit "full-access" - set tunnel-mode enable - set ipv6-tunnel-mode enable - set web-mode enable - set ip-pools "SSLVPN_TUNNEL_ADDR1" - set ipv6-pools "SSLVPN_TUNNEL_IPv6_ADDR1" - set page-layout double-column - next - edit "web-access" - set web-mode enable - next - edit "tunnel-access" - set tunnel-mode enable - set ipv6-tunnel-mode enable - set ip-pools "SSLVPN_TUNNEL_ADDR1" - set ipv6-pools "SSLVPN_TUNNEL_IPv6_ADDR1" - next -end -config vpn ssl settings - set servercert "self-sign" - set port 443 -end -config voip profile - edit "default" - set comment "Default VoIP profile." - next - edit "strict" - config sip - set malformed-request-line discard - set malformed-header-via discard - set malformed-header-from discard - set malformed-header-to discard - set malformed-header-call-id discard - set malformed-header-cseq discard - set malformed-header-rack discard - set malformed-header-rseq discard - set malformed-header-contact discard - set malformed-header-record-route discard - set malformed-header-route discard - set malformed-header-expires discard - set malformed-header-content-type discard - set malformed-header-content-length discard - set malformed-header-max-forwards discard - set malformed-header-allow discard - set malformed-header-p-asserted-identity discard - set malformed-header-sdp-v discard - set malformed-header-sdp-o discard - set malformed-header-sdp-s discard - set malformed-header-sdp-i discard - set malformed-header-sdp-c discard - set malformed-header-sdp-b discard - set malformed-header-sdp-z discard - set malformed-header-sdp-k discard - set malformed-header-sdp-a discard - set malformed-header-sdp-t discard - set malformed-header-sdp-r discard - set malformed-header-sdp-m discard - end - next -end -config webfilter profile - edit "default" - set comment "Default web filtering." - set post-action comfort - config ftgd-wf - config filters - edit 1 - set category 2 - set action warning - next - edit 2 - set category 7 - set action warning - next - edit 3 - set category 8 - set action warning - next - edit 4 - set category 9 - set action warning - next - edit 5 - set category 11 - set action warning - next - edit 6 - set category 12 - set action warning - next - edit 7 - set category 13 - set action warning - next - edit 8 - set category 14 - set action warning - next - edit 9 - set category 15 - set action warning - next - edit 10 - set category 16 - set action warning - next - edit 11 - set action warning - next - edit 12 - set category 57 - set action warning - next - edit 13 - set category 63 - set action warning - next - edit 14 - set category 64 - set action warning - next - edit 15 - set category 65 - set action warning - next - edit 16 - set category 66 - set action warning - next - edit 17 - set category 67 - set action warning - next - edit 18 - set category 26 - set action block - next - end - end - next - edit "web-filter-flow" - set comment "Flow-based web filter profile." - set inspection-mode flow-based - set post-action comfort - config ftgd-wf - config filters - edit 1 - set category 2 - next - edit 2 - set category 7 - next - edit 3 - set category 8 - next - edit 4 - set category 9 - next - edit 5 - set category 11 - next - edit 6 - set category 12 - next - edit 7 - set category 13 - next - edit 8 - set category 14 - next - edit 9 - set category 15 - next - edit 10 - set category 16 - next - edit 11 - next - edit 12 - set category 57 - next - edit 13 - set category 63 - next - edit 14 - set category 64 - next - edit 15 - set category 65 - next - edit 16 - set category 66 - next - edit 17 - set category 67 - next - edit 18 - set category 26 - set action block - next - end - end - next - edit "monitor-all" - set comment "Monitor and log all visited URLs, proxy-based." - config ftgd-wf - unset options - config filters - edit 1 - set category 1 - next - edit 2 - set category 3 - next - edit 3 - set category 4 - next - edit 4 - set category 5 - next - edit 5 - set category 6 - next - edit 6 - set category 12 - next - edit 7 - set category 59 - next - edit 8 - set category 62 - next - edit 9 - set category 83 - next - edit 10 - set category 2 - next - edit 11 - set category 7 - next - edit 12 - set category 8 - next - edit 13 - set category 9 - next - edit 14 - set category 11 - next - edit 15 - set category 13 - next - edit 16 - set category 14 - next - edit 17 - set category 15 - next - edit 18 - set category 16 - next - edit 19 - set category 57 - next - edit 20 - set category 63 - next - edit 21 - set category 64 - next - edit 22 - set category 65 - next - edit 23 - set category 66 - next - edit 24 - set category 67 - next - edit 25 - set category 19 - next - edit 26 - set category 24 - next - edit 27 - set category 25 - next - edit 28 - set category 72 - next - edit 29 - set category 75 - next - edit 30 - set category 76 - next - edit 31 - set category 26 - next - edit 32 - set category 61 - next - edit 33 - set category 86 - next - edit 34 - set category 17 - next - edit 35 - set category 18 - next - edit 36 - set category 20 - next - edit 37 - set category 23 - next - edit 38 - set category 28 - next - edit 39 - set category 29 - next - edit 40 - set category 30 - next - edit 41 - set category 33 - next - edit 42 - set category 34 - next - edit 43 - set category 35 - next - edit 44 - set category 36 - next - edit 45 - set category 37 - next - edit 46 - set category 38 - next - edit 47 - set category 39 - next - edit 48 - set category 40 - next - edit 49 - set category 42 - next - edit 50 - set category 44 - next - edit 51 - set category 46 - next - edit 52 - set category 47 - next - edit 53 - set category 48 - next - edit 54 - set category 54 - next - edit 55 - set category 55 - next - edit 56 - set category 58 - next - edit 57 - set category 68 - next - edit 58 - set category 69 - next - edit 59 - set category 70 - next - edit 60 - set category 71 - next - edit 61 - set category 77 - next - edit 62 - set category 78 - next - edit 63 - set category 79 - next - edit 64 - set category 80 - next - edit 65 - set category 82 - next - edit 66 - set category 85 - next - edit 67 - set category 87 - next - edit 68 - set category 31 - next - edit 69 - set category 41 - next - edit 70 - set category 43 - next - edit 71 - set category 49 - next - edit 72 - set category 50 - next - edit 73 - set category 51 - next - edit 74 - set category 52 - next - edit 75 - set category 53 - next - edit 76 - set category 56 - next - edit 77 - set category 81 - next - edit 78 - set category 84 - next - edit 79 - next - end - end - set log-all-url enable - set web-content-log disable - set web-filter-activex-log disable - set web-filter-command-block-log disable - set web-filter-cookie-log disable - set web-filter-applet-log disable - set web-filter-jscript-log disable - set web-filter-js-log disable - set web-filter-vbs-log disable - set web-filter-unknown-log disable - set web-filter-referer-log disable - set web-filter-cookie-removal-log disable - set web-url-log disable - set web-invalid-domain-log disable - set web-ftgd-err-log disable - set web-ftgd-quota-usage disable - next - edit "flow-monitor-all" - set comment "Monitor and log all visited URLs, flow-based." - set inspection-mode flow-based - config ftgd-wf - unset options - config filters - edit 1 - set category 1 - next - edit 2 - set category 3 - next - edit 3 - set category 4 - next - edit 4 - set category 5 - next - edit 5 - set category 6 - next - edit 6 - set category 12 - next - edit 7 - set category 59 - next - edit 8 - set category 62 - next - edit 9 - set category 83 - next - edit 10 - set category 2 - next - edit 11 - set category 7 - next - edit 12 - set category 8 - next - edit 13 - set category 9 - next - edit 14 - set category 11 - next - edit 15 - set category 13 - next - edit 16 - set category 14 - next - edit 17 - set category 15 - next - edit 18 - set category 16 - next - edit 19 - set category 57 - next - edit 20 - set category 63 - next - edit 21 - set category 64 - next - edit 22 - set category 65 - next - edit 23 - set category 66 - next - edit 24 - set category 67 - next - edit 25 - set category 19 - next - edit 26 - set category 24 - next - edit 27 - set category 25 - next - edit 28 - set category 72 - next - edit 29 - set category 75 - next - edit 30 - set category 76 - next - edit 31 - set category 26 - next - edit 32 - set category 61 - next - edit 33 - set category 86 - next - edit 34 - set category 17 - next - edit 35 - set category 18 - next - edit 36 - set category 20 - next - edit 37 - set category 23 - next - edit 38 - set category 28 - next - edit 39 - set category 29 - next - edit 40 - set category 30 - next - edit 41 - set category 33 - next - edit 42 - set category 34 - next - edit 43 - set category 35 - next - edit 44 - set category 36 - next - edit 45 - set category 37 - next - edit 46 - set category 38 - next - edit 47 - set category 39 - next - edit 48 - set category 40 - next - edit 49 - set category 42 - next - edit 50 - set category 44 - next - edit 51 - set category 46 - next - edit 52 - set category 47 - next - edit 53 - set category 48 - next - edit 54 - set category 54 - next - edit 55 - set category 55 - next - edit 56 - set category 58 - next - edit 57 - set category 68 - next - edit 58 - set category 69 - next - edit 59 - set category 70 - next - edit 60 - set category 71 - next - edit 61 - set category 77 - next - edit 62 - set category 78 - next - edit 63 - set category 79 - next - edit 64 - set category 80 - next - edit 65 - set category 82 - next - edit 66 - set category 85 - next - edit 67 - set category 87 - next - edit 68 - set category 31 - next - edit 69 - set category 41 - next - edit 70 - set category 43 - next - edit 71 - set category 49 - next - edit 72 - set category 50 - next - edit 73 - set category 51 - next - edit 74 - set category 52 - next - edit 75 - set category 53 - next - edit 76 - set category 56 - next - edit 77 - set category 81 - next - edit 78 - set category 84 - next - edit 79 - next - end - end - set log-all-url enable - set web-content-log disable - set web-filter-activex-log disable - set web-filter-command-block-log disable - set web-filter-cookie-log disable - set web-filter-applet-log disable - set web-filter-jscript-log disable - set web-filter-js-log disable - set web-filter-vbs-log disable - set web-filter-unknown-log disable - set web-filter-referer-log disable - set web-filter-cookie-removal-log disable - set web-url-log disable - set web-invalid-domain-log disable - set web-ftgd-err-log disable - set web-ftgd-quota-usage disable - next -end -config webfilter override -end -config webfilter override-user -end -config webfilter ftgd-warning -end -config webfilter ftgd-local-rating -end -config webfilter search-engine - edit "google" - set hostname ".*\\.google\\..*" - set url "^\\/((custom|search|images|videosearch|webhp)\\?)" - set query "q=" - set safesearch url - set safesearch-str "&safe=active" - next - edit "yahoo" - set hostname ".*\\.yahoo\\..*" - set url "^\\/search(\\/video|\\/images){0,1}(\\?|;)" - set query "p=" - set safesearch url - set safesearch-str "&vm=r" - next - edit "bing" - set hostname "www\\.bing\\.com" - set url "^(\\/images|\\/videos)?(\\/search|\\/async|\\/asyncv2)\\?" - set query "q=" - set safesearch url - set safesearch-str "&adlt=strict" - next - edit "yandex" - set hostname "yandex\\..*" - set url "^\\/(yand|images\\/|video\\/)(search)\\?" - set query "text=" - set safesearch url - set safesearch-str "&family=yes" - next - edit "youtube" - set hostname ".*\\.youtube\\..*" - set safesearch header - next - edit "baidu" - set hostname ".*\\.baidu\\.com" - set url "^\\/s?\\?" - set query "wd=" - next - edit "baidu2" - set hostname ".*\\.baidu\\.com" - set url "^\\/(ns|q|m|i|v)\\?" - set query "word=" - next - edit "baidu3" - set hostname "tieba\\.baidu\\.com" - set url "^\\/f\\?" - set query "kw=" - next -end -config antivirus settings - set grayware enable -end -config antivirus profile - edit "default" - set comment "Scan files and block viruses." - config http - set options scan - end - config ftp - set options scan - end - config imap - set options scan - end - config pop3 - set options scan - end - config smtp - set options scan - end - next -end -config spamfilter profile - edit "default" - set comment "Malware and phishing URL filtering." - next -end -config report layout - edit "default" - set title "FortiGate System Analysis Report" - set style-theme "default-report" - set options include-table-of-content view-chart-as-heading - set format pdf - config page - set paper letter - set page-break-before heading1 - config header - config header-item - edit 1 - set type image - set style "header-image" - set img-src "fortinet_logo_small.png" - next - end - end - config footer - config footer-item - edit 1 - set style "footer-text" - set content "FortiGate ${schedule_type} Security Report - Host Name: ${hostname}" - next - edit 2 - set style "footer-pageno" - next - end - end - end - config body-item - edit 101 - set type image - set style "report-cover1" - set img-src "fortigate_log.png" - next - edit 103 - set style "report-cover2" - set content "FortiGate ${schedule_type} Security Report" - next - edit 105 - set style "report-cover3" - set content "Report Date: ${started_time}" - next - edit 107 - set style "report-cover3" - set content "Data Range: ${report_data_range} (${hostname})" - next - edit 109 - set style "report-cover3" - set content "${vdom}" - next - edit 111 - set type image - set style "report-cover4" - set img-src "fortinet_logo_small.png" - next - edit 121 - set type misc - set misc-component page-break - next - edit 301 - set text-component heading1 - set content "Bandwidth and Applications" - next - edit 311 - set type chart - set chart "traffic.bandwidth.history_c" - next - edit 321 - set type chart - set chart "traffic.sessions.history_c" - next - edit 331 - set type chart - set chart "traffic.statistics" - next - edit 411 - set type chart - set chart "traffic.bandwidth.apps_c" - next - edit 421 - set type chart - set chart "traffic.bandwidth.cats_c" - next - edit 511 - set type chart - set chart "traffic.bandwidth.users_c" - next - edit 521 - set type chart - set chart "traffic.users.history.hour_c" - next - edit 611 - set type chart - set chart "traffic.bandwidth.destinations_tab" - next - edit 1001 - set text-component heading1 - set content "Web Usage" - next - edit 1011 - set type chart - set chart "web.allowed-request.sites_c" - next - edit 1021 - set type chart - set chart "web.bandwidth.sites_c" - next - edit 1031 - set type chart - set chart "web.blocked-request.sites_c" - next - edit 1041 - set type chart - set chart "web.blocked-request.users_c" - next - edit 1051 - set type chart - set chart "web.requests.users_c" - next - edit 1061 - set type chart - set chart "web.bandwidth.users_c" - next - edit 1071 - set type chart - set chart "web.bandwidth.stream-sites_c" - next - edit 1301 - set text-component heading1 - set content "Emails" - next - edit 1311 - set type chart - set chart "email.request.senders_c" - next - edit 1321 - set type chart - set chart "email.bandwidth.senders_c" - next - edit 1331 - set type chart - set chart "email.request.recipients_c" - next - edit 1341 - set type chart - set chart "email.bandwidth.recipients_c" - next - edit 1501 - set text-component heading1 - set content "Threats" - next - edit 1511 - set type chart - set top-n 80 - set chart "virus.count.viruses_c" - next - edit 1531 - set type chart - set top-n 80 - set chart "virus.count.users_c" - next - edit 1541 - set type chart - set top-n 80 - set chart "virus.count.sources_c" - next - edit 1551 - set type chart - set chart "virus.count.history_c" - next - edit 1561 - set type chart - set top-n 80 - set chart "botnet.count_c" - next - edit 1571 - set type chart - set top-n 80 - set chart "botnet.count.users_c" - next - edit 1581 - set type chart - set top-n 80 - set chart "botnet.count.sources_c" - next - edit 1591 - set type chart - set chart "botnet.count.history_c" - next - edit 1601 - set type chart - set top-n 80 - set chart "attack.count.attacks_c" - next - edit 1611 - set type chart - set top-n 80 - set chart "attack.count.victims_c" - next - edit 1621 - set type chart - set top-n 80 - set chart "attack.count.source_bar_c" - next - edit 1631 - set type chart - set chart "attack.count.blocked_attacks_c" - next - edit 1641 - set type chart - set chart "attack.count.severity_c" - next - edit 1651 - set type chart - set chart "attack.count.history_c" - next - edit 1701 - set text-component heading1 - set content "VPN Usage" - next - edit 1711 - set type chart - set top-n 80 - set chart "vpn.bandwidth.static-tunnels_c" - next - edit 1721 - set type chart - set top-n 80 - set chart "vpn.bandwidth.dynamic-tunnels_c" - next - edit 1731 - set type chart - set top-n 80 - set chart "vpn.bandwidth.ssl-tunnel.users_c" - next - edit 1741 - set type chart - set top-n 80 - set chart "vpn.bandwidth.ssl-web.users_c" - next - edit 1901 - set text-component heading1 - set content "Admin Login and System Events" - next - edit 1911 - set type chart - set top-n 80 - set chart "event.login.summary_c" - next - edit 1931 - set type chart - set top-n 80 - set chart "event.failed.login_c" - next - edit 1961 - set type chart - set top-n 80 - set chart "event.system.group_events_c" - next - end - next -end -config wanopt settings - set host-id "default-id" -end -config wanopt profile - edit "default" - set comments "Default WANopt profile." - next -end -config firewall schedule recurring - edit "always" - set day sunday monday tuesday wednesday thursday friday saturday - next - edit "none" - set day none - next -end -config firewall profile-protocol-options - edit "default" - set comment "All default services." - config http - set ports 80 - unset options - unset post-lang - end - config ftp - set ports 21 - set options splice - end - config imap - set ports 143 - set options fragmail - end - config mapi - set ports 135 - set options fragmail - end - config pop3 - set ports 110 - set options fragmail - end - config smtp - set ports 25 - set options fragmail splice - end - config nntp - set ports 119 - set options splice - end - config dns - set ports 53 - end - next -end -config firewall ssl-ssh-profile - edit "deep-inspection" - set comment "Deep inspection." - config https - set ports 443 - end - config ftps - set ports 990 - end - config imaps - set ports 993 - end - config pop3s - set ports 995 - end - config smtps - set ports 465 - end - config ssh - set ports 22 - end - config ssl-exempt - edit 1 - set fortiguard-category 31 - next - edit 2 - set fortiguard-category 33 - next - edit 3 - set fortiguard-category 87 - next - edit 4 - set type address - set address "apple" - next - edit 5 - set type address - set address "appstore" - next - edit 6 - set type address - set address "dropbox.com" - next - edit 7 - set type address - set address "Gotomeeting" - next - edit 8 - set type address - set address "icloud" - next - edit 9 - set type address - set address "itunes" - next - edit 10 - set type address - set address "android" - next - edit 11 - set type address - set address "skype" - next - edit 12 - set type address - set address "swscan.apple.com" - next - edit 13 - set type address - set address "update.microsoft.com" - next - edit 14 - set type address - set address "eease" - next - edit 15 - set type address - set address "google-drive" - next - edit 16 - set type address - set address "google-play" - next - edit 17 - set type address - set address "google-play2" - next - edit 18 - set type address - set address "google-play3" - next - edit 19 - set type address - set address "microsoft" - next - edit 20 - set type address - set address "adobe" - next - edit 21 - set type address - set address "Adobe Login" - next - edit 22 - set type address - set address "fortinet" - next - edit 23 - set type address - set address "googleapis.com" - next - edit 24 - set type address - set address "citrix" - next - edit 25 - set type address - set address "verisign" - next - edit 26 - set type address - set address "Windows update 2" - next - edit 27 - set type address - set address "*.live.com" - next - edit 28 - set type address - set address "auth.gfx.ms" - next - edit 29 - set type address - set address "autoupdate.opera.com" - next - edit 30 - set type address - set address "softwareupdate.vmware.com" - next - edit 31 - set type address - set address "firefox update server" - next - end - next - edit "certificate-inspection" - set comment "SSL handshake inspection." - config https - set ports 443 - set status certificate-inspection - end - config ftps - set ports 990 - set status disable - end - config imaps - set ports 993 - set status disable - end - config pop3s - set ports 995 - set status disable - end - config smtps - set ports 465 - set status disable - end - config ssh - set ports 22 - set status disable - end - next -end -config firewall identity-based-route -end -config firewall policy -end -config firewall local-in-policy -end -config firewall policy6 -end -config firewall local-in-policy6 -end -config firewall ttl-policy -end -config firewall policy64 -end -config firewall policy46 -end -config firewall explicit-proxy-policy -end -config firewall interface-policy -end -config firewall interface-policy6 -end -config firewall DoS-policy -end -config firewall DoS-policy6 -end -config firewall sniffer -end -config endpoint-control profile - edit "default" - config forticlient-winmac-settings - set forticlient-wf-profile "default" - end - config forticlient-android-settings - end - config forticlient-ios-settings - end - next -end -config wireless-controller wids-profile - edit "default" - set comment "Default WIDS profile." - set ap-scan enable - set wireless-bridge enable - set deauth-broadcast enable - set null-ssid-probe-resp enable - set long-duration-attack enable - set invalid-mac-oui enable - set weak-wep-iv enable - set auth-frame-flood enable - set assoc-frame-flood enable - set spoofed-deauth enable - set asleap-attack enable - set eapol-start-flood enable - set eapol-logoff-flood enable - set eapol-succ-flood enable - set eapol-fail-flood enable - set eapol-pre-succ-flood enable - set eapol-pre-fail-flood enable - next - edit "default-wids-apscan-enabled" - set ap-scan enable - next -end -config wireless-controller wtp-profile - edit "11n-only" - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP112B-default" - config platform - set type 112B - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP220B-default" - set ap-country US - config radio-1 - set band 802.11n-5G - end - config radio-2 - set band 802.11n - end - next - edit "FAP223B-default" - config platform - set type 223B - end - set ap-country US - config radio-1 - set band 802.11n-5G - end - config radio-2 - set band 802.11n - end - next - edit "FAP210B-default" - config platform - set type 210B - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP222B-default" - config platform - set type 222B - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11n-5G - end - next - edit "FAP320B-default" - config platform - set type 320B - end - set ap-country US - config radio-1 - set band 802.11n-5G - end - config radio-2 - set band 802.11n - end - next - edit "FAP11C-default" - config platform - set type 11C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP14C-default" - config platform - set type 14C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP28C-default" - config platform - set type 28C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP320C-default" - config platform - set type 320C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next - edit "FAP221C-default" - config platform - set type 221C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next - edit "FAP25D-default" - config platform - set type 25D - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP222C-default" - config platform - set type 222C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next - edit "FAP224D-default" - config platform - set type 224D - end - set ap-country US - config radio-1 - set band 802.11n-5G - end - config radio-2 - set band 802.11n - end - next - edit "FK214B-default" - config platform - set type 214B - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mde disabled - end - next - edit "FAP21D-default" - config platform - set type 21D - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP24D-default" - config platform - set type 24D - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP112D-default" - config platform - set type 112D - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set mode disabled - end - next - edit "FAP223C-default" - config platform - set type 223C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next - edit "FAP321C-default" - config platform - set type 321C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next - edit "FAPC220C-default" - config platform - set type C220C - end - set ap-country US - config radio-1 - set band 802.11n - end - config radio-2 - set band 802.11ac - end - next -end -config log memory setting - set status disable -end -config log disk setting - set status enable -end -config router rip - config redistribute "connected" - end - config redistribute "static" - end - config redistribute "ospf" - end - config redistribute "bgp" - end - config redistribute "isis" - end -end -config router ripng - config redistribute "connected" - end - config redistribute "static" - end - config redistribute "ospf" - end - config redistribute "bgp" - end - config redistribute "isis" - end -end -config router static - edit 1 - set gateway 192.168.76.1 - set device "port1" - next -end -config router ospf - config redistribute "connected" - end - config redistribute "static" - end - config redistribute "rip" - end - config redistribute "bgp" - end - config redistribute "isis" - end -end -config router ospf6 - config redistribute "connected" - end - config redistribute "static" - end - config redistribute "rip" - end - config redistribute "bgp" - end - config redistribute "isis" - end -end -config router bgp - config redistribute "connected" - end - config redistribute "rip" - end - config redistribute "ospf" - end - config redistribute "static" - end - config redistribute "isis" - end - config redistribute6 "connected" - end - config redistribute6 "rip" - end - config redistribute6 "ospf" - end - config redistribute6 "static" - end - config redistribute6 "isis" - end -end -config router isis - config redistribute "connected" - end - config redistribute "rip" - end - config redistribute "ospf" - end - config redistribute "bgp" - end - config redistribute "static" - end -end -config router multicast -end \ No newline at end of file diff --git a/test/unit/ibm/initial.conf b/test/unit/ibm/initial.conf deleted file mode 100644 index abe1c7db8..000000000 --- a/test/unit/ibm/initial.conf +++ /dev/null @@ -1,50 +0,0 @@ -version "7.11.2" -switch-type "IBM Networking Operating System RackSwitch G8052" -iscli-new -! -! - -! -! -! -no system dhcp -no system default-ip -hostname "test-sw2" -! -! -interface port XGE2 - description "port 50 uplink" - switchport mode trunk - exit -! -vlan 18 - name "sysadmin" -! -! -spanning-tree stp 18 vlan 18 -! -! -! -! -! -! -! -interface ip 18 - ip address 10.20.18.253 255.255.255.0 - vlan 18 - enable - exit -! -ip gateway 1 address 10.20.18.1 -ip gateway 1 enable -! -! -! -! -! -! -! -! -! -end - diff --git a/test/unit/ibm/merge_good.conf b/test/unit/ibm/merge_good.conf deleted file mode 100644 index 5497695cf..000000000 --- a/test/unit/ibm/merge_good.conf +++ /dev/null @@ -1,15 +0,0 @@ -interface port 1 - description "test description" - switchport mode trunk - switchport trunk allowed vlan 27,2000 - switchport trunk native vlan 27 - spanning-tree portfast - exit -! - -vlan 27 - name "install" -! -vlan 2000 - name "another test" -! diff --git a/test/unit/ibm/merge_good.diff b/test/unit/ibm/merge_good.diff deleted file mode 100644 index 3c7066f50..000000000 --- a/test/unit/ibm/merge_good.diff +++ /dev/null @@ -1,33 +0,0 @@ -hostname "test-sw2" - ! - ! --interface port 1 -- description "test description" -- switchport mode trunk -- switchport trunk allowed vlan 27,2000 -- switchport trunk native vlan 27 -- spanning-tree portfast -- exit --! - interface port XGE2 - description "port 50 uplink" - switchport mode trunk - vlan 18 - name "sysadmin" - ! --vlan 27 -- name "install" --! --vlan 2000 -- name "another test" --! --! - ! - spanning-tree stp 18 vlan 18 --! --spanning-tree stp 27 vlan 27 --! --spanning-tree stp 95 vlan 2000 - ! - ! - ! diff --git a/test/unit/ibm/merge_typo.conf b/test/unit/ibm/merge_typo.conf deleted file mode 100644 index 585355f35..000000000 --- a/test/unit/ibm/merge_typo.conf +++ /dev/null @@ -1,15 +0,0 @@ -inrface port 1 - description "test description" - switchport mode trunk - switchport trunk allowed vlan 27,2000 - switchport trunk native vlan 27 - spanning-tree portfast - exit -! - -vlan 27 - name "install" -! -vlan 2000 - name "another test" -! diff --git a/test/unit/ibm/new_good.conf b/test/unit/ibm/new_good.conf deleted file mode 100644 index 4c479f590..000000000 --- a/test/unit/ibm/new_good.conf +++ /dev/null @@ -1,69 +0,0 @@ -version "7.11.2" -switch-type "IBM Networking Operating System RackSwitch G8052" -iscli-new -! -! - -! -! -! -no system dhcp -no system default-ip -hostname "test-sw2" -! -! -interface port 1 - description "test description" - switchport mode trunk - switchport trunk allowed vlan 27,2000 - switchport trunk native vlan 27 - spanning-tree portfast - exit -! -interface port XGE2 - description "port 50 uplink" - switchport mode trunk - exit -! -vlan 18 - name "sysadmin" -! -vlan 27 - name "install" -! -vlan 2000 - name "another test" -! -! -! -spanning-tree stp 18 vlan 18 -! -spanning-tree stp 27 vlan 27 -! -spanning-tree stp 95 vlan 2000 -! -! -! -! -! -! -! -interface ip 18 - ip address 10.20.18.253 255.255.255.0 - vlan 18 - enable - exit -! -ip gateway 1 address 10.20.18.1 -ip gateway 1 enable -! -! -! -! -! -! -! -! -! -end - diff --git a/test/unit/ibm/new_good.diff b/test/unit/ibm/new_good.diff deleted file mode 100644 index c173b5e3f..000000000 --- a/test/unit/ibm/new_good.diff +++ /dev/null @@ -1,33 +0,0 @@ - hostname "test-sw2" - ! - ! -+interface port 1 -+ description "test description" -+ switchport mode trunk -+ switchport trunk allowed vlan 27,2000 -+ switchport trunk native vlan 27 -+ spanning-tree portfast -+ exit -+! - interface port XGE2 - description "port 50 uplink" - switchport mode trunk - vlan 18 - name "sysadmin" - ! -+vlan 27 -+ name "install" -+! -+vlan 2000 -+ name "another test" -+! -+! - ! - spanning-tree stp 18 vlan 18 -+! -+spanning-tree stp 27 vlan 27 -+! -+spanning-tree stp 95 vlan 2000 - ! - ! - ! diff --git a/test/unit/ibm/new_typo.conf b/test/unit/ibm/new_typo.conf deleted file mode 100644 index d9a9f249f..000000000 --- a/test/unit/ibm/new_typo.conf +++ /dev/null @@ -1,69 +0,0 @@ -version "7.11.2" -switch-type "IBM Networking Operating System RackSwitch G8052" -iscli-new -! -! - -! -! -! -no system dhcp -no system default-ip -histname "test-sw2" -! -! -interface port 1 - description "test description" - switchport mode trunk - switchport trunk allowed vlan 27,2000 - switchport trunk native vlan 27 - spanning-tree portfast - exit -! -interface port XGE2 - description "port 50 uplink" - switchport mode trunk - exit -! -vlan 18 - name "sysadmin" -! -vlan 27 - name "install" -! -vlan 2000 - name "another test" -! -! -! -spanning-tree stp 18 vlan 18 -! -spanning-tree stp 27 vlan 27 -! -spanning-tree stp 95 vlan 2000 -! -! -! -! -! -! -! -interface ip 18 - ip address 10.20.18.253 255.255.255.0 - vlan 18 - enable - exit -! -ip gateway 1 address 10.20.18.1 -ip gateway 1 enable -! -! -! -! -! -! -! -! -! -end - diff --git a/test/unit/ios/initial.conf b/test/unit/ios/initial.conf deleted file mode 100644 index bfb744e63..000000000 --- a/test/unit/ios/initial.conf +++ /dev/null @@ -1,126 +0,0 @@ -version 15.4 -service timestamps debug datetime msec -service timestamps log datetime msec -no platform punt-keepalive disable-kernel-core -platform console virtual -! -hostname vagrant_box -! -boot-start-marker -boot-end-marker -! -! -enable secret 5 $1$nc08$bizeEFbgCBKjZP4nurNCd. -enable password vagrant -! -aaa new-model -! -! -aaa authorization exec default local -! -! -! -! -! -aaa session-id common -! -! -! -! -! -! -! -! -! - - -ip domain name acme.com - -! -! -! -! -! -! -! -! -! -! -subscriber templating -! -multilink bundle-name authenticated -! -! -! -license udi pid CSR1000V sn 9EKBH55S58T -archive - path bootflash:archive - write-memory -spanning-tree extend system-id -! -username vagrant privilege 15 password 0 vagrant -! -redundancy - mode none -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -interface GigabitEthernet1 - ip address dhcp - negotiation auto - no mop enabled -! -interface GigabitEthernet2 - no ip address - shutdown - negotiation auto -! -interface GigabitEthernet3 - no ip address - shutdown - negotiation auto -! -! -virtual-service csr_mgmt -! -ip forward-protocol nd -! -no ip http server -no ip http secure-server -ip ssh version 2 -ip scp server enable -! -! -! -! -! -! -control-plane -! -! -line con 0 - stopbits 1 -line vty 0 4 - password vagrant -! -! -end diff --git a/test/unit/ios/merge_good.conf b/test/unit/ios/merge_good.conf deleted file mode 100644 index dbc4838dd..000000000 --- a/test/unit/ios/merge_good.conf +++ /dev/null @@ -1 +0,0 @@ -logging buffered 9000 diff --git a/test/unit/ios/merge_good.diff b/test/unit/ios/merge_good.diff deleted file mode 100644 index 7afb731a7..000000000 --- a/test/unit/ios/merge_good.diff +++ /dev/null @@ -1,2 +0,0 @@ --logging buffered 9000 - diff --git a/test/unit/ios/merge_typo.conf b/test/unit/ios/merge_typo.conf deleted file mode 100644 index f7c94bf34..000000000 --- a/test/unit/ios/merge_typo.conf +++ /dev/null @@ -1,2 +0,0 @@ -logging buffered 9000 -asdasda diff --git a/test/unit/ios/mock_data/show_arp.txt b/test/unit/ios/mock_data/show_arp.txt deleted file mode 100644 index 52c37ee3d..000000000 --- a/test/unit/ios/mock_data/show_arp.txt +++ /dev/null @@ -1,10 +0,0 @@ -Protocol Address Age (min) Hardware Addr Type Interface -Internet 10.10.10.1 8 001f.9002.16fb ARPA FastEthernet4 -Internet 10.10.10.20 - c89c.100a.0eb6 ARPA FastEthernet4 -Internet 10.10.10.22 122 0024.900e.8577 ARPA FastEthernet4 -Internet 10.10.10.28 130 5254.000e.446c ARPA FastEthernet4 -Internet 10.10.10.29 71 5254.0008.69b6 ARPA FastEthernet4 -Internet 10.10.10.30 144 5254.0002.13bb ARPA FastEthernet4 -Internet 10.10.10.31 191 5254.0000.3737 ARPA FastEthernet4 -Internet 10.10.10.38 9 0001.000f.0001 ARPA FastEthernet4 -Internet 10.10.10.100 101 f0ad.4001.d933 ARPA FastEthernet4 diff --git a/test/unit/ios/mock_data/show_hosts.txt b/test/unit/ios/mock_data/show_hosts.txt deleted file mode 100644 index 9b8a5bc1c..000000000 --- a/test/unit/ios/mock_data/show_hosts.txt +++ /dev/null @@ -1,10 +0,0 @@ -Name lookup view: Global -Default domain is acme.com -Name/address lookup uses domain service -Name servers are 10.0.2.3 - -Codes: UN - unknown, EX - expired, OK - OK, ?? - revalidate - temp - temporary, perm - permanent - NA - Not Applicable None - Not defined - -Host Port Flags Age Type Address(es) diff --git a/test/unit/ios/mock_data/show_int_Gi1.txt b/test/unit/ios/mock_data/show_int_Gi1.txt deleted file mode 100644 index 2b6cdc9fd..000000000 --- a/test/unit/ios/mock_data/show_int_Gi1.txt +++ /dev/null @@ -1,28 +0,0 @@ -GigabitEthernet1 is up, line protocol is up - Hardware is CSR vNIC, address is 0800.27f8.e842 (bia 0800.27f8.e842) - Internet address is 10.0.2.15/24 - MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, - reliability 255/255, txload 1/255, rxload 1/255 - Encapsulation ARPA, loopback not set - Keepalive set (10 sec) - Full Duplex, 1000Mbps, link type is auto, media type is RJ45 - output flow-control is unsupported, input flow-control is unsupported - ARP type: ARPA, ARP Timeout 04:00:00 - Last input 00:42:01, output 00:00:05, output hang never - Last clearing of "show interface" counters never - Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0 - Queueing strategy: fifo - Output queue: 0/40 (size/max) - 5 minute input rate 1000 bits/sec, 1 packets/sec - 5 minute output rate 1000 bits/sec, 1 packets/sec - 14028 packets input, 1766902 bytes, 0 no buffer - Received 0 broadcasts (0 IP multicasts) - 0 runts, 0 giants, 0 throttles - 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored - 0 watchdog, 0 multicast, 0 pause input - 9446 packets output, 1379617 bytes, 0 underruns - 0 output errors, 0 collisions, 0 interface resets - 0 unknown protocol drops - 0 babbles, 0 late collision, 0 deferred - 0 lost carrier, 0 no carrier, 0 pause output - 0 output buffer failures, 0 output buffers swapped out diff --git a/test/unit/ios/mock_data/show_int_Gi2.txt b/test/unit/ios/mock_data/show_int_Gi2.txt deleted file mode 100644 index ef188192d..000000000 --- a/test/unit/ios/mock_data/show_int_Gi2.txt +++ /dev/null @@ -1,30 +0,0 @@ -GigabitEthernet2 is up, line protocol is up - Hardware is CSR vNIC, address is 0800.2779.e896 (bia 0800.2779.e896) - Description: blah bleh - Internet address is 192.168.0.1/24 - MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, - reliability 255/255, txload 1/255, rxload 1/255 - Encapsulation ARPA, loopback not set - Keepalive set (10 sec) - Full Duplex, 1000Mbps, link type is auto, media type is RJ45 - output flow-control is unsupported, input flow-control is unsupported - ARP type: ARPA, ARP Timeout 04:00:00 - Last input 00:00:04, output 00:00:05, output hang never - Last clearing of "show interface" counters never - Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0 - Queueing strategy: fifo - Output queue: 0/40 (size/max) - 5 minute input rate 0 bits/sec, 0 packets/sec - 5 minute output rate 0 bits/sec, 0 packets/sec - 118 packets input, 11502 bytes, 0 no buffer - Received 0 broadcasts (0 IP multicasts) - 0 runts, 0 giants, 0 throttles - 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored - 0 watchdog, 0 multicast, 0 pause input - 177 packets output, 19267 bytes, 0 underruns - 0 output errors, 0 collisions, 1 interface resets - 0 unknown protocol drops - 0 babbles, 0 late collision, 0 deferred - 0 lost carrier, 0 no carrier, 0 pause output - 0 output buffer failures, 0 output buffers swapped out - diff --git a/test/unit/ios/mock_data/show_interface_GigabitEthernet1.txt b/test/unit/ios/mock_data/show_interface_GigabitEthernet1.txt deleted file mode 100644 index 2b6cdc9fd..000000000 --- a/test/unit/ios/mock_data/show_interface_GigabitEthernet1.txt +++ /dev/null @@ -1,28 +0,0 @@ -GigabitEthernet1 is up, line protocol is up - Hardware is CSR vNIC, address is 0800.27f8.e842 (bia 0800.27f8.e842) - Internet address is 10.0.2.15/24 - MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, - reliability 255/255, txload 1/255, rxload 1/255 - Encapsulation ARPA, loopback not set - Keepalive set (10 sec) - Full Duplex, 1000Mbps, link type is auto, media type is RJ45 - output flow-control is unsupported, input flow-control is unsupported - ARP type: ARPA, ARP Timeout 04:00:00 - Last input 00:42:01, output 00:00:05, output hang never - Last clearing of "show interface" counters never - Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0 - Queueing strategy: fifo - Output queue: 0/40 (size/max) - 5 minute input rate 1000 bits/sec, 1 packets/sec - 5 minute output rate 1000 bits/sec, 1 packets/sec - 14028 packets input, 1766902 bytes, 0 no buffer - Received 0 broadcasts (0 IP multicasts) - 0 runts, 0 giants, 0 throttles - 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored - 0 watchdog, 0 multicast, 0 pause input - 9446 packets output, 1379617 bytes, 0 underruns - 0 output errors, 0 collisions, 0 interface resets - 0 unknown protocol drops - 0 babbles, 0 late collision, 0 deferred - 0 lost carrier, 0 no carrier, 0 pause output - 0 output buffer failures, 0 output buffers swapped out diff --git a/test/unit/ios/mock_data/show_interface_GigabitEthernet1___in_Internet_address_is.txt b/test/unit/ios/mock_data/show_interface_GigabitEthernet1___in_Internet_address_is.txt deleted file mode 100644 index 7b6999305..000000000 --- a/test/unit/ios/mock_data/show_interface_GigabitEthernet1___in_Internet_address_is.txt +++ /dev/null @@ -1 +0,0 @@ - Internet address is 10.0.2.15/24 diff --git a/test/unit/ios/mock_data/show_interface_GigabitEthernet2.txt b/test/unit/ios/mock_data/show_interface_GigabitEthernet2.txt deleted file mode 100644 index ef188192d..000000000 --- a/test/unit/ios/mock_data/show_interface_GigabitEthernet2.txt +++ /dev/null @@ -1,30 +0,0 @@ -GigabitEthernet2 is up, line protocol is up - Hardware is CSR vNIC, address is 0800.2779.e896 (bia 0800.2779.e896) - Description: blah bleh - Internet address is 192.168.0.1/24 - MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, - reliability 255/255, txload 1/255, rxload 1/255 - Encapsulation ARPA, loopback not set - Keepalive set (10 sec) - Full Duplex, 1000Mbps, link type is auto, media type is RJ45 - output flow-control is unsupported, input flow-control is unsupported - ARP type: ARPA, ARP Timeout 04:00:00 - Last input 00:00:04, output 00:00:05, output hang never - Last clearing of "show interface" counters never - Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0 - Queueing strategy: fifo - Output queue: 0/40 (size/max) - 5 minute input rate 0 bits/sec, 0 packets/sec - 5 minute output rate 0 bits/sec, 0 packets/sec - 118 packets input, 11502 bytes, 0 no buffer - Received 0 broadcasts (0 IP multicasts) - 0 runts, 0 giants, 0 throttles - 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored - 0 watchdog, 0 multicast, 0 pause input - 177 packets output, 19267 bytes, 0 underruns - 0 output errors, 0 collisions, 1 interface resets - 0 unknown protocol drops - 0 babbles, 0 late collision, 0 deferred - 0 lost carrier, 0 no carrier, 0 pause output - 0 output buffer failures, 0 output buffers swapped out - diff --git a/test/unit/ios/mock_data/show_interface_GigabitEthernet2___in_Internet_address_is.txt b/test/unit/ios/mock_data/show_interface_GigabitEthernet2___in_Internet_address_is.txt deleted file mode 100644 index a3f64a197..000000000 --- a/test/unit/ios/mock_data/show_interface_GigabitEthernet2___in_Internet_address_is.txt +++ /dev/null @@ -1 +0,0 @@ - Internet address is 192.168.0.1/24 diff --git a/test/unit/ios/mock_data/show_interface_GigabitEthernet3.txt b/test/unit/ios/mock_data/show_interface_GigabitEthernet3.txt deleted file mode 100644 index 206548dd3..000000000 --- a/test/unit/ios/mock_data/show_interface_GigabitEthernet3.txt +++ /dev/null @@ -1,27 +0,0 @@ -GigabitEthernet3 is administratively down, line protocol is down - Hardware is CSR vNIC, address is 0800.2782.516b (bia 0800.2782.516b) - MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, - reliability 255/255, txload 1/255, rxload 1/255 - Encapsulation ARPA, loopback not set - Keepalive set (10 sec) - Full Duplex, 1000Mbps, link type is auto, media type is RJ45 - output flow-control is unsupported, input flow-control is unsupported - ARP type: ARPA, ARP Timeout 04:00:00 - Last input never, output never, output hang never - Last clearing of "show interface" counters never - Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0 - Queueing strategy: fifo - Output queue: 0/40 (size/max) - 5 minute input rate 0 bits/sec, 0 packets/sec - 5 minute output rate 0 bits/sec, 0 packets/sec - 0 packets input, 0 bytes, 0 no buffer - Received 0 broadcasts (0 IP multicasts) - 0 runts, 0 giants, 0 throttles - 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored - 0 watchdog, 0 multicast, 0 pause input - 3 packets output, 258 bytes, 0 underruns - 0 output errors, 0 collisions, 0 interface resets - 0 unknown protocol drops - 0 babbles, 0 late collision, 0 deferred - 0 lost carrier, 0 no carrier, 0 pause output - 0 output buffer failures, 0 output buffers swapped out diff --git a/test/unit/ios/mock_data/show_interface_GigabitEthernet3___in_Internet_address_is.txt b/test/unit/ios/mock_data/show_interface_GigabitEthernet3___in_Internet_address_is.txt deleted file mode 100644 index e69de29bb..000000000 diff --git a/test/unit/ios/mock_data/show_interfaces.txt b/test/unit/ios/mock_data/show_interfaces.txt deleted file mode 100644 index 67ce552f1..000000000 --- a/test/unit/ios/mock_data/show_interfaces.txt +++ /dev/null @@ -1,83 +0,0 @@ -GigabitEthernet1 is up, line protocol is up - Hardware is CSR vNIC, address is 0800.27f8.e842 (bia 0800.27f8.e842) - Internet address is 10.0.2.15/24 - MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, - reliability 255/255, txload 1/255, rxload 1/255 - Encapsulation ARPA, loopback not set - Keepalive set (10 sec) - Full Duplex, 1000Mbps, link type is auto, media type is RJ45 - output flow-control is unsupported, input flow-control is unsupported - ARP type: ARPA, ARP Timeout 04:00:00 - Last input 00:39:57, output 00:00:00, output hang never - Last clearing of "show interface" counters never - Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0 - Queueing strategy: fifo - Output queue: 0/40 (size/max) - 5 minute input rate 1000 bits/sec, 1 packets/sec - 5 minute output rate 1000 bits/sec, 1 packets/sec - 13799 packets input, 1748592 bytes, 0 no buffer - Received 0 broadcasts (0 IP multicasts) - 0 runts, 0 giants, 0 throttles - 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored - 0 watchdog, 0 multicast, 0 pause input - 9297 packets output, 1355261 bytes, 0 underruns - 0 output errors, 0 collisions, 0 interface resets - 0 unknown protocol drops - 0 babbles, 0 late collision, 0 deferred - 0 lost carrier, 0 no carrier, 0 pause output - 0 output buffer failures, 0 output buffers swapped out -GigabitEthernet2 is up, line protocol is up - Hardware is CSR vNIC, address is 0800.2779.e896 (bia 0800.2779.e896) - Internet address is 192.168.0.1/24 - MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, - reliability 255/255, txload 1/255, rxload 1/255 - Encapsulation ARPA, loopback not set - Keepalive set (10 sec) - Full Duplex, 1000Mbps, link type is auto, media type is RJ45 - output flow-control is unsupported, input flow-control is unsupported - ARP type: ARPA, ARP Timeout 04:00:00 - Last input 00:00:25, output 00:00:04, output hang never - Last clearing of "show interface" counters never - Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0 - Queueing strategy: fifo - Output queue: 0/40 (size/max) - 5 minute input rate 0 bits/sec, 0 packets/sec - 5 minute output rate 0 bits/sec, 0 packets/sec - 105 packets input, 10383 bytes, 0 no buffer - Received 0 broadcasts (0 IP multicasts) - 0 runts, 0 giants, 0 throttles - 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored - 0 watchdog, 0 multicast, 0 pause input - 154 packets output, 16467 bytes, 0 underruns - 0 output errors, 0 collisions, 1 interface resets - 0 unknown protocol drops - 0 babbles, 0 late collision, 0 deferred - 0 lost carrier, 0 no carrier, 0 pause output - 0 output buffer failures, 0 output buffers swapped out -GigabitEthernet3 is administratively down, line protocol is down - Hardware is CSR vNIC, address is 0800.2782.516b (bia 0800.2782.516b) - MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, - reliability 255/255, txload 1/255, rxload 1/255 - Encapsulation ARPA, loopback not set - Keepalive set (10 sec) - Full Duplex, 1000Mbps, link type is auto, media type is RJ45 - output flow-control is unsupported, input flow-control is unsupported - ARP type: ARPA, ARP Timeout 04:00:00 - Last input never, output never, output hang never - Last clearing of "show interface" counters never - Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0 - Queueing strategy: fifo - Output queue: 0/40 (size/max) - 5 minute input rate 0 bits/sec, 0 packets/sec - 5 minute output rate 0 bits/sec, 0 packets/sec - 0 packets input, 0 bytes, 0 no buffer - Received 0 broadcasts (0 IP multicasts) - 0 runts, 0 giants, 0 throttles - 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored - 0 watchdog, 0 multicast, 0 pause input - 3 packets output, 258 bytes, 0 underruns - 0 output errors, 0 collisions, 0 interface resets - 0 unknown protocol drops - 0 babbles, 0 late collision, 0 deferred - 0 lost carrier, 0 no carrier, 0 pause output - 0 output buffer failures, 0 output buffers swapped out diff --git a/test/unit/ios/mock_data/show_interfaces_description.txt b/test/unit/ios/mock_data/show_interfaces_description.txt deleted file mode 100644 index e66b6c11c..000000000 --- a/test/unit/ios/mock_data/show_interfaces_description.txt +++ /dev/null @@ -1,4 +0,0 @@ -Interface Status Protocol Description -Gi1 up up -Gi2 up up blah bleh -Gi3 admin down down diff --git a/test/unit/ios/mock_data/show_ip_bgp_neighbors_192.168.0.2___inc_Prefixes_Current.txt b/test/unit/ios/mock_data/show_ip_bgp_neighbors_192.168.0.2___inc_Prefixes_Current.txt deleted file mode 100644 index f954dae3d..000000000 --- a/test/unit/ios/mock_data/show_ip_bgp_neighbors_192.168.0.2___inc_Prefixes_Current.txt +++ /dev/null @@ -1 +0,0 @@ - Prefixes Current: 0 0 diff --git a/test/unit/ios/mock_data/show_ip_bgp_neighbors_192.168.0.2___inc_router_ID.txt b/test/unit/ios/mock_data/show_ip_bgp_neighbors_192.168.0.2___inc_router_ID.txt deleted file mode 100644 index 0e46fd0c9..000000000 --- a/test/unit/ios/mock_data/show_ip_bgp_neighbors_192.168.0.2___inc_router_ID.txt +++ /dev/null @@ -1 +0,0 @@ - BGP version 4, remote router ID 0.0.0.0 diff --git a/test/unit/ios/mock_data/show_ip_bgp_neighbors_192.168.0.2___section_Local_Policy.txt b/test/unit/ios/mock_data/show_ip_bgp_neighbors_192.168.0.2___section_Local_Policy.txt deleted file mode 100644 index d40bb2b74..000000000 --- a/test/unit/ios/mock_data/show_ip_bgp_neighbors_192.168.0.2___section_Local_Policy.txt +++ /dev/null @@ -1,2 +0,0 @@ -Local Policy Denied Prefixes: -------- ------- - Total: 0 0 diff --git a/test/unit/ios/mock_data/show_ip_bgp_summary.txt b/test/unit/ios/mock_data/show_ip_bgp_summary.txt deleted file mode 100644 index a4382f886..000000000 --- a/test/unit/ios/mock_data/show_ip_bgp_summary.txt +++ /dev/null @@ -1,6 +0,0 @@ -BGP router identifier 192.168.0.1, local AS number 65000 -BGP table version is 1, main routing table version 1 - -Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd -192.168.0.2 4 65001 0 0 1 0 0 never Idle -192.168.0.3 4 65010 0 0 1 0 0 never Active diff --git a/test/unit/ios/mock_data/show_ip_bgp_summary___begin_Neighbor.txt b/test/unit/ios/mock_data/show_ip_bgp_summary___begin_Neighbor.txt deleted file mode 100644 index 07ec72eaa..000000000 --- a/test/unit/ios/mock_data/show_ip_bgp_summary___begin_Neighbor.txt +++ /dev/null @@ -1,2 +0,0 @@ -Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd -192.168.0.2 4 65001 0 0 1 0 0 never Idle diff --git a/test/unit/ios/mock_data/show_ip_interface_brief.txt b/test/unit/ios/mock_data/show_ip_interface_brief.txt deleted file mode 100644 index 5373f48cd..000000000 --- a/test/unit/ios/mock_data/show_ip_interface_brief.txt +++ /dev/null @@ -1,4 +0,0 @@ -Interface IP-Address OK? Method Status Protocol -GigabitEthernet1 10.0.2.15 YES DHCP up up -GigabitEthernet2 192.168.0.1 YES manual up up -GigabitEthernet3 unassigned YES unset administratively down down diff --git a/test/unit/ios/mock_data/show_lldp_neighbors.txt b/test/unit/ios/mock_data/show_lldp_neighbors.txt deleted file mode 100644 index 53cc3273f..000000000 --- a/test/unit/ios/mock_data/show_lldp_neighbors.txt +++ /dev/null @@ -1,10 +0,0 @@ -Capability codes: - (R) Router, (B) Bridge, (T) Telephone, (C) DOCSIS Cable Device - (W) WLAN Access Point, (P) Repeater, (S) Station, (O) Other - -Device ID Local Intf Hold-time Capability Port ID -twb-sf-hpsw1 Gi1 120 B 17 -twb-sf-hpsw2 Gi2 120 B 18 - -Total entries displayed: 2 - diff --git a/test/unit/ios/mock_data/show_lldp_neighbors_GigabitEthernet1_detail.txt b/test/unit/ios/mock_data/show_lldp_neighbors_GigabitEthernet1_detail.txt deleted file mode 100644 index b09ba0d12..000000000 --- a/test/unit/ios/mock_data/show_lldp_neighbors_GigabitEthernet1_detail.txt +++ /dev/null @@ -1,22 +0,0 @@ ------------------------------------------------- -Chassis id: 0018.fe1e.b020 -Port id: 17 -Port Description: 17 -System Name: twb-sf-hpsw1 - -System Description: -ProCurve J9019A Switch 2510-24, revision Q.10.01, ROM Q.10.02 (/sw/code/build/harp(harp)) - -Time remaining: 93 seconds -System Capabilities: B -Enabled Capabilities: B -Management Addresses: - IP: 10.220.88.10 -Auto Negotiation - not supported -Physical media capabilities - not advertised -Media Attachment Unit type - not advertised -Vlan ID: - not advertised - - -Total entries displayed: 1 - diff --git a/test/unit/ios/mock_data/show_lldp_neighbors_GigabitEthernet2_detail.txt b/test/unit/ios/mock_data/show_lldp_neighbors_GigabitEthernet2_detail.txt deleted file mode 100644 index 17b9ab0c0..000000000 --- a/test/unit/ios/mock_data/show_lldp_neighbors_GigabitEthernet2_detail.txt +++ /dev/null @@ -1,22 +0,0 @@ ------------------------------------------------- -Chassis id: 0018.fe1e.b020 -Port id: 18 -Port Description: 18 -System Name: twb-sf-hpsw2 - -System Description: -ProCurve J9019A Switch 2510-24, revision Q.10.01, ROM Q.10.02 (/sw/code/build/harp(harp)) - -Time remaining: 93 seconds -System Capabilities: B -Enabled Capabilities: B -Management Addresses: - IP: 10.220.88.11 -Auto Negotiation - not supported -Physical media capabilities - not advertised -Media Attachment Unit type - not advertised -Vlan ID: - not advertised - - -Total entries displayed: 1 - diff --git a/test/unit/ios/mock_data/show_mac-address-table.txt b/test/unit/ios/mock_data/show_mac-address-table.txt deleted file mode 100644 index c4123f1b1..000000000 --- a/test/unit/ios/mock_data/show_mac-address-table.txt +++ /dev/null @@ -1,21 +0,0 @@ -Destination Address Address Type VLAN Destination Port -------------------- ------------ ---- -------------------- -6400.f1cf.2cc6 Dynamic 1 Wlan-GigabitEthernet0 -a493.4cc1.67a7 Self 1 Vlan1 -000c.2906.17d6 Dynamic 100 FastEthernet7 -000c.2913.421b Dynamic 100 FastEthernet7 -0018.0ab3.59f1 Dynamic 100 FastEthernet7 -0018.dd32.1f7c Dynamic 100 FastEthernet6 -0025.64f5.d352 Dynamic 100 FastEthernet7 -0026.abb9.a503 Dynamic 100 FastEthernet4 -a493.4cc1.67a7 Self 100 Vlan100 -ac3a.7a1a.ba4b Dynamic 100 Wlan-GigabitEthernet0 -b0a7.376f.b3b4 Dynamic 100 FastEthernet7 -bc5f.f435.fa0e Dynamic 100 FastEthernet7 -dc3a.5e67.1a98 Dynamic 100 FastEthernet7 -dc3a.5ee2.6a95 Dynamic 100 Wlan-GigabitEthernet0 -f04f.7c92.5a45 Dynamic 100 Wlan-GigabitEthernet0 -0009.b754.1a88 Dynamic 200 FastEthernet7 -10bd.1801.a0b4 Dynamic 200 FastEthernet3 -204c.9ed7.cb80 Dynamic 200 FastEthernet2 -a493.4cc1.67a7 Self 200 Vlan200 diff --git a/test/unit/ios/mock_data/show_memory_statistics.txt b/test/unit/ios/mock_data/show_memory_statistics.txt deleted file mode 100644 index ffb36f4da..000000000 --- a/test/unit/ios/mock_data/show_memory_statistics.txt +++ /dev/null @@ -1,3 +0,0 @@ -Head Total(b) Used(b) Free(b) Lowest(b) Largest(b) -Processor 7FFB80463010 2211712416 236260608 1975451808 1974933520 1312659580 -lsmpi_io 7FFB2C7611A8 6295128 6294304 824 824 412 diff --git a/test/unit/ios/mock_data/show_ntp_associations.txt b/test/unit/ios/mock_data/show_ntp_associations.txt deleted file mode 100644 index 2df0c074d..000000000 --- a/test/unit/ios/mock_data/show_ntp_associations.txt +++ /dev/null @@ -1,6 +0,0 @@ - - address ref clock st when poll reach delay offset disp -+~129.6.15.28 .ACTS. 1 10 64 3 103.59 3.391 937.90 -*~24.56.178.140 .ACTS. 1 6 64 3 35.535 -26.338 63.457 -+~128.138.140.44 .NIST. 1 67 128 1 37.997 -23.927 187.58 - * sys.peer, # selected, + candidate, - outlyer, x falseticker, ~ configured \ No newline at end of file diff --git a/test/unit/ios/mock_data/show_proc_cpu.txt b/test/unit/ios/mock_data/show_proc_cpu.txt deleted file mode 100644 index 0506b89c8..000000000 --- a/test/unit/ios/mock_data/show_proc_cpu.txt +++ /dev/null @@ -1,10 +0,0 @@ -CPU utilization for five seconds: 0%/0%; one minute: 0%; five minutes: 0% - PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process - 1 1 10 100 0.00% 0.00% 0.00% 0 Chunk Manager - 2 1 152 6 0.00% 0.00% 0.00% 0 Load Meter - 3 0 1 0 0.00% 0.00% 0.00% 0 XOS async sync X - 4 1 12 83 0.00% 0.00% 0.00% 0 RF Slave Main Th - 5 0 1 0 0.00% 0.00% 0.00% 0 Retransmission o - 6 0 1 0 0.00% 0.00% 0.00% 0 IPC ISSU Dispatc - 7 0 1 0 0.00% 0.00% 0.00% 0 RO Notify Timers - 8 75 100 750 0.00% 0.00% 0.00% 0 Check heaps diff --git a/test/unit/ios/mock_data/show_run___include_snmp-server.txt b/test/unit/ios/mock_data/show_run___include_snmp-server.txt deleted file mode 100644 index fefa94f01..000000000 --- a/test/unit/ios/mock_data/show_run___include_snmp-server.txt +++ /dev/null @@ -1,7 +0,0 @@ -snmp-server community public RO 11 -snmp-server community private RW 12 -snmp-server community public_no_acl RO -snmp-server community public_named_acl RO ALLOW-SNMP-ACL -snmp-server location 123 Anytown USA Rack 404 -snmp-server contact Config rev 028 -snmp-server chassis-id Asset Tag 54670 \ No newline at end of file diff --git a/test/unit/ios/mock_data/show_run_interface_GigabitEthernet1.txt b/test/unit/ios/mock_data/show_run_interface_GigabitEthernet1.txt deleted file mode 100644 index 2d89bb92d..000000000 --- a/test/unit/ios/mock_data/show_run_interface_GigabitEthernet1.txt +++ /dev/null @@ -1,9 +0,0 @@ -Building configuration... - -Current configuration : 85 bytes -! -interface GigabitEthernet1 - ip address dhcp - negotiation auto - no mop enabled -end diff --git a/test/unit/ios/mock_data/show_run_interface_GigabitEthernet2.txt b/test/unit/ios/mock_data/show_run_interface_GigabitEthernet2.txt deleted file mode 100644 index 1225cf5db..000000000 --- a/test/unit/ios/mock_data/show_run_interface_GigabitEthernet2.txt +++ /dev/null @@ -1,8 +0,0 @@ -Building configuration... - -Current configuration : 90 bytes -! -interface GigabitEthernet2 - ip address 192.168.0.1 255.255.255.0 - negotiation auto -end diff --git a/test/unit/ios/mock_data/show_run_interface_GigabitEthernet3.txt b/test/unit/ios/mock_data/show_run_interface_GigabitEthernet3.txt deleted file mode 100644 index f3e221bcf..000000000 --- a/test/unit/ios/mock_data/show_run_interface_GigabitEthernet3.txt +++ /dev/null @@ -1,9 +0,0 @@ -Building configuration... - -Current configuration : 77 bytes -! -interface GigabitEthernet3 - no ip address - shutdown - negotiation auto -end diff --git a/test/unit/ios/mock_data/show_version.txt b/test/unit/ios/mock_data/show_version.txt deleted file mode 100644 index 66b48a89f..000000000 --- a/test/unit/ios/mock_data/show_version.txt +++ /dev/null @@ -1,56 +0,0 @@ -Cisco IOS XE Software, Version 03.13.04.S - Extended Support Release -Cisco IOS Software, CSR1000V Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.4(3)S4, RELEASE SOFTWARE (fc3) -Technical Support: http://www.cisco.com/techsupport -Copyright (c) 1986-2015 by Cisco Systems, Inc. -Compiled Mon 05-Oct-15 08:35 by mcpre - - -Cisco IOS-XE software, Copyright (c) 2005-2015 by cisco Systems, Inc. -All rights reserved. Certain components of Cisco IOS-XE software are -licensed under the GNU General Public License ("GPL") Version 2.0. The -software code licensed under GPL Version 2.0 is free software that comes -with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such -GPL code under the terms of GPL Version 2.0. For more details, see the -documentation or "License Notice" file accompanying the IOS-XE software, -or the applicable URL provided on the flyer accompanying the IOS-XE -software. - - -ROM: IOS-XE ROMMON - -vagrant_box uptime is 44 minutes -Uptime for this control processor is 45 minutes -System returned to ROM by reload -System image file is "bootflash:packages.conf" -Last reload reason: - - - -This product contains cryptographic features and is subject to United -States and local country laws governing import, export, transfer and -use. Delivery of Cisco cryptographic products does not imply -third-party authority to import, export, distribute or use encryption. -Importers, exporters, distributors and users are responsible for -compliance with U.S. and local country laws. By using this product you -agree to comply with applicable laws and regulations. If you are unable -to comply with U.S. and local laws, return this product immediately. - -A summary of U.S. laws governing Cisco cryptographic products may be found at: -http://www.cisco.com/wwl/export/crypto/tool/stqrg.html - -If you require further assistance please contact us by sending email to -export@cisco.com. - -License Level: ax -License Type: Default. No valid license found. -Next reload license Level: ax - -cisco CSR1000V (VXE) processor (revision VXE) with 2160071K/6147K bytes of memory. -Processor board ID 9F61EQ6Z828 -3 Gigabit Ethernet interfaces -32768K bytes of non-volatile configuration memory. -3988440K bytes of physical memory. -7774207K bytes of virtual hard disk at bootflash:. - -Configuration register is 0x2102 - diff --git a/test/unit/ios/new_good.conf b/test/unit/ios/new_good.conf deleted file mode 100644 index ca812cad9..000000000 --- a/test/unit/ios/new_good.conf +++ /dev/null @@ -1,130 +0,0 @@ -version 15.4 -service timestamps debug datetime msec -service timestamps log datetime msec -no platform punt-keepalive disable-kernel-core -platform console virtual -! -hostname vagrant_box -! -boot-start-marker -boot-end-marker -! -! -enable secret 5 $1$nc08$bizeEFbgCBKjZP4nurNCd. -enable password vagrant -! -aaa new-model -! -! -aaa authorization exec default local -! -! -! -! -! -aaa session-id common -! -! -! -! -! -! -! -! -! - - -ip domain name acme.com - -! -! -! -! -! -! -! -! -! -! -subscriber templating -! -multilink bundle-name authenticated -! -! -! -license udi pid CSR1000V sn 9EKBH55S58T -archive - path bootflash:archive - write-memory -spanning-tree extend system-id -! -username vagrant privilege 15 password 0 vagrant -! -redundancy - mode none -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -interface GigabitEthernet1 - ip address dhcp - negotiation auto - no mop enabled -! -interface GigabitEthernet2 - ip address 172.20.0.1 255.255.255.0 - shutdown - negotiation auto -! -interface GigabitEthernet3 - no ip address - shutdown - negotiation auto -! -router bgp 65000 - bgp log-neighbor-changes - neighbor 1.1.1.1 remote-as 12345 -! -! -virtual-service csr_mgmt -! -ip forward-protocol nd -! -no ip http server -no ip http secure-server -ip ssh version 2 -ip scp server enable -! -! -! -! -! -! -control-plane -! -! -line con 0 - stopbits 1 -line vty 0 4 - password vagrant -! -! -end diff --git a/test/unit/ios/new_good.diff b/test/unit/ios/new_good.diff deleted file mode 100644 index f241c7eb0..000000000 --- a/test/unit/ios/new_good.diff +++ /dev/null @@ -1,8 +0,0 @@ -interface GigabitEthernet2 - +ip address 172.20.0.1 255.255.255.0 -+router bgp 65000 - +bgp log-neighbor-changes - +neighbor 1.1.1.1 remote-as 12345 -interface GigabitEthernet2 - -no ip address - diff --git a/test/unit/ios/new_typo.conf b/test/unit/ios/new_typo.conf deleted file mode 100644 index 2bac5845b..000000000 --- a/test/unit/ios/new_typo.conf +++ /dev/null @@ -1,130 +0,0 @@ -version 15.4 -service timestamps debug datetime msec -service timestamps log datetime msec -no platform punt-keepalive disable-kernel-core -platform console virtual -! -hostname vagrant_box -! -boot-start-marker -boot-end-marker -! -! -enable secret 5 $1$nc08$bizeEFbgCBKjZP4nurNCd. -enable password vagrant -! -aaa new-model -! -! -aaa authorization exec default local -! -! -! -! -! -aaa session-id common -! -! -! -! -! -! -! -! -! - - -ip domain name acme.com - -! -! -! -! -asdasdasdasd -! -! -! -! -! -subscriber templating -! -multilink bundle-name authenticated -! -! -! -license udi pid CSR1000V sn 9EKBH55S58T -archive - path bootflash:archive - write-memory -spanning-tree extend system-id -! -username vagrant privilege 15 password 0 vagrant -! -redundancy - mode none -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -! -interface GigabitEthernet1 - ip address dhcp - negotiation auto - no mop enabled -! -interface GigabitEthernet2 - ip address 172.20.0.1 255.255.255.0 - shutdown - negotiation auto -! -interface GigabitEthernet3 - no ip address - shutdown - negotiation auto -! -router bgp 65000 - bgp log-neighbor-changes - neighbor 1.1.1.1 remote-as 12345 -! -! -virtual-service csr_mgmt -! -ip forward-protocol nd -! -no ip http server -no ip http secure-server -ip ssh version 2 -ip scp server enable -! -! -! -! -! -! -control-plane -! -! -line con 0 - stopbits 1 -line vty 0 4 - password vagrant -! -! -end diff --git a/test/unit/iosxr/initial.conf b/test/unit/iosxr/initial.conf deleted file mode 100644 index f13eff0c3..000000000 --- a/test/unit/iosxr/initial.conf +++ /dev/null @@ -1,14 +0,0 @@ -interface MgmtEth0/0/CPU0/0 - ipv4 address dhcp - -interface GigabitEthernet0/0/0/0 - -interface GigabitEthernet0/0/0/1 - -ssh server v2 -ssh server rate-limit 600 -xml agent tty - -lldp - -end diff --git a/test/unit/iosxr/merge_good.conf b/test/unit/iosxr/merge_good.conf deleted file mode 100644 index 099452cfa..000000000 --- a/test/unit/iosxr/merge_good.conf +++ /dev/null @@ -1,7 +0,0 @@ -interface GigabitEthernet0/0/0/0 - ipv4 address 192.168.80.12 255.255.255.0 - -router bgp 65000 - vrf test - neighbor 1.1.1.5 - remote-as 1 diff --git a/test/unit/iosxr/merge_good.diff b/test/unit/iosxr/merge_good.diff deleted file mode 100644 index b65a5f109..000000000 --- a/test/unit/iosxr/merge_good.diff +++ /dev/null @@ -1,10 +0,0 @@ -- interface GigabitEthernet0/0/0/0 -- ipv4 address 192.168.80.12 255.255.255.0 -- ! -- router bgp 65000 -- vrf test -- neighbor 1.1.1.5 -- remote-as 1 -- ! -- ! -- ! diff --git a/test/unit/iosxr/merge_typo.conf b/test/unit/iosxr/merge_typo.conf deleted file mode 100644 index 49a4ff181..000000000 --- a/test/unit/iosxr/merge_typo.conf +++ /dev/null @@ -1,9 +0,0 @@ -interface GigabitEthernet0/0/0/0 - ipv4 address 192.168.80.12 255.255.255.0 - -router bgp 65000 - vrf test - neighbor 1.1.1.5 - remote-as 1 - -hotname ASD \ No newline at end of file diff --git a/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_0__slot___Naming___Slot.rpc b/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_0__slot___Naming___Slot.rpc deleted file mode 100644 index 6a330c794..000000000 --- a/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_0__slot___Naming___Slot.rpc +++ /dev/null @@ -1,27047 +0,0 @@ - - - - - - - - - 0 - - - - - 1 - - - - - host - - - - - temp - - - - - host__Inlet0 - - 387 - - 3071 - tempInlet0 - deg C - 0 - 387 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__Hotspot0 - - 566 - - 3071 - tempHotspot0 - deg C - 0 - 566 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 910 - true - - 30 - 3 - 910 - false - true - - - - - - - host__die_NP0 - - 755 - - 3071 - tempdie_NP0 - deg C - 0 - 755 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1180 - true - - 20 - 4 - 1180 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_NP1 - - 725 - - 3071 - tempdie_NP1 - deg C - 0 - 725 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1180 - true - - 20 - 4 - 1180 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_NP2 - - 770 - - 3071 - tempdie_NP2 - deg C - 0 - 770 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1180 - true - - 20 - 4 - 1180 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_NP3 - - 690 - - 3071 - tempdie_NP3 - deg C - 0 - 690 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1180 - true - - 20 - 4 - 1180 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_NP4 - - 710 - - 3071 - tempdie_NP4 - deg C - 0 - 710 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1180 - true - - 20 - 4 - 1180 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_NP5 - - 660 - - 3071 - tempdie_NP5 - deg C - 0 - 660 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1180 - true - - 20 - 4 - 1180 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FIA0 - - 680 - - 3071 - tempdie_FIA0 - deg C - 0 - 680 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FIA1 - - 670 - - 3071 - tempdie_FIA1 - deg C - 0 - 670 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FIA2 - - 655 - - 3071 - tempdie_FIA2 - deg C - 0 - 655 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FIA3 - - 685 - - 3071 - tempdie_FIA3 - deg C - 0 - 685 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FIA4 - - 605 - - 3071 - tempdie_FIA4 - deg C - 0 - 605 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FIA5 - - 650 - - 3071 - tempdie_FIA5 - deg C - 0 - 650 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FabSwitch - - 740 - - 3071 - tempdie_FabSwitch - deg C - 0 - 740 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__db_np_0 - - 633 - - 3071 - tempdb_np_0 - deg C - 0 - 633 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__db_np_1 - - 642 - - 3071 - tempdb_np_1 - deg C - 0 - 642 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__db_skt_0 - - 571 - - 3071 - tempdb_skt_0 - deg C - 0 - 571 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__db_inlet - - 441 - - 3071 - tempdb_inlet - deg C - 0 - 441 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__bb_inlet - - 388 - - 3071 - tempbb_inlet - deg C - 0 - 388 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__bb_hotspot_0 - - 567 - - 3071 - tempbb_hotspot_0 - deg C - 0 - 567 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__bb_exhoust_0 - - 659 - - 3071 - tempbb_exhoust_0 - deg C - 0 - 659 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__bb_exhoust_1 - - 641 - - 3071 - tempbb_exhoust_1 - deg C - 0 - 641 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__bb_hotspot_1 - - 551 - - 3071 - tempbb_hotspot_1 - deg C - 0 - 551 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - - - volt - - - - - host__VP3P3_CAN - - 3300 - - 3071 - voltVP3P3_CAN - mV - 0 - 3300 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 3300 - true - - 10 - 2 - 3300 - false - true - - - - - minor_hi - - 3300 - true - - 10 - 4 - 3300 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__2.5V_DB - - 2499 - - 3071 - volt2.5V_DB - mV - 0 - 2499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2450 - true - - 10 - 2 - 2450 - false - true - - - - - minor_hi - - 2550 - true - - 10 - 4 - 2550 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.5V_DB - - 1500 - - 3071 - volt1.5V_DB - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.8V_DB - - 1800 - - 3071 - volt1.8V_DB - mV - 0 - 1800 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1764 - true - - 10 - 2 - 1764 - false - true - - - - - minor_hi - - 1836 - true - - 10 - 4 - 1836 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC_CORE - - 999 - - 3071 - voltVP1P0_SAC_CORE - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC_VDDA - - 1000 - - 3071 - voltVP1P0_SAC_VDDA - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC_VDDD - - 1000 - - 3071 - voltVP1P0_SAC_VDDD - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_SAC_VDDT - - 1200 - - 3071 - voltVP1P2_SAC_VDDT - mV - 0 - 1200 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1164 - true - - 10 - 2 - 1164 - false - true - - - - - minor_hi - - 1236 - true - - 10 - 4 - 1236 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8_SAC_VDDR - - 1800 - - 3071 - voltVP1P8_SAC_VDDR - mV - 0 - 1800 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1710 - true - - 10 - 2 - 1710 - false - true - - - - - minor_hi - - 1890 - true - - 10 - 4 - 1890 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_LAN - - 999 - - 3071 - voltVP1P0_LAN - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT1_CORE - - 999 - - 3071 - voltVP1P0_SKT1_CORE - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT1_IO - - 1000 - - 3071 - voltVP1P0_SKT1_IO - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_SKT1_IO - - 1500 - - 3071 - voltVP1P5_SKT1_IO - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5_SKT1_IO - - 2499 - - 3071 - voltVP2P5_SKT1_IO - mV - 0 - 2499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2450 - true - - 10 - 2 - 2450 - false - true - - - - - minor_hi - - 2550 - true - - 10 - 4 - 2550 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT2_CORE - - 999 - - 3071 - voltVP1P0_SKT2_CORE - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT2_IO - - 1000 - - 3071 - voltVP1P0_SKT2_IO - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_SKT2_IO - - 1499 - - 3071 - voltVP1P5_SKT2_IO - mV - 0 - 1499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5_SKT2_IO - - 2500 - - 3071 - voltVP2P5_SKT2_IO - mV - 0 - 2500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2450 - true - - 10 - 2 - 2450 - false - true - - - - - minor_hi - - 2550 - true - - 10 - 4 - 2550 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT3_CORE - - 1000 - - 3071 - voltVP1P0_SKT3_CORE - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_SKT3_IO - - 1500 - - 3071 - voltVP1P5_SKT3_IO - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5_SKT3_IO - - 2499 - - 3071 - voltVP2P5_SKT3_IO - mV - 0 - 2499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2375 - true - - 10 - 2 - 2375 - false - true - - - - - minor_hi - - 2625 - true - - 10 - 4 - 2625 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_N3_CORE - - 1049 - - 3071 - voltVP1P0_N3_CORE - mV - 0 - 1049 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_N3_IO - - 1500 - - 3071 - voltVP1P5_N3_IO - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P75_N3_VTT - - 754 - - 3071 - voltVP0P75_N3_VTT - mV - 0 - 754 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 735 - true - - 10 - 2 - 735 - false - true - - - - - minor_hi - - 765 - true - - 10 - 4 - 765 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_N2_CORE - - 1050 - - 3071 - voltVP1P0_N2_CORE - mV - 0 - 1050 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_N2_IO - - 1500 - - 3071 - voltVP1P5_N2_IO - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P75_N2_VTT - - 753 - - 3071 - voltVP0P75_N2_VTT - mV - 0 - 753 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 735 - true - - 10 - 2 - 735 - false - true - - - - - minor_hi - - 765 - true - - 10 - 4 - 765 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_CPU_CORE - - 1000 - - 3071 - voltVP1P0_CPU_CORE - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_CPU_PLAT - - 1019 - - 3071 - voltVP1P0_CPU_PLAT - mV - 0 - 1019 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VTT_0P75_CPU - - 750 - - 3071 - voltVTT_0P75_CPU - mV - 0 - 750 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 735 - true - - 10 - 2 - 735 - false - true - - - - - minor_hi - - 765 - true - - 10 - 4 - 765 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5 - - 2500 - - 3071 - voltVP2P5 - mV - 0 - 2500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2450 - true - - 10 - 2 - 2450 - false - true - - - - - minor_hi - - 2550 - true - - 10 - 4 - 2550 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP3P3 - - 3299 - - 3071 - voltVP3P3 - mV - 0 - 3299 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 3234 - true - - 10 - 2 - 3234 - false - true - - - - - minor_hi - - 3366 - true - - 10 - 4 - 3366 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2 - - 1199 - - 3071 - voltVP1P2 - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1176 - true - - 10 - 2 - 1176 - false - true - - - - - minor_hi - - 1224 - true - - 10 - 4 - 1224 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5 - - 1500 - - 3071 - voltVP1P5 - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8 - - 1800 - - 3071 - voltVP1P8 - mV - 0 - 1800 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1764 - true - - 10 - 2 - 1764 - false - true - - - - - minor_hi - - 1836 - true - - 10 - 4 - 1836 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP5P0 - - 5000 - - 3071 - voltVP5P0 - mV - 0 - 5000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 4900 - true - - 10 - 2 - 4900 - false - true - - - - - minor_hi - - 5100 - true - - 10 - 4 - 5100 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP7P0 - - 6999 - - 3071 - voltVP7P0 - mV - 0 - 6999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 6860 - true - - 10 - 2 - 6860 - false - true - - - - - minor_hi - - 7140 - true - - 10 - 4 - 7140 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP3P3_ZL_VDD - - 3299 - - 3071 - voltVP3P3_ZL_VDD - mV - 0 - 3299 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 3234 - true - - 10 - 2 - 3234 - false - true - - - - - minor_hi - - 3366 - true - - 10 - 4 - 3366 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8_ZL_CORE - - 1800 - - 3071 - voltVP1P8_ZL_CORE - mV - 0 - 1800 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1764 - true - - 10 - 2 - 1764 - false - true - - - - - minor_hi - - 1836 - true - - 10 - 4 - 1836 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__IBV_D - - 9582 - - 3071 - voltIBV_D - mV - 0 - 9582 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 5400 - true - - 10 - 2 - 5400 - false - true - - - - - minor_hi - - 5400 - true - - 10 - 4 - 5400 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.0_ATLI_CORE_DB - - 999 - - 3071 - volt1.0_ATLI_CORE_DB - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 950 - true - - 10 - 2 - 950 - false - true - - - - - minor_hi - - 1050 - true - - 10 - 4 - 1050 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.9_HEXP01_DB - - 900 - - 3071 - volt0.9_HEXP01_DB - mV - 0 - 900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 882 - true - - 10 - 2 - 882 - false - true - - - - - minor_hi - - 918 - true - - 10 - 4 - 918 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.9_HEXP01_LDO_DB - - 899 - - 3071 - volt0.9_HEXP01_LDO_DB - mV - 0 - 899 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 882 - true - - 10 - 2 - 882 - false - true - - - - - minor_hi - - 918 - true - - 10 - 4 - 918 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.2_HEXP01_LDO_DB - - 1200 - - 3071 - volt1.2_HEXP01_LDO_DB - mV - 0 - 1200 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1176 - true - - 10 - 2 - 1176 - false - true - - - - - minor_hi - - 1224 - true - - 10 - 4 - 1224 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.9_HEXP23_DB - - 900 - - 3071 - volt0.9_HEXP23_DB - mV - 0 - 900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 882 - true - - 10 - 2 - 882 - false - true - - - - - minor_hi - - 918 - true - - 10 - 4 - 918 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.9_HEXP23_LDO_DB - - 899 - - 3071 - volt0.9_HEXP23_LDO_DB - mV - 0 - 899 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 882 - true - - 10 - 2 - 882 - false - true - - - - - minor_hi - - 918 - true - - 10 - 4 - 918 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.2_HEXP23_LDO_DB - - 1199 - - 3071 - volt1.2_HEXP23_LDO_DB - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1176 - true - - 10 - 2 - 1176 - false - true - - - - - minor_hi - - 1224 - true - - 10 - 4 - 1224 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.0_SKT0_CORE_DB - - 1000 - - 3071 - volt1.0_SKT0_CORE_DB - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.0_SKT0_SKM_DB - - 1000 - - 3071 - volt1.0_SKT0_SKM_DB - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.5_SKT0_IO_DB - - 1500 - - 3071 - volt1.5_SKT0_IO_DB - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.0_N0_CORE_DB - - 1050 - - 3071 - volt1.0_N0_CORE_DB - mV - 0 - 1050 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.5_N0_IO_DB - - 1500 - - 3071 - volt1.5_N0_IO_DB - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.75_N0_VTT_DB - - 748 - - 3071 - volt0.75_N0_VTT_DB - mV - 0 - 748 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 735 - true - - 10 - 2 - 735 - false - true - - - - - minor_hi - - 765 - true - - 10 - 4 - 765 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.0_N1_CORE_DB - - 1050 - - 3071 - volt1.0_N1_CORE_DB - mV - 0 - 1050 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.75_N1_VTT_DB - - 754 - - 3071 - volt0.75_N1_VTT_DB - mV - 0 - 754 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 735 - true - - 10 - 2 - 735 - false - true - - - - - minor_hi - - 765 - true - - 10 - 4 - 765 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.9_T01_CORE_DB - - 900 - - 3071 - volt0.9_T01_CORE_DB - mV - 0 - 900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 882 - true - - 10 - 2 - 882 - false - true - - - - - minor_hi - - 918 - true - - 10 - 4 - 918 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.8_N01_IO_DB - - 1800 - - 3071 - volt1.8_N01_IO_DB - mV - 0 - 1800 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1764 - true - - 10 - 2 - 1764 - false - true - - - - - minor_hi - - 1836 - true - - 10 - 4 - 1836 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__2.5_N01_SKT0_IO_DB - - 2500 - - 3071 - volt2.5_N01_SKT0_IO_DB - mV - 0 - 2500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2450 - true - - 10 - 2 - 2450 - false - true - - - - - minor_hi - - 2550 - true - - 10 - 4 - 2550 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.0_N5_CORE_DB - - 1049 - - 3071 - volt1.0_N5_CORE_DB - mV - 0 - 1049 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 950 - true - - 10 - 2 - 950 - false - true - - - - - minor_hi - - 1050 - true - - 10 - 4 - 1050 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.75_N5_VTT_DB - - 748 - - 3071 - volt0.75_N5_VTT_DB - mV - 0 - 748 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 727 - true - - 10 - 2 - 727 - false - true - - - - - minor_hi - - 772 - true - - 10 - 4 - 772 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP5P0_DB - - 4999 - - 3071 - voltVP5P0_DB - mV - 0 - 4999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 4750 - true - - 10 - 2 - 4750 - false - true - - - - - minor_hi - - 5200 - true - - 10 - 4 - 5200 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP7P0_DB - - 7000 - - 3071 - voltVP7P0_DB - mV - 0 - 7000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 6650 - true - - 10 - 2 - 6650 - false - true - - - - - minor_hi - - 7350 - true - - 10 - 4 - 7350 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP3P3_DB - - 3300 - - 3071 - voltVP3P3_DB - mV - 0 - 3300 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 3135 - true - - 10 - 2 - 3135 - false - true - - - - - minor_hi - - 3465 - true - - 10 - 4 - 3465 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.9_T23_CORE - - 900 - - 3071 - volt0.9_T23_CORE - mV - 0 - 900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 855 - true - - 10 - 2 - 855 - false - true - - - - - minor_hi - - 945 - true - - 10 - 4 - 945 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8_N23_IO - - 1799 - - 3071 - voltVP1P8_N23_IO - mV - 0 - 1799 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1764 - true - - 10 - 2 - 1764 - false - true - - - - - minor_hi - - 1836 - true - - 10 - 4 - 1836 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT4_CORE - - 1000 - - 3071 - voltVP1P0_SKT4_CORE - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_SKT4_IO - - 1500 - - 3071 - voltVP1P5_SKT4_IO - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1425 - true - - 10 - 2 - 1425 - false - true - - - - - minor_hi - - 1575 - true - - 10 - 4 - 1575 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5_SKT4_IO - - 2499 - - 3071 - voltVP2P5_SKT4_IO - mV - 0 - 2499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2375 - true - - 10 - 2 - 2375 - false - true - - - - - minor_hi - - 2625 - true - - 10 - 4 - 2625 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_N4_CORE_DB - - 1049 - - 3071 - voltVP1P0_N4_CORE_DB - mV - 0 - 1049 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 950 - true - - 10 - 2 - 950 - false - true - - - - - minor_hi - - 1050 - true - - 10 - 4 - 1050 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_N45_IO_DB - - 1499 - - 3071 - voltVP1P5_N45_IO_DB - mV - 0 - 1499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1424 - true - - 10 - 2 - 1424 - false - true - - - - - minor_hi - - 1575 - true - - 10 - 4 - 1575 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8_N45_IO_DB - - 1799 - - 3071 - voltVP1P8_N45_IO_DB - mV - 0 - 1799 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1710 - true - - 10 - 2 - 1710 - false - true - - - - - minor_hi - - 1890 - true - - 10 - 4 - 1890 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P9_T45_CORE_DB - - 900 - - 3071 - voltVP0P9_T45_CORE_DB - mV - 0 - 900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 873 - true - - 10 - 2 - 873 - false - true - - - - - minor_hi - - 927 - true - - 10 - 4 - 927 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P75_N4_VTT_DB - - 750 - - 3071 - voltVP0P75_N4_VTT_DB - mV - 0 - 750 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 775 - true - - 10 - 2 - 775 - false - true - - - - - minor_hi - - 765 - true - - 10 - 4 - 765 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5_N45_SKT5_IO_DB - - 2500 - - 3071 - voltVP2P5_N45_SKT5_IO_DB - mV - 0 - 2500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2375 - true - - 10 - 2 - 2375 - false - true - - - - - minor_hi - - 2625 - true - - 10 - 4 - 2625 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P9_BNK_CORE_DB - - 899 - - 3071 - voltVP0P9_BNK_CORE_DB - mV - 0 - 899 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 873 - true - - 10 - 2 - 873 - false - true - - - - - minor_hi - - 927 - true - - 10 - 4 - 927 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P1_BNK_LDO_DB - - 1100 - - 3071 - voltVP1P1_BNK_LDO_DB - mV - 0 - 1100 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1045 - true - - 10 - 2 - 1045 - false - true - - - - - minor_hi - - 1155 - true - - 10 - 4 - 1155 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_HEXP45_LDO_DB - - 1199 - - 3071 - voltVP1P2_HEXP45_LDO_DB - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1173 - true - - 10 - 2 - 1173 - false - true - - - - - minor_hi - - 1246 - true - - 10 - 4 - 1246 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT5_CORE_DB - - 1000 - - 3071 - voltVP1P0_SKT5_CORE_DB - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 950 - true - - 10 - 2 - 950 - false - true - - - - - minor_hi - - 1050 - true - - 10 - 4 - 1050 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_SKT5_IO_DB - - 1500 - - 3071 - voltVP1P5_SKT5_IO_DB - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1425 - true - - 10 - 2 - 1425 - false - true - - - - - minor_hi - - 1575 - true - - 10 - 4 - 1575 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_HEXP45_DB - - 1200 - - 3071 - voltVP1P2_HEXP45_DB - mV - 0 - 1200 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1176 - true - - 10 - 2 - 1176 - false - true - - - - - minor_hi - - 1224 - true - - 10 - 4 - 1224 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_HEXP23_DB - - 1199 - - 3071 - voltVP1P2_HEXP23_DB - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1176 - true - - 10 - 2 - 1176 - false - true - - - - - minor_hi - - 1224 - true - - 10 - 4 - 1224 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_HEXP01_DB - - 1200 - - 3071 - voltVP1P2_HEXP01_DB - mV - 0 - 1200 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1140 - true - - 10 - 2 - 1140 - false - true - - - - - minor_hi - - 1260 - true - - 10 - 4 - 1260 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P9_HEXP45_DB - - 900 - - 3071 - voltVP0P9_HEXP45_DB - mV - 0 - 900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 873 - true - - 10 - 2 - 873 - false - true - - - - - minor_hi - - 927 - true - - 10 - 4 - 927 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P9_HEXP45_LDO_DB - - 900 - - 3071 - voltVP0P9_HEXP45_LDO_DB - mV - 0 - 900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 873 - true - - 10 - 2 - 873 - false - true - - - - - minor_hi - - 927 - true - - 10 - 4 - 927 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - - - - - port0 - - - - - temp - - - - - temp__Sens - - 530 - - 3071 - tempSens - deg C - 0 - 530 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3200 - - 3071 - voltSens - mV - 0 - 3200 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 741 - - 3071 - rpwrSens - mW - 0 - 741 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 567 - - 3071 - tpwrSens - mW - 0 - 567 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port1 - - - - - temp - - - - - temp__Sens - - 547 - - 3071 - tempSens - deg C - 0 - 547 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3238 - - 3071 - voltSens - mV - 0 - 3238 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 739 - - 3071 - rpwrSens - mW - 0 - 739 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 533 - - 3071 - tpwrSens - mW - 0 - 533 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port2 - - - - - temp - - - - - temp__Sens - - 565 - - 3071 - tempSens - deg C - 0 - 565 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3207 - - 3071 - voltSens - mV - 0 - 3207 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 736 - - 3071 - rpwrSens - mW - 0 - 736 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 510 - - 3071 - tpwrSens - mW - 0 - 510 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port3 - - - - - temp - - - - - temp__Sens - - 542 - - 3071 - tempSens - deg C - 0 - 542 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3214 - - 3071 - voltSens - mV - 0 - 3214 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 895 - - 3071 - rpwrSens - mW - 0 - 895 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 499 - - 3071 - tpwrSens - mW - 0 - 499 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port4 - - - - - temp - - - - - temp__Sens - - 528 - - 3071 - tempSens - deg C - 0 - 528 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3202 - - 3071 - voltSens - mV - 0 - 3202 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 653 - - 3071 - rpwrSens - mW - 0 - 653 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 521 - - 3071 - tpwrSens - mW - 0 - 521 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port5 - - - - - temp - - - - - temp__Sens - - 503 - - 3071 - tempSens - deg C - 0 - 503 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3264 - - 3071 - voltSens - mV - 0 - 3264 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 901 - - 3071 - rpwrSens - mW - 0 - 901 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 558 - - 3071 - tpwrSens - mW - 0 - 558 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port6 - - - - - temp - - - - - temp__Sens - - 542 - - 3071 - tempSens - deg C - 0 - 542 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3214 - - 3071 - voltSens - mV - 0 - 3214 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 813 - - 3071 - rpwrSens - mW - 0 - 813 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 533 - - 3071 - tpwrSens - mW - 0 - 533 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port7 - - - - - temp - - - - - temp__Sens - - 566 - - 3071 - tempSens - deg C - 0 - 566 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3197 - - 3071 - voltSens - mV - 0 - 3197 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 890 - - 3071 - rpwrSens - mW - 0 - 890 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 547 - - 3071 - tpwrSens - mW - 0 - 547 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port8 - - - - - temp - - - - - temp__Sens - - 585 - - 3071 - tempSens - deg C - 0 - 585 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3226 - - 3071 - voltSens - mV - 0 - 3226 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 760 - - 3071 - rpwrSens - mW - 0 - 760 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 558 - - 3071 - tpwrSens - mW - 0 - 558 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port9 - - - - - temp - - - - - temp__Sens - - 578 - - 3071 - tempSens - deg C - 0 - 578 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3202 - - 3071 - voltSens - mV - 0 - 3202 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 854 - - 3071 - rpwrSens - mW - 0 - 854 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 561 - - 3071 - tpwrSens - mW - 0 - 561 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port10 - - - - - temp - - - - - temp__Sens - - 542 - - 3071 - tempSens - deg C - 0 - 542 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3233 - - 3071 - voltSens - mV - 0 - 3233 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 5 - - 3071 - currSens - mA - 0 - 5 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 752 - - 3071 - rpwrSens - mW - 0 - 752 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 547 - - 3071 - tpwrSens - mW - 0 - 547 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port11 - - - - - temp - - - - - temp__Sens - - 506 - - 3071 - tempSens - deg C - 0 - 506 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3209 - - 3071 - voltSens - mV - 0 - 3209 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 909 - - 3071 - rpwrSens - mW - 0 - 909 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 614 - - 3071 - tpwrSens - mW - 0 - 614 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port12 - - - - - temp - - - - - temp__Sens - - 502 - - 3071 - tempSens - deg C - 0 - 502 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3190 - - 3071 - voltSens - mV - 0 - 3190 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 711 - - 3071 - rpwrSens - mW - 0 - 711 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 535 - - 3071 - tpwrSens - mW - 0 - 535 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port13 - - - - - temp - - - - - temp__Sens - - 510 - - 3071 - tempSens - deg C - 0 - 510 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3216 - - 3071 - voltSens - mV - 0 - 3216 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 864 - - 3071 - rpwrSens - mW - 0 - 864 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 601 - - 3071 - tpwrSens - mW - 0 - 601 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port14 - - - - - temp - - - - - temp__Sens - - 510 - - 3071 - tempSens - deg C - 0 - 510 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3231 - - 3071 - voltSens - mV - 0 - 3231 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 821 - - 3071 - rpwrSens - mW - 0 - 821 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 509 - - 3071 - tpwrSens - mW - 0 - 509 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port15 - - - - - temp - - - - - temp__Sens - - 502 - - 3071 - tempSens - deg C - 0 - 502 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3195 - - 3071 - voltSens - mV - 0 - 3195 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 742 - - 3071 - rpwrSens - mW - 0 - 742 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 534 - - 3071 - tpwrSens - mW - 0 - 534 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port16 - - - - - temp - - - - - temp__Sens - - 481 - - 3071 - tempSens - deg C - 0 - 481 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3235 - - 3071 - voltSens - mV - 0 - 3235 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 917 - - 3071 - rpwrSens - mW - 0 - 917 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 557 - - 3071 - tpwrSens - mW - 0 - 557 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port17 - - - - - temp - - - - - temp__Sens - - 446 - - 3071 - tempSens - deg C - 0 - 446 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3212 - - 3071 - voltSens - mV - 0 - 3212 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 530 - - 3071 - rpwrSens - mW - 0 - 530 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 487 - - 3071 - tpwrSens - mW - 0 - 487 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port18 - - - - - temp - - - - - temp__Sens - - 518 - - 3071 - tempSens - deg C - 0 - 518 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3231 - - 3071 - voltSens - mV - 0 - 3231 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 907 - - 3071 - rpwrSens - mW - 0 - 907 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 560 - - 3071 - tpwrSens - mW - 0 - 560 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port19 - - - - - temp - - - - - temp__Sens - - 540 - - 3071 - tempSens - deg C - 0 - 540 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3166 - - 3071 - voltSens - mV - 0 - 3166 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 533 - - 3071 - rpwrSens - mW - 0 - 533 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 600 - - 3071 - tpwrSens - mW - 0 - 600 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port20 - - - - - temp - - - - - temp__Sens - - 543 - - 3071 - tempSens - deg C - 0 - 543 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3240 - - 3071 - voltSens - mV - 0 - 3240 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 719 - - 3071 - rpwrSens - mW - 0 - 719 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 535 - - 3071 - tpwrSens - mW - 0 - 535 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port21 - - - - - temp - - - - - temp__Sens - - 526 - - 3071 - tempSens - deg C - 0 - 526 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3195 - - 3071 - voltSens - mV - 0 - 3195 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 653 - - 3071 - rpwrSens - mW - 0 - 653 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 571 - - 3071 - tpwrSens - mW - 0 - 571 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port22 - - - - - temp - - - - - temp__Sens - - 502 - - 3071 - tempSens - deg C - 0 - 502 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3219 - - 3071 - voltSens - mV - 0 - 3219 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 816 - - 3071 - rpwrSens - mW - 0 - 816 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 561 - - 3071 - tpwrSens - mW - 0 - 561 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port23 - - - - - temp - - - - - temp__Sens - - 475 - - 3071 - tempSens - deg C - 0 - 475 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3200 - - 3071 - voltSens - mV - 0 - 3200 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 759 - - 3071 - rpwrSens - mW - 0 - 759 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 573 - - 3071 - tpwrSens - mW - 0 - 573 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port24 - - - - - temp - - - - - temp__Sens - - 461 - - 3071 - tempSens - deg C - 0 - 461 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3235 - - 3071 - voltSens - mV - 0 - 3235 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 838 - - 3071 - rpwrSens - mW - 0 - 838 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 558 - - 3071 - tpwrSens - mW - 0 - 558 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port25 - - - - - temp - - - - - temp__Sens - - 471 - - 3071 - tempSens - deg C - 0 - 471 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3240 - - 3071 - voltSens - mV - 0 - 3240 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 906 - - 3071 - rpwrSens - mW - 0 - 906 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 524 - - 3071 - tpwrSens - mW - 0 - 524 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port26 - - - - - temp - - - - - temp__Sens - - 476 - - 3071 - tempSens - deg C - 0 - 476 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3233 - - 3071 - voltSens - mV - 0 - 3233 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 663 - - 3071 - rpwrSens - mW - 0 - 663 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 513 - - 3071 - tpwrSens - mW - 0 - 513 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port27 - - - - - temp - - - - - temp__Sens - - 461 - - 3071 - tempSens - deg C - 0 - 461 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3238 - - 3071 - voltSens - mV - 0 - 3238 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 621 - - 3071 - rpwrSens - mW - 0 - 621 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 518 - - 3071 - tpwrSens - mW - 0 - 518 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port28 - - - - - temp - - - - - temp__Sens - - 443 - - 3071 - tempSens - deg C - 0 - 443 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3269 - - 3071 - voltSens - mV - 0 - 3269 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 643 - - 3071 - rpwrSens - mW - 0 - 643 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 509 - - 3071 - tpwrSens - mW - 0 - 509 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port29 - - - - - temp - - - - - temp__Sens - - 421 - - 3071 - tempSens - deg C - 0 - 421 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3316 - - 3071 - voltSens - mV - 0 - 3316 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 739 - - 3071 - rpwrSens - mW - 0 - 739 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 533 - - 3071 - tpwrSens - mW - 0 - 533 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port30 - - - - - temp - - - - - temp__Sens - - 480 - - 3071 - tempSens - deg C - 0 - 480 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3200 - - 3071 - voltSens - mV - 0 - 3200 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 637 - - 3071 - rpwrSens - mW - 0 - 637 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 561 - - 3071 - tpwrSens - mW - 0 - 561 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port31 - - - - - temp - - - - - temp__Sens - - 497 - - 3071 - tempSens - deg C - 0 - 497 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3252 - - 3071 - voltSens - mV - 0 - 3252 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 678 - - 3071 - rpwrSens - mW - 0 - 678 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 560 - - 3071 - tpwrSens - mW - 0 - 560 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port32 - - - - - temp - - - - - temp__Sens - - 505 - - 3071 - tempSens - deg C - 0 - 505 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3214 - - 3071 - voltSens - mV - 0 - 3214 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 767 - - 3071 - rpwrSens - mW - 0 - 767 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 559 - - 3071 - tpwrSens - mW - 0 - 559 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port33 - - - - - temp - - - - - temp__Sens - - 487 - - 3071 - tempSens - deg C - 0 - 487 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3190 - - 3071 - voltSens - mV - 0 - 3190 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 761 - - 3071 - rpwrSens - mW - 0 - 761 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 519 - - 3071 - tpwrSens - mW - 0 - 519 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port34 - - - - - temp - - - - - temp__Sens - - 465 - - 3071 - tempSens - deg C - 0 - 465 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3240 - - 3071 - voltSens - mV - 0 - 3240 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 714 - - 3071 - rpwrSens - mW - 0 - 714 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 543 - - 3071 - tpwrSens - mW - 0 - 543 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port35 - - - - - temp - - - - - temp__Sens - - 436 - - 3071 - tempSens - deg C - 0 - 436 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3288 - - 3071 - voltSens - mV - 0 - 3288 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 781 - - 3071 - rpwrSens - mW - 0 - 781 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 496 - - 3071 - tpwrSens - mW - 0 - 496 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - - - - - - - - diff --git a/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_1__slot___Naming___Slot.rpc b/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_1__slot___Naming___Slot.rpc deleted file mode 100644 index 6a330c794..000000000 --- a/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_1__slot___Naming___Slot.rpc +++ /dev/null @@ -1,27047 +0,0 @@ - - - - - - - - - 0 - - - - - 1 - - - - - host - - - - - temp - - - - - host__Inlet0 - - 387 - - 3071 - tempInlet0 - deg C - 0 - 387 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__Hotspot0 - - 566 - - 3071 - tempHotspot0 - deg C - 0 - 566 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 910 - true - - 30 - 3 - 910 - false - true - - - - - - - host__die_NP0 - - 755 - - 3071 - tempdie_NP0 - deg C - 0 - 755 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1180 - true - - 20 - 4 - 1180 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_NP1 - - 725 - - 3071 - tempdie_NP1 - deg C - 0 - 725 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1180 - true - - 20 - 4 - 1180 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_NP2 - - 770 - - 3071 - tempdie_NP2 - deg C - 0 - 770 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1180 - true - - 20 - 4 - 1180 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_NP3 - - 690 - - 3071 - tempdie_NP3 - deg C - 0 - 690 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1180 - true - - 20 - 4 - 1180 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_NP4 - - 710 - - 3071 - tempdie_NP4 - deg C - 0 - 710 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1180 - true - - 20 - 4 - 1180 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_NP5 - - 660 - - 3071 - tempdie_NP5 - deg C - 0 - 660 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1180 - true - - 20 - 4 - 1180 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FIA0 - - 680 - - 3071 - tempdie_FIA0 - deg C - 0 - 680 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FIA1 - - 670 - - 3071 - tempdie_FIA1 - deg C - 0 - 670 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FIA2 - - 655 - - 3071 - tempdie_FIA2 - deg C - 0 - 655 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FIA3 - - 685 - - 3071 - tempdie_FIA3 - deg C - 0 - 685 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FIA4 - - 605 - - 3071 - tempdie_FIA4 - deg C - 0 - 605 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FIA5 - - 650 - - 3071 - tempdie_FIA5 - deg C - 0 - 650 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FabSwitch - - 740 - - 3071 - tempdie_FabSwitch - deg C - 0 - 740 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__db_np_0 - - 633 - - 3071 - tempdb_np_0 - deg C - 0 - 633 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__db_np_1 - - 642 - - 3071 - tempdb_np_1 - deg C - 0 - 642 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__db_skt_0 - - 571 - - 3071 - tempdb_skt_0 - deg C - 0 - 571 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__db_inlet - - 441 - - 3071 - tempdb_inlet - deg C - 0 - 441 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__bb_inlet - - 388 - - 3071 - tempbb_inlet - deg C - 0 - 388 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__bb_hotspot_0 - - 567 - - 3071 - tempbb_hotspot_0 - deg C - 0 - 567 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__bb_exhoust_0 - - 659 - - 3071 - tempbb_exhoust_0 - deg C - 0 - 659 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__bb_exhoust_1 - - 641 - - 3071 - tempbb_exhoust_1 - deg C - 0 - 641 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__bb_hotspot_1 - - 551 - - 3071 - tempbb_hotspot_1 - deg C - 0 - 551 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - - - volt - - - - - host__VP3P3_CAN - - 3300 - - 3071 - voltVP3P3_CAN - mV - 0 - 3300 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 3300 - true - - 10 - 2 - 3300 - false - true - - - - - minor_hi - - 3300 - true - - 10 - 4 - 3300 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__2.5V_DB - - 2499 - - 3071 - volt2.5V_DB - mV - 0 - 2499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2450 - true - - 10 - 2 - 2450 - false - true - - - - - minor_hi - - 2550 - true - - 10 - 4 - 2550 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.5V_DB - - 1500 - - 3071 - volt1.5V_DB - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.8V_DB - - 1800 - - 3071 - volt1.8V_DB - mV - 0 - 1800 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1764 - true - - 10 - 2 - 1764 - false - true - - - - - minor_hi - - 1836 - true - - 10 - 4 - 1836 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC_CORE - - 999 - - 3071 - voltVP1P0_SAC_CORE - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC_VDDA - - 1000 - - 3071 - voltVP1P0_SAC_VDDA - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC_VDDD - - 1000 - - 3071 - voltVP1P0_SAC_VDDD - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_SAC_VDDT - - 1200 - - 3071 - voltVP1P2_SAC_VDDT - mV - 0 - 1200 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1164 - true - - 10 - 2 - 1164 - false - true - - - - - minor_hi - - 1236 - true - - 10 - 4 - 1236 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8_SAC_VDDR - - 1800 - - 3071 - voltVP1P8_SAC_VDDR - mV - 0 - 1800 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1710 - true - - 10 - 2 - 1710 - false - true - - - - - minor_hi - - 1890 - true - - 10 - 4 - 1890 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_LAN - - 999 - - 3071 - voltVP1P0_LAN - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT1_CORE - - 999 - - 3071 - voltVP1P0_SKT1_CORE - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT1_IO - - 1000 - - 3071 - voltVP1P0_SKT1_IO - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_SKT1_IO - - 1500 - - 3071 - voltVP1P5_SKT1_IO - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5_SKT1_IO - - 2499 - - 3071 - voltVP2P5_SKT1_IO - mV - 0 - 2499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2450 - true - - 10 - 2 - 2450 - false - true - - - - - minor_hi - - 2550 - true - - 10 - 4 - 2550 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT2_CORE - - 999 - - 3071 - voltVP1P0_SKT2_CORE - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT2_IO - - 1000 - - 3071 - voltVP1P0_SKT2_IO - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_SKT2_IO - - 1499 - - 3071 - voltVP1P5_SKT2_IO - mV - 0 - 1499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5_SKT2_IO - - 2500 - - 3071 - voltVP2P5_SKT2_IO - mV - 0 - 2500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2450 - true - - 10 - 2 - 2450 - false - true - - - - - minor_hi - - 2550 - true - - 10 - 4 - 2550 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT3_CORE - - 1000 - - 3071 - voltVP1P0_SKT3_CORE - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_SKT3_IO - - 1500 - - 3071 - voltVP1P5_SKT3_IO - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5_SKT3_IO - - 2499 - - 3071 - voltVP2P5_SKT3_IO - mV - 0 - 2499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2375 - true - - 10 - 2 - 2375 - false - true - - - - - minor_hi - - 2625 - true - - 10 - 4 - 2625 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_N3_CORE - - 1049 - - 3071 - voltVP1P0_N3_CORE - mV - 0 - 1049 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_N3_IO - - 1500 - - 3071 - voltVP1P5_N3_IO - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P75_N3_VTT - - 754 - - 3071 - voltVP0P75_N3_VTT - mV - 0 - 754 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 735 - true - - 10 - 2 - 735 - false - true - - - - - minor_hi - - 765 - true - - 10 - 4 - 765 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_N2_CORE - - 1050 - - 3071 - voltVP1P0_N2_CORE - mV - 0 - 1050 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_N2_IO - - 1500 - - 3071 - voltVP1P5_N2_IO - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P75_N2_VTT - - 753 - - 3071 - voltVP0P75_N2_VTT - mV - 0 - 753 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 735 - true - - 10 - 2 - 735 - false - true - - - - - minor_hi - - 765 - true - - 10 - 4 - 765 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_CPU_CORE - - 1000 - - 3071 - voltVP1P0_CPU_CORE - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_CPU_PLAT - - 1019 - - 3071 - voltVP1P0_CPU_PLAT - mV - 0 - 1019 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VTT_0P75_CPU - - 750 - - 3071 - voltVTT_0P75_CPU - mV - 0 - 750 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 735 - true - - 10 - 2 - 735 - false - true - - - - - minor_hi - - 765 - true - - 10 - 4 - 765 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5 - - 2500 - - 3071 - voltVP2P5 - mV - 0 - 2500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2450 - true - - 10 - 2 - 2450 - false - true - - - - - minor_hi - - 2550 - true - - 10 - 4 - 2550 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP3P3 - - 3299 - - 3071 - voltVP3P3 - mV - 0 - 3299 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 3234 - true - - 10 - 2 - 3234 - false - true - - - - - minor_hi - - 3366 - true - - 10 - 4 - 3366 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2 - - 1199 - - 3071 - voltVP1P2 - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1176 - true - - 10 - 2 - 1176 - false - true - - - - - minor_hi - - 1224 - true - - 10 - 4 - 1224 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5 - - 1500 - - 3071 - voltVP1P5 - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8 - - 1800 - - 3071 - voltVP1P8 - mV - 0 - 1800 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1764 - true - - 10 - 2 - 1764 - false - true - - - - - minor_hi - - 1836 - true - - 10 - 4 - 1836 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP5P0 - - 5000 - - 3071 - voltVP5P0 - mV - 0 - 5000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 4900 - true - - 10 - 2 - 4900 - false - true - - - - - minor_hi - - 5100 - true - - 10 - 4 - 5100 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP7P0 - - 6999 - - 3071 - voltVP7P0 - mV - 0 - 6999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 6860 - true - - 10 - 2 - 6860 - false - true - - - - - minor_hi - - 7140 - true - - 10 - 4 - 7140 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP3P3_ZL_VDD - - 3299 - - 3071 - voltVP3P3_ZL_VDD - mV - 0 - 3299 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 3234 - true - - 10 - 2 - 3234 - false - true - - - - - minor_hi - - 3366 - true - - 10 - 4 - 3366 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8_ZL_CORE - - 1800 - - 3071 - voltVP1P8_ZL_CORE - mV - 0 - 1800 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1764 - true - - 10 - 2 - 1764 - false - true - - - - - minor_hi - - 1836 - true - - 10 - 4 - 1836 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__IBV_D - - 9582 - - 3071 - voltIBV_D - mV - 0 - 9582 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 5400 - true - - 10 - 2 - 5400 - false - true - - - - - minor_hi - - 5400 - true - - 10 - 4 - 5400 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.0_ATLI_CORE_DB - - 999 - - 3071 - volt1.0_ATLI_CORE_DB - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 950 - true - - 10 - 2 - 950 - false - true - - - - - minor_hi - - 1050 - true - - 10 - 4 - 1050 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.9_HEXP01_DB - - 900 - - 3071 - volt0.9_HEXP01_DB - mV - 0 - 900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 882 - true - - 10 - 2 - 882 - false - true - - - - - minor_hi - - 918 - true - - 10 - 4 - 918 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.9_HEXP01_LDO_DB - - 899 - - 3071 - volt0.9_HEXP01_LDO_DB - mV - 0 - 899 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 882 - true - - 10 - 2 - 882 - false - true - - - - - minor_hi - - 918 - true - - 10 - 4 - 918 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.2_HEXP01_LDO_DB - - 1200 - - 3071 - volt1.2_HEXP01_LDO_DB - mV - 0 - 1200 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1176 - true - - 10 - 2 - 1176 - false - true - - - - - minor_hi - - 1224 - true - - 10 - 4 - 1224 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.9_HEXP23_DB - - 900 - - 3071 - volt0.9_HEXP23_DB - mV - 0 - 900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 882 - true - - 10 - 2 - 882 - false - true - - - - - minor_hi - - 918 - true - - 10 - 4 - 918 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.9_HEXP23_LDO_DB - - 899 - - 3071 - volt0.9_HEXP23_LDO_DB - mV - 0 - 899 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 882 - true - - 10 - 2 - 882 - false - true - - - - - minor_hi - - 918 - true - - 10 - 4 - 918 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.2_HEXP23_LDO_DB - - 1199 - - 3071 - volt1.2_HEXP23_LDO_DB - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1176 - true - - 10 - 2 - 1176 - false - true - - - - - minor_hi - - 1224 - true - - 10 - 4 - 1224 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.0_SKT0_CORE_DB - - 1000 - - 3071 - volt1.0_SKT0_CORE_DB - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.0_SKT0_SKM_DB - - 1000 - - 3071 - volt1.0_SKT0_SKM_DB - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.5_SKT0_IO_DB - - 1500 - - 3071 - volt1.5_SKT0_IO_DB - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.0_N0_CORE_DB - - 1050 - - 3071 - volt1.0_N0_CORE_DB - mV - 0 - 1050 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.5_N0_IO_DB - - 1500 - - 3071 - volt1.5_N0_IO_DB - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.75_N0_VTT_DB - - 748 - - 3071 - volt0.75_N0_VTT_DB - mV - 0 - 748 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 735 - true - - 10 - 2 - 735 - false - true - - - - - minor_hi - - 765 - true - - 10 - 4 - 765 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.0_N1_CORE_DB - - 1050 - - 3071 - volt1.0_N1_CORE_DB - mV - 0 - 1050 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 980 - true - - 10 - 2 - 980 - false - true - - - - - minor_hi - - 1020 - true - - 10 - 4 - 1020 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.75_N1_VTT_DB - - 754 - - 3071 - volt0.75_N1_VTT_DB - mV - 0 - 754 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 735 - true - - 10 - 2 - 735 - false - true - - - - - minor_hi - - 765 - true - - 10 - 4 - 765 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.9_T01_CORE_DB - - 900 - - 3071 - volt0.9_T01_CORE_DB - mV - 0 - 900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 882 - true - - 10 - 2 - 882 - false - true - - - - - minor_hi - - 918 - true - - 10 - 4 - 918 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.8_N01_IO_DB - - 1800 - - 3071 - volt1.8_N01_IO_DB - mV - 0 - 1800 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1764 - true - - 10 - 2 - 1764 - false - true - - - - - minor_hi - - 1836 - true - - 10 - 4 - 1836 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__2.5_N01_SKT0_IO_DB - - 2500 - - 3071 - volt2.5_N01_SKT0_IO_DB - mV - 0 - 2500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2450 - true - - 10 - 2 - 2450 - false - true - - - - - minor_hi - - 2550 - true - - 10 - 4 - 2550 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__1.0_N5_CORE_DB - - 1049 - - 3071 - volt1.0_N5_CORE_DB - mV - 0 - 1049 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 950 - true - - 10 - 2 - 950 - false - true - - - - - minor_hi - - 1050 - true - - 10 - 4 - 1050 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.75_N5_VTT_DB - - 748 - - 3071 - volt0.75_N5_VTT_DB - mV - 0 - 748 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 727 - true - - 10 - 2 - 727 - false - true - - - - - minor_hi - - 772 - true - - 10 - 4 - 772 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP5P0_DB - - 4999 - - 3071 - voltVP5P0_DB - mV - 0 - 4999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 4750 - true - - 10 - 2 - 4750 - false - true - - - - - minor_hi - - 5200 - true - - 10 - 4 - 5200 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP7P0_DB - - 7000 - - 3071 - voltVP7P0_DB - mV - 0 - 7000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 6650 - true - - 10 - 2 - 6650 - false - true - - - - - minor_hi - - 7350 - true - - 10 - 4 - 7350 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP3P3_DB - - 3300 - - 3071 - voltVP3P3_DB - mV - 0 - 3300 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 3135 - true - - 10 - 2 - 3135 - false - true - - - - - minor_hi - - 3465 - true - - 10 - 4 - 3465 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__0.9_T23_CORE - - 900 - - 3071 - volt0.9_T23_CORE - mV - 0 - 900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 855 - true - - 10 - 2 - 855 - false - true - - - - - minor_hi - - 945 - true - - 10 - 4 - 945 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8_N23_IO - - 1799 - - 3071 - voltVP1P8_N23_IO - mV - 0 - 1799 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1764 - true - - 10 - 2 - 1764 - false - true - - - - - minor_hi - - 1836 - true - - 10 - 4 - 1836 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT4_CORE - - 1000 - - 3071 - voltVP1P0_SKT4_CORE - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_SKT4_IO - - 1500 - - 3071 - voltVP1P5_SKT4_IO - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1425 - true - - 10 - 2 - 1425 - false - true - - - - - minor_hi - - 1575 - true - - 10 - 4 - 1575 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5_SKT4_IO - - 2499 - - 3071 - voltVP2P5_SKT4_IO - mV - 0 - 2499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2375 - true - - 10 - 2 - 2375 - false - true - - - - - minor_hi - - 2625 - true - - 10 - 4 - 2625 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_N4_CORE_DB - - 1049 - - 3071 - voltVP1P0_N4_CORE_DB - mV - 0 - 1049 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 950 - true - - 10 - 2 - 950 - false - true - - - - - minor_hi - - 1050 - true - - 10 - 4 - 1050 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_N45_IO_DB - - 1499 - - 3071 - voltVP1P5_N45_IO_DB - mV - 0 - 1499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1424 - true - - 10 - 2 - 1424 - false - true - - - - - minor_hi - - 1575 - true - - 10 - 4 - 1575 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8_N45_IO_DB - - 1799 - - 3071 - voltVP1P8_N45_IO_DB - mV - 0 - 1799 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1710 - true - - 10 - 2 - 1710 - false - true - - - - - minor_hi - - 1890 - true - - 10 - 4 - 1890 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P9_T45_CORE_DB - - 900 - - 3071 - voltVP0P9_T45_CORE_DB - mV - 0 - 900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 873 - true - - 10 - 2 - 873 - false - true - - - - - minor_hi - - 927 - true - - 10 - 4 - 927 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P75_N4_VTT_DB - - 750 - - 3071 - voltVP0P75_N4_VTT_DB - mV - 0 - 750 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 775 - true - - 10 - 2 - 775 - false - true - - - - - minor_hi - - 765 - true - - 10 - 4 - 765 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5_N45_SKT5_IO_DB - - 2500 - - 3071 - voltVP2P5_N45_SKT5_IO_DB - mV - 0 - 2500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2375 - true - - 10 - 2 - 2375 - false - true - - - - - minor_hi - - 2625 - true - - 10 - 4 - 2625 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P9_BNK_CORE_DB - - 899 - - 3071 - voltVP0P9_BNK_CORE_DB - mV - 0 - 899 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 873 - true - - 10 - 2 - 873 - false - true - - - - - minor_hi - - 927 - true - - 10 - 4 - 927 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P1_BNK_LDO_DB - - 1100 - - 3071 - voltVP1P1_BNK_LDO_DB - mV - 0 - 1100 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1045 - true - - 10 - 2 - 1045 - false - true - - - - - minor_hi - - 1155 - true - - 10 - 4 - 1155 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_HEXP45_LDO_DB - - 1199 - - 3071 - voltVP1P2_HEXP45_LDO_DB - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1173 - true - - 10 - 2 - 1173 - false - true - - - - - minor_hi - - 1246 - true - - 10 - 4 - 1246 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT5_CORE_DB - - 1000 - - 3071 - voltVP1P0_SKT5_CORE_DB - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 950 - true - - 10 - 2 - 950 - false - true - - - - - minor_hi - - 1050 - true - - 10 - 4 - 1050 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_SKT5_IO_DB - - 1500 - - 3071 - voltVP1P5_SKT5_IO_DB - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1425 - true - - 10 - 2 - 1425 - false - true - - - - - minor_hi - - 1575 - true - - 10 - 4 - 1575 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_HEXP45_DB - - 1200 - - 3071 - voltVP1P2_HEXP45_DB - mV - 0 - 1200 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1176 - true - - 10 - 2 - 1176 - false - true - - - - - minor_hi - - 1224 - true - - 10 - 4 - 1224 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_HEXP23_DB - - 1199 - - 3071 - voltVP1P2_HEXP23_DB - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1176 - true - - 10 - 2 - 1176 - false - true - - - - - minor_hi - - 1224 - true - - 10 - 4 - 1224 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_HEXP01_DB - - 1200 - - 3071 - voltVP1P2_HEXP01_DB - mV - 0 - 1200 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1140 - true - - 10 - 2 - 1140 - false - true - - - - - minor_hi - - 1260 - true - - 10 - 4 - 1260 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P9_HEXP45_DB - - 900 - - 3071 - voltVP0P9_HEXP45_DB - mV - 0 - 900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 873 - true - - 10 - 2 - 873 - false - true - - - - - minor_hi - - 927 - true - - 10 - 4 - 927 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P9_HEXP45_LDO_DB - - 900 - - 3071 - voltVP0P9_HEXP45_LDO_DB - mV - 0 - 900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 873 - true - - 10 - 2 - 873 - false - true - - - - - minor_hi - - 927 - true - - 10 - 4 - 927 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - - - - - port0 - - - - - temp - - - - - temp__Sens - - 530 - - 3071 - tempSens - deg C - 0 - 530 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3200 - - 3071 - voltSens - mV - 0 - 3200 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 741 - - 3071 - rpwrSens - mW - 0 - 741 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 567 - - 3071 - tpwrSens - mW - 0 - 567 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port1 - - - - - temp - - - - - temp__Sens - - 547 - - 3071 - tempSens - deg C - 0 - 547 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3238 - - 3071 - voltSens - mV - 0 - 3238 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 739 - - 3071 - rpwrSens - mW - 0 - 739 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 533 - - 3071 - tpwrSens - mW - 0 - 533 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port2 - - - - - temp - - - - - temp__Sens - - 565 - - 3071 - tempSens - deg C - 0 - 565 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3207 - - 3071 - voltSens - mV - 0 - 3207 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 736 - - 3071 - rpwrSens - mW - 0 - 736 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 510 - - 3071 - tpwrSens - mW - 0 - 510 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port3 - - - - - temp - - - - - temp__Sens - - 542 - - 3071 - tempSens - deg C - 0 - 542 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3214 - - 3071 - voltSens - mV - 0 - 3214 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 895 - - 3071 - rpwrSens - mW - 0 - 895 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 499 - - 3071 - tpwrSens - mW - 0 - 499 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port4 - - - - - temp - - - - - temp__Sens - - 528 - - 3071 - tempSens - deg C - 0 - 528 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3202 - - 3071 - voltSens - mV - 0 - 3202 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 653 - - 3071 - rpwrSens - mW - 0 - 653 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 521 - - 3071 - tpwrSens - mW - 0 - 521 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port5 - - - - - temp - - - - - temp__Sens - - 503 - - 3071 - tempSens - deg C - 0 - 503 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3264 - - 3071 - voltSens - mV - 0 - 3264 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 901 - - 3071 - rpwrSens - mW - 0 - 901 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 558 - - 3071 - tpwrSens - mW - 0 - 558 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port6 - - - - - temp - - - - - temp__Sens - - 542 - - 3071 - tempSens - deg C - 0 - 542 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3214 - - 3071 - voltSens - mV - 0 - 3214 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 813 - - 3071 - rpwrSens - mW - 0 - 813 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 533 - - 3071 - tpwrSens - mW - 0 - 533 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port7 - - - - - temp - - - - - temp__Sens - - 566 - - 3071 - tempSens - deg C - 0 - 566 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3197 - - 3071 - voltSens - mV - 0 - 3197 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 890 - - 3071 - rpwrSens - mW - 0 - 890 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 547 - - 3071 - tpwrSens - mW - 0 - 547 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port8 - - - - - temp - - - - - temp__Sens - - 585 - - 3071 - tempSens - deg C - 0 - 585 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3226 - - 3071 - voltSens - mV - 0 - 3226 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 760 - - 3071 - rpwrSens - mW - 0 - 760 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 558 - - 3071 - tpwrSens - mW - 0 - 558 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port9 - - - - - temp - - - - - temp__Sens - - 578 - - 3071 - tempSens - deg C - 0 - 578 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3202 - - 3071 - voltSens - mV - 0 - 3202 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 854 - - 3071 - rpwrSens - mW - 0 - 854 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 561 - - 3071 - tpwrSens - mW - 0 - 561 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port10 - - - - - temp - - - - - temp__Sens - - 542 - - 3071 - tempSens - deg C - 0 - 542 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3233 - - 3071 - voltSens - mV - 0 - 3233 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 5 - - 3071 - currSens - mA - 0 - 5 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 752 - - 3071 - rpwrSens - mW - 0 - 752 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 547 - - 3071 - tpwrSens - mW - 0 - 547 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port11 - - - - - temp - - - - - temp__Sens - - 506 - - 3071 - tempSens - deg C - 0 - 506 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3209 - - 3071 - voltSens - mV - 0 - 3209 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 909 - - 3071 - rpwrSens - mW - 0 - 909 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 614 - - 3071 - tpwrSens - mW - 0 - 614 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port12 - - - - - temp - - - - - temp__Sens - - 502 - - 3071 - tempSens - deg C - 0 - 502 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3190 - - 3071 - voltSens - mV - 0 - 3190 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 711 - - 3071 - rpwrSens - mW - 0 - 711 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 535 - - 3071 - tpwrSens - mW - 0 - 535 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port13 - - - - - temp - - - - - temp__Sens - - 510 - - 3071 - tempSens - deg C - 0 - 510 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3216 - - 3071 - voltSens - mV - 0 - 3216 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 864 - - 3071 - rpwrSens - mW - 0 - 864 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 601 - - 3071 - tpwrSens - mW - 0 - 601 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port14 - - - - - temp - - - - - temp__Sens - - 510 - - 3071 - tempSens - deg C - 0 - 510 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3231 - - 3071 - voltSens - mV - 0 - 3231 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 821 - - 3071 - rpwrSens - mW - 0 - 821 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 509 - - 3071 - tpwrSens - mW - 0 - 509 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port15 - - - - - temp - - - - - temp__Sens - - 502 - - 3071 - tempSens - deg C - 0 - 502 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3195 - - 3071 - voltSens - mV - 0 - 3195 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 742 - - 3071 - rpwrSens - mW - 0 - 742 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 534 - - 3071 - tpwrSens - mW - 0 - 534 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port16 - - - - - temp - - - - - temp__Sens - - 481 - - 3071 - tempSens - deg C - 0 - 481 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3235 - - 3071 - voltSens - mV - 0 - 3235 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 917 - - 3071 - rpwrSens - mW - 0 - 917 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 557 - - 3071 - tpwrSens - mW - 0 - 557 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port17 - - - - - temp - - - - - temp__Sens - - 446 - - 3071 - tempSens - deg C - 0 - 446 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3212 - - 3071 - voltSens - mV - 0 - 3212 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 530 - - 3071 - rpwrSens - mW - 0 - 530 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 487 - - 3071 - tpwrSens - mW - 0 - 487 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port18 - - - - - temp - - - - - temp__Sens - - 518 - - 3071 - tempSens - deg C - 0 - 518 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3231 - - 3071 - voltSens - mV - 0 - 3231 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 907 - - 3071 - rpwrSens - mW - 0 - 907 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 560 - - 3071 - tpwrSens - mW - 0 - 560 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port19 - - - - - temp - - - - - temp__Sens - - 540 - - 3071 - tempSens - deg C - 0 - 540 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3166 - - 3071 - voltSens - mV - 0 - 3166 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 533 - - 3071 - rpwrSens - mW - 0 - 533 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 600 - - 3071 - tpwrSens - mW - 0 - 600 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port20 - - - - - temp - - - - - temp__Sens - - 543 - - 3071 - tempSens - deg C - 0 - 543 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3240 - - 3071 - voltSens - mV - 0 - 3240 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 719 - - 3071 - rpwrSens - mW - 0 - 719 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 535 - - 3071 - tpwrSens - mW - 0 - 535 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port21 - - - - - temp - - - - - temp__Sens - - 526 - - 3071 - tempSens - deg C - 0 - 526 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3195 - - 3071 - voltSens - mV - 0 - 3195 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 653 - - 3071 - rpwrSens - mW - 0 - 653 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 571 - - 3071 - tpwrSens - mW - 0 - 571 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port22 - - - - - temp - - - - - temp__Sens - - 502 - - 3071 - tempSens - deg C - 0 - 502 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3219 - - 3071 - voltSens - mV - 0 - 3219 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 816 - - 3071 - rpwrSens - mW - 0 - 816 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 561 - - 3071 - tpwrSens - mW - 0 - 561 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port23 - - - - - temp - - - - - temp__Sens - - 475 - - 3071 - tempSens - deg C - 0 - 475 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3200 - - 3071 - voltSens - mV - 0 - 3200 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 759 - - 3071 - rpwrSens - mW - 0 - 759 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 573 - - 3071 - tpwrSens - mW - 0 - 573 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port24 - - - - - temp - - - - - temp__Sens - - 461 - - 3071 - tempSens - deg C - 0 - 461 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3235 - - 3071 - voltSens - mV - 0 - 3235 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 838 - - 3071 - rpwrSens - mW - 0 - 838 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 558 - - 3071 - tpwrSens - mW - 0 - 558 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port25 - - - - - temp - - - - - temp__Sens - - 471 - - 3071 - tempSens - deg C - 0 - 471 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3240 - - 3071 - voltSens - mV - 0 - 3240 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 906 - - 3071 - rpwrSens - mW - 0 - 906 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - true - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 524 - - 3071 - tpwrSens - mW - 0 - 524 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port26 - - - - - temp - - - - - temp__Sens - - 476 - - 3071 - tempSens - deg C - 0 - 476 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3233 - - 3071 - voltSens - mV - 0 - 3233 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 663 - - 3071 - rpwrSens - mW - 0 - 663 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 513 - - 3071 - tpwrSens - mW - 0 - 513 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port27 - - - - - temp - - - - - temp__Sens - - 461 - - 3071 - tempSens - deg C - 0 - 461 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3238 - - 3071 - voltSens - mV - 0 - 3238 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 621 - - 3071 - rpwrSens - mW - 0 - 621 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 518 - - 3071 - tpwrSens - mW - 0 - 518 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port28 - - - - - temp - - - - - temp__Sens - - 443 - - 3071 - tempSens - deg C - 0 - 443 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3269 - - 3071 - voltSens - mV - 0 - 3269 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 643 - - 3071 - rpwrSens - mW - 0 - 643 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 509 - - 3071 - tpwrSens - mW - 0 - 509 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port29 - - - - - temp - - - - - temp__Sens - - 421 - - 3071 - tempSens - deg C - 0 - 421 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3316 - - 3071 - voltSens - mV - 0 - 3316 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 739 - - 3071 - rpwrSens - mW - 0 - 739 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 533 - - 3071 - tpwrSens - mW - 0 - 533 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port30 - - - - - temp - - - - - temp__Sens - - 480 - - 3071 - tempSens - deg C - 0 - 480 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3200 - - 3071 - voltSens - mV - 0 - 3200 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 637 - - 3071 - rpwrSens - mW - 0 - 637 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 561 - - 3071 - tpwrSens - mW - 0 - 561 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port31 - - - - - temp - - - - - temp__Sens - - 497 - - 3071 - tempSens - deg C - 0 - 497 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3252 - - 3071 - voltSens - mV - 0 - 3252 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 678 - - 3071 - rpwrSens - mW - 0 - 678 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 560 - - 3071 - tpwrSens - mW - 0 - 560 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port32 - - - - - temp - - - - - temp__Sens - - 505 - - 3071 - tempSens - deg C - 0 - 505 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3214 - - 3071 - voltSens - mV - 0 - 3214 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 767 - - 3071 - rpwrSens - mW - 0 - 767 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 559 - - 3071 - tpwrSens - mW - 0 - 559 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port33 - - - - - temp - - - - - temp__Sens - - 487 - - 3071 - tempSens - deg C - 0 - 487 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3190 - - 3071 - voltSens - mV - 0 - 3190 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 761 - - 3071 - rpwrSens - mW - 0 - 761 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 519 - - 3071 - tpwrSens - mW - 0 - 519 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port34 - - - - - temp - - - - - temp__Sens - - 465 - - 3071 - tempSens - deg C - 0 - 465 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3240 - - 3071 - voltSens - mV - 0 - 3240 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 714 - - 3071 - rpwrSens - mW - 0 - 714 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 543 - - 3071 - tpwrSens - mW - 0 - 543 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - port35 - - - - - temp - - - - - temp__Sens - - 436 - - 3071 - tempSens - deg C - 0 - 436 - 0 - 8 - 9 - 1 - 1 - 0 - 30 - - - - - minor_lo - - -350 - true - - 10 - 2 - 4294966946 - false - true - - - - - minor_hi - - 800 - true - - 10 - 4 - 800 - false - true - - - - - major_lo - - -400 - true - - 20 - 2 - 4294966896 - false - true - - - - - major_hi - - 850 - true - - 20 - 4 - 850 - false - true - - - - - - - - - volt - - - - - volt__Sens - - 3288 - - 3071 - voltSens - mV - 0 - 3288 - 0 - 4 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 3100 - true - - 10 - 2 - 3100 - false - true - - - - - minor_hi - - 3500 - true - - 10 - 4 - 3500 - false - true - - - - - major_lo - - 3000 - true - - 20 - 2 - 3000 - false - true - - - - - major_hi - - 3600 - true - - 20 - 4 - 3600 - false - true - - - - - - - - - curr - - - - - curr__Sens - - 6 - - 3071 - currSens - mA - 0 - 6 - 0 - 5 - 8 - 0 - 1 - 0 - 30 - - - - - minor_lo - - 2 - true - - 10 - 2 - 2 - false - true - - - - - minor_hi - - 11 - true - - 10 - 4 - 11 - false - true - - - - - major_lo - - 1 - true - - 20 - 2 - 1 - false - true - - - - - major_hi - - 12 - true - - 20 - 4 - 12 - false - true - - - - - - - - - rpwr - - - - - rpwr__Sens - - 781 - - 3071 - rpwrSens - mW - 0 - 781 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 63 - true - - 10 - 2 - 63 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 39 - true - - 20 - 2 - 39 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - tpwr - - - - - tpwr__Sens - - 496 - - 3071 - tpwrSens - mW - 0 - 496 - 0 - 6 - 8 - 3 - 1 - 0 - 30 - - - - - minor_lo - - 177 - true - - 10 - 2 - 177 - false - true - - - - - minor_hi - - 794 - true - - 10 - 4 - 794 - false - true - - - - - major_lo - - 141 - true - - 20 - 2 - 141 - false - true - - - - - major_hi - - 1000 - true - - 20 - 4 - 1000 - false - true - - - - - - - - - - - - - - - - - - diff --git a/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_FT0__slot___Naming___Sl.rpc b/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_FT0__slot___Naming___Sl.rpc deleted file mode 100644 index 0de3655c7..000000000 --- a/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_FT0__slot___Naming___Sl.rpc +++ /dev/null @@ -1,2803 +0,0 @@ - - - - - - - - - 0 - - - - - FT0 - - - - - host - - - - - temp - - - - - host__Inlet0 - - 314 - - 3071 - tempInlet0 - deg C - 0 - 314 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__Hotspot0 - - 333 - - 3071 - tempHotspot0 - deg C - 0 - 333 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 860 - false - true - - - - - - - - - fans - - - - - host__FanSpeed_0 - - 3720 - - 3071 - fansFanSpeed_0 - RPM - 0 - 3720 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_0 - - -32768 - - 3071 - fansFanRunTime_0 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_1 - - 3750 - - 3071 - fansFanSpeed_1 - RPM - 0 - 3750 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_1 - - -32768 - - 3071 - fansFanRunTime_1 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_2 - - 3690 - - 3071 - fansFanSpeed_2 - RPM - 0 - 3690 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_2 - - -32768 - - 3071 - fansFanRunTime_2 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_3 - - 3690 - - 3071 - fansFanSpeed_3 - RPM - 0 - 3690 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_3 - - -32768 - - 3071 - fansFanRunTime_3 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_4 - - 3690 - - 3071 - fansFanSpeed_4 - RPM - 0 - 3690 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_4 - - -32768 - - 3071 - fansFanRunTime_4 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_5 - - 3720 - - 3071 - fansFanSpeed_5 - RPM - 0 - 3720 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_5 - - -32768 - - 3071 - fansFanRunTime_5 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_6 - - 3720 - - 3071 - fansFanSpeed_6 - RPM - 0 - 3720 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_6 - - -32768 - - 3071 - fansFanRunTime_6 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_7 - - 3720 - - 3071 - fansFanSpeed_7 - RPM - 0 - 3720 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_7 - - -32768 - - 3071 - fansFanRunTime_7 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_8 - - 3690 - - 3071 - fansFanSpeed_8 - RPM - 0 - 3690 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_8 - - -32768 - - 3071 - fansFanRunTime_8 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_9 - - 3690 - - 3071 - fansFanSpeed_9 - RPM - 0 - 3690 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_9 - - -32768 - - 3071 - fansFanRunTime_9 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_10 - - 3720 - - 3071 - fansFanSpeed_10 - RPM - 0 - 3720 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_10 - - -32768 - - 3071 - fansFanRunTime_10 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_11 - - 3750 - - 3071 - fansFanSpeed_11 - RPM - 0 - 3750 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_11 - - -32768 - - 3071 - fansFanRunTime_11 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6042 - true - - 10 - 4 - 6042 - false - true - - - - - major_lo - - 3290 - true - - 20 - 2 - 3290 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - - - - - - - - - - - - diff --git a/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_FT1__slot___Naming___Sl.rpc b/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_FT1__slot___Naming___Sl.rpc deleted file mode 100644 index d8433d80c..000000000 --- a/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_FT1__slot___Naming___Sl.rpc +++ /dev/null @@ -1,2803 +0,0 @@ - - - - - - - - - 0 - - - - - FT1 - - - - - host - - - - - temp - - - - - host__Inlet0 - - 315 - - 3071 - tempInlet0 - deg C - 0 - 315 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__Hotspot0 - - 338 - - 3071 - tempHotspot0 - deg C - 0 - 338 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 860 - false - true - - - - - - - - - fans - - - - - host__FanSpeed_0 - - 3870 - - 3071 - fansFanSpeed_0 - RPM - 0 - 3870 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_0 - - -32768 - - 3071 - fansFanRunTime_0 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_1 - - 3840 - - 3071 - fansFanSpeed_1 - RPM - 0 - 3840 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_1 - - -32768 - - 3071 - fansFanRunTime_1 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_2 - - 3870 - - 3071 - fansFanSpeed_2 - RPM - 0 - 3870 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_2 - - -32768 - - 3071 - fansFanRunTime_2 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_3 - - 3840 - - 3071 - fansFanSpeed_3 - RPM - 0 - 3840 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_3 - - -32768 - - 3071 - fansFanRunTime_3 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_4 - - 3870 - - 3071 - fansFanSpeed_4 - RPM - 0 - 3870 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_4 - - -32768 - - 3071 - fansFanRunTime_4 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_5 - - 3870 - - 3071 - fansFanSpeed_5 - RPM - 0 - 3870 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_5 - - -32768 - - 3071 - fansFanRunTime_5 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_6 - - 3900 - - 3071 - fansFanSpeed_6 - RPM - 0 - 3900 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_6 - - -32768 - - 3071 - fansFanRunTime_6 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_7 - - 3870 - - 3071 - fansFanSpeed_7 - RPM - 0 - 3870 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_7 - - -32768 - - 3071 - fansFanRunTime_7 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_8 - - 3900 - - 3071 - fansFanSpeed_8 - RPM - 0 - 3900 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_8 - - -32768 - - 3071 - fansFanRunTime_8 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_9 - - 3840 - - 3071 - fansFanSpeed_9 - RPM - 0 - 3840 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_9 - - -32768 - - 3071 - fansFanRunTime_9 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_10 - - 3840 - - 3071 - fansFanSpeed_10 - RPM - 0 - 3840 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_10 - - -32768 - - 3071 - fansFanRunTime_10 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanSpeed_11 - - 3870 - - 3071 - fansFanSpeed_11 - RPM - 0 - 3870 - 0 - 10 - 9 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__FanRunTime_11 - - -32768 - - 3071 - fansFanRunTime_11 - RPM - 0 - 4294934528 - 0 - 10 - 9 - 0 - 2 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - 6784 - true - - 10 - 4 - 6784 - false - true - - - - - major_lo - - 3384 - true - - 20 - 2 - 3384 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - - - - - - - - - - - - diff --git a/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_PM0__slot___Naming___Sl.rpc b/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_PM0__slot___Naming___Sl.rpc deleted file mode 100644 index 422b31f0b..000000000 --- a/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_PM0__slot___Naming___Sl.rpc +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - - - - 0 - - - - - PM0 - - - - - host - - - - - volt - - - - - host__VOLT - - 55520 - - 3071 - voltVOLT - mV - 0 - 55520 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - - - pwrs - - - - - host__PM - - 3000 - - 3071 - pwrsPM - 0 - 3000 - 0 - 6 - 9 - 0 - 1 - 0 - 0 - - - - - - - curr - - - - - host__CURR - - 8074 - - 3071 - currCURR - mA - 0 - 8074 - 0 - 5 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - - - - - - - - - - - - diff --git a/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_RSP0__slot___Naming___S.rpc b/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_RSP0__slot___Naming___S.rpc deleted file mode 100644 index 1d64c98b0..000000000 --- a/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_RSP0__slot___Naming___S.rpc +++ /dev/null @@ -1,5449 +0,0 @@ - - - - - - - - - 0 - - - - - RSP0 - - - - - host - - - - - temp - - - - - host__Inlet0 - - 338 - - 3071 - tempInlet0 - deg C - 0 - 338 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__Hotspot0 - - 406 - - 3071 - tempHotspot0 - deg C - 0 - 406 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 810 - true - - 30 - 3 - 810 - false - true - - - - - - - host__die_CPU - - 370 - - 3071 - tempdie_CPU - deg C - 0 - 370 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 700 - true - - 20 - 4 - 700 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 850 - true - - 30 - 3 - 850 - false - true - - - - - - - host__die_FabArbiter0 - - 455 - - 3071 - tempdie_FabArbiter0 - deg C - 0 - 455 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FabArbiter1 - - 470 - - 3071 - tempdie_FabArbiter1 - deg C - 0 - 470 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FIA - - 450 - - 3071 - tempdie_FIA - deg C - 0 - 450 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FabSwitch0 - - 580 - - 3071 - tempdie_FabSwitch0 - deg C - 0 - 580 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FabSwitch1 - - 580 - - 3071 - tempdie_FabSwitch1 - deg C - 0 - 580 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__temp_u275 - - 338 - - 3071 - temptemp_u275 - deg C - 0 - 338 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__temp_u276 - - 406 - - 3071 - temptemp_u276 - deg C - 0 - 406 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__temp_u278 - - 416 - - 3071 - temptemp_u278 - deg C - 0 - 416 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__temp_u277 - - 370 - - 3071 - temptemp_u277 - deg C - 0 - 370 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__temp_u279 - - 398 - - 3071 - temptemp_u279 - deg C - 0 - 398 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__temp_u280 - - 536 - - 3071 - temptemp_u280 - deg C - 0 - 536 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__temp_u281 - - 388 - - 3071 - temptemp_u281 - deg C - 0 - 388 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__temp_u282 - - 548 - - 3071 - temptemp_u282 - deg C - 0 - 548 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - - - volt - - - - - host__VP3P3_CAN - - 3299 - - 3071 - voltVP3P3_CAN - mV - 0 - 3299 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 3198 - true - - 10 - 2 - 3198 - false - true - - - - - minor_hi - - 3408 - true - - 10 - 4 - 3408 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5 - - 2499 - - 3071 - voltVP2P5 - mV - 0 - 2499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2418 - true - - 10 - 2 - 2418 - false - true - - - - - minor_hi - - 2582 - true - - 10 - 4 - 2582 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP3P3 - - 3299 - - 3071 - voltVP3P3 - mV - 0 - 3299 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 3192 - true - - 10 - 2 - 3192 - false - true - - - - - minor_hi - - 3408 - true - - 10 - 4 - 3408 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2 - - 1199 - - 3071 - voltVP1P2 - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1161 - true - - 10 - 2 - 1161 - false - true - - - - - minor_hi - - 1240 - true - - 10 - 4 - 1240 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5 - - 1500 - - 3071 - voltVP1P5 - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1451 - true - - 10 - 2 - 1451 - false - true - - - - - minor_hi - - 1549 - true - - 10 - 4 - 1549 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8 - - 1799 - - 3071 - voltVP1P8 - mV - 0 - 1799 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1741 - true - - 10 - 2 - 1741 - false - true - - - - - minor_hi - - 1859 - true - - 10 - 4 - 1859 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP5P0 - - 5000 - - 3071 - voltVP5P0 - mV - 0 - 5000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 4850 - true - - 10 - 2 - 4850 - false - true - - - - - minor_hi - - 5150 - true - - 10 - 4 - 5150 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP7P0 - - 6999 - - 3071 - voltVP7P0 - mV - 0 - 6999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 6772 - true - - 10 - 2 - 6772 - false - true - - - - - minor_hi - - 7230 - true - - 10 - 4 - 7230 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5_DB - - 2499 - - 3071 - voltVP2P5_DB - mV - 0 - 2499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2450 - true - - 10 - 2 - 2450 - false - true - - - - - minor_hi - - 2550 - true - - 10 - 4 - 2550 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8_DB - - 1800 - - 3071 - voltVP1P8_DB - mV - 0 - 1800 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1764 - true - - 10 - 2 - 1764 - false - true - - - - - minor_hi - - 1836 - true - - 10 - 4 - 1836 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_DB - - 1499 - - 3071 - voltVP1P5_DB - mV - 0 - 1499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_DB - - 1200 - - 3071 - voltVP1P2_DB - mV - 0 - 1200 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1176 - true - - 10 - 2 - 1176 - false - true - - - - - minor_hi - - 1224 - true - - 10 - 4 - 1224 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P75_DB - - 748 - - 3071 - voltVP0P75_DB - mV - 0 - 748 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 735 - true - - 10 - 2 - 735 - false - true - - - - - minor_hi - - 765 - true - - 10 - 4 - 765 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P05_DB - - 1049 - - 3071 - voltVP1P05_DB - mV - 0 - 1049 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1029 - true - - 10 - 2 - 1029 - false - true - - - - - minor_hi - - 1071 - true - - 10 - 4 - 1071 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC0_VDDA - - 999 - - 3071 - voltVP1P0_SAC0_VDDA - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC0_VDDD_VDDACM - - 999 - - 3071 - voltVP1P0_SAC0_VDDD_VDDACM - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_SERDES_PLL_LGN - - 1199 - - 3071 - voltVP1P2_SERDES_PLL_LGN - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1164 - true - - 10 - 2 - 1164 - false - true - - - - - minor_hi - - 1236 - true - - 10 - 4 - 1236 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC1_VDDD_VDDACM - - 1005 - - 3071 - voltVP1P0_SAC1_VDDD_VDDACM - mV - 0 - 1005 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC1_VDDA - - 1000 - - 3071 - voltVP1P0_SAC1_VDDA - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC1_VDD - - 1000 - - 3071 - voltVP1P0_SAC1_VDD - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC0_VDD - - 999 - - 3071 - voltVP1P0_SAC0_VDD - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_DAO - - 1000 - - 3071 - voltVP1P0_DAO - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 967 - true - - 10 - 2 - 967 - false - true - - - - - minor_hi - - 1033 - true - - 10 - 4 - 1033 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_KAW_LDO - - 1000 - - 3071 - voltVP1P0_KAW_LDO - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_MGTVCC_DAO - - 1000 - - 3071 - voltVP1P0_MGTVCC_DAO - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_SERDES_PLL_DAO - - 1199 - - 3071 - voltVP1P2_SERDES_PLL_DAO - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1164 - true - - 10 - 2 - 1164 - false - true - - - - - minor_hi - - 1236 - true - - 10 - 4 - 1236 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT_IO - - 1000 - - 3071 - voltVP1P0_SKT_IO - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 967 - true - - 10 - 2 - 967 - false - true - - - - - minor_hi - - 1033 - true - - 10 - 4 - 1033 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT_CORE - - 1000 - - 3071 - voltVP1P0_SKT_CORE - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 967 - true - - 10 - 2 - 967 - false - true - - - - - minor_hi - - 1033 - true - - 10 - 4 - 1033 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P9_LDO - - 1900 - - 3071 - voltVP1P9_LDO - mV - 0 - 1900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1843 - true - - 10 - 2 - 1843 - false - true - - - - - minor_hi - - 1957 - true - - 10 - 4 - 1957 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8_10GPHY_LDO - - 1799 - - 3071 - voltVP1P8_10GPHY_LDO - mV - 0 - 1799 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1746 - true - - 10 - 2 - 1746 - false - true - - - - - minor_hi - - 1854 - true - - 10 - 4 - 1854 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_10GPHY_01 - - 1199 - - 3071 - voltVP1P2_10GPHY_01 - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1164 - true - - 10 - 2 - 1164 - false - true - - - - - minor_hi - - 1236 - true - - 10 - 4 - 1236 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P75_TMX_VTT - - 746 - - 3071 - voltVP0P75_TMX_VTT - mV - 0 - 746 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 727 - true - - 10 - 2 - 727 - false - true - - - - - minor_hi - - 773 - true - - 10 - 4 - 773 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP3P3_OCXO - - 3299 - - 3071 - voltVP3P3_OCXO - mV - 0 - 3299 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 3198 - true - - 10 - 2 - 3198 - false - true - - - - - minor_hi - - 3408 - true - - 10 - 4 - 3408 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8_OCXO - - 1800 - - 3071 - voltVP1P8_OCXO - mV - 0 - 1800 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1741 - true - - 10 - 2 - 1741 - false - true - - - - - minor_hi - - 1859 - true - - 10 - 4 - 1859 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_ARB - - 1000 - - 3071 - voltVP1P0_ARB - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - - - leds - - - - - host__Critical-Alarm - - 0 - - 3071 - ledsCritical-Alarm - 0 - 0 - 0 - 2 - 9 - 0 - 1 - 0 - 0 - - - - - host__Major-Alarm - - 0 - - 3071 - ledsMajor-Alarm - 0 - 0 - 0 - 2 - 9 - 0 - 1 - 0 - 0 - - - - - host__Minor-Alarm - - 0 - - 3071 - ledsMinor-Alarm - 0 - 0 - 0 - 2 - 9 - 0 - 1 - 0 - 0 - - - - - host__ACO - - 0 - - 3071 - ledsACO - 0 - 0 - 0 - 2 - 9 - 0 - 1 - 0 - 0 - - - - - host__Fail - - 0 - - 3071 - ledsFail - 0 - 0 - 0 - 2 - 9 - 0 - 1 - 0 - 0 - - - - - - - - - - - - - - - - diff --git a/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_RSP1__slot___Naming___S.rpc b/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_RSP1__slot___Naming___S.rpc deleted file mode 100644 index 60769dfaf..000000000 --- a/test/unit/iosxr/mock_data/_Get__AdminOperational__EnvironmentalMonitoring__RackTable__Rack__Naming__rack_0__rack___Naming__SlotTable__Slot__Naming__slot_RSP1__slot___Naming___S.rpc +++ /dev/null @@ -1,5449 +0,0 @@ - - - - - - - - - 0 - - - - - RSP1 - - - - - host - - - - - temp - - - - - host__Inlet0 - - 338 - - 3071 - tempInlet0 - deg C - 0 - 338 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__Hotspot0 - - 406 - - 3071 - tempHotspot0 - deg C - 0 - 406 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 810 - true - - 30 - 3 - 810 - false - true - - - - - - - host__die_CPU - - 370 - - 3071 - tempdie_CPU - deg C - 0 - 370 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 700 - true - - 20 - 4 - 700 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 850 - true - - 30 - 3 - 850 - false - true - - - - - - - host__die_FabArbiter0 - - 455 - - 3071 - tempdie_FabArbiter0 - deg C - 0 - 455 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FabArbiter1 - - 470 - - 3071 - tempdie_FabArbiter1 - deg C - 0 - 470 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FIA - - 450 - - 3071 - tempdie_FIA - deg C - 0 - 450 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FabSwitch0 - - 580 - - 3071 - tempdie_FabSwitch0 - deg C - 0 - 580 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__die_FabSwitch1 - - 580 - - 3071 - tempdie_FabSwitch1 - deg C - 0 - 580 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - 1080 - true - - 20 - 4 - 1080 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - 1220 - true - - 30 - 3 - 1220 - false - true - - - - - - - host__temp_u275 - - 338 - - 3071 - temptemp_u275 - deg C - 0 - 338 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__temp_u276 - - 406 - - 3071 - temptemp_u276 - deg C - 0 - 406 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__temp_u278 - - 416 - - 3071 - temptemp_u278 - deg C - 0 - 416 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__temp_u277 - - 370 - - 3071 - temptemp_u277 - deg C - 0 - 370 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__temp_u279 - - 398 - - 3071 - temptemp_u279 - deg C - 0 - 398 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__temp_u280 - - 536 - - 3071 - temptemp_u280 - deg C - 0 - 536 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__temp_u281 - - 388 - - 3071 - temptemp_u281 - deg C - 0 - 388 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__temp_u282 - - 548 - - 3071 - temptemp_u282 - deg C - 0 - 548 - 0 - 8 - 9 - 1 - 1 - 0 - 0 - - - - - minor_lo - - -32768 - true - - 10 - 2 - 4294934528 - false - true - - - - - minor_hi - - -32768 - true - - 10 - 4 - 4294934528 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - - - volt - - - - - host__VP3P3_CAN - - 3299 - - 3071 - voltVP3P3_CAN - mV - 0 - 3299 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 3198 - true - - 10 - 2 - 3198 - false - true - - - - - minor_hi - - 3408 - true - - 10 - 4 - 3408 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5 - - 2499 - - 3071 - voltVP2P5 - mV - 0 - 2499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2418 - true - - 10 - 2 - 2418 - false - true - - - - - minor_hi - - 2582 - true - - 10 - 4 - 2582 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP3P3 - - 3299 - - 3071 - voltVP3P3 - mV - 0 - 3299 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 3192 - true - - 10 - 2 - 3192 - false - true - - - - - minor_hi - - 3408 - true - - 10 - 4 - 3408 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2 - - 1199 - - 3071 - voltVP1P2 - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1161 - true - - 10 - 2 - 1161 - false - true - - - - - minor_hi - - 1240 - true - - 10 - 4 - 1240 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5 - - 1500 - - 3071 - voltVP1P5 - mV - 0 - 1500 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1451 - true - - 10 - 2 - 1451 - false - true - - - - - minor_hi - - 1549 - true - - 10 - 4 - 1549 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8 - - 1799 - - 3071 - voltVP1P8 - mV - 0 - 1799 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1741 - true - - 10 - 2 - 1741 - false - true - - - - - minor_hi - - 1859 - true - - 10 - 4 - 1859 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP5P0 - - 5000 - - 3071 - voltVP5P0 - mV - 0 - 5000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 4850 - true - - 10 - 2 - 4850 - false - true - - - - - minor_hi - - 5150 - true - - 10 - 4 - 5150 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP7P0 - - 6999 - - 3071 - voltVP7P0 - mV - 0 - 6999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 6772 - true - - 10 - 2 - 6772 - false - true - - - - - minor_hi - - 7230 - true - - 10 - 4 - 7230 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP2P5_DB - - 2499 - - 3071 - voltVP2P5_DB - mV - 0 - 2499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 2450 - true - - 10 - 2 - 2450 - false - true - - - - - minor_hi - - 2550 - true - - 10 - 4 - 2550 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8_DB - - 1800 - - 3071 - voltVP1P8_DB - mV - 0 - 1800 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1764 - true - - 10 - 2 - 1764 - false - true - - - - - minor_hi - - 1836 - true - - 10 - 4 - 1836 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P5_DB - - 1499 - - 3071 - voltVP1P5_DB - mV - 0 - 1499 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1470 - true - - 10 - 2 - 1470 - false - true - - - - - minor_hi - - 1530 - true - - 10 - 4 - 1530 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_DB - - 1200 - - 3071 - voltVP1P2_DB - mV - 0 - 1200 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1176 - true - - 10 - 2 - 1176 - false - true - - - - - minor_hi - - 1224 - true - - 10 - 4 - 1224 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P75_DB - - 748 - - 3071 - voltVP0P75_DB - mV - 0 - 748 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 735 - true - - 10 - 2 - 735 - false - true - - - - - minor_hi - - 765 - true - - 10 - 4 - 765 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P05_DB - - 1049 - - 3071 - voltVP1P05_DB - mV - 0 - 1049 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1029 - true - - 10 - 2 - 1029 - false - true - - - - - minor_hi - - 1071 - true - - 10 - 4 - 1071 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC0_VDDA - - 999 - - 3071 - voltVP1P0_SAC0_VDDA - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC0_VDDD_VDDACM - - 999 - - 3071 - voltVP1P0_SAC0_VDDD_VDDACM - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_SERDES_PLL_LGN - - 1199 - - 3071 - voltVP1P2_SERDES_PLL_LGN - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1164 - true - - 10 - 2 - 1164 - false - true - - - - - minor_hi - - 1236 - true - - 10 - 4 - 1236 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC1_VDDD_VDDACM - - 1005 - - 3071 - voltVP1P0_SAC1_VDDD_VDDACM - mV - 0 - 1005 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC1_VDDA - - 1000 - - 3071 - voltVP1P0_SAC1_VDDA - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC1_VDD - - 1000 - - 3071 - voltVP1P0_SAC1_VDD - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SAC0_VDD - - 999 - - 3071 - voltVP1P0_SAC0_VDD - mV - 0 - 999 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_DAO - - 1000 - - 3071 - voltVP1P0_DAO - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 967 - true - - 10 - 2 - 967 - false - true - - - - - minor_hi - - 1033 - true - - 10 - 4 - 1033 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_KAW_LDO - - 1000 - - 3071 - voltVP1P0_KAW_LDO - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_MGTVCC_DAO - - 1000 - - 3071 - voltVP1P0_MGTVCC_DAO - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_SERDES_PLL_DAO - - 1199 - - 3071 - voltVP1P2_SERDES_PLL_DAO - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1164 - true - - 10 - 2 - 1164 - false - true - - - - - minor_hi - - 1236 - true - - 10 - 4 - 1236 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT_IO - - 1000 - - 3071 - voltVP1P0_SKT_IO - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 967 - true - - 10 - 2 - 967 - false - true - - - - - minor_hi - - 1033 - true - - 10 - 4 - 1033 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_SKT_CORE - - 1000 - - 3071 - voltVP1P0_SKT_CORE - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 967 - true - - 10 - 2 - 967 - false - true - - - - - minor_hi - - 1033 - true - - 10 - 4 - 1033 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P9_LDO - - 1900 - - 3071 - voltVP1P9_LDO - mV - 0 - 1900 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1843 - true - - 10 - 2 - 1843 - false - true - - - - - minor_hi - - 1957 - true - - 10 - 4 - 1957 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8_10GPHY_LDO - - 1799 - - 3071 - voltVP1P8_10GPHY_LDO - mV - 0 - 1799 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1746 - true - - 10 - 2 - 1746 - false - true - - - - - minor_hi - - 1854 - true - - 10 - 4 - 1854 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P2_10GPHY_01 - - 1199 - - 3071 - voltVP1P2_10GPHY_01 - mV - 0 - 1199 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1164 - true - - 10 - 2 - 1164 - false - true - - - - - minor_hi - - 1236 - true - - 10 - 4 - 1236 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP0P75_TMX_VTT - - 746 - - 3071 - voltVP0P75_TMX_VTT - mV - 0 - 746 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 727 - true - - 10 - 2 - 727 - false - true - - - - - minor_hi - - 773 - true - - 10 - 4 - 773 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP3P3_OCXO - - 3299 - - 3071 - voltVP3P3_OCXO - mV - 0 - 3299 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 3198 - true - - 10 - 2 - 3198 - false - true - - - - - minor_hi - - 3408 - true - - 10 - 4 - 3408 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P8_OCXO - - 1800 - - 3071 - voltVP1P8_OCXO - mV - 0 - 1800 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 1741 - true - - 10 - 2 - 1741 - false - true - - - - - minor_hi - - 1859 - true - - 10 - 4 - 1859 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - host__VP1P0_ARB - - 1000 - - 3071 - voltVP1P0_ARB - mV - 0 - 1000 - 0 - 4 - 8 - 0 - 1 - 0 - 0 - - - - - minor_lo - - 970 - true - - 10 - 2 - 970 - false - true - - - - - minor_hi - - 1030 - true - - 10 - 4 - 1030 - false - true - - - - - major_lo - - -32768 - true - - 20 - 2 - 4294934528 - false - true - - - - - major_hi - - -32768 - true - - 20 - 4 - 4294934528 - false - true - - - - - critical_lo - - -32768 - true - - 30 - 2 - 4294934528 - false - true - - - - - critical_hi - - -32768 - true - - 30 - 3 - 4294934528 - false - true - - - - - - - - - leds - - - - - host__Critical-Alarm - - 0 - - 3071 - ledsCritical-Alarm - 0 - 0 - 0 - 2 - 9 - 0 - 1 - 0 - 0 - - - - - host__Major-Alarm - - 0 - - 3071 - ledsMajor-Alarm - 0 - 0 - 0 - 2 - 9 - 0 - 1 - 0 - 0 - - - - - host__Minor-Alarm - - 0 - - 3071 - ledsMinor-Alarm - 0 - 0 - 0 - 2 - 9 - 0 - 1 - 0 - 0 - - - - - host__ACO - - 0 - - 3071 - ledsACO - 0 - 0 - 0 - 2 - 9 - 0 - 1 - 0 - 0 - - - - - host__Fail - - 0 - - 3071 - ledsFail - 0 - 0 - 0 - 2 - 9 - 0 - 1 - 0 - 0 - - - - - - - - - - - - - - - - diff --git a/test/unit/iosxr/mock_data/_Get__AdminOperational__MemorySummary___MemorySummary___AdminOperational___Get_.rpc b/test/unit/iosxr/mock_data/_Get__AdminOperational__MemorySummary___MemorySummary___AdminOperational___Get_.rpc deleted file mode 100644 index 86c1c10b4..000000000 --- a/test/unit/iosxr/mock_data/_Get__AdminOperational__MemorySummary___MemorySummary___AdminOperational___Get_.rpc +++ /dev/null @@ -1 +0,0 @@ -0RSP0CPU0409664424509443412946944615861645234129469448201193282011932134217728000RSP1CPU040966442450944341294694461586164524452450304820119328201193213421772800 \ No newline at end of file diff --git a/test/unit/iosxr/mock_data/_Get__AdminOperational__PlatformInventory__RackTable__Rack__Naming__Name_0__Name___Naming__SlotTable___SlotTable___Rack___RackTable___PlatformInventor.rpc b/test/unit/iosxr/mock_data/_Get__AdminOperational__PlatformInventory__RackTable__Rack__Naming__Name_0__Name___Naming__SlotTable___SlotTable___Rack___RackTable___PlatformInventor.rpc deleted file mode 100644 index b18145eb0..000000000 --- a/test/unit/iosxr/mock_data/_Get__AdminOperational__PlatformInventory__RackTable__Rack__Naming__Name_0__Name___Naming__SlotTable___SlotTable___Rack___RackTable___PlatformInventor.rpc +++ /dev/null @@ -1,7461 +0,0 @@ - - - - - - - - - 0 - - - - - RSP0 - - - - - 0 - - - - - 0 - - - - cpu 0/RSP0/CPU0 - CPU - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.5.158 - - - - - - 1 - - - - chip 0/RSP0/CPU0 - FabSwitch0 - N/A - V0.0 - V0.0 - - - - - - 2 - - - - chip 0/RSP0/CPU0 - FabSwitch1 - N/A - V0.0 - V0.0 - - - - - - 3 - - - - chip 0/RSP0/CPU0 - FabArbiter - N/A - V0.0 - V0.0 - - - - - - 4 - - - - chip 0/RSP0/CPU0 - FIA - N/A - V0.0 - V0.0 - - - - - - 5 - - - - chip 0/RSP0/CPU0 - IntCtrl - N/A - V0.0 - V0.0 - - - - - - 6 - - - - chip 0/RSP0/CPU0 - ClkCtrl - N/A - V0.0 - V0.0 - - - - - - 7 - - - - chip 0/RSP0/CPU0 - 10GPuntFPGA - N/A - V0.0 - V0.0 - - - - - - 8 - - - - chip 0/RSP0/CPU0 - HD - CEU8000C5-EEF-BTA - N/A - UNIGEN-00001 - V0.0 - V0.0 - - - - - - 9 - - - - chip 0/RSP0/CPU0 - USB0 - CEU8000C5-EEF-BTA - N/A - UNIGEN-00001 - V0.0 - V0.0 - - - - - - 10 - - - - chip 0/RSP0/CPU0 - USB1 - N/A - V0.0 - V0.0 - - - - - - 11 - - - - chip 0/RSP0/CPU0 - CpuCtrl - N/A - V0.0 - V0.0 - - - - - - 12 - - - - chip 0/RSP0/CPU0 - YDTI - N/A - V0.0 - V0.0 - - - - - - 13 - - - - chip 0/RSP0/CPU0 - LIU - N/A - V0.0 - V0.0 - - - - - - 14 - - - - chip 0/RSP0/CPU0 - MLANSwitch - N/A - V0.0 - V0.0 - - - - - - 15 - - - - chip 0/RSP0/CPU0 - EOBCSwitch - N/A - V0.0 - V0.0 - - - - - - 16 - - - - chip 0/RSP0/CPU0 - HostInftCtrl - N/A - V0.0 - V0.0 - - - - - - 17 - - - - chip 0/RSP0/CPU0 - PHY - N/A - V0.0 - V0.0 - - - - - - 18 - - - - chip 0/RSP0/CPU0 - Offload10GE - N/A - V0.0 - V0.0 - - - - - - 19 - - - - chip 0/RSP0/CPU0 - E10GEDualMAC0 - N/A - V0.0 - V0.0 - - - - - - 20 - - - - chip 0/RSP0/CPU0 - E10GEDualMAC1 - N/A - V0.0 - V0.0 - - - - - - 21 - - - - chip 0/RSP0/CPU0 - EGEDualMAC0 - N/A - V0.0 - V0.0 - - - - - - 22 - - - - chip 0/RSP0/CPU0 - EGEDualMAC1 - N/A - V0.0 - V0.0 - - - - - - - - 0 - - - - temperature 0/RSP0/CPU0 - Inlet Temperature SensorInlet0 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 1 - - - - temperature 0/RSP0/CPU0 - Hot Temperature SensorHotspot0 - 1.3.6.1.4.1.9.12.3.1.8.54 - - - - - - 2 - - - - temperature 0/RSP0/CPU0 - Inlet Temperature Sensordie_CPU - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 3 - - - - temperature 0/RSP0/CPU0 - Inlet Temperature Sensordie_FabArbiter0 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 4 - - - - temperature 0/RSP0/CPU0 - Inlet Temperature Sensordie_FabArbiter1 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 5 - - - - temperature 0/RSP0/CPU0 - Inlet Temperature Sensordie_FIA - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 6 - - - - temperature 0/RSP0/CPU0 - Inlet Temperature Sensordie_FabSwitch0 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 7 - - - - temperature 0/RSP0/CPU0 - Inlet Temperature Sensordie_FabSwitch1 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 8 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P2_SERDES_PLL_LGN - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 9 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP0P75_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 10 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P0_KAW_LDO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 11 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P0_SAC0_VDDA - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 12 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P0_SAC1_VDDD_VDDACM - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 13 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P0_DAO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 14 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP5P0 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 15 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP2P5_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 16 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P0_MGTVCC_DAO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 17 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P0_SAC0_VDDD_VDDACM - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 18 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P0_SAC1_VDDA - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 19 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP3P3_CAN - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 20 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P9_LDO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 21 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P2_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 22 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P2_SERDES_PLL_DAO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 23 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1PX_ARB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 24 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P0_SAC1_VDD - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 25 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P5 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 26 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P8_10GPHY_LDO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 27 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P8_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 28 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P0_SKT_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 29 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP0P75_TMX_VTT - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 30 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P0_SAC0_VDD - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 31 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P2 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 32 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP3P3_OCXO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 33 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P5_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 34 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P0_SKT_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 35 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP3P3 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 36 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP7P0 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 37 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P8 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 38 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P8_OCXO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 39 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP2P5 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 40 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P05_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 41 - - - - voltage 0/RSP0/CPU0 - Voltage Sensor - VP1P2_10GPHY_01 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - - module 0/RSP0/CPU0 - ASR9K Route Switch Processor with 440G/slot Fabric and 6GB - A9K-RSP440-TR - V05 - FOC1815N5H5 - Version 0.71 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.74.26 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_RUNNING_ENA - MONITORED - MODULE_RESET_REASON_UNKNOWN - - 0 - 0 - - - 1449129517 - 290880915 - - - - - - - - slot 0/RSP0 - Cisco ASR9K Route/Switch Processor Module Container - 1.3.6.1.4.1.9.12.3.1.5.191 - false - - - - - - RSP1 - - - - - 0 - - - - - 0 - - - - cpu 0/RSP1/CPU0 - CPU - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.5.158 - - - - - - 1 - - - - chip 0/RSP1/CPU0 - FabSwitch0 - N/A - V0.0 - V0.0 - - - - - - 2 - - - - chip 0/RSP1/CPU0 - FabSwitch1 - N/A - V0.0 - V0.0 - - - - - - 3 - - - - chip 0/RSP1/CPU0 - FabArbiter - N/A - V0.0 - V0.0 - - - - - - 4 - - - - chip 0/RSP1/CPU0 - FIA - N/A - V0.0 - V0.0 - - - - - - 5 - - - - chip 0/RSP1/CPU0 - IntCtrl - N/A - V0.0 - V0.0 - - - - - - 6 - - - - chip 0/RSP1/CPU0 - ClkCtrl - N/A - V0.0 - V0.0 - - - - - - 7 - - - - chip 0/RSP1/CPU0 - 10GPuntFPGA - N/A - V0.0 - V0.0 - - - - - - 8 - - - - chip 0/RSP1/CPU0 - HD - CEU8000C5-EEF-BTA - N/A - UNIGEN-00001 - V0.0 - V0.0 - - - - - - 9 - - - - chip 0/RSP1/CPU0 - USB0 - CEU8000C5-EEF-BTA - N/A - UNIGEN-00001 - V0.0 - V0.0 - - - - - - 10 - - - - chip 0/RSP1/CPU0 - USB1 - - - - - - 11 - - - - chip 0/RSP1/CPU0 - CpuCtrl - N/A - V0.0 - V0.0 - - - - - - 12 - - - - chip 0/RSP1/CPU0 - YDTI - N/A - V0.0 - V0.0 - - - - - - 13 - - - - chip 0/RSP1/CPU0 - LIU - - - - - - 14 - - - - chip 0/RSP1/CPU0 - MLANSwitch - - - - - - 15 - - - - chip 0/RSP1/CPU0 - EOBCSwitch - N/A - V0.0 - V0.0 - - - - - - 16 - - - - chip 0/RSP1/CPU0 - HostInftCtrl - - - - - - 17 - - - - chip 0/RSP1/CPU0 - PHY - - - - - - 18 - - - - chip 0/RSP1/CPU0 - Offload10GE - - - - - - 19 - - - - chip 0/RSP1/CPU0 - E10GEDualMAC0 - - - - - - 20 - - - - chip 0/RSP1/CPU0 - E10GEDualMAC1 - - - - - - 21 - - - - chip 0/RSP1/CPU0 - EGEDualMAC0 - - - - - - 22 - - - - chip 0/RSP1/CPU0 - EGEDualMAC1 - - - - - - - - 0 - - - - temperature 0/RSP1/CPU0 - Inlet Temperature SensorInlet0 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 1 - - - - temperature 0/RSP1/CPU0 - Hot Temperature SensorHotspot0 - 1.3.6.1.4.1.9.12.3.1.8.54 - - - - - - 2 - - - - temperature 0/RSP1/CPU0 - Inlet Temperature Sensordie_CPU - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 3 - - - - temperature 0/RSP1/CPU0 - Inlet Temperature Sensordie_FabArbiter0 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 4 - - - - temperature 0/RSP1/CPU0 - Inlet Temperature Sensordie_FabArbiter1 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 5 - - - - temperature 0/RSP1/CPU0 - Inlet Temperature Sensordie_FIA - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 6 - - - - temperature 0/RSP1/CPU0 - Inlet Temperature Sensordie_FabSwitch0 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 7 - - - - temperature 0/RSP1/CPU0 - Inlet Temperature Sensordie_FabSwitch1 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 8 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P2_SERDES_PLL_LGN - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 9 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP0P75_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 10 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P0_KAW_LDO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 11 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P0_SAC0_VDDA - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 12 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P0_SAC1_VDDD_VDDACM - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 13 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P0_DAO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 14 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP5P0 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 15 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP2P5_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 16 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P0_MGTVCC_DAO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 17 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P0_SAC0_VDDD_VDDACM - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 18 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P0_SAC1_VDDA - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 19 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP3P3_CAN - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 20 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P9_LDO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 21 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P2_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 22 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P2_SERDES_PLL_DAO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 23 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1PX_ARB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 24 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P0_SAC1_VDD - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 25 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P5 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 26 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P8_10GPHY_LDO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 27 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P8_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 28 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P0_SKT_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 29 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP0P75_TMX_VTT - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 30 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P0_SAC0_VDD - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 31 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P2 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 32 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP3P3_OCXO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 33 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P5_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 34 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P0_SKT_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 35 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP3P3 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 36 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP7P0 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 37 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P8 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 38 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P8_OCXO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 39 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP2P5 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 40 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P05_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 41 - - - - voltage 0/RSP1/CPU0 - Voltage Sensor - VP1P2_10GPHY_01 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - - module 0/RSP1/CPU0 - ASR9K Route Switch Processor with 440G/slot Fabric and 6GB - A9K-RSP440-TR - V05 - FOC1814N41Y - Version 0.71 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.74.26 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_RUNNING_ENA - MONITORED - MODULE_RESET_REASON_UNKNOWN - - 1400652482 - 682148605 - - - 48477035 - 167646783 - - - - - - - - slot 0/RSP1 - Cisco ASR9K Route/Switch Processor Module Container - 1.3.6.1.4.1.9.12.3.1.5.191 - false - - - - - - FT0 - - - - - 0 - - - - - 0 - - - - - 0 - - - - speed 0/FT0/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan0 0/FT0/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 1 - - - - - 0 - - - - speed 0/FT0/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan1 0/FT0/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 2 - - - - - 0 - - - - speed 0/FT0/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan2 0/FT0/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 3 - - - - - 0 - - - - speed 0/FT0/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan3 0/FT0/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 4 - - - - - 0 - - - - speed 0/FT0/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan4 0/FT0/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 5 - - - - - 0 - - - - speed 0/FT0/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan5 0/FT0/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 6 - - - - - 0 - - - - speed 0/FT0/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan6 0/FT0/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 7 - - - - - 0 - - - - speed 0/FT0/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan7 0/FT0/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 8 - - - - - 0 - - - - speed 0/FT0/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan8 0/FT0/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 9 - - - - - 0 - - - - speed 0/FT0/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan9 0/FT0/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 10 - - - - - 0 - - - - speed 0/FT0/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan10 0/FT0/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 11 - - - - - 0 - - - - speed 0/FT0/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan11 0/FT0/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - - - 0 - - - - temperature 0/FT0/SP - Inlet Temperature SensorInlet0 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 1 - - - - temperature 0/FT0/SP - Hot Temperature SensorHotspot0 - 1.3.6.1.4.1.9.12.3.1.8.54 - - - - - - - fantray 0/FT0/SP - ASR-9010 Fan Tray - ASR-9010-FAN - V02 - FOX1751XKBX - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.115 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_PRESENT - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 0 - 0 - - - 48477175 - 397188380 - - - - - - - - slot 0/FT0 - Cisco ASR9K FanTray Container - 1.3.6.1.4.1.9.12.3.1.5.188 - false - - - - - - FT1 - - - - - 0 - - - - - 0 - - - - - 0 - - - - speed 0/FT1/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan0 0/FT1/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 1 - - - - - 0 - - - - speed 0/FT1/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan1 0/FT1/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 2 - - - - - 0 - - - - speed 0/FT1/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan2 0/FT1/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 3 - - - - - 0 - - - - speed 0/FT1/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan3 0/FT1/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 4 - - - - - 0 - - - - speed 0/FT1/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan4 0/FT1/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 5 - - - - - 0 - - - - speed 0/FT1/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan5 0/FT1/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 6 - - - - - 0 - - - - speed 0/FT1/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan6 0/FT1/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 7 - - - - - 0 - - - - speed 0/FT1/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan7 0/FT1/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 8 - - - - - 0 - - - - speed 0/FT1/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan8 0/FT1/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 9 - - - - - 0 - - - - speed 0/FT1/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan9 0/FT1/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 10 - - - - - 0 - - - - speed 0/FT1/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan10 0/FT1/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - 11 - - - - - 0 - - - - speed 0/FT1/SP - Fan Speed Sensor - 1.3.6.1.4.1.9.12.3.1.8.64 - - - - - - - fan11 0/FT1/SP - ASR9K Generic Fan - N/A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.114 - false - - - - - - - - 0 - - - - temperature 0/FT1/SP - Inlet Temperature SensorInlet0 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 1 - - - - temperature 0/FT1/SP - Hot Temperature SensorHotspot0 - 1.3.6.1.4.1.9.12.3.1.8.54 - - - - - - - fantray 0/FT1/SP - ASR-9010 Fan Tray - ASR-9010-FAN - V02 - FOX1751XKBG - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.7.115 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_PRESENT - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 0 - 0 - - - 48477175 - 563162982 - - - - - - - - slot 0/FT1 - Cisco ASR9K FanTray Container - 1.3.6.1.4.1.9.12.3.1.5.188 - false - - - - - - 0 - - - - - 0 - - - - - 0 - - - - - module mau HundredGigE0/0/CPU0/0 - 100GBASE-LR4 CFP Module for SMF - CFP-100G-LR4 - V02 - ECL174201CF - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.84.1 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1400652590 - 791605327 - - - 48476927 - 423134216 - - - - - - - slot mau HundredGigE0/0/CPU0/0 - CFP container - 1.3.6.1.4.1.9.12.3.1.5.265 - false - - - - - - 1 - - - - - module mau HundredGigE0/0/CPU0/1 - 100GBASE-LR4 CFP Module for SMF - CFP-100G-LR4 - V02 - ECL1731000A - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.84.1 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1400652590 - 795604715 - - - 48476927 - 428133451 - - - - - - - slot mau HundredGigE0/0/CPU0/1 - CFP container - 1.3.6.1.4.1.9.12.3.1.5.265 - false - - - - - - - - 0 - - - - cpu 0/0/CPU0 - CPU - N/A - V0.0 - V0.0 - 1.3.6.1.4.1.9.12.3.1.9.5.158 - - - - - - 1 - - - - chip 0/0/CPU0 - NP0 - N/A - V0.0 - V0.0 - - - - - - 2 - - - - chip 0/0/CPU0 - NP1 - N/A - V0.0 - V0.0 - - - - - - 3 - - - - chip 0/0/CPU0 - NP2 - N/A - V0.0 - V0.0 - - - - - - 4 - - - - chip 0/0/CPU0 - NP3 - N/A - V0.0 - V0.0 - - - - - - 5 - - - - chip 0/0/CPU0 - FIA0 - N/A - V0.0 - V0.0 - - - - - - 6 - - - - chip 0/0/CPU0 - FIA1 - N/A - V0.0 - V0.0 - - - - - - 7 - - - - chip 0/0/CPU0 - FIA2 - N/A - V0.0 - V0.0 - - - - - - 8 - - - - chip 0/0/CPU0 - FIA3 - N/A - V0.0 - V0.0 - - - - - - 9 - - - - chip 0/0/CPU0 - X-Bar - N/A - V0.0 - V0.0 - - - - - - 10 - - - - chip 0/0/CPU0 - Arbiter - N/A - V0.0 - V0.0 - - - - - - 11 - - - - chip 0/0/CPU0 - I-MUX0 - N/A - V0.0 - V0.0 - - - - - - 12 - - - - chip 0/0/CPU0 - I-MUX1 - N/A - V0.0 - V0.0 - - - - - - 13 - - - - chip 0/0/CPU0 - E-MUX0 - N/A - V0.0 - V0.0 - - - - - - 14 - - - - chip 0/0/CPU0 - E-MUX1 - N/A - V0.0 - V0.0 - - - - - - 15 - - - - chip 0/0/CPU0 - PCIE - N/A - V0.0 - V0.0 - - - - - - 16 - - - - chip 0/0/CPU0 - PuntFPGA - N/A - V0.0 - V0.0 - - - - - - 17 - - - - chip 0/0/CPU0 - IOFPGA - N/A - V0.0 - V0.0 - - - - - - 18 - - - - chip 0/0/CPU0 - JtagPld0 - N/A - V0.0 - V0.0 - - - - - - 19 - - - - chip 0/0/CPU0 - JtagPld1 - N/A - V0.0 - V0.0 - - - - - - 20 - - - - chip 0/0/CPU0 - MacPcsFPGA0 - N/A - V0.0 - V0.0 - - - - - - 21 - - - - chip 0/0/CPU0 - MacPcsFPGA1 - N/A - V0.0 - V0.0 - - - - - - 22 - - - - chip 0/0/CPU0 - PortCtrl - N/A - V0.0 - V0.0 - - - - - - 23 - - - - chip 0/0/CPU0 - DBCtrl - N/A - V0.0 - V0.0 - - - - - - 24 - - - - - 0 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_N2_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 1 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P5_N2_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 2 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP0P9_T2_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 3 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP0P75_N2_VTT_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 4 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP2P5_SKTN2_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 5 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P8_N23_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 6 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP5P0_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 7 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP0P98_IMUX1_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 8 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_N3_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 9 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P5_N3_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 10 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP0P9_T3_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 11 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP0P75_N3_VTT_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 12 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP2P5_SKTN3_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 13 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P03_EMUX1_AVCC_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 14 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P2_EMUX1_AVTT_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 15 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP0P98_EMUX1_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 16 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP0P98_MAC0_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 17 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P03_MAC0_AVCC_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 18 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P2_MAC0_AVTT_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 19 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP0P98_MAC1_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 20 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P03_MAC1_AVCC_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 21 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P2_MAC1_AVTT_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 22 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP0P9_PHY_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 23 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP7P0_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 24 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_SKT2_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 25 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_SKT2_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 26 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P5_SKT2_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 27 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_SKT3_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 28 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_SKT3_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 29 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P5_SKT3_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 30 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P03_IMUX1_AVCC_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 31 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P2_IMUX1_AVTT_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 32 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP3P3_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 33 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP2P5_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 34 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P8_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 35 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P5_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 36 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P2_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 37 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_CPU_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 38 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_CPU_PL_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 39 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP2P5_IMUX1_SW_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 40 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P5_IMUX1_SW_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 41 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP2P5_EMUX1_SW_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 42 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P5_EMUX1_SW_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 43 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP2P5_MAC0_SW_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 44 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP2P5_MAC1_SW_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 45 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P2_LAMBI_MGT_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 46 - - - - voltage 0/0/CPU0 - Voltage Sensor - IBV_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - - daughtercard 0/0/CPU0 - 2 Port 100 Gigabit Ethernet Daughter board - A9K-2X100GE-TR - V05 - FOC1737N4MC - V0.0 - V0.0 - 1.3.6.1.4.1.9.12.3.1.9.15.69 - - - - - - - - 0 - - - - temperature 0/0/CPU0 - Inlet Temperature SensorInlet0 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 1 - - - - temperature 0/0/CPU0 - Hot Temperature SensorHotspot0 - 1.3.6.1.4.1.9.12.3.1.8.54 - - - - - - 2 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_SAC_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 3 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_SAC_VDDA - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 4 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_SAC_VDDD - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 5 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P2_SAC_VDDT - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 6 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P8_SAC_VDDR - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 7 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_LAN - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 8 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP0P98_IMUX0_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 9 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP0P98_EMUX0_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 10 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_SKT1_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 11 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_SKT1_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 12 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P5_SKT1_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 13 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP2P5_SKT1_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 14 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_SKT0_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 15 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_SKT0_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 16 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P5_SKT0_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 17 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP2P5_SKT0_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 18 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP7P0 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 19 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P8_ZL_VCORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 20 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_N0_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 21 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P5_N0_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 22 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP3P3_ZL_VDD - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 23 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP0P9_T0_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 24 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP0P75_N0_VTT - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 25 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P0_N1_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 26 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P5_N1_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 27 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P8_N1_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 28 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP0P9_T1_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 29 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP0P75_N1_VTT - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 30 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP2P5 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 31 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP3P3 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 32 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P2 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 33 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P2_EMUX0_AVTT - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 34 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P03_EMUX0_AVCC - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 35 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P2_IMUX0_AVTT - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 36 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P2_LAN_VTT - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 37 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P03_IMUX0_AVCC - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 38 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P5 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 39 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P8 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 40 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP2P5_IMUX0_SW - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 41 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P5_IMUX0_SW - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 42 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP2P5_EMUX0_SW - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 43 - - - - voltage 0/0/CPU0 - Voltage Sensor - VP1P5_EMUX0_SW - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - - module 0/0/CPU0 - 2-port 100GE, Packet Transport Optimized LC - A9K-2X100GE-TR - V05 - FOC1737N4MC - Version 2.00(20130519:185941) - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.74.32 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_RUNNING_ENA - MONITORED - MODULE_RESET_REASON_UNKNOWN - - 1400652590 - 773608081 - - - 48476928 - 116028187 - - - - - - - - slot 0/0 - Cisco ASR9K Line Card Module Container - 1.3.6.1.4.1.9.12.3.1.5.192 - false - - - - - - 1 - - - - - 0 - - - - - 0 - - - - - module mau TenGigE0/1/CPU0/0 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703747 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492041 - 2468054 - - - 31637477 - 909164848 - - - - - - - slot mau TenGigE0/1/CPU0/0 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 1 - - - - - module mau TenGigE0/1/CPU0/1 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703741 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1421049718 - 168567232 - - - 28079800 - 753064140 - - - - - - - slot mau TenGigE0/1/CPU0/1 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 2 - - - - - module mau TenGigE0/1/CPU0/2 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703742 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492071 - 584788243 - - - 31637447 - 345841752 - - - - - - - slot mau TenGigE0/1/CPU0/2 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 3 - - - - - module mau TenGigE0/1/CPU0/3 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703684 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492189 - 209788864 - - - 31637329 - 736838683 - - - - - - - slot mau TenGigE0/1/CPU0/3 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 4 - - - - - module mau TenGigE0/1/CPU0/4 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703681 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492193 - 957062420 - - - 31637324 - 999563597 - - - - - - - slot mau TenGigE0/1/CPU0/4 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 5 - - - - - module mau TenGigE0/1/CPU0/5 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703680 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492200 - 484063636 - - - 31637318 - 481561004 - - - - - - - slot mau TenGigE0/1/CPU0/5 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 6 - - - - - module mau TenGigE0/1/CPU0/6 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703748 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1421048166 - 409022773 - - - 28081352 - 566600337 - - - - - - - slot mau TenGigE0/1/CPU0/6 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 7 - - - - - module mau TenGigE0/1/CPU0/7 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703746 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492048 - 781277714 - - - 31637470 - 204343866 - - - - - - - slot mau TenGigE0/1/CPU0/7 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 8 - - - - - module mau TenGigE0/1/CPU0/8 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703740 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492057 - 770902091 - - - 31637461 - 225717806 - - - - - - - slot mau TenGigE0/1/CPU0/8 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 9 - - - - - module mau TenGigE0/1/CPU0/9 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703739 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492061 - 196377913 - - - 31637457 - 807240913 - - - - - - - slot mau TenGigE0/1/CPU0/9 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 10 - - - - - module mau TenGigE0/1/CPU0/10 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703743 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492067 - 764372856 - - - 31637451 - 249244440 - - - - - - - slot mau TenGigE0/1/CPU0/10 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 11 - - - - - module mau TenGigE0/1/CPU0/11 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703685 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492185 - 29428557 - - - 31637333 - 989187974 - - - - - - - slot mau TenGigE0/1/CPU0/11 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 12 - - - - - module mau TenGigE0/1/CPU0/12 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703783 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492330 - 673141659 - - - 31637188 - 357473036 - - - - - - - slot mau TenGigE0/1/CPU0/12 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 13 - - - - - module mau TenGigE0/1/CPU0/13 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703787 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492324 - 817037780 - - - 31637194 - 225575079 - - - - - - - slot mau TenGigE0/1/CPU0/13 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 14 - - - - - module mau TenGigE0/1/CPU0/14 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703788 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492320 - 428709297 - - - 31637198 - 622902185 - - - - - - - slot mau TenGigE0/1/CPU0/14 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 15 - - - - - module mau TenGigE0/1/CPU0/15 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703786 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492316 - 333335985 - - - 31637202 - 727274120 - - - - - - - slot mau TenGigE0/1/CPU0/15 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 16 - - - - - module mau TenGigE0/1/CPU0/16 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703784 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492312 - 810875004 - - - 31637206 - 258733724 - - - - - - - slot mau TenGigE0/1/CPU0/16 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 17 - - - - - module mau TenGigE0/1/CPU0/17 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703688 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492222 - 795649441 - - - 31637296 - 286957298 - - - - - - - slot mau TenGigE0/1/CPU0/17 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 18 - - - - - module mau TenGigE0/1/CPU0/18 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703785 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492308 - 154587525 - - - 31637210 - 939017531 - - - - - - - slot mau TenGigE0/1/CPU0/18 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 19 - - - - - module mau TenGigE0/1/CPU0/19 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703682 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492220 - 317028728 - - - 31637298 - 788574492 - - - - - - - slot mau TenGigE0/1/CPU0/19 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 20 - - - - - module mau TenGigE0/1/CPU0/20 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703683 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492216 - 583600030 - - - 31637302 - 529002119 - - - - - - - slot mau TenGigE0/1/CPU0/20 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 21 - - - - - module mau TenGigE0/1/CPU0/21 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703686 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492214 - 189966312 - - - 31637304 - 935633848 - - - - - - - slot mau TenGigE0/1/CPU0/21 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 22 - - - - - module mau TenGigE0/1/CPU0/22 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703687 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492209 - 412697346 - - - 31637309 - 721901437 - - - - - - - slot mau TenGigE0/1/CPU0/22 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 23 - - - - - module mau TenGigE0/1/CPU0/23 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703679 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492202 - 886695977 - - - 31637316 - 262900511 - - - - - - - slot mau TenGigE0/1/CPU0/23 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 24 - - - - - module mau TenGigE0/1/CPU0/24 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703780 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492381 - 263400165 - - - 31637137 - 898194487 - - - - - - - slot mau TenGigE0/1/CPU0/24 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 25 - - - - - module mau TenGigE0/1/CPU0/25 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3143503248 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492478 - 269555952 - - - 31637040 - 897037935 - - - - - - - slot mau TenGigE0/1/CPU0/25 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 26 - - - - - module mau TenGigE0/1/CPU0/26 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3143503241 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492480 - 655190894 - - - 31637038 - 521401463 - - - - - - - slot mau TenGigE0/1/CPU0/26 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 27 - - - - - module mau TenGigE0/1/CPU0/27 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3143503243 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492484 - 716569408 - - - 31637034 - 470021419 - - - - - - - slot mau TenGigE0/1/CPU0/27 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 28 - - - - - module mau TenGigE0/1/CPU0/28 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3143503249 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492492 - 201424050 - - - 31637027 - 4163870 - - - - - - - slot mau TenGigE0/1/CPU0/28 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 29 - - - - - module mau TenGigE0/1/CPU0/29 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3143503244 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492499 - 370327040 - - - 31637019 - 850258585 - - - - - - - slot mau TenGigE0/1/CPU0/29 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 30 - - - - - module mau TenGigE0/1/CPU0/30 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703779 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492769 - 980917284 - - - 31636749 - 248666964 - - - - - - - slot mau TenGigE0/1/CPU0/30 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 31 - - - - - module mau TenGigE0/1/CPU0/31 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703781 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492385 - 364772559 - - - 31637133 - 876809853 - - - - - - - slot mau TenGigE0/1/CPU0/31 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 32 - - - - - module mau TenGigE0/1/CPU0/32 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3144703782 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492387 - 853391742 - - - 31637131 - 394189752 - - - - - - - slot mau TenGigE0/1/CPU0/32 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 33 - - - - - module mau TenGigE0/1/CPU0/33 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3143503247 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492473 - 875228387 - - - 31637045 - 384351271 - - - - - - - slot mau TenGigE0/1/CPU0/33 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 34 - - - - - module mau TenGigE0/1/CPU0/34 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3143503250 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492489 - 456844035 - - - 31637029 - 817733328 - - - - - - - slot mau TenGigE0/1/CPU0/34 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - 35 - - - - - module mau TenGigE0/1/CPU0/35 - 10GBASE-SR SFP+ Module for MMF - SFP-10G-SR - V02 - 3143503245 - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.76.3 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - UNMONITORED - MODULE_RESET_REASON_UNKNOWN - - 1417492495 - 917855349 - - - 31637023 - 365720637 - - - - - - - slot mau TenGigE0/1/CPU0/35 - SFP container - 1.3.6.1.4.1.9.12.3.1.5.115 - false - - - - - - - - 0 - - - - cpu 0/1/CPU0 - CPU - N/A - V0.0 - V0.0 - 1.3.6.1.4.1.9.12.3.1.9.5.158 - - - - - - 1 - - - - chip 0/1/CPU0 - NP0 - N/A - V0.0 - V0.0 - - - - - - 2 - - - - chip 0/1/CPU0 - NP1 - N/A - V0.0 - V0.0 - - - - - - 3 - - - - chip 0/1/CPU0 - NP2 - N/A - V0.0 - V0.0 - - - - - - 4 - - - - chip 0/1/CPU0 - NP3 - N/A - V0.0 - V0.0 - - - - - - 5 - - - - chip 0/1/CPU0 - NP4 - N/A - V0.0 - V0.0 - - - - - - 6 - - - - chip 0/1/CPU0 - NP5 - N/A - V0.0 - V0.0 - - - - - - 7 - - - - chip 0/1/CPU0 - FIA0 - N/A - V0.0 - V0.0 - - - - - - 8 - - - - chip 0/1/CPU0 - FIA1 - N/A - V0.0 - V0.0 - - - - - - 9 - - - - chip 0/1/CPU0 - FIA2 - N/A - V0.0 - V0.0 - - - - - - 10 - - - - chip 0/1/CPU0 - FIA3 - N/A - V0.0 - V0.0 - - - - - - 11 - - - - chip 0/1/CPU0 - FIA4 - N/A - V0.0 - V0.0 - - - - - - 12 - - - - chip 0/1/CPU0 - FIA5 - N/A - V0.0 - V0.0 - - - - - - 13 - - - - chip 0/1/CPU0 - X-Bar - N/A - V0.0 - V0.0 - - - - - - 14 - - - - chip 0/1/CPU0 - CPUCtrl - N/A - V0.0 - V0.0 - - - - - - 15 - - - - chip 0/1/CPU0 - Arbiter - N/A - V0.0 - V0.0 - - - - - - 16 - - - - chip 0/1/CPU0 - PortCtrl - N/A - V0.0 - V0.0 - - - - - - 17 - - - - chip 0/1/CPU0 - PHYCtrl - N/A - V0.0 - V0.0 - - - - - - 18 - - - - chip 0/1/CPU0 - USB - eUSB - N/A - 1E884E062259 - V0.0 - V0.0 - - - - - - 19 - - - - chip 0/1/CPU0 - ClkCtrl - N/A - V0.0 - V0.0 - - - - - - 20 - - - - chip 0/1/CPU0 - PHY0 - N/A - V0.0 - V8.0 - - - - - - 21 - - - - chip 0/1/CPU0 - PHY1 - N/A - V0.0 - V8.0 - - - - - - 22 - - - - chip 0/1/CPU0 - PHY2 - N/A - V0.0 - V8.0 - - - - - - 23 - - - - chip 0/1/CPU0 - PHY3 - N/A - V0.0 - V8.0 - - - - - - 24 - - - - chip 0/1/CPU0 - PHY4 - N/A - V0.0 - V8.0 - - - - - - 25 - - - - chip 0/1/CPU0 - PHY5 - N/A - V0.0 - V8.0 - - - - - - 26 - - - - - 0 - - - - voltage 0/1/CPU0 - Voltage Sensor - 0.75_N0_VTT_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 1 - - - - voltage 0/1/CPU0 - Voltage Sensor - 0.75_N1_VTT_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 2 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP0P75_N4_VTT_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 3 - - - - voltage 0/1/CPU0 - Voltage Sensor - 0.75_N5_VTT_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 4 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP0P9_HEXP45_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 5 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP0P9_HEXP45_LDO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 6 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP0P9_BNK_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 7 - - - - voltage 0/1/CPU0 - Voltage Sensor - 0.9_HEXP01_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 8 - - - - voltage 0/1/CPU0 - Voltage Sensor - 0.9_HEXP01_LDO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 9 - - - - voltage 0/1/CPU0 - Voltage Sensor - 0.9_HEXP23_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 10 - - - - voltage 0/1/CPU0 - Voltage Sensor - 0.9_HEXP23_LDO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 11 - - - - voltage 0/1/CPU0 - Voltage Sensor - 0.9_T01_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 12 - - - - voltage 0/1/CPU0 - Voltage Sensor - 1.0_ATLI_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 13 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP0P9_T45_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 14 - - - - voltage 0/1/CPU0 - Voltage Sensor - 1.0_N1_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 15 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_N4_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 16 - - - - voltage 0/1/CPU0 - Voltage Sensor - 1.0_N5_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 17 - - - - voltage 0/1/CPU0 - Voltage Sensor - 1.0_SKT0_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 18 - - - - voltage 0/1/CPU0 - Voltage Sensor - 1.0_SKT0_SKM_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 19 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_SKT5_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 20 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P1_BNK_LDO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 21 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P2_HEXP01_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 22 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P2_HEXP23_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 23 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P2_HEXP45_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 24 - - - - voltage 0/1/CPU0 - Voltage Sensor - 1.2_HEXP01_LDO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 25 - - - - voltage 0/1/CPU0 - Voltage Sensor - 1.2_HEXP23_LDO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 26 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P2_HEXP45_LDO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 27 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P5_SKT5_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 28 - - - - voltage 0/1/CPU0 - Voltage Sensor - 1.5_N0_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 29 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P5_N45_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 30 - - - - voltage 0/1/CPU0 - Voltage Sensor - 1.5_SKT0_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 31 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP5P0_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 32 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP7P0_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 33 - - - - voltage 0/1/CPU0 - Voltage Sensor - 1.8_N01_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 34 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P8_N45_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 35 - - - - voltage 0/1/CPU0 - Voltage Sensor - 2.5_N01_SKT0_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 36 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP2P5_N45_SKT5_IO_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 37 - - - - voltage 0/1/CPU0 - Voltage Sensor - 1.8V_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 38 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP3P3_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 39 - - - - voltage 0/1/CPU0 - Voltage Sensor - 1.5V_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 40 - - - - voltage 0/1/CPU0 - Voltage Sensor - 2.5V_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 41 - - - - voltage 0/1/CPU0 - Voltage Sensor - 1.0_N0_CORE_DB - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - - daughtercard 0/1/CPU0 - 36 Port Ten Gigabit Ethernet Daughter board - A9K-36X10GE-TR - V03 - FOC1716N9RW - V0.0 - V0.0 - 1.3.6.1.4.1.9.12.3.1.9.15.69 - - - - - - - - 0 - - - - temperature 0/1/CPU0 - Inlet Temperature SensorInlet0 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 1 - - - - temperature 0/1/CPU0 - Hot Temperature SensorHotspot0 - 1.3.6.1.4.1.9.12.3.1.8.54 - - - - - - 2 - - - - temperature 0/1/CPU0 - Inlet Temperature Sensordie_NP0 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 3 - - - - temperature 0/1/CPU0 - Inlet Temperature Sensordie_NP1 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 4 - - - - temperature 0/1/CPU0 - Inlet Temperature Sensordie_NP2 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 5 - - - - temperature 0/1/CPU0 - Inlet Temperature Sensordie_NP3 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 6 - - - - temperature 0/1/CPU0 - Inlet Temperature Sensordie_NP4 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 7 - - - - temperature 0/1/CPU0 - Inlet Temperature Sensordie_NP5 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 8 - - - - temperature 0/1/CPU0 - Inlet Temperature Sensordie_FIA0 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 9 - - - - temperature 0/1/CPU0 - Inlet Temperature Sensordie_FIA1 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 10 - - - - temperature 0/1/CPU0 - Inlet Temperature Sensordie_FIA2 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 11 - - - - temperature 0/1/CPU0 - Inlet Temperature Sensordie_FIA3 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 12 - - - - temperature 0/1/CPU0 - Inlet Temperature Sensordie_FIA4 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 13 - - - - temperature 0/1/CPU0 - Inlet Temperature Sensordie_FIA5 - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 14 - - - - temperature 0/1/CPU0 - Inlet Temperature Sensordie_FabSwitch - 1.3.6.1.4.1.9.12.3.1.8.36 - - - - - - 15 - - - - voltage 0/1/CPU0 - Voltage Sensor - 0.9_T23_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 16 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_SKT4_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 17 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P5_SKT4_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 18 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP2P5_SKT4_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 19 - - - - voltage 0/1/CPU0 - Voltage Sensor - IBV_D - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 20 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP0P75_N2_VTT - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 21 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP0P75_N3_VTT - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 22 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_CPU_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 23 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_CPU_PLAT - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 24 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_LAN - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 25 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_N2_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 26 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_N3_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 27 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_SAC_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 28 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_SAC_VDDA - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 29 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_SAC_VDDD - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 30 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_SKT1_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 31 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_SKT1_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 32 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_SKT2_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 33 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_SKT2_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 34 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P0_SKT3_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 35 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P2_SAC_VDDT - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 36 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P2 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 37 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P5_N2_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 38 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P5_N3_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 39 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P5_SKT1_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 40 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P5_SKT2_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 41 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P5_SKT3_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 42 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP2P5_SKT3_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 43 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P8_SAC_VDDR - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 44 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P8_N23_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 45 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P8_ZL_CORE - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 46 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP2P5_SKT1_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 47 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP2P5_SKT2_IO - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 48 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP2P5 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 49 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP3P3_CAN - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 50 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP3P3 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 51 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP3P3_ZL_VDD - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 52 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P5 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 53 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP5P0 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 54 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP7P0 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 55 - - - - voltage 0/1/CPU0 - Voltage Sensor - VP1P8 - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - 56 - - - - voltage 0/1/CPU0 - Voltage Sensor - VTT_0P75_CPU - 1.3.6.1.4.1.9.12.3.1.8.45 - - - - - - - module 0/1/CPU0 - 36-port 10GE, Packet Transport Optimized LC - A9K-36X10GE-TR - V03 - FOC1716N9RW - Version 2.00(20130519:185941) - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.9.74.30 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_RUNNING_ENA - MONITORED - MODULE_RESET_REASON_UNKNOWN - - 1400652592 - 775301775 - - - 48476927 - 198168641 - - - - - - - - slot 0/1 - Cisco ASR9K Line Card Module Container - 1.3.6.1.4.1.9.12.3.1.5.192 - false - - - - - - 4 - - - - slot 0/4 - Cisco ASR9K Line Card Module Container - 1.3.6.1.4.1.9.12.3.1.5.192 - false - - - - - - 5 - - - - slot 0/5 - Cisco ASR9K Line Card Module Container - 1.3.6.1.4.1.9.12.3.1.5.192 - false - - - - - - 6 - - - - slot 0/6 - Cisco ASR9K Line Card Module Container - 1.3.6.1.4.1.9.12.3.1.5.192 - false - - - - - - 7 - - - - slot 0/7 - Cisco ASR9K Line Card Module Container - 1.3.6.1.4.1.9.12.3.1.5.192 - false - - - - - - PM0 - - - - - 0 - - - - - 0 - - - - capacity 0/PM0/SP - Power Module Capacity Sensor - 1.3.6.1.4.1.9.12.3.1.8.71 - - - - - - 1 - - - - voltage 0/PM0/SP - Power Module Voltage Sensor - 1.3.6.1.4.1.9.12.3.1.8.72 - - - - - - 2 - - - - current 0/PM0/SP - Power Module Current Sensor - 1.3.6.1.4.1.9.12.3.1.8.73 - - - - - - - power-module 0/PM0/SP - 3kW AC Power Module - PWR-3KW-AC-V2 - V02 - DTM1809005K - 5.1.1 - 1.3.6.1.4.1.9.12.3.1.6.341 - true - - - ADMIN_UP - ADMIN_ON - INV_CARD_OK - MONITORED - MODULE_RESET_REASON_UNKNOWN - - 1400652351 - 631202468 - - - 48477179 - 647537977 - - - - - - - - slot 0/PM0 - Cisco ASR9K AC Power Entry Module Container - 1.3.6.1.4.1.9.12.3.1.5.190 - false - - - - - - - - - - - diff --git a/test/unit/iosxr/mock_data/_Get__Configuration__BGP__Instance__Naming__InstanceName_default__InstanceName___Naming___Instance___BGP___Configuration___Get_.rpc b/test/unit/iosxr/mock_data/_Get__Configuration__BGP__Instance__Naming__InstanceName_default__InstanceName___Naming___Instance___BGP___Configuration___Get_.rpc deleted file mode 100644 index 70e071c5f..000000000 --- a/test/unit/iosxr/mock_data/_Get__Configuration__BGP__Instance__Naming__InstanceName_default__InstanceName___Naming___Instance___BGP___Configuration___Get_.rpc +++ /dev/null @@ -1,2 +0,0 @@ - -default013335trueIPv4Unicasttruetrue32falsefalsefalsevlan700-to-bgpstatic-to-bgpIPv6Unicasttruetrue32falsefalsefalsevlan700-to-bgpstatic-to-bgpIPv4Flowspectrue4-public-anycast-peerstrueIPv4Unicasttruetrue4-public-anycast-peers-in4-public-anycast-peers-outtruetrue172.17.17.734-cogent-transit192.168.20.3090504-public-anycast-peersTelekom Romania [RO ISP ANYCAST]IPv4Unicasttrue500075false0false172.17.17.500481614-public-anycast-peersNextGen [RO ISP ANYCAST]IPv4Unicasttrue50075false0false192.168.50.5090094-public-anycast-peersM247 Ltd [UK Hosting ANYCAST]IPv4Unicasttrue100075false0false192.158.17.54-SERVER-LAN \ No newline at end of file diff --git a/test/unit/iosxr/mock_data/_Get__Configuration__SNMP___SNMP___Configuration___Get_.rpc b/test/unit/iosxr/mock_data/_Get__Configuration__SNMP___SNMP___Configuration___Get_.rpc deleted file mode 100644 index 67e23429b..000000000 --- a/test/unit/iosxr/mock_data/_Get__Configuration__SNMP___SNMP___Configuration___Get_.rpc +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - hackme - - - - ReadOnly - - - ifyoucan - - - - - - - edge01.yyz01 - - - noc@cloudflare.com - - - Toronto, Canada - - - - - - - diff --git a/test/unit/iosxr/mock_data/_Get__Operational__ARP___ARP___Operational___Get_.rpc b/test/unit/iosxr/mock_data/_Get__Operational__ARP___ARP___Operational___Get_.rpc deleted file mode 100644 index 3f58f218b..000000000 --- a/test/unit/iosxr/mock_data/_Get__Operational__ARP___ARP___Operational___Get_.rpc +++ /dev/null @@ -1,2 +0,0 @@ - -0RSP0CPU000000000000000000000002685686364default000000000000000000000004BVI100000000000000000000000001BVI637000000000000000000000001BVI10000000000000000000000001BVI9000000000000000000000000010RSP1CPU00000000000000000000000268550868000CPU0
192.1.68.8
BVI10
MediaARPAStateInterface6d46d.5005.b10e
192.1.68.8
BVI10
MediaARPAStateDynamic176000f.532b.e441
192.1.68.8
BVI10
MediaARPAStateDynamic97566000f.532b.e2e1
192.1.68.8
BVI10
MediaARPAStateDynamic59586000f.532b.e2e1
192.16.8.18
BVI10
MediaARPAStateDynamic55406000f.532b.ce31
192.16.8.18
BVI10
MediaARPAStateDynamic99316000f.532b.ce31
192.16.8.18
BVI10
MediaARPAStateDynamic17106000f.532b.eb01
192.16.8.18
BVI10
MediaARPAStateDynamic104946000f.532b.eb01
192.16.8.28
BVI10
MediaARPAStateDynamic96896000f.532b.eae1
192.16.8.28
BVI10
MediaARPAStateDynamic130996000f.532b.eae1
192.16.8.28
BVI10
MediaARPAStateDynamic83896000f.532b.ea71
192.16.8.38
BVI10
MediaARPAStateDynamic8266000f.532b.ea71
192.16.8.38
BVI10
MediaARPAStateDynamic69696000f.532b.ce01
192.16.8.38
BVI10
MediaARPAStateDynamic1046000f.532b.ce01
192.16.8.48
BVI10
MediaARPAStateDynamic20886000f.532b.ed41
192.16.8.48
BVI10
MediaARPAStateDynamic71926000f.532b.ed41
192.16.8.48
BVI10
MediaARPAStateDynamic115596000f.532b.e361
192.16.8.48
BVI10
MediaARPAStateDynamic38836000f.532b.e361
192.16.8.58
BVI10
MediaARPAStateDynamic134846000f.532b.db21
192.16.8.58
BVI10
MediaARPAStateDynamic30236000f.532b.db21
192.16.8.58
BVI10
MediaARPAStateDynamic38626000f.532b.ec91
192.16.8.68
BVI10
MediaARPAStateDynamic41546000f.532b.ec91
192.16.8.68
BVI10
MediaARPAStateDynamic9426000f.532b.e3f1
192.16.8.68
BVI10
MediaARPAStateDynamic115486000f.532b.e3f1
192.16.8.78
BVI10
MediaARPAStateDynamic111536000f.532b.cce1
192.16.8.78
BVI10
MediaARPAStateDynamic46236000f.532b.cce1
192.16.8.78
BVI10
MediaARPAStateDynamic76176000f.532b.eb41
192.16.8.78
BVI10
MediaARPAStateDynamic51146000f.532b.eb41
192.16.8.88
BVI10
MediaARPAStateDynamic70876000f.532b.d891
192.16.8.88
BVI10
MediaARPAStateDynamic103286000f.532b.d891
192.16.8.88
BVI10
MediaARPAStateDynamic122386000f.532b.ce81
192.16.8.98
BVI10
MediaARPAStateDynamic58756000f.532b.ce81
192.16.86.8
BVI637
MediaARPAStateInterface6d46d.5005.b10e
192.16.87.8
BVI637
MediaARPAStateInterface6d46d.5005.b10e
192.16.87.8
BVI637
MediaARPAStateDynamic5062c60.0c12.a743
192.16.87.8
BVI637
MediaARPAStateDynamic1662c60.0c6e.9295
192.16.87.8
BVI637
MediaARPAStateDynamic1662c60.0c6e.92a5
192.16.87.8
BVI637
MediaARPAStateDynamic1762c60.0c6e.9294
192.16.87.8
BVI637
MediaARPAStateDynamic062c60.0c6e.a5d3
192.16.87.8
BVI637
MediaARPAStateDynamic062c60.0c6e.92a2
192.168.7.18
BVI637
MediaARPAStateDynamic062c60.0c6e.9293
192.168.7.18
BVI637
MediaARPAStateDynamic1662c60.0c6e.a5cf
192.168.7.18
BVI637
MediaARPAStateDynamic3262c60.0c6e.a6df
192.168.7.18
BVI637
MediaARPAStateDynamic062c60.0c12.ae37
192.168.7.18
BVI637
MediaARPAStateDynamic062c60.0c6e.a5ea
192.168.7.18
BVI637
MediaARPAStateDynamic062c60.0c6e.a5c7
192.168.7.18
BVI637
MediaARPAStateDynamic062c60.0c6e.f877
192.168.7.18
BVI637
MediaARPAStateDynamic1662c60.0c12.adf7
192.168.7.18
BVI637
MediaARPAStateDynamic1662c60.0c6e.a5a3
192.168.7.18
BVI637
MediaARPAStateDynamic1662c60.0c6e.f8fc
192.168.5.2
BVI900
MediaARPAStateInterface6d46d.5005.b10e
192.168.52.18
BVI900
MediaARPAStateDynamic1268c60.4f32.9c3c
192.168.52.19
BVI900
MediaARPAStateDynamic82636cce1.7f25.da41
192.168.52.20
BVI900
MediaARPAStateDynamic502160018.735e.6f29
192.168.53.1
BVI100
MediaARPAStateInterface6d46d.5005.b10e
192.168.53.4
BVI100
MediaARPAStateDynamic29946000f.532b.e440
192.168.53.5
BVI100
MediaARPAStateDynamic26000f.532b.e2e0
192.168.53.6
BVI100
MediaARPAStateDynamic73486000f.532b.e2e0
192.168.53.7
BVI100
MediaARPAStateDynamic123856000f.532b.e2e0
192.168.53.8
BVI100
MediaARPAStateDynamic45816000f.532b.e2e0
192.168.53.9
BVI100
MediaARPAStateDynamic71646000f.532b.e2e0
192.168.53.10
BVI100
MediaARPAStateDynamic126826000f.532b.e2e0
192.168.53.11
BVI100
MediaARPAStateDynamic26000f.532b.ce30
192.168.53.12
BVI100
MediaARPAStateDynamic66776000f.532b.ce30
192.168.53.13
BVI100
MediaARPAStateDynamic37886000f.532b.ce30
192.168.53.14
BVI100
MediaARPAStateDynamic81776000f.532b.ce30
192.168.53.15
BVI100
MediaARPAStateDynamic38226000f.532b.ce30
192.168.53.16
BVI100
MediaARPAStateDynamic116666000f.532b.ce30
192.168.53.17
BVI100
MediaARPAStateDynamic536000f.532b.eb00
192.168.53.18
BVI100
MediaARPAStateDynamic13276000f.532b.eb00
192.168.53.19
BVI100
MediaARPAStateDynamic62876000f.532b.eb00
192.168.53.20
BVI100
MediaARPAStateDynamic68556000f.532b.eb00
192.168.53.21
BVI100
MediaARPAStateDynamic124826000f.532b.eb00
192.168.53.22
BVI100
MediaARPAStateDynamic126516000f.532b.eb00
192.168.53.23
BVI100
MediaARPAStateDynamic16000f.532b.eae0
192.168.53.24
BVI100
MediaARPAStateDynamic127916000f.532b.eae0
192.168.53.25
BVI100
MediaARPAStateDynamic76746000f.532b.eae0
192.168.53.26
BVI100
MediaARPAStateDynamic27586000f.532b.eae0
192.168.53.27
BVI100
MediaARPAStateDynamic71756000f.532b.eae0
192.168.53.28
BVI100
MediaARPAStateDynamic94046000f.532b.eae0
192.168.53.29
BVI100
MediaARPAStateDynamic16000f.532b.ea70
192.168.53.30
BVI100
MediaARPAStateDynamic97486000f.532b.ea70
192.168.53.31
BVI100
MediaARPAStateDynamic5706000f.532b.ea70
192.168.53.32
BVI100
MediaARPAStateDynamic89396000f.532b.ea70
192.168.53.33
BVI100
MediaARPAStateDynamic1156000f.532b.ea70
192.168.53.34
BVI100
MediaARPAStateDynamic60656000f.532b.ea70
192.168.53.35
BVI100
MediaARPAStateDynamic216000f.532b.ce00
192.168.53.36
BVI100
MediaARPAStateDynamic9866000f.532b.ce00
192.168.53.37
BVI100
MediaARPAStateDynamic35736000f.532b.ce00
192.168.53.38
BVI100
MediaARPAStateDynamic91006000f.532b.ce00
192.168.53.39
BVI100
MediaARPAStateDynamic39246000f.532b.ce00
192.168.53.40
BVI100
MediaARPAStateDynamic70336000f.532b.ce00
192.168.53.41
BVI100
MediaARPAStateDynamic76000f.532b.ed40
192.168.53.42
BVI100
MediaARPAStateDynamic73846000f.532b.ed40
192.168.53.43
BVI100
MediaARPAStateDynamic108426000f.532b.ed40
192.168.53.44
BVI100
MediaARPAStateDynamic36596000f.532b.ed40
192.168.53.45
BVI100
MediaARPAStateDynamic32156000f.532b.ed40
192.168.53.46
BVI100
MediaARPAStateDynamic56496000f.532b.ed40
192.168.53.47
BVI100
MediaARPAStateDynamic216000f.532b.e360
192.168.53.48
BVI100
MediaARPAStateDynamic10036000f.532b.e360
192.168.53.49
BVI100
MediaARPAStateDynamic66696000f.532b.e360
192.168.53.50
BVI100
MediaARPAStateDynamic89046000f.532b.e360
192.168.53.51
BVI100
MediaARPAStateDynamic139606000f.532b.e360
192.168.53.52
BVI100
MediaARPAStateDynamic126196000f.532b.e360
192.168.53.53
BVI100
MediaARPAStateDynamic346000f.532b.db20
192.168.53.54
BVI100
MediaARPAStateDynamic126906000f.532b.db20
192.168.53.55
BVI100
MediaARPAStateDynamic46626000f.532b.db20
192.168.53.56
BVI100
MediaARPAStateDynamic90006000f.532b.db20
192.168.53.57
BVI100
MediaARPAStateDynamic88746000f.532b.db20
192.168.53.58
BVI100
MediaARPAStateDynamic109396000f.532b.db20
192.168.53.59
BVI100
MediaARPAStateDynamic16000f.532b.ec90
192.168.53.60
BVI100
MediaARPAStateDynamic123926000f.532b.ec90
192.168.53.61
BVI100
MediaARPAStateDynamic15046000f.532b.ec90
192.168.53.62
BVI100
MediaARPAStateDynamic22606000f.532b.ec90
192.168.53.63
BVI100
MediaARPAStateDynamic22076000f.532b.ec90
192.168.53.64
BVI100
MediaARPAStateDynamic14566000f.532b.ec90
192.168.53.65
BVI100
MediaARPAStateDynamic176000f.532b.e3f0
192.168.53.66
BVI100
MediaARPAStateDynamic68866000f.532b.e3f0
192.168.53.67
BVI100
MediaARPAStateDynamic31566000f.532b.e3f0
192.168.53.68
BVI100
MediaARPAStateDynamic40246000f.532b.e3f0
192.168.53.69
BVI100
MediaARPAStateDynamic35286000f.532b.e3f0
192.168.53.70
BVI100
MediaARPAStateDynamic113646000f.532b.e3f0
192.168.53.71
BVI100
MediaARPAStateDynamic156000f.532b.cce0
192.168.53.72
BVI100
MediaARPAStateDynamic56476000f.532b.cce0
192.168.53.73
BVI100
MediaARPAStateDynamic106106000f.532b.cce0
192.168.53.74
BVI100
MediaARPAStateDynamic63966000f.532b.cce0
192.168.53.75
BVI100
MediaARPAStateDynamic93396000f.532b.cce0
192.168.53.76
BVI100
MediaARPAStateDynamic133316000f.532b.cce0
192.168.53.77
BVI100
MediaARPAStateDynamic76000f.532b.eb40
192.168.53.78
BVI100
MediaARPAStateDynamic101826000f.532b.eb40
\ No newline at end of file diff --git a/test/unit/iosxr/mock_data/_Get__Operational__BGP__Active__DefaultVRF__AFTable__AF__Naming__AFName_IPv4Unicast__AFName___Naming__PathTable__Path__Naming__Network__IPV4Address_1..rpc b/test/unit/iosxr/mock_data/_Get__Operational__BGP__Active__DefaultVRF__AFTable__AF__Naming__AFName_IPv4Unicast__AFName___Naming__PathTable__Path__Naming__Network__IPV4Address_1..rpc deleted file mode 100644 index d9d4062ea..000000000 --- a/test/unit/iosxr/mock_data/_Get__Operational__BGP__Active__DefaultVRF__AFTable__AF__Naming__AFName_IPv4Unicast__AFName___Naming__PathTable__Path__Naming__Network__IPV4Address_1..rpc +++ /dev/null @@ -1,697 +0,0 @@ - - - - - - - - - - - - IPv4Unicast - - - - - - - 0000000000000000 - - - - 1.0.4.0 - - - 24 - - - - - 172.17.17.1 - - - - Used - - - 0000000000000000 - - - 0 - - - - false - - - IPv4 - - - - IPv4 - - - 0.0.0.0 - - - - 0 - - - false - - - 0 - - - false - - - - - - IPv4 - - - 0.0.0.0 - - - - 0 - - - - - IPv4 - - - 10.10.10.1 - - - - BGP_ROUTE_TYPE_USED - - - true - - - false - - - false - - - false - - - false - - - true - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - - IPv4 - - - 10.10.10.1 - - - - false - - - 0 - - - false - - - 0 - - - 0 - - - 0 - - - 172.17.17.1 - - - false - - - - IPv4 - - - 0.0.0.0 - - - - 0 - - - false - - - - - - - - false - - - - gwnone - - - - false - - - 0 - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - BGP_BP_COMP_NOT_COMPARED - - - - IPv4 - - - 0.0.0.0 - - - - 0 - - - 4611686018444165123 - - - 32 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - false - - - false - - - 1 - - - true - - - false - - - false - - - false - - - false - - - 0 - - - false - - - false - - - false - - - - IPv4 - - - 0.0.0.0 - - - - false - - - - IPv4 - - - 0.0.0.0 - - - - false - - - 0 - - - 0 - - - 0 - - - - false - - - - 0 - - - false - - - false - - - 0 - - - 0 - - - false - - - false - - - - - false - - - false - - - false - - - false - - - false - - - 200222 - - - true - - - 16777215 - - - 10840 - - - 154431 - - - 797001 - - - 0 - - - 0 - - - - true - - - false - - - false - - - false - - - true - - - true - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - 4436 - - - 0 - - - 0.0.0.0 - - - 0 - - - 100 - - - 0 - - - - 2 - - - 1 - - - 0 - - - 0 - - - 17 - - - 84 - - - - - - - - 0.0.0.0 - - - 0 - - - - 0 - - - - 0 - - - 0 - - - 0 - - - 0 - - - - 0 - - - - - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - 0 - - - 0 - - - 0.0.0.0 - - - 0 - - - 0 - - - 0 - - - - - - - - 0.0.0.0 - - - 0 - - - - 0 - - - - 0 - - - 0 - - - 0 - - - 0 - - - - 0 - - - - - - - 0:0:0 - - - 0:0:0 - - - 72611071 - - - default - - - default - - - - - - - - - - - \ No newline at end of file diff --git a/test/unit/iosxr/mock_data/_Get__Operational__BGP__ConfigInstanceTable__ConfigInstance__Naming__InstanceName_default__InstanceName___Naming__ConfigInstanceVRFTable___ConfigInsta.rpc b/test/unit/iosxr/mock_data/_Get__Operational__BGP__ConfigInstanceTable__ConfigInstance__Naming__InstanceName_default__InstanceName___Naming__ConfigInstanceVRFTable___ConfigInsta.rpc deleted file mode 100644 index 07cedd97b..000000000 --- a/test/unit/iosxr/mock_data/_Get__Operational__BGP__ConfigInstanceTable__ConfigInstance__Naming__InstanceName_default__InstanceName___Naming__ConfigInstanceVRFTable___ConfigInsta.rpc +++ /dev/null @@ -1 +0,0 @@ -defaulttestNeighbor1.3.3.9IPv41.3.3.9Neighbor2301299000test11false00false327684096245764096false601803IPv40.0.0.0000BGP_TCP_MODE_TYPE_EITHERfalse000600120360true00false0000000false0falsefalsetruefalsefalsetruefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalseNeighbor1.3.3.9IPv41.3.3.9Neighbor23Neighbor1.3.3.9IPv41.3.3.9Neighbor23test2Neighbor1.3.3.9IPv41.3.3.9Neighbor2301299000test11false00false327684096245764096false601803IPv40.0.0.0000BGP_TCP_MODE_TYPE_EITHERfalse000600120360true00false0000000false0falsefalsetruefalsefalsetruefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalseNeighbor1.3.3.9IPv41.3.3.9Neighbor23Neighbor1.3.3.9IPv41.3.3.9Neighbor23 diff --git a/test/unit/iosxr/mock_data/_Get__Operational__BGP__InstanceTable__Instance__Naming__InstanceName_default__InstanceName___Naming__InstanceActive__DefaultVRF__GlobalProcessInfo___.rpc b/test/unit/iosxr/mock_data/_Get__Operational__BGP__InstanceTable__Instance__Naming__InstanceName_default__InstanceName___Naming__InstanceActive__DefaultVRF__GlobalProcessInfo___.rpc deleted file mode 100644 index 728aa830d..000000000 --- a/test/unit/iosxr/mock_data/_Get__Operational__BGP__InstanceTable__Instance__Naming__InstanceName_default__InstanceName___Naming__InstanceActive__DefaultVRF__GlobalProcessInfo___.rpc +++ /dev/null @@ -1 +0,0 @@ -defaultdefault1610612736true31337default2120600173693440true1736934421true1.9.9.01.9.9.0falsetruefalsefalsefalsefalsefalsefalsefalsefalsetrue100601803truefalse0falsefalsetrue1203606001.2.3.40test313378473falsetrue0000000BGP_ST_IDLE10NoBestLocalAddressIPv40.0.0.0false0IPv41.2.3.400falsefalsefalsefalsefalsefalsefalsefalsefalseBGP_BFD_STATE_NONEBGP_BFD_STATE_NONE333314489963380106141300.0.0.041false0falsefalsefalsefalsefalsefalsefalsefalse180601806033003050000000000000000000000000000000BGP_NONEBGP_PEER_RESET_REASON_NONE00000000000847300600000000000000000000000000000000-10000BGP_TCP_MODE_TYPE_EITHERfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsedefaultfalsetruefalse120360000000false0BGP_NBR_NSR_ST_NONEfalsetrue000falsefalsefalsefalse00000000000000000000000000000000000000000000000000000000000000000000000000000000000falsefalsefalse0000000falsefalsefalsefalse diff --git a/test/unit/iosxr/mock_data/_Get__Operational__BGP__InstanceTable__Instance__Naming__InstanceName_default__InstanceName___Naming__InstanceActive__VRFTable__VRF__Naming_test2__Nam.rpc b/test/unit/iosxr/mock_data/_Get__Operational__BGP__InstanceTable__Instance__Naming__InstanceName_default__InstanceName___Naming__InstanceActive__VRFTable__VRF__Naming_test2__Nam.rpc deleted file mode 100644 index 66206b4b5..000000000 --- a/test/unit/iosxr/mock_data/_Get__Operational__BGP__InstanceTable__Instance__Naming__InstanceName_default__InstanceName___Naming__InstanceActive__VRFTable__VRF__Naming_test2__Nam.rpc +++ /dev/null @@ -1 +0,0 @@ -defaulttest2test21610612738true31337default2120600173693440true1736934421false1.9.9.91.9.9.9truetruefalsefalsefalsefalsefalsefalsefalsefalsetrue100601803truefalse0falsefalsetrue1203606001.3.3.90test313371299falsefalse0000000BGP_ST_IDLE10NoAFConfigIPv40.0.0.0false0IPv41.3.3.900falsefalsefalsefalsefalsefalsefalsefalsefalseBGP_BFD_STATE_NONEBGP_BFD_STATE_NONE333314489963380206134450.0.0.041false0falsefalsefalsefalsefalsefalsefalsefalse1806018060300050000000000000000000000000000000BGP_NONEBGP_PEER_RESET_REASON_NONE00000000000129900600000000000000000000000000000000-10000BGP_TCP_MODE_TYPE_EITHERfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsetest2falsetruefalse120360000000false0BGP_NBR_NSR_ST_NONEfalsetrue000falsefalsefalsefalse00000000000000000000000000000000000000000000000000000000000000000000000000000000000falsefalsefalse0000000falsefalsefalsefalse diff --git a/test/unit/iosxr/mock_data/_Get__Operational__BGP__InstanceTable__Instance__Naming__InstanceName_default__InstanceName___Naming__InstanceActive__VRFTable__VRF__Naming_test__Nami.rpc b/test/unit/iosxr/mock_data/_Get__Operational__BGP__InstanceTable__Instance__Naming__InstanceName_default__InstanceName___Naming__InstanceActive__VRFTable__VRF__Naming_test__Nami.rpc deleted file mode 100644 index e6e40d512..000000000 --- a/test/unit/iosxr/mock_data/_Get__Operational__BGP__InstanceTable__Instance__Naming__InstanceName_default__InstanceName___Naming__InstanceActive__VRFTable__VRF__Naming_test__Nami.rpc +++ /dev/null @@ -1 +0,0 @@ -defaulttesttest1610612738true31337default2120600173693440true1736934421false1.9.9.91.9.9.9truetruefalsefalsefalsefalsefalsefalsefalsefalsetrue100601803truefalse0falsefalsetrue1203606001.3.3.90test313371299falsefalse0000000BGP_ST_IDLE10NoAFConfigIPv40.0.0.0false0IPv41.3.3.900falsefalsefalsefalsefalsefalsefalsefalsefalseBGP_BFD_STATE_NONEBGP_BFD_STATE_NONE333314489963380206134450.0.0.041false0falsefalsefalsefalsefalsefalsefalsefalse1806018060300050000000000000000000000000000000BGP_NONEBGP_PEER_RESET_REASON_NONE00000000000129900600000000000000000000000000000000-10000BGP_TCP_MODE_TYPE_EITHERfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsetestfalsetruefalse120360000000false0BGP_NBR_NSR_ST_NONEfalsetrue000falsefalsefalsefalse00000000000000000000000000000000000000000000000000000000000000000000000000000000000falsefalsefalse0000000falsefalsefalsefalse diff --git a/test/unit/iosxr/mock_data/_Get__Operational__IPV4Network___IPV4Network___Operational___Get_.rpc b/test/unit/iosxr/mock_data/_Get__Operational__IPV4Network___IPV4Network___Operational___Get_.rpc deleted file mode 100644 index 4edabc778..000000000 --- a/test/unit/iosxr/mock_data/_Get__Operational__IPV4Network___IPV4Network___Operational___Get_.rpc +++ /dev/null @@ -1,2 +0,0 @@ - -BVI10default10.49.8.11610612736Up192.168.0.11610612736Up210224.0.0.2224.0.0.11500truefalsefalsefalsefalsetruetruefalsefalsefalseStrictfalsefalsefalsefalsefalsefalsefalsefalseBVI100default172.17.17.11610612736Up192.168.21.11610612736Up24100224.0.0.2224.0.0.11500truefalsefalsefalsefalsetrue
172.17.18.1
24100
192.168.23.1
24100
truefalsefalsefalseStrictfalsefalsefalsefalsefalsefalsefalsefalse
\ No newline at end of file diff --git a/test/unit/iosxr/mock_data/_Get__Operational__IPV6Network___IPV6Network___Operational___Get_.rpc b/test/unit/iosxr/mock_data/_Get__Operational__IPV6Network___IPV6Network___Operational___Get_.rpc deleted file mode 100644 index dc7bd6fa5..000000000 --- a/test/unit/iosxr/mock_data/_Get__Operational__IPV6Network___IPV6Network___Operational___Get_.rpc +++ /dev/null @@ -1,2 +0,0 @@ - -0RSP0CPU0400000000defaultBVI100Up
FF02::5
FF02::5
FF02::5
FF02::5
1500OperUp
2400:cb00:49:1024::1
64Activefalse0
FE80::5A0A:20FF:FEEB:91E4
128Activefalse0
truefalsefalsefalse00falsefalse0falsefalsefalsetruefalsefalse
Bundle-Ether2Up
FF02::8
FF02::9
FF02::5
FF02::5
1500OperUp
2001:db8::
126Activefalse0
FE80::2237:06FF:FECF:67E4
128Activefalse0
6-transit-intruefalsefalsefalse00falsefalse0falsefalsefalsetruefalsefalse
\ No newline at end of file diff --git a/test/unit/iosxr/mock_data/_Get__Operational__Interfaces__InterfaceTable___InterfaceTable___Interfaces___Operational___Get_.rpc b/test/unit/iosxr/mock_data/_Get__Operational__Interfaces__InterfaceTable___InterfaceTable___Interfaces___Operational___Get_.rpc deleted file mode 100644 index 0a0e4ef5f..000000000 --- a/test/unit/iosxr/mock_data/_Get__Operational__Interfaces__InterfaceTable___InterfaceTable___Interfaces___Operational___Get_.rpc +++ /dev/null @@ -1 +0,0 @@ -Bundle-Ether1Bundle-Ether1IFT_ETHERBUNDLEAggregated Ethernet interface(s)IM_STATE_UPIM_STATE_UPetherARPA1514false13false40000000IM_ATTR_DUPLEX_FULL
d46d.5020.434b
4000000040000000falseNoneTSIC IC-310199-04, XNET-1159Bundle10000000DISTRIBUTING0BM_MBR_STATE_REASON_ACTIVEMemberReasonOkBMD_MBR_STATE_ACTIVEBM_MUXREASON_DISTRIBUTING32768101TenGigE0/3/0/240BMD_MBR_LOCALTe0/3/0/24
d46d.500e.6878
10000000DISTRIBUTING0BM_MBR_STATE_REASON_ACTIVEMemberReasonOkBMD_MBR_STATE_ACTIVEBM_MUXREASON_DISTRIBUTING32768212TenGigE0/3/0/250BMD_MBR_LOCALTe0/3/0/25
d46d.500e.6879
10000000DISTRIBUTING0BM_MBR_STATE_REASON_ACTIVEMemberReasonOkBMD_MBR_STATE_ACTIVEBM_MUXREASON_DISTRIBUTING32768323TenGigE0/3/0/260BMD_MBR_LOCALTe0/3/0/26
d46d.500e.687a
10000000DISTRIBUTING0BM_MBR_STATE_REASON_ACTIVEMemberReasonOkBMD_MBR_STATE_ACTIVEBM_MUXREASON_DISTRIBUTING32768430TenGigE0/3/0/270BMD_MBR_LOCALTe0/3/0/27
d46d.500e.687b
438627921559136372617107271800004000000094027255Full210753330547152245337984719211120179381368937466134619001599021761489130493796600000014100001410000000000000014488651990144230151800
Bundle-Ether1.20Bundle-Ether1.20IFT_VLAN_SUBIFVLAN sub-interface(s)IM_STATE_UPIM_STATE_UPdot1q802.1Q1518false1false40000000
d46d.5020.434b
004000000040000000falseBundle-Ether1Transit: TSIC IC-310199-04, XNET-115914400ARPAfalse62.115.49.24230VLANDot1Q20438407621555986372866107261900004000000094027255Full210734856062452214870454283211120036867458937117977483176739427516584006739300000270000000000000014488651990144732193900
Bundle-Ether2Bundle-Ether2IFT_ETHERBUNDLEAggregated Ethernet interface(s)IM_STATE_UPIM_STATE_UPetherARPA1514false1false40000000IM_ATTR_DUPLEX_FULL
d46d.5020.434a
4000000040000000falseNoneNTT14400ARPAfalse129.250.197.6230Bundle10000000DISTRIBUTING0BM_MBR_STATE_REASON_ACTIVEMemberReasonOkBMD_MBR_STATE_ACTIVEBM_MUXREASON_DISTRIBUTING32768501TenGigE0/3/0/320BMD_MBR_LOCALTe0/3/0/32
d46d.500e.6880
10000000DISTRIBUTING0BM_MBR_STATE_REASON_ACTIVEMemberReasonOkBMD_MBR_STATE_ACTIVEBM_MUXREASON_DISTRIBUTING32768610TenGigE0/3/0/330BMD_MBR_LOCALTe0/3/0/33
d46d.500e.6881
10000000DISTRIBUTING0BM_MBR_STATE_REASON_ACTIVEMemberReasonOkBMD_MBR_STATE_ACTIVEBM_MUXREASON_DISTRIBUTING32768722TenGigE0/3/0/340BMD_MBR_LOCALTe0/3/0/34
d46d.500e.6882
10000000DISTRIBUTING0BM_MBR_STATE_REASON_ACTIVEMemberReasonOkBMD_MBR_STATE_ACTIVEBM_MUXREASON_DISTRIBUTING32768833TenGigE0/3/0/350BMD_MBR_LOCALTe0/3/0/35
d46d.500e.6883
0044000040000000900255Full2491723125582423249162895892157101522822192612860011000007000000000000000144886519901448327592220
HundredGigE0/0/0/0HundredGigE0/0/0/0IFT_HUNDREDGEHundredGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false100000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
e0ac.f143.cf64
e0ac.f143.cf64
00100000000100000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN00000000100000000900255Full000000000000000000000000000000014488651990144014852242949672954294967295
HundredGigE0/0/0/1HundredGigE0/0/0/1IFT_HUNDREDGEHundredGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false100000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
e0ac.f143.cf65
e0ac.f143.cf65
00100000000100000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN00000000100000000900255Full000000000000000000000000000000014488651990144014852242949672954294967295
Loopback0Loopback0IFT_LOOPBACKLoopback interface(s)IM_STATE_UPIM_STATE_UPloopbackLoopback1500false1false00falseNone194.103.10.032MgmtEth0/RSP0/CPU0/0MgmtEth0/RSP0/CPU0/0IFT_ETHERNETManagement EthernetIM_STATE_UPIM_STATE_UPetherARPA1514false5false100000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_1000BASE_THDIM_ATTR_LINK_TYPE_AUTOIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5024.2410
d46d.5024.2410
00100000100000falseNone14400ARPAfalse10.193.0.2092023351250000100000900255Full2698011612376455181812836053373169659623318459622979320042007412491000002330522710000000000005014488651990144014828955
MgmtEth0/RSP0/CPU0/1MgmtEth0/RSP0/CPU0/1IFT_ETHERNETManagement EthernetIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false0IM_ATTR_DUPLEX_UNKNOWNIM_ATTR_MEDIA_1000BASE_THDIM_ATTR_LINK_TYPE_AUTOIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5024.2411
d46d.5024.2411
0000falseNone000000000900255Full000000000000000000000000000000014488651990144014828942949672954294967295
MgmtEth0/RSP1/CPU0/0MgmtEth0/RSP1/CPU0/0IFT_ETHERNETManagement EthernetIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false0IM_ATTR_DUPLEX_UNKNOWNIM_ATTR_MEDIA_1000BASE_THDIM_ATTR_LINK_TYPE_AUTOIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5024.3ee0
d46d.5024.3ee0
0000falseNone000000000900255Full000000000000000000000000000000014488651990144014839642949672954294967295
MgmtEth0/RSP1/CPU0/1MgmtEth0/RSP1/CPU0/1IFT_ETHERNETManagement EthernetIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false0IM_ATTR_DUPLEX_UNKNOWNIM_ATTR_MEDIA_1000BASE_THDIM_ATTR_LINK_TYPE_AUTOIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5024.3ee1
d46d.5024.3ee1
0000falseNone000000000900255Full000000000000000000000000000000014488651990144014839642949672954294967295
Null0Null0IFT_NULLNull interfaceIM_STATE_UPIM_STATE_UPnullNull1500false1false00falseNone000000000900255Full000000000000000000000000000000014488651990144014830942949672954294967295TenGigE0/1/0/0TenGigE0/1/0/0IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93a4
d46d.5011.93a4
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/1TenGigE0/1/0/1IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93a5
d46d.5011.93a5
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/10TenGigE0/1/0/10IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93ae
d46d.5011.93ae
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/11TenGigE0/1/0/11IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93af
d46d.5011.93af
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/12TenGigE0/1/0/12IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93b0
d46d.5011.93b0
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/13TenGigE0/1/0/13IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93b1
d46d.5011.93b1
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/14TenGigE0/1/0/14IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93b2
d46d.5011.93b2
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/15TenGigE0/1/0/15IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93b3
d46d.5011.93b3
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/16TenGigE0/1/0/16IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93b4
d46d.5011.93b4
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/17TenGigE0/1/0/17IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93b5
d46d.5011.93b5
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/18TenGigE0/1/0/18IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93b6
d46d.5011.93b6
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/19TenGigE0/1/0/19IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93b7
d46d.5011.93b7
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/2TenGigE0/1/0/2IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93a6
d46d.5011.93a6
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/20TenGigE0/1/0/20IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93b8
d46d.5011.93b8
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/21TenGigE0/1/0/21IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93b9
d46d.5011.93b9
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/22TenGigE0/1/0/22IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93ba
d46d.5011.93ba
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/23TenGigE0/1/0/23IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93bb
d46d.5011.93bb
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/24TenGigE0/1/0/24IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93bc
d46d.5011.93bc
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/25TenGigE0/1/0/25IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93bd
d46d.5011.93bd
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/26TenGigE0/1/0/26IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93be
d46d.5011.93be
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/27TenGigE0/1/0/27IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93bf
d46d.5011.93bf
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/28TenGigE0/1/0/28IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93c0
d46d.5011.93c0
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/29TenGigE0/1/0/29IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93c1
d46d.5011.93c1
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/3TenGigE0/1/0/3IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93a7
d46d.5011.93a7
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/30TenGigE0/1/0/30IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93c2
d46d.5011.93c2
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/31TenGigE0/1/0/31IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93c3
d46d.5011.93c3
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/32TenGigE0/1/0/32IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93c4
d46d.5011.93c4
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/33TenGigE0/1/0/33IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93c5
d46d.5011.93c5
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/34TenGigE0/1/0/34IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93c6
d46d.5011.93c6
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/35TenGigE0/1/0/35IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93c7
d46d.5011.93c7
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/4TenGigE0/1/0/4IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93a8
d46d.5011.93a8
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/5TenGigE0/1/0/5IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93a9
d46d.5011.93a9
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/6TenGigE0/1/0/6IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93aa
d46d.5011.93aa
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/7TenGigE0/1/0/7IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93ab
d46d.5011.93ab
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/8TenGigE0/1/0/8IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93ac
d46d.5011.93ac
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/1/0/9TenGigE0/1/0/9IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.5011.93ad
d46d.5011.93ad
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/2/0/0TenGigE0/2/0/0IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6818
d46d.500e.6818
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/1TenGigE0/2/0/1IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6819
d46d.500e.6819
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/10TenGigE0/2/0/10IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6822
d46d.500e.6822
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/11TenGigE0/2/0/11IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6823
d46d.500e.6823
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/12TenGigE0/2/0/12IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6824
d46d.500e.6824
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/13TenGigE0/2/0/13IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6825
d46d.500e.6825
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/14TenGigE0/2/0/14IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6826
d46d.500e.6826
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/15TenGigE0/2/0/15IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6827
d46d.500e.6827
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/16TenGigE0/2/0/16IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6828
d46d.500e.6828
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/17TenGigE0/2/0/17IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6829
d46d.500e.6829
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/18TenGigE0/2/0/18IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.682a
d46d.500e.682a
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/19TenGigE0/2/0/19IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.682b
d46d.500e.682b
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/2TenGigE0/2/0/2IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.681a
d46d.500e.681a
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/20TenGigE0/2/0/20IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.682c
d46d.500e.682c
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/21TenGigE0/2/0/21IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.682d
d46d.500e.682d
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/22TenGigE0/2/0/22IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.682e
d46d.500e.682e
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/23TenGigE0/2/0/23IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.682f
d46d.500e.682f
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/24TenGigE0/2/0/24IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6830
d46d.500e.6830
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/25TenGigE0/2/0/25IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6831
d46d.500e.6831
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/26TenGigE0/2/0/26IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6832
d46d.500e.6832
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/27TenGigE0/2/0/27IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6833
d46d.500e.6833
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/28TenGigE0/2/0/28IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6834
d46d.500e.6834
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/29TenGigE0/2/0/29IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6835
d46d.500e.6835
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/3TenGigE0/2/0/3IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.681b
d46d.500e.681b
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/30TenGigE0/2/0/30IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6836
d46d.500e.6836
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/31TenGigE0/2/0/31IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6837
d46d.500e.6837
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/32TenGigE0/2/0/32IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6838
d46d.500e.6838
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/33TenGigE0/2/0/33IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6839
d46d.500e.6839
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/34TenGigE0/2/0/34IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.683a
d46d.500e.683a
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/35TenGigE0/2/0/35IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.683b
d46d.500e.683b
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/4TenGigE0/2/0/4IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.681c
d46d.500e.681c
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/5TenGigE0/2/0/5IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.681d
d46d.500e.681d
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/6TenGigE0/2/0/6IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.681e
d46d.500e.681e
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/7TenGigE0/2/0/7IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.681f
d46d.500e.681f
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/8TenGigE0/2/0/8IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6820
d46d.500e.6820
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/2/0/9TenGigE0/2/0/9IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6821
d46d.500e.6821
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851042949672954294967295
TenGigE0/3/0/0TenGigE0/3/0/0IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6860
d46d.500e.6860
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/3/0/1TenGigE0/3/0/1IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6861
d46d.500e.6861
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/3/0/10TenGigE0/3/0/10IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.686a
d46d.500e.686a
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/3/0/11TenGigE0/3/0/11IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.686b
d46d.500e.686b
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488651990144014851742949672954294967295
TenGigE0/3/0/12TenGigE0/3/0/12IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false3false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.686c
d46d.500e.686c
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN51439087905000000100000009013255Full9140899715772617144752335213924382765001371625117527340000000000000000000003014488651990144014851702
TenGigE0/3/0/12.20TenGigE0/3/0/12.20IFT_VLAN_SUBIFVLAN sub-interface(s)IM_STATE_UPIM_STATE_UPdot1q802.1Q1518false3false10000000
d46d.500e.686c
001000000010000000falseTenGigE0/3/0/12None14400ARPAfalse10.192.224.12131VLANDot1Q2051430387902000000100000009013255Full91408798550726086099334217609010393584003744140000000000000000000000014488651990144230212304
TenGigE0/3/0/13TenGigE0/3/0/13IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false9false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.686d
d46d.500e.686d
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN4325384672855136027444200001000000091411255Full533573085546357528426678921122811257553883887282762139332135017533020000000000000000000009014488651990144014851700
TenGigE0/3/0/13.20TenGigE0/3/0/13.20IFT_VLAN_SUBIFVLAN sub-interface(s)IM_STATE_UPIM_STATE_UPdot1q802.1Q1518false5false10000000
d46d.500e.686d
001000000010000000falseTenGigE0/3/0/13None14400ARPAfalse10.192.224.12331VLANDot1Q204323364671855210727490600001000000091411255Full533571363776356709780130821122794690453864377983541003531920000000000000000000000014488651990144230212300
TenGigE0/3/0/14TenGigE0/3/0/14IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false3false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.686e
d46d.500e.686e
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN4327564642852474726078400001000000091311255Full528576545546300605596429224673369718861553762797176137151135017314220000000000000000000003014488651990144014851700
TenGigE0/3/0/14.20TenGigE0/3/0/14.20IFT_VLAN_SUBIFVLAN sub-interface(s)IM_STATE_UPIM_STATE_UPdot1q802.1Q1518false3false10000000
d46d.500e.686e
001000000010000000falseTenGigE0/3/0/14None14400ARPAfalse10.192.224.12531VLANDot1Q204335184651952443126072400001000000091311255Full528575119886299795026049724673338661261534237043496003532020000000000000000000000014488651990144230212300
TenGigE0/3/0/15TenGigE0/3/0/15IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false3false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.686f
d46d.500e.686f
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN556310112713120148721140000100000009314255Full112986397913803860321694717338201001814612192026698137150135017314020000000000000000000003014488651990144014851700
TenGigE0/3/0/15.20TenGigE0/3/0/15.20IFT_VLAN_SUBIFVLAN sub-interface(s)IM_STATE_UPIM_STATE_UPdot1q802.1Q1518false3false10000000
d46d.500e.686f
001000000010000000falseTenGigE0/3/0/15None14400ARPAfalse10.192.224.12731VLANDot1Q20556515112701120000721520000100000009314255Full112986189971803778411805227338182617114592744069527003532020000000000000000000000014488651990144230212300
TenGigE0/3/0/16TenGigE0/3/0/16IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false3false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6870
d46d.500e.6870
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN55325598398104573657690000100000009214255Full107152768526788062716664447133202853914145238373712137148135017314020000000000000000000003014488651990144014851700
TenGigE0/3/0/16.20TenGigE0/3/0/16.20IFT_VLAN_SUBIFVLAN sub-interface(s)IM_STATE_UPIM_STATE_UPdot1q802.1Q1518false3false10000000
d46d.500e.6870
001000000010000000falseTenGigE0/3/0/16None14400ARPAfalse10.192.224.12931VLANDot1Q2055325398392104361657220000100000009214255Full107152566769787981791525107133183384214125799641111003532120000000000000000000000014488651990144230212300
TenGigE0/3/0/17TenGigE0/3/0/17IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false3false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6871
d46d.500e.6871
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN44180747232108335659430000100000009211255Full52712264488628920617916657118618167813948042165353137146135017313520000000000000000000003014488651990144014851700
TenGigE0/3/0/17.20TenGigE0/3/0/17.20IFT_VLAN_SUBIFVLAN sub-interface(s)IM_STATE_UPIM_STATE_UPdot1q802.1Q1518false3false10000000
d46d.500e.6871
001000000010000000falseTenGigE0/3/0/17None14400ARPAfalse10.192.224.13131VLANDot1Q2044147347205108193659620000100000009211255Full52712084470628841368073967118600226113928577086893003531920000000000000000000000014488651990144230212300
TenGigE0/3/0/18TenGigE0/3/0/18IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false9false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6872
d46d.500e.6872
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN429582464103712091948790000100000009910255Full532658530546304954781671918377994380440420373251673139326134117532420000000000000000000009014488651990144014851700
TenGigE0/3/0/18.20TenGigE0/3/0/18.20IFT_VLAN_SUBIFVLAN sub-interface(s)IM_STATE_UPIM_STATE_UPdot1q802.1Q1518false5false10000000
d46d.500e.6872
001000000010000000falseTenGigE0/3/0/18None14400ARPAfalse10.192.224.2531VLANDot1Q20429328463933708561947750000100000009910255Full532657107766304126297191318377979814140400040736863003531920000000000000000000000014488652000144230212300
TenGigE0/3/0/19TenGigE0/3/0/19IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false7false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6873
d46d.500e.6873
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN61887612632376025035370300001000000091915255Full1345684984658648244695565835140599217596947170632548139320134117532020000000000000000000007014488652000144014851700
TenGigE0/3/0/19.20TenGigE0/3/0/19.20IFT_VLAN_SUBIFVLAN sub-interface(s)IM_STATE_UPIM_STATE_UPdot1q802.1Q1518false5false10000000
d46d.500e.6873
001000000010000000falseTenGigE0/3/0/19None14400ARPAfalse10.192.224.2731VLANDot1Q2061832812624875952435346400001000000091915255Full1345682604438647385071346635140556909596926766634327003532020000000000000000000000014488652000144230212300
TenGigE0/3/0/2TenGigE0/3/0/2IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6862
d46d.500e.6862
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488652000144014851742949672954294967295
TenGigE0/3/0/20TenGigE0/3/0/20IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false3false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6874
d46d.500e.6874
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN59048110622971680135355900001000000091815255Full106080845785804993015588253848930139359546519556388013711913411731082000000000341700000000003014488652000144014851700
TenGigE0/3/0/20.20TenGigE0/3/0/20.20IFT_VLAN_SUBIFVLAN sub-interface(s)IM_STATE_UPIM_STATE_UPdot1q802.1Q1518false3false10000000
d46d.500e.6874
001000000010000000falseTenGigE0/3/0/20None14400ARPAfalse10.192.224.2931VLANDot1Q2059015910615571631035335700001000000091815255Full1060806245338049097368553438489259816695444811948414003532020000000000000000000000014488652000144230212300
TenGigE0/3/0/21TenGigE0/3/0/21IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false3false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6875
d46d.500e.6875
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN52877389617113230671880000100000009213255Full90887561207727333836586457199667965015228121822019137118134117310720000000000000000000003014488652000144014851700
TenGigE0/3/0/21.20TenGigE0/3/0/21.20IFT_VLAN_SUBIFVLAN sub-interface(s)IM_STATE_UPIM_STATE_UPdot1q802.1Q1518false3false10000000
d46d.500e.6875
001000000010000000falseTenGigE0/3/0/21None14400ARPAfalse10.192.224.3131VLANDot1Q2052877289630113097671900000100000009213255Full90887351090727251890799537199648879115208655793213003532020000000000000000000000014488652000144230212300
TenGigE0/3/0/22TenGigE0/3/0/22IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false3false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6876
d46d.500e.6876
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN71252915573052461721563100001000000091318255Full1409866898738994426815461321534990298258698561510772137115134117310520000000000000000000003014488652000144014851700
TenGigE0/3/0/22.20TenGigE0/3/0/22.20IFT_VLAN_SUBIFVLAN sub-interface(s)IM_STATE_UPIM_STATE_UPdot1q802.1Q1518false3false10000000
d46d.500e.6876
001000000010000000falseTenGigE0/3/0/22None14400ARPAfalse10.192.224.3331VLANDot1Q2071232615568552432221555700001000000091318255Full1409864303648993619028346721534959840958679058970491003531920000000000000000000000014488652000144230212300
TenGigE0/3/0/23TenGigE0/3/0/23IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false3false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6877
d46d.500e.6877
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN56195710892349097623176100001000000091214255Full1157235614437981696253739122604444223857461903301584137114134117310320000000000000000000003014488652000144014851700
TenGigE0/3/0/23.20TenGigE0/3/0/23.20IFT_VLAN_SUBIFVLAN sub-interface(s)IM_STATE_UPIM_STATE_UPdot1q802.1Q1518false3false10000000
d46d.500e.6877
001000000010000000falseTenGigE0/3/0/23None14400ARPAfalse10.192.224.3531VLANDot1Q2056180810887349092023167500001000000091214255Full1157233405517980882638228522604413143557442349572020003532020000000000000000000000014488652000144230212300
TenGigE0/3/0/24TenGigE0/3/0/24IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1518false1false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6878
d46d.500e.6878
001000000010000000falseNoneTSIC IC-310199-04, XNET-1159IM_ATTR_TRANSPORT_MODE_LAN1261965629475173148934293100001000000094432255Full62437692387115309122366581333075181519823502032463177443268244546837798481400000273000273000000000001014488652000144014851700
TenGigE0/3/0/25TenGigE0/3/0/25IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1518false9false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6879
d46d.500e.6879
001000000010000000falseNoneTSIC IC-310199-04, XNET-1159IM_ATTR_TRANSPORT_MODE_LAN1016715505330147660119330800001000000093725255Full480251694951118886353544283205545175694205002059342271667038121509376051217000000502000502000000000009014488652000144014851700
TenGigE0/3/0/26TenGigE0/3/0/26IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1518false3false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.687a
d46d.500e.687a
001000000010000000falseNoneTSIC IC-310199-04, XNET-1159IM_ATTR_TRANSPORT_MODE_LAN1153917585257173773234448500001000000094429255Full579337669797146171168479826362664799038248930284174500666591945121852355000000338000338000000000003014488652000144014851700
TenGigE0/3/0/27TenGigE0/3/0/27IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1518false7false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.687b
d46d.500e.687b
001000000010000000falseNoneTSIC IC-310199-04, XNET-1159IM_ATTR_TRANSPORT_MODE_LAN953808435622142702519190400001000000093624255Full4235689028761043051360891322130570940932047946762431624326420365666847600000297000297000000000007014488652000144014851700
TenGigE0/3/0/28TenGigE0/3/0/28IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.687c
d46d.500e.687c
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488652000144014851742949672954294967295
TenGigE0/3/0/29TenGigE0/3/0/29IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.687d
d46d.500e.687d
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488652000144014851742949672954294967295
TenGigE0/3/0/3TenGigE0/3/0/3IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6863
d46d.500e.6863
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488652000144014851742949672954294967295
TenGigE0/3/0/30TenGigE0/3/0/30IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.687e
d46d.500e.687e
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488652000144014851742949672954294967295
TenGigE0/3/0/31TenGigE0/3/0/31IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.687f
d46d.500e.687f
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488652000144014851742949672954294967295
TenGigE0/3/0/32TenGigE0/3/0/32IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false7false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6880
d46d.500e.6880
001000000010000000falseNoneNTTIM_ATTR_TRANSPORT_MODE_LAN0011000010000000900255Full1031131287289157800871796142576120551652000000000398640000000000007014488652000144014851700
TenGigE0/3/0/33TenGigE0/3/0/33IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false11false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6881
d46d.500e.6881
001000000010000000falseNoneNTTIM_ATTR_TRANSPORT_MODE_LAN0011000010000000900255Full1012941266326857806971795228568034551624000000000390482550000000000011014488652000144014851700
TenGigE0/3/0/34TenGigE0/3/0/34IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false1false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6882
d46d.500e.6882
001000000010000000falseNoneNTTIM_ATTR_TRANSPORT_MODE_LAN0011000010000000900255Full100146124863185779097178142656671055162028600000000389230000000000001014488652000144014851700
TenGigE0/3/0/35TenGigE0/3/0/35IFT_TENGETHERNETTenGigEIM_STATE_UPIM_STATE_UPetherARPA1514false3false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6883
d46d.500e.6883
001000000010000000falseNoneNTTIM_ATTR_TRANSPORT_MODE_LAN0011000010000000900255Full101292126607995962387528832356602224569673000000000388540000000000003014488652000144014851700
TenGigE0/3/0/4TenGigE0/3/0/4IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6864
d46d.500e.6864
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488652000144014851742949672954294967295
TenGigE0/3/0/5TenGigE0/3/0/5IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6865
d46d.500e.6865
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488652000144014851742949672954294967295
TenGigE0/3/0/6TenGigE0/3/0/6IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6866
d46d.500e.6866
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488652000144014851742949672954294967295
TenGigE0/3/0/7TenGigE0/3/0/7IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6867
d46d.500e.6867
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488652000144014851742949672954294967295
TenGigE0/3/0/8TenGigE0/3/0/8IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6868
d46d.500e.6868
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488652000144014851742949672954294967295
TenGigE0/3/0/9TenGigE0/3/0/9IFT_TENGETHERNETTenGigEIM_STATE_DOWNIM_STATE_DOWNetherARPA1514false0false10000000IM_ATTR_DUPLEX_FULLIM_ATTR_MEDIA_UNKNOWNIM_ATTR_LINK_TYPE_FORCEIM_ATTR_FLOW_CONTROL_OFFIM_ATTR_FLOW_CONTROL_OFF
d46d.500e.6869
d46d.500e.6869
001000000010000000falseNoneIM_ATTR_TRANSPORT_MODE_LAN0000000010000000900255Full000000000000000000000000000000014488652000144014851742949672954294967295
\ No newline at end of file diff --git a/test/unit/iosxr/mock_data/_Get__Operational__L2VPNForwarding___L2VPNForwarding___Operational___Get_.rpc b/test/unit/iosxr/mock_data/_Get__Operational__L2VPNForwarding___L2VPNForwarding___Operational___Get_.rpc deleted file mode 100644 index 6e03adf1c..000000000 --- a/test/unit/iosxr/mock_data/_Get__Operational__L2VPNForwarding___L2VPNForwarding___Operational___Get_.rpc +++ /dev/null @@ -1,2 +0,0 @@ - -0RSP0CPU0a0000006trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.90001500211true160.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT40192162223220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000007trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.63701500211true160.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT30192162223220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000009trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.10001500211true160.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT10192162223220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a000000atrueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.1001500211true160.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT00192162223220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a000000btrueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.90001500211true224.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT40192180657220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a000000ctrueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.63701500211true224.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT30192180657220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a000000etrueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.10001500211true224.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT10192180657220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a000000ftrueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.1001500211true224.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT00192180657220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000010trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.90001500211true32.3.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT40192172879220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000011trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.63701500211true32.3.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT30192172879220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000013trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.10001500211true32.3.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT10192172879220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000014trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.1001500211true32.3.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT00192172879220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000015trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.90001500211true96.8.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT40204638236020150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000016trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.63701500211true96.8.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT30204638236020150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000017trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.10001500211true96.8.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT10204638236020150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000018trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.1001500211true96.8.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT00204638236020150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0cfcf:vlan10a000000a002684354570MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.1001500211true160.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan10a000000f002684354575MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.1001500211true224.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan10a0000014002684354580MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.1001500211true32.3.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan10a0000018002684354584MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.1001500211true96.8.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan100a0000009102684354569MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.10001500211true160.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan100a000000e102684354574MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.10001500211true224.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan100a0000013102684354579MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.10001500211true32.3.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan100a0000017102684354583MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.10001500211true96.8.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan637a0000007302684354567MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.63701500211true160.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan637a000000c302684354572MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.63701500211true224.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan637a0000011302684354577MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.63701500211true32.3.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan637a0000016302684354582MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.63701500211true96.8.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000adminadmin:admina0000006402684354566MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.90001500211true160.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000adminadmin:admina000000b402684354571MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.90001500211true224.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000adminadmin:admina0000010402684354576MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.90001500211true32.3.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000adminadmin:admina0000015402684354581MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.90001500211true96.8.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000016160000000001600000000000000000016000000000000000000004040000000000000000SRC_DST_IP00000false0000RSP1CPU0a0000006trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.90001500211true160.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT40191945544820150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000007trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.63701500211true160.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT30191945544820150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000009trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.10001500211true160.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT10191945544820150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a000000atrueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.1001500211true160.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT00191945544820150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a000000btrueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.90001500211true224.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT40191963978820150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a000000ctrueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.63701500211true224.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT30191963978820150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a000000etrueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.10001500211true224.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT10191963978820150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a000000ftrueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.1001500211true224.2.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT00191963978820150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000010trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.90001500211true32.3.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT40191956200820150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000011trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.63701500211true32.3.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT30191956200820150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000013trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.10001500211true32.3.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT10191956200820150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000014trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.1001500211true32.3.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT00191956200820150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000015trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.90001500211true96.8.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT40204412956020150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000016trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.63701500211true96.8.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT30204412956020150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000017trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.10001500211true96.8.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT10204412956020150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000018trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.1001500211true96.8.0.2trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT00204412956020150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0cfcf:vlan10a000000a002684354570MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.1001500211true160.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan10a000000f002684354575MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.1001500211true224.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan10a0000014002684354580MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.1001500211true32.3.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan10a0000018002684354584MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.1001500211true96.8.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan100a0000009102684354569MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.10001500211true160.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan100a000000e102684354574MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.10001500211true224.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan100a0000013102684354579MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.10001500211true32.3.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan100a0000017102684354583MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.10001500211true96.8.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan637a0000007302684354567MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.63701500211true160.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan637a000000c302684354572MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.63701500211true224.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan637a0000011302684354577MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.63701500211true32.3.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan637a0000016302684354582MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.63701500211true96.8.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000adminadmin:admina0000006402684354566MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.90001500211true160.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000adminadmin:admina000000b402684354571MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.90001500211true224.2.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000adminadmin:admina0000010402684354576MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.90001500211true32.3.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000adminadmin:admina0000015402684354581MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.90001500211true96.8.0.2trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000016160000000001600000000000000000016000000000000000000004040000000000000000SRC_DST_IP00000false00000CPU0a0000006trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.90001500211true2.0.4.226trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT40241511379620150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000007trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.63701500211true2.0.4.162trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT30241511379620150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000009trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.10001500211true2.0.4.34trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT10241511379620150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a000000atrueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.1001500211true2.0.3.98trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT00241511379620150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a000000btrueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.90001500211true2.0.5.226trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT40237792892020150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a000000ctrueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.63701500211true2.0.5.162trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT30237792892020150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a000000etrueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.10001500211true2.0.5.34trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT10237792892020150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a000000ftrueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.1001500211true2.0.3.162trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT00237792892020150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000010trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.90001500211true2.0.6.226trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT40237811246420150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000011trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.63701500211true2.0.6.162trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT30237811246420150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000013trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.10001500211true2.0.6.34trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT10237811246420150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000014trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.1001500211true2.0.3.226trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT00237811246420150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000015trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.90001500211true2.0.9.98trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT40256800227220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000016trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.63701500211true2.0.9.34trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT30256800227220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000017trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.10001500211true2.0.8.226trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT10256800227220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0a0000018trueMGMT_L2FIB_SWITCHING_TYPE_UNKNOWNMGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.1001500211true2.0.8.162trueN/A00MGMT_L2FIB_DATA_TYPE_BRIDGE_PORT00256800227220150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000None0000.0.0.0false0cfcf:vlan10a000000a002684354570MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.1001500211true2.0.3.98trueN/A0074000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan10a000000f002684354575MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.1001500211true2.0.3.162trueN/A0044000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan10a0000014002684354580MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.1001500211true2.0.3.226trueN/A00114000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan10a0000018002684354584MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.1001500211true2.0.8.162trueN/A00154000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan100a0000009102684354569MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.10001500211true2.0.4.34trueN/A0074000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan100a000000e102684354574MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.10001500211true2.0.5.34trueN/A0044000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan100a0000013102684354579MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.10001500211true2.0.6.34trueN/A00134000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan100a0000017102684354583MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.10001500211true2.0.8.226trueN/A00154000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan637a0000007302684354567MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.63701500211true2.0.4.162trueN/A00124000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan637a000000c302684354572MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.63701500211true2.0.5.162trueN/A0004000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan637a0000011302684354577MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.63701500211true2.0.6.162trueN/A00174000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000cfcf:vlan637a0000016302684354582MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.63701500211true2.0.9.34trueN/A00154000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000adminadmin:admina0000006402684354566MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1Bundle-Ether1.90001500211true2.0.4.226trueN/A0034000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000adminadmin:admina000000b402684354571MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2Bundle-Ether2.90001500211true2.0.5.226trueN/A0014000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000adminadmin:admina0000010402684354576MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3Bundle-Ether3.90001500211true2.0.6.226trueN/A0034000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000adminadmin:admina0000015402684354581MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8Bundle-Ether8.90001500211true2.0.9.98trueN/A0024000MGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalsefalse1500300150030040000falsefalsefalseMGMT_L2FIB_MAC_LIMIT_ACTION_TYPE_NONEfalsefalseMGMT_L2FIB_MAC_LIMIT_NOTIFY_SYSLOGfalsefalseRestricttruefalsefalsefalsefalsePPSPPSPPSfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalse0falsetruefalse000000
a.b81a.4f81
adminadmin
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.90000CPU0admin:admin4false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
78fe.3dec.9281
adminadmin
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.90000CPU0admin:admin4false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
c464.1384.69c
adminadmin
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.90000CPU0admin:admin4false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
660e.9496.e0ff
adminadmin
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2.9000RSP0CPU0admin:admin4false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
8c60.4f35.6158
adminadmin
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.90000CPU0admin:admin4false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
8c60.4f35.617c
adminadmin
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.90000CPU0admin:admin4false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
cce1.7fc6.8d41
adminadmin
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.90000CPU0admin:admin4false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
44f4.77ad.2dc1
adminadmin
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.9000RSP0CPU0admin:admin4false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
8c60.4f69.e93c
adminadmin
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.9000RSP0CPU0admin:admin4false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
e0ac.f167.48d8
adminadmin
1MGMT_L2FIB_DATA_TYPE_MIN00.0.0.0Default00CPU0admin:admin4false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
3cd9.2bf2.c5b
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
3cd9.2bf2.ca7
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
3cd9.2bf2.ccb
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
3cd9.2bf2.a445
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
3cd9.2bf2.f673
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
e839.35b0.56c5
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
e839.35b1.b46d
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.530e.691d
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5322.1d9
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5322.251
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5322.471
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5322.209
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5322.4c1
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.cd31
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.d9d1
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.db11
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.de31
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.e2d1
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.e371
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.eb51
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.ec51
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
8c60.4f35.6158
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.1000CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532e.cfe1
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532e.d2d1
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.dc71
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.dd61
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.dde1
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.de21
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.e2c1
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.e821
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.e921
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.e9b1
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.ed41
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.ee51
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.f181
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.f1b1
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.f551
cfvlan10
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.100RSP0CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
e0ac.f167.48d8
cfvlan10
1MGMT_L2FIB_DATA_TYPE_MIN00.0.0.0Default00CPU0cf:vlan100false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
3cd9.2bf2.c5a
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
3cd9.2bf2.ca6
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
3cd9.2bf2.cca
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
3cd9.2bf2.a444
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
3cd9.2bf2.f672
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
e839.35b0.56c4
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
e839.35b1.b46c
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.530e.691c
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5322.1d8
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5322.250
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5322.470
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether2.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5322.208
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5322.4c0
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.cb50
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.cba0
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.cd30
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.d9d0
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.db10
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.de30
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.e2d0
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.e370
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.eb50
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532b.ec50
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
8c60.4f35.6158
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.10000CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532e.cfe0
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.532e.d2d0
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.dc70
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.dd60
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.dde0
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.de20
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.e2c0
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.e820
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.e920
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.e9b0
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.ed40
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.ee50
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.f180
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.f1b0
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
f.5330.f550
cfvlan100
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.1000RSP0CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
e0ac.f167.48d8
cfvlan100
1MGMT_L2FIB_DATA_TYPE_MIN00.0.0.0Default00CPU0cf:vlan1001false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
a.9c52.e79e
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
a.9c52.e7b6
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
3cd9.2bf5.5469
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
3cd9.2bf5.64b2
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
3cd9.2bf5.7449
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
3cd9.2bf5.74e9
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
c454.4464.393f
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
c454.4464.3a00
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
c454.4464.3a89
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
c454.4464.3b1c
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
e839.35b3.138b
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
e839.35bf.8bd1
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether1.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2.9911.9c39
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2.9914.df0
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c6e.929f
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c6e.92a0
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c6e.a5bc
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c6e.a5be
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c6e.a5c0
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c6e.a5ca
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c6e.f888
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c6e.f88b
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c6e.f8a4
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c6e.f8b3
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c6e.f96f
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c6f.1627
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
8c60.4f35.6158
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
c454.4464.39f8
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
c454.4464.3aa8
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether3.63700CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c6e.a6a6
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.6370RSP0CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c73.28d6
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.6370RSP0CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c73.7d98
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.6370RSP0CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c73.7e3c
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.6370RSP0CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c7a.4128
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.6370RSP0CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c7a.7df4
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.6370RSP0CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c7b.5cb7
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.6370RSP0CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c7b.915b
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.6370RSP0CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c7b.9baa
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.6370RSP0CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c7b.9c9a
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.6370RSP0CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c8c.5483
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.6370RSP0CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c8c.d25b
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.6370RSP0CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c8c.d2d7
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.6370RSP0CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c8c.d2fa
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.6370RSP0CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
2c60.c8c.d2fd
cfvlan637
1MGMT_L2FIB_DATA_TYPE_ACBundle-Ether8.6370RSP0CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
e0ac.f167.48d8
cfvlan637
1MGMT_L2FIB_DATA_TYPE_MIN00.0.0.0Default00CPU0cf:vlan6373false0000.0000.00000MGMT_L2FIB_BRIDGE_MAC_EVPN_CTX_NONEfalse0.0.0.0false000.0.0.00
0161600000000016000000000000000000160000000000000000000040400607344137000000000SRC_DST_IP00000false000
\ No newline at end of file diff --git a/test/unit/iosxr/mock_data/_Get__Operational__LLDP___LLDP___Operational___Get_.rpc b/test/unit/iosxr/mock_data/_Get__Operational__LLDP___LLDP___Operational___Get_.rpc deleted file mode 100644 index 692b3d86c..000000000 --- a/test/unit/iosxr/mock_data/_Get__Operational__LLDP___LLDP___Operational___Get_.rpc +++ /dev/null @@ -1,18 +0,0 @@ - -0RSP0CPU024686640000000000Bundle-Ether1Bundle-Ether111IDLEWAIT FOR FRAME124BE15core01.yyz01
IPv41.239.162.108
1130
IPv62400:cb00:29:2::1
1130
Bundle-Ether2Bundle-Ether211IDLEWAIT FOR FRAME123BE25core02.yyz01
IPv41.239.162.108
1130
IPv62400:cb00:29:2::1
1130
Bundle-Ether3Bundle-Ether311IDLEWAIT FOR FRAME125BE35core03.yyz01
IPv41.239.162.108
1130
IPv62400:cb00:29:2::1
1130
Bundle-Ether4Bundle-Ether401INITWAIT FOR FRAME146BE45TorIX [T=pxNA]
IPv4208.34.108.206
1146
IPv62001:504:1a::34:208
1146
Bundle-Ether5Bundle-Ether501INITWAIT FOR FRAME147BE55GTT [T=pt4436][GTT:GI/IP Transit/00420998]
IPv4186.49.205.173
1147
IPv62001:668:0:3:ffff:0:adcd:31ba
1147
Bundle-Ether6Bundle-Ether601INITWAIT FOR FRAME148BE65Equinix IX [T=pxNA]
IPv456.181.32.198
1148
IPv62001:504:d:80:0:1:3335:1
1148
Bundle-Ether7Bundle-Ether701INITWAIT FOR FRAME149BE75Tata [T=pt6453]
IPv450.33.86.64
1149
IPv62001:5a0:800:300::e
1149
Bundle-Ether8Bundle-Ether811IDLEWAIT FOR FRAME150BE85to-core04.yyz01
IPv41.239.162.108
1130
IPv62400:cb00:29:2::1
1130
Bundle-Ether9Bundle-Ether901INITWAIT FOR FRAME155BE95Cogent [T=pt174][COGENT:1-182657427]
IPv4186.240.88.38
1155
IPv62001:550:2:8::3b:2
1155
Bundle-Ether10Bundle-Ether1001INITWAIT FOR FRAME156BE105Telia [T=pt1299]
IPv4138.52.115.62
1156
IPv62001:2000:3080:c90::2
1156
00CPU0131361652130890652544669089446690890000TenGigE0/0/0/0TenGigE0/0/0/011INITWAIT PORT OPER22Te0/0/0/05GTT [EQIX:4976413]
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/1TenGigE0/0/0/111IDLEWAIT FOR FRAME23Te0/0/0/15Telia [EQIX:16974369][TELIA:IC-309912]
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/2TenGigE0/0/0/211IDLEWAIT FOR FRAME24Te0/0/0/25Bundle-Ether2
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/3TenGigE0/0/0/311IDLEWAIT FOR FRAME25Te0/0/0/35Bundle-Ether1
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/4TenGigE0/0/0/411IDLEWAIT FOR FRAME26Te0/0/0/45Bundle-Ether3
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/5TenGigE0/0/0/511IDLEWAIT FOR FRAME27Te0/0/0/55Bundle-Ether1
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/6TenGigE0/0/0/611IDLEWAIT FOR FRAME28Te0/0/0/65TorIX [EQIX:18701323]
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/7TenGigE0/0/0/711IDLEWAIT FOR FRAME29Te0/0/0/75GTT [EQIX:214588]
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/8TenGigE0/0/0/811IDLEWAIT FOR FRAME30Te0/0/0/85Bundle-Ether8
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/9TenGigE0/0/0/911IDLEWAIT FOR FRAME31Te0/0/0/95Cogent [EQIX:20072447]
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/12TenGigE0/0/0/1211IDLEWAIT FOR FRAME34Te0/0/0/125Telia [EQIX:12424461][TELIA:IC-303993]
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/13TenGigE0/0/0/1311IDLEWAIT PORT OPER35Te0/0/0/135Rogers [EQIX:15172038]
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/14TenGigE0/0/0/1411IDLEWAIT FOR FRAME36Te0/0/0/145Bundle-Ether2
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/15TenGigE0/0/0/1511IDLEWAIT FOR FRAME37Te0/0/0/155Bundle-Ether1
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/16TenGigE0/0/0/1611IDLEWAIT FOR FRAME38Te0/0/0/165Bundle-Ether3
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/17TenGigE0/0/0/1711IDLEWAIT FOR FRAME39Te0/0/0/175Bundle-Ether2
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/18TenGigE0/0/0/1800INITINIT40Te0/0/0/185Rogers [T=px812][EQIX:15172038]
IPv424.156.159.190
140
IPv62607:f798:14:2b::2
140
TenGigE0/0/0/19TenGigE0/0/0/1911IDLEWAIT FOR FRAME41Te0/0/0/195Bundle-Ether8
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/21TenGigE0/0/0/2111IDLEWAIT FOR FRAME43Te0/0/0/215Equinix IX [EQIX:16974369]
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/23TenGigE0/0/0/2300INITWAIT PORT OPER45Te0/0/0/235
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/24TenGigE0/0/0/2411IDLEWAIT FOR FRAME46Te0/0/0/245Cogent [EQIX:16764565]
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/25TenGigE0/0/0/2511IDLEWAIT FOR FRAME47Te0/0/0/255Bundle-Ether2
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/26TenGigE0/0/0/2600INITWAIT PORT OPER48Te0/0/0/265Bundle-Ether1
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/27TenGigE0/0/0/2711IDLEWAIT FOR FRAME49Te0/0/0/275Bundle-Ether3
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/28TenGigE0/0/0/2811IDLEWAIT FOR FRAME50Te0/0/0/285Bundle-Ether3
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/29TenGigE0/0/0/2911IDLEWAIT FOR FRAME51Te0/0/0/295GTT [EQIX:20009105]
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/30TenGigE0/0/0/3011IDLEWAIT FOR FRAME52Te0/0/0/305Bundle-Ether8
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/32TenGigE0/0/0/3211IDLEWAIT FOR FRAME54Te0/0/0/325Bundle-Ether8
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/34TenGigE0/0/0/3411IDLEWAIT FOR FRAME56Te0/0/0/345Tata [EQIX:20011319][TATA:HQ9-TNK-NP1]
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/35TenGigE0/0/0/3511IDLEWAIT FOR FRAME57Te0/0/0/355Telia [EQIX:17594202][TELIA:IC-309911]
IPv4108.162.239.1
1130
IPv62400:cb00:29:2::1
1130
TenGigE0/0/0/2core02.yyz01TenGigE0/0/0/2Bundle-Ether2core02.yyz010a00019690120BPN Switch Port(9)core02.yyz01103B,RB0002433791113107246557332089338081TenGigE0/0/0/3core01.yyz01TenGigE0/0/0/3Bundle-Ether1core01.yyz0178fe.3dec.92806010120B,Rxe-0/1/0.0core01.yyz01Juniper Networks, Inc. ex4200-48t , version 11.4R2.14 Build date: 2012-03-17 17:46:53 UTC 119B,RB,R000253477313107404623189338188462338933818946234893381904795189338191329623893381923296238933819332962389338194329623893381953296238933819636969189338197TenGigE0/0/0/4core03.yyz01.as13335.comTenGigE0/0/0/4Bundle-Ether3core03.yyz01.as13335.com8c60.4f35.6158Eth2/1/10120BEthernet2/1/1core03.yyz01.as13335.comCisco Nexus Operating System (NX-OS) Software 7.0(5)N1(1) -TAC support: http://www.cisco.com/tac -Copyright (c) 2002-2014, Cisco Systems, Inc. All rights reserved.112BB
IPv410.10.10.11
183886080
00
026214778262148322189338113322289338114322689338115694528933811632962189338117
TenGigE0/0/0/5core01.yyz01TenGigE0/0/0/5Bundle-Ether1core01.yyz0178fe.3dec.92806020120B,Rxe-0/1/1.0core01.yyz01Juniper Networks, Inc. ex4200-48t , version 11.4R2.14 Build date: 2012-03-17 17:46:53 UTC 107B,RB,R000278477313107404623189338098462338933809946234893381004795189338101329623893381023296238933810332962389338104329623893381053296238933810636969189338107TenGigE0/0/0/8core04.yyz01.as13335.netTenGigE0/0/0/8Bundle-Ether8core04.yyz01.as13335.net8c60.4f69.e96cEth2/2/10120BEthernet2/2/1core04.yyz01.as13335.netCisco Nexus Operating System (NX-OS) Software 7.1(0)N1(1a) -TAC support: http://www.cisco.com/tac -Copyright (c) 2002-2015, Cisco Systems, Inc. All rights reserved.92BB
IPv410.10.10.11
183886080
00
030294778262148322189338055322289338056322689338057694528933805832962189338059
TenGigE0/0/0/14core02.yyz01TenGigE0/0/0/14Bundle-Ether2core02.yyz010a000196630120BPN Switch Port(63)core02.yyz01103B,RB0003635791213107246557332089338085TenGigE0/0/0/15core01.yyz01TenGigE0/0/0/15Bundle-Ether1core01.yyz0178fe.3dec.92806560120B,Rxe-1/1/0.0core01.yyz01Juniper Networks, Inc. ex4200-48t , version 11.4R2.14 Build date: 2012-03-17 17:46:53 UTC 115B,RB,R000372477313107404623189338168462338933816946234893381704795189338171329623893381723296238933817332962389338174329623893381753296238933817636969189338177TenGigE0/0/0/16core03.yyz01.as13335.comTenGigE0/0/0/16Bundle-Ether3core03.yyz01.as13335.com8c60.4f35.6159Eth2/1/20120BEthernet2/1/2core03.yyz01.as13335.comCisco Nexus Operating System (NX-OS) Software 7.0(5)N1(1) -TAC support: http://www.cisco.com/tac -Copyright (c) 2002-2014, Cisco Systems, Inc. All rights reserved.112BB
IPv410.10.10.11
183886080
00
038224778262148322189338123322289338124322689338125694528933812632962189338127
TenGigE0/0/0/17core02.yyz01TenGigE0/0/0/17Bundle-Ether2core02.yyz010a000196640120BPN Switch Port(64)core02.yyz01103B,RB0003936791213107246557332089338087TenGigE0/0/0/19core04.yyz01.as13335.netTenGigE0/0/0/19Bundle-Ether8core04.yyz01.as13335.net8c60.4f69.e96dEth2/2/20120BEthernet2/2/2core04.yyz01.as13335.netCisco Nexus Operating System (NX-OS) Software 7.1(0)N1(1a) -TAC support: http://www.cisco.com/tac -Copyright (c) 2002-2015, Cisco Systems, Inc. All rights reserved.115BB
IPv410.10.10.11
183886080
00
041304778262148322189338153322289338154322689338155694528933815632962189338157
TenGigE0/0/0/25core02.yyz01TenGigE0/0/0/25Bundle-Ether2core02.yyz010a000196100120BPN Switch Port(10)core02.yyz01103B,RB0004734791213107246557332089338083TenGigE0/0/0/27core03.yyz01.as13335.comTenGigE0/0/0/27Bundle-Ether3core03.yyz01.as13335.com8c60.4f35.615aEth2/1/30120BEthernet2/1/3core03.yyz01.as13335.comCisco Nexus Operating System (NX-OS) Software 7.0(5)N1(1) -TAC support: http://www.cisco.com/tac -Copyright (c) 2002-2014, Cisco Systems, Inc. All rights reserved.112BB
IPv410.10.10.11
183886080
00
049234778262148322189338133322289338134322689338135694528933813632962189338137
TenGigE0/0/0/28core03.yyz01.as13335.comTenGigE0/0/0/28Bundle-Ether3core03.yyz01.as13335.com8c60.4f35.615bEth2/1/40120BEthernet2/1/4core03.yyz01.as13335.comCisco Nexus Operating System (NX-OS) Software 7.0(5)N1(1) -TAC support: http://www.cisco.com/tac -Copyright (c) 2002-2014, Cisco Systems, Inc. All rights reserved.112BB
IPv410.10.10.11
183886080
00
050244778262148322189338143322289338144322689338145694528933814632962189338147
TenGigE0/0/0/30core04.yyz01.as13335.netTenGigE0/0/0/30Bundle-Ether8core04.yyz01.as13335.net8c60.4f69.e96eEth2/2/30120BEthernet2/2/3core04.yyz01.as13335.netCisco Nexus Operating System (NX-OS) Software 7.1(0)N1(1a) -TAC support: http://www.cisco.com/tac -Copyright (c) 2002-2015, Cisco Systems, Inc. All rights reserved.92BB
IPv410.10.10.11
183886080
00
052314778262148322189338035322289338036322689338037694528933803832962189338039
TenGigE0/0/0/32core04.yyz01.as13335.netTenGigE0/0/0/32Bundle-Ether8core04.yyz01.as13335.net8c60.4f69.e96fEth2/2/40120BEthernet2/2/4core04.yyz01.as13335.netCisco Nexus Operating System (NX-OS) Software 7.1(0)N1(1a) -TAC support: http://www.cisco.com/tac -Copyright (c) 2002-2015, Cisco Systems, Inc. All rights reserved.92BB
IPv410.10.10.11
183886080
00
054324778262148322189338045322289338046322689338047694528933804832962189338049
TenGigE0/0/0/2core02.yyz01TenGigE0/0/0/2Bundle-Ether2core02.yyz010a00019690120BTenGigE0/0/0/3core01.yyz01TenGigE0/0/0/3Bundle-Ether1core01.yyz0178fe.3dec.92806010120B,RTenGigE0/0/0/4core03.yyz01.as13335.comTenGigE0/0/0/4Bundle-Ether3core03.yyz01.as13335.com8c60.4f35.6158Eth2/1/10120BTenGigE0/0/0/5core01.yyz01TenGigE0/0/0/5Bundle-Ether1core01.yyz0178fe.3dec.92806020120B,RTenGigE0/0/0/8core04.yyz01.as13335.netTenGigE0/0/0/8Bundle-Ether8core04.yyz01.as13335.net8c60.4f69.e96cEth2/2/10120BTenGigE0/0/0/14core02.yyz01TenGigE0/0/0/14Bundle-Ether2core02.yyz010a000196630120BTenGigE0/0/0/15core01.yyz01TenGigE0/0/0/15Bundle-Ether1core01.yyz0178fe.3dec.92806560120B,RTenGigE0/0/0/16core03.yyz01.as13335.comTenGigE0/0/0/16Bundle-Ether3core03.yyz01.as13335.com8c60.4f35.6159Eth2/1/20120BTenGigE0/0/0/17core02.yyz01TenGigE0/0/0/17Bundle-Ether2core02.yyz010a000196640120BTenGigE0/0/0/19core04.yyz01.as13335.netTenGigE0/0/0/19Bundle-Ether8core04.yyz01.as13335.net8c60.4f69.e96dEth2/2/20120BTenGigE0/0/0/25core02.yyz01TenGigE0/0/0/25Bundle-Ether2core02.yyz010a000196100120BTenGigE0/0/0/27core03.yyz01.as13335.comTenGigE0/0/0/27Bundle-Ether3core03.yyz01.as13335.com8c60.4f35.615aEth2/1/30120BTenGigE0/0/0/28core03.yyz01.as13335.comTenGigE0/0/0/28Bundle-Ether3core03.yyz01.as13335.com8c60.4f35.615bEth2/1/40120BTenGigE0/0/0/30core04.yyz01.as13335.netTenGigE0/0/0/30Bundle-Ether8core04.yyz01.as13335.net8c60.4f69.e96eEth2/2/30120BTenGigE0/0/0/32core04.yyz01.as13335.netTenGigE0/0/0/32Bundle-Ether8core04.yyz01.as13335.net8c60.4f69.e96fEth2/2/40120B
\ No newline at end of file diff --git a/test/unit/iosxr/mock_data/_Get__Operational__NTP__NodeTable___NodeTable___NTP___Operational___Get_.rpc b/test/unit/iosxr/mock_data/_Get__Operational__NTP__NodeTable___NodeTable___NTP___Operational___Get_.rpc deleted file mode 100644 index 7b7419cf2..000000000 --- a/test/unit/iosxr/mock_data/_Get__Operational__NTP__NodeTable___NodeTable___NTP___Operational___Get_.rpc +++ /dev/null @@ -1,2 +0,0 @@ - -0RSP0CPU0true15.81-0.399999847NTP_LEAP_NOWARNING-105199.27.128.103663568293248963691768.319124.91NTP_LOOPFLT_SYNC4294967295429496354110CLK_UPDATED898trueNTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_ACTIVEtrue
141.101.109.4
188.114.97.4102555NTP_CTL_PST_SEL_SYNCCAND98.92-1.20615.799false
728
NTP_MODE_SYMETRIC_ACTIVEtrue
141.101.101.4
141.101.100.1102554NTP_CTL_PST_SEL_SELCAND143.904.18915.793false
772
NTP_MODE_SYMETRIC_ACTIVEtrue
141.101.95.4
141.101.94.1102555NTP_CTL_PST_SEL_SYNCCAND103.940.39815.796false
960
NTP_MODE_SYMETRIC_ACTIVEtrue
141.101.91.4
141.101.95.4102556NTP_CTL_PST_SEL_SELCAND115.93-3.62515.808false
872
NTP_MODE_SYMETRIC_ACTIVEtrue
141.101.87.4
73.78.73.8410016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
1941163
NTP_MODE_SYMETRIC_ACTIVEtrue
141.101.83.4
103.31.5.4102555NTP_CTL_PST_SEL_SELCAND249.882.44615.801false
694
NTP_MODE_SYMETRIC_ACTIVEtrue
141.101.79.4
141.101.95.4102556NTP_CTL_PST_SEL_SELCAND119.941.89715.791false
136
NTP_MODE_SYMETRIC_ACTIVEtrue
141.101.70.10
173.245.49.10102555NTP_CTL_PST_SEL_SELCAND82.963.68715.815false
671
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.62.10
103.22.203.1102553NTP_CTL_PST_SEL_SELCAND220.90-5.67319.629false
66
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.57.37
173.245.57.4102553NTP_CTL_PST_SEL_SELCAND68.92-3.90315.781false
286
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.56.10
173.245.63.1102554NTP_CTL_PST_SEL_SELCAND19.912.49615.803false
982
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.55.10
173.245.56.10102555NTP_CTL_PST_SEL_SELCAND14.923.91815.813false
206
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.53.10
141.101.95.4102556NTP_CTL_PST_SEL_SYNCCAND95.94-0.73915.795false
994
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.52.10
173.245.56.10102555NTP_CTL_PST_SEL_SYNCCAND18.930.61419.617false
19
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.51.10
83.84.69.8010016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
-1
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.50.10
141.101.74.1102553NTP_CTL_PST_SEL_SYNCCAND36.920.33015.802false
95
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.49.10
141.101.67.1102554NTP_CTL_PST_SEL_SELCAND83.902.69115.795false
774
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.48.10
173.245.50.10102556NTP_CTL_PST_SEL_SELCAND91.943.95115.791false
1012
NTP_MODE_SYMETRIC_ACTIVEtrue
188.114.109.4
141.101.95.4102555NTP_CTL_PST_SEL_SELCAND112.921.45815.805false
972
NTP_MODE_SYMETRIC_ACTIVEtrue
188.114.101.4
173.245.49.10102555NTP_CTL_PST_SEL_SYNCCAND115.91-1.42815.812false
190
NTP_MODE_SYMETRIC_ACTIVEtrue
188.114.97.4
141.101.101.4102555NTP_CTL_PST_SEL_SELCAND155.90-2.76415.814false
49
NTP_MODE_SYMETRIC_ACTIVEtrue
197.234.241.4
83.84.69.8010016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
-1
NTP_MODE_SYMETRIC_ACTIVEtrue
198.41.241.4
141.101.91.4102556NTP_CTL_PST_SEL_SELCAND90.822.76315.795false
923
NTP_MODE_SYMETRIC_ACTIVEtrue
198.41.237.4
173.245.62.10102554NTP_CTL_PST_SEL_SELCAND186.91-8.49415.787false
166
NTP_MODE_SYMETRIC_ACTIVEtrue
198.41.229.4
73.78.73.8410016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
1922919
NTP_MODE_SYMETRIC_ACTIVEtrue
198.41.225.4
141.101.101.4102555NTP_CTL_PST_SEL_SELCAND116.926.61615.798false
893
NTP_MODE_SYMETRIC_ACTIVEtrue
199.27.132.10
83.84.69.8010016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
-1
NTP_MODE_SYMETRIC_ACTIVEtrue
199.27.131.10
83.84.69.8010016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
-1
NTP_MODE_SYMETRIC_ACTIVEtrue
199.27.128.10
173.245.57.37102554NTP_CTL_PST_SEL_SYSPEER64.95-1.52915.812true
896
NTP_MODE_CLIENTtrue
208.80.96.96
83.84.69.8010016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
-1
NTP_MODE_CLIENTtrue
208.73.56.29
83.84.69.8010016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
-1
NTP_MODE_SYMETRIC_ACTIVEtrue
103.31.5.4
103.22.200.10102555NTP_CTL_PST_SEL_SYNCCAND239.89-0.40115.807false
18
NTP_MODE_SYMETRIC_ACTIVEtrue
103.22.200.10
141.101.76.1102554NTP_CTL_PST_SEL_SYNCCAND183.89-1.22515.818false
777
NTP_MODE_SYMETRIC_ACTIVEtrue
103.21.246.130
173.245.57.37102554NTP_CTL_PST_SEL_SYNCCAND76.930.15615.796false
96
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.27
108.162.239.1102556NTP_CTL_PST_SEL_REJECT5.89-0.49019.644false
303
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.26
108.162.239.1102546NTP_CTL_PST_SEL_REJECT0.98-0.3302.276false
49
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.25
108.162.239.1102556NTP_CTL_PST_SEL_REJECT3.453.42615.815false
166
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.24
108.162.239.1102547NTP_CTL_PST_SEL_REJECT0.980.76019.020false
1023
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.22
73.78.73.8410016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
-1
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.21
73.78.73.8410016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
-1
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.20
73.78.73.8410016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
-1
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.18
108.162.239.1102556NTP_CTL_PST_SEL_REJECT3.92-0.65619.636false
541
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.253.130
73.78.73.8410016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
16698217
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.248.4
173.245.62.10102554NTP_CTL_PST_SEL_SELCAND218.91-3.11715.809false
793
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.244.4
173.245.57.37102554NTP_CTL_PST_SEL_SELCAND67.92-2.62415.816false
274
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.240.4
173.245.56.10102555NTP_CTL_PST_SEL_SELCAND0.984.22515.800false
863
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.236.4
173.245.56.10102555NTP_CTL_PST_SEL_SELCAND31.933.49915.782false
36
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.210.10
108.162.236.4102556NTP_CTL_PST_SEL_SYNCCAND53.90-0.11815.812false
818
trueNTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_ACTIVEtrue
141.101.109.4
188.114.97.4102555NTP_CTL_PST_SEL_SYNCCAND98.92-1.20615.799false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse161.8652111450.20431.40523663568115505746222-244366356846137505171443663568461396813383936635684613542997133098.923-1.2060.97898.894-1.50916.33898.903-2.04731.71398.897-2.18647.08898.900-2.67662.44898.891-2.81477.793135.900-21.04493.13998.898-2.338108.483
NTP_MODE_SYMETRIC_ACTIVEtrue
141.101.101.4
141.101.100.1102554NTP_CTL_PST_SEL_SELCAND143.904.18915.793false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse143.615786746.22402.46743663567331201593616-2343663568417352136977836635684173812392222366356841731940115580143.8974.1890.979143.8863.82816.324143.8993.25631.714143.9183.11847.059143.9142.55562.404143.8632.30977.779143.8842.57193.139143.9003.022108.514
NTP_MODE_SYMETRIC_ACTIVEtrue
141.101.95.4
141.101.94.1102555NTP_CTL_PST_SEL_SYNCCAND103.940.39815.796false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse12.7716121047.97223.345236635666294183311034-2443663568229192800987936635682292149499632366356822917028913750103.9350.3980.978103.892-0.12916.338103.937-0.72831.713103.897-0.82447.058103.919-1.85762.403103.896-1.39377.763103.900-0.74693.138103.880-0.641108.528
NTP_MODE_SYMETRIC_ACTIVEtrue
141.101.91.4
141.101.95.4102556NTP_CTL_PST_SEL_SELCAND115.93-3.62515.808false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse32.3486144821.17281.392036635676014195730436-2443663568317263447710636635683172899002504366356831724008625240115.930-3.6250.978115.908-4.81916.338115.905-5.24631.728115.929-5.23947.118115.930-5.91562.508116.903-6.24977.898115.894-5.34793.288115.892-4.930108.633
NTP_MODE_SYMETRIC_ACTIVEtrue
141.101.87.4
73.78.73.8410016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
NTP_LEAP_NOTINSYNCNTP_MODE_SYMETRIC_PASSIVE10truefalse48.9044138519.2916161.78093661623986847738492-23400003663568362275777959000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.000
NTP_MODE_SYMETRIC_ACTIVEtrue
141.101.83.4
103.31.5.4102555NTP_CTL_PST_SEL_SELCAND249.882.44615.801false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse312.6831116073.61737.22503663568002411401451-2443663568496651727713663568496591278050366356849538126678040249.8792.4460.980249.9061.78616.355249.9140.80831.700249.8570.49647.060249.873-0.59562.420249.869-1.13577.780249.907-0.10893.170249.8620.261108.560
NTP_MODE_SYMETRIC_ACTIVEtrue
141.101.79.4
141.101.95.4102556NTP_CTL_PST_SEL_SELCAND119.941.89715.791false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse53.1616150787.35309.305936635682054273727911-244366356905442093735743663569055163822039366356905439434721160119.9371.8970.978119.9192.09716.323119.9041.33931.698119.9150.52847.043119.8990.45462.433119.936-0.44577.793119.937-0.18693.153119.9000.077108.528
NTP_MODE_SYMETRIC_ACTIVEtrue
141.101.70.10
173.245.49.10102555NTP_CTL_PST_SEL_SELCAND82.963.68715.815false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse53.8483108703.61257.811836635681212401808583-2443663568518418920161936635685195655253036635685183995092082082.9583.6870.97882.9043.44516.36882.9472.86431.74382.9213.05847.11883.8462.30862.49382.9112.55377.83882.9482.91893.21382.9463.177108.558
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.62.10
103.22.203.1102553NTP_CTL_PST_SEL_SELCAND220.90-5.67319.629false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse2.0142283462.52418.039436635679164258976220-24436635691256518377513663569125115275169036635691252037091430220.902-6.1770.980219.921-5.67316.325218.883-5.73631.700219.916-6.98647.060249.873-22.06762.405248.876-22.63977.795231.915-13.96093.155274.870-35.380108.531
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.57.37
173.245.57.4102553NTP_CTL_PST_SEL_SELCAND68.92-3.90315.781false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse2.319383663.94142.64913663567287149110105-244366356890428852961463663568904305005596736635689042753748565068.917-3.9030.97868.928-4.15216.32368.927-4.81831.66868.925-4.97647.01368.936-4.27762.37368.928-4.81777.73368.931-4.55793.10868.931-4.227108.483
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.56.10
173.245.63.1102554NTP_CTL_PST_SEL_SELCAND19.912.49615.803false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse11.627289462.28148.369236635664051054655201-234366356820715822436653663568207161428479136635682071528398587019.9132.4960.97719.9342.02116.35219.9391.62731.71219.9391.70047.08719.9310.37462.44719.9370.36377.83719.8760.62593.18219.9061.109108.557
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.55.10
173.245.56.10102555NTP_CTL_PST_SEL_SELCAND14.923.91815.813false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse35.1715126510.62206.609336635680251109780613-244366356898434374628873663568984345268244436635689843388267792014.9233.9180.97714.9484.20116.36714.9213.58431.72714.9432.94247.11714.9382.39162.49214.9441.26777.88214.9451.17593.22714.8641.293108.617
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.53.10
141.101.95.4102556NTP_CTL_PST_SEL_SYNCCAND95.94-0.73915.795false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse37.3077136367.80271.979336635679424232463812-244366356819516362767913663568195184547447936635681951433220703095.936-0.7390.97896.927-1.62216.32395.920-1.67231.71396.849-2.18147.07396.911-2.96862.44896.927-2.72777.80896.910-2.36893.16896.912-2.064108.543
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.52.10
173.245.56.10102555NTP_CTL_PST_SEL_SYNCCAND18.930.61419.617false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse17.5476121673.58177.850736635677671068565219-244366356917261748870936635691726580810823663569172576489189018.9330.0150.97717.9550.61416.32217.9540.01231.66718.921-1.01047.01217.947-0.64062.37218.941-1.96377.74718.952-1.81793.10717.951-1.073108.482
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.51.10
83.84.69.8010016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
NTP_LEAP_NOTINSYNCNTP_MODE_UNSPEC10truefalse0.00000.0015955.330000-10400003663568167121113897400.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.000
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.50.10
141.101.74.1102553NTP_CTL_PST_SEL_SYNCCAND36.920.33015.802false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse108.154342663.57241.558436635684843398119246-244366356909654717739366356909613258539936635690954268663219036.9200.3300.97736.9470.42216.35236.920-0.34031.71236.956-0.97447.07236.897-0.98362.44736.904-1.79277.80736.932-1.46293.19736.908-0.928108.542
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.49.10
141.101.67.1102554NTP_CTL_PST_SEL_SELCAND83.902.69115.795false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse46.051087081.91226.490036635677152389161787-234366356841533702522213663568415353887063136635684153178148577083.9012.6910.97882.9453.01616.35382.9342.35531.69882.9102.18147.04382.8751.61862.38882.9411.20377.73382.9061.64893.07882.9231.897108.468
NTP_MODE_SYMETRIC_ACTIVEtrue
173.245.48.10
173.245.50.10102556NTP_CTL_PST_SEL_SELCAND91.943.95115.791false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse79.6967136428.83333.891036635678423471939099-244366356817715050617833663568177168553041336635681771290453877091.9403.9510.97891.9163.24116.32391.9182.51331.69891.9022.28247.07391.9091.07762.41891.8561.00677.76391.9041.15893.10891.9121.475108.468
NTP_MODE_SYMETRIC_ACTIVEtrue
188.114.109.4
141.101.95.4102555NTP_CTL_PST_SEL_SELCAND112.921.45815.805false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse51.6968147384.64312.749436635662874290039666-2443663568217185674695136635682172092970540366356821716077134910112.9151.4580.978112.9210.87716.353112.9400.30531.728112.9130.57047.088112.930-0.21462.433112.895-0.22377.808112.907-0.26893.183112.908-0.289108.558
NTP_MODE_SYMETRIC_ACTIVEtrue
188.114.101.4
173.245.49.10102555NTP_CTL_PST_SEL_SYNCCAND115.91-1.42815.812false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse67.4133121856.69300.567936635682772423305755-2443663569000375827387836635690004013311617366356900035151716370115.905-1.4280.978115.915-1.35016.368116.914-2.07631.743115.931-2.45247.103115.930-2.48662.448115.912-3.01277.808116.900-3.09593.153116.890-2.765108.513
NTP_MODE_SYMETRIC_ACTIVEtrue
188.114.97.4
141.101.101.4102555NTP_CTL_PST_SEL_SELCAND155.90-2.76415.814false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse192.1234116149.90499.81073663568385287797693-23436635691426617902183663569142100845686536635691423385444790155.901-2.7640.979155.892-3.11616.369155.900-3.54231.729155.904-4.31847.104155.897-4.20862.494155.897-4.92677.839155.908-4.54493.229155.893-4.603108.589
NTP_MODE_SYMETRIC_ACTIVEtrue
197.234.241.4
83.84.69.8010016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
NTP_LEAP_NOTINSYNCNTP_MODE_UNSPEC10truefalse0.00000.0015944.455000-10400003663568893266650217100.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.000
NTP_MODE_SYMETRIC_ACTIVEtrue
198.41.241.4
141.101.91.4102556NTP_CTL_PST_SEL_SELCAND90.822.76315.795false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse104.7974137695.31370.915536635676901924747445-244366356826622039817103663568266238713874236635682661996356517090.8162.7630.97889.9272.56516.33890.8671.73431.68389.9192.36347.05889.8271.57562.44890.8330.95877.83889.9261.34893.18390.8911.455108.573
NTP_MODE_SYMETRIC_ACTIVEtrue
198.41.237.4
173.245.62.10102554NTP_CTL_PST_SEL_SELCAND186.91-8.49415.787false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse141.3727302993.77627.75943663568840259418040-244366356902440707057733663569025213596110366356902437055274050186.905-8.4940.979186.897-8.90016.324186.887-8.92731.669186.893-8.89347.044186.900-8.32062.419186.902-8.67777.794186.871-8.34393.139186.894-8.632108.514
NTP_MODE_SYMETRIC_ACTIVEtrue
198.41.229.4
73.78.73.8410016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
NTP_LEAP_NOTINSYNCNTP_MODE_SYMETRIC_PASSIVE10truefalse30.4565118087.7716115.64263661642572245174348-24400003663568231171875435600.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.000
NTP_MODE_SYMETRIC_ACTIVEtrue
198.41.225.4
141.101.101.4102555NTP_CTL_PST_SEL_SELCAND116.926.61615.798false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse176.7731104675.29458.46613663567578267947626-2443663568296251405964136635682962736735517366356829622343012270116.9246.6160.978116.9256.13016.323116.9395.58231.713116.9185.74147.088116.9234.96362.448116.9085.02877.838116.9225.28593.228116.9065.732108.603
NTP_MODE_SYMETRIC_ACTIVEtrue
199.27.132.10
83.84.69.8010016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
NTP_LEAP_NOTINSYNCNTP_MODE_UNSPEC10truefalse0.00000.0015940.270000-1040000366356917358442067900.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.000
NTP_MODE_SYMETRIC_ACTIVEtrue
199.27.131.10
83.84.69.8010016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
NTP_LEAP_NOTINSYNCNTP_MODE_UNSPEC10truefalse0.00000.0015953.305000-10400003663568302228189016900.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.000
NTP_MODE_SYMETRIC_ACTIVEtrue
199.27.128.10
173.245.57.37102554NTP_CTL_PST_SEL_SYSPEER64.95-1.52915.812true
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse3.372292742.92160.50343663568224155925369-244366356829323435982323663568293248963691736635682932210506756064.947-1.5290.97864.954-1.76216.36864.951-2.39331.74364.933-2.16347.10364.946-2.46462.46364.950-1.86877.80864.921-1.02593.19864.949-0.600108.558
NTP_MODE_CLIENTtrue
208.80.96.96
83.84.69.8010016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
NTP_LEAP_NOTINSYNCNTP_MODE_UNSPEC10truefalse0.00000.0015954.085000-10400003663568250186945267200.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.000
NTP_MODE_CLIENTtrue
208.73.56.29
83.84.69.8010016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
NTP_LEAP_NOTINSYNCNTP_MODE_UNSPEC10truefalse0.00000.0015940.765000-1040000366356914032268149800.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.000
NTP_MODE_SYMETRIC_ACTIVEtrue
103.31.5.4
103.22.200.10102555NTP_CTL_PST_SEL_SYNCCAND239.89-0.40115.807false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse138.0768138336.18482.450636635683322469257329-244366356917310981678763663569173161505511936635691735844206790239.892-0.4010.980240.878-1.10216.355239.881-1.58531.730239.865-2.19447.090239.879-2.17862.450239.884-3.14877.795239.876-3.05893.140239.899-2.700108.485
NTP_MODE_SYMETRIC_ACTIVEtrue
103.22.200.10
141.101.76.1102554NTP_CTL_PST_SEL_SYNCCAND183.89-1.22515.818false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse70.007399761.96325.169636635670392341869210-2443663568412354433669936635684123944507177366356841231543541060183.894-1.2250.979183.931-0.89416.369183.911-1.41031.759183.902-1.83947.119183.932-3.09362.479183.880-3.56177.824183.921-4.01693.214183.938-5.322108.604
NTP_MODE_SYMETRIC_ACTIVEtrue
103.21.246.130
173.245.57.37102554NTP_CTL_PST_SEL_SYNCCAND76.930.15615.796false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse22.7051113739.01204.47503663568241190186537-2143663569095131885552366356909529642631636635690944260731729076.9330.1560.97876.8920.77816.33876.8990.35731.71376.926-0.04147.05876.9650.09862.40376.935-0.52177.77876.942-0.08893.12376.9480.478108.468
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.27
108.162.239.1102556NTP_CTL_PST_SEL_REJECT5.89-0.49019.644false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse72.3419170715.33306.31803663568015582193537-16436635688872647615950366356888726575620213663568887261891322905.8910.6300.9923.564-0.49016.3371.503-0.57131.7273.125-0.65547.0872.8600.00562.4474.225-0.37177.7924.560-0.16393.1373.4860.571108.497
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.26
108.162.239.1102546NTP_CTL_PST_SEL_REJECT0.98-0.3302.276false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse69.3359126434.33234.914336635691051829865627-2043663569142182528144836635691421828670106366356918467166707300.977-0.3301.3431.017-0.3792.3050.9770.1493.2820.9770.0314.2741.102-0.3285.2660.9770.1356.2570.9770.1097.2340.9770.0198.196
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.25
108.162.239.1102556NTP_CTL_PST_SEL_REJECT3.453.42615.815false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse71.5179158279.42286.564636635688672445649460-16436635690243738593882366356902437312932663663569024370552740503.4533.4260.9922.5502.85616.3523.1963.01631.7273.2562.29847.1173.2092.02562.4773.1861.64077.8374.5602.20393.1824.5521.821108.557
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.24
108.162.239.1102547NTP_CTL_PST_SEL_REJECT0.980.76019.020false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse139.9689164718.63410.501736635681421965256109-20436635681661961774454366356816619590060733663568983338033630200.9770.7604.1361.3500.23219.5090.9770.67134.8980.9770.73450.3010.977-0.30365.6751.699-0.29781.0480.977-0.48296.4060.977-0.061127.153
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.22
73.78.73.8410016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
NTP_LEAP_NOTINSYNCNTP_MODE_UNSPEC10truefalse0.00000.0015947.350000-10400003663568700113572453700.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.000
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.21
73.78.73.8410016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
NTP_LEAP_NOTINSYNCNTP_MODE_UNSPEC10truefalse0.00000.0015941.935000-10400003663569061399899254800.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.000
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.20
73.78.73.8410016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
NTP_LEAP_NOTINSYNCNTP_MODE_UNSPEC10truefalse0.00000.0015945.655000-10400003663568813203198294500.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.000
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.239.18
108.162.239.1102556NTP_CTL_PST_SEL_REJECT3.92-0.65619.636false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse71.4264154113.77291.521136635684082612063336-18436635686497458731643663568649748395770366356864973121853003.9201.3720.9800.977-0.65616.3250.977-1.66031.7150.977-2.95347.0903.919-4.46562.4800.977-3.54677.8250.977-3.96793.2002.921-1.743108.545
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.253.130
73.78.73.8410016NTP_CTL_PST_SEL_REJECT0.000.00015937.500false
NTP_LEAP_NOTINSYNCNTP_MODE_SYMETRIC_PASSIVE10truefalse70.8771171005.2516224.465936468399251408212425-24400003663568546421717381100.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.0000.0000.00016000.000
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.248.4
173.245.62.10102554NTP_CTL_PST_SEL_SELCAND218.91-3.11715.809false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse118.5760235214.23551.21363663567681216538028-2343663568396348441233136635683963967904187366356839630274502610218.909-3.1170.980218.845-3.40716.340218.897-4.07731.730218.905-4.25247.120218.904-4.87262.510218.907-4.83077.885218.841-4.27693.245218.899-3.515108.590
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.244.4
173.245.57.37102554NTP_CTL_PST_SEL_SELCAND67.92-2.62415.816false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse22.9492105773.93195.06233663568802189241249-244366356891629838030703663568916314093954036635689162848926449067.924-2.6240.97867.943-2.29316.36867.922-2.60031.74367.899-2.73747.13367.941-2.53562.47867.944-2.83877.85367.941-2.17793.24367.952-1.518108.588
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.240.4
173.245.56.10102555NTP_CTL_PST_SEL_SELCAND0.984.22515.800false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse31.9366111785.89189.900636635675751101969567-24436635683262490571092366356832624722459373663568326247224593700.9774.2250.9770.9773.44016.3520.9772.49531.6970.9772.16147.0720.9770.86662.4470.9770.44877.8220.9770.06093.1970.977-0.667108.572
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.236.4
173.245.56.10102555NTP_CTL_PST_SEL_SELCAND31.933.49915.782false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse26.0925123260.50195.662936635679441095444286-244366356915552553080836635691555790717783663569155441653853031.9303.4990.97731.9523.85616.32231.9463.53731.66731.9482.67647.02731.8922.33962.38731.9341.04277.73231.9250.74393.12231.9201.011108.497
NTP_MODE_SYMETRIC_ACTIVEtrue
108.162.210.10
108.162.236.4102556NTP_CTL_PST_SEL_SYNCCAND53.90-0.11815.812false
NTP_LEAP_NOWARNINGNTP_MODE_SYMETRIC_PASSIVE10truefalse41.8091127014.16245.73713663566888846798510-244366356837129447973813663568371306105575236635683712829163003053.902-0.1180.97753.933-0.82016.36753.939-1.50831.72753.931-1.78147.10254.919-3.21562.49253.926-3.20977.83753.940-2.92593.22753.906-2.906108.572
0RSP1CPU0false3.810.210999847NTP_LEAP_NOWARNING-1060.0.0.03663569098417561058469.290130.86NTP_LOOPFLT_SYNC429496729542949454367CLK_UPDATED93falseNTP_LEAP_NOWARNINGNTP_MODE_CLIENTtrue
DLRSC node
199.27.128.1072555NTP_CTL_PST_SEL_SYSPEER0.980.2103.811true
92
falseNTP_LEAP_NOWARNINGNTP_MODE_CLIENTtrue
DLRSC node
199.27.128.1072555NTP_CTL_PST_SEL_SYSPEER0.980.2103.811true
NTP_LEAP_NOWARNINGNTP_MODE_SERVER7truefalse68.3136124481.20233.607336635682932489636917-10436635690984176511316366356909841756105843663569098417561058400.9770.2101.9530.977-0.4363.8880.977-0.0825.8230.9770.4007.7580.977-0.2419.6780.977-0.87811.5830.977-0.52913.5330.977-0.17015.453
00CPU0false3.80-0.6301000000NTP_LEAP_NOWARNING-1060.0.0.03663569107231816201069.290131.27NTP_LOOPFLT_SYNC0176157CLK_UPDATED84falseNTP_LEAP_NOWARNINGNTP_MODE_CLIENTtrue
DLRSC node
199.27.128.1072555NTP_CTL_PST_SEL_SYSPEER0.98-0.6303.800true
83
falseNTP_LEAP_NOWARNINGNTP_MODE_CLIENTtrue
DLRSC node
199.27.128.1072555NTP_CTL_PST_SEL_SYSPEER0.98-0.6303.800true
NTP_LEAP_NOWARNINGNTP_MODE_SERVER7truefalse68.3136124618.53233.598636635682932489636917-10436635691072315455154366356910723181620103663569107231816201000.977-0.6301.9530.977-0.7953.8580.977-0.4915.8080.977-0.2147.7430.977-0.0959.6630.9770.02211.5830.977-0.48713.5030.977-0.68315.453
\ No newline at end of file diff --git a/test/unit/iosxr/mock_data/_Get__Operational__RIB__VRFTable__VRF__Naming__VRFName_default__VRFName___Naming__AFTable__AF__Naming__AFName_IPv4__AFName___Naming__SAFTable__SAF__Na.rpc b/test/unit/iosxr/mock_data/_Get__Operational__RIB__VRFTable__VRF__Naming__VRFName_default__VRFName___Naming__AFTable__AF__Naming__AFName_IPv4__AFName___Naming__SAFTable__SAF__Na.rpc deleted file mode 100644 index 373cd86d9..000000000 --- a/test/unit/iosxr/mock_data/_Get__Operational__RIB__VRFTable__VRF__Naming__VRFName_default__VRFName___Naming__AFTable__AF__Naming__AFName_IPv4__AFName___Naming__SAFTable__SAF__Na.rpc +++ /dev/null @@ -1 +0,0 @@ -defaultIPv4Unicastdefault
1.0.4.0
24
1.0.4.024493bgp13335141024121512693920001483664025525500truefalse18048051048577491881795201453752883323041839
37.49.232.13
37.49.232.13::None00973297320false000104857700000falsefalsefalsefalsefalsefalse0000.0.0.00.0.0.0false0000
\ No newline at end of file diff --git a/test/unit/iosxr/mock_data/_Get__Operational__SystemMonitoring___SystemMonitoring___Operational___Get_.rpc b/test/unit/iosxr/mock_data/_Get__Operational__SystemMonitoring___SystemMonitoring___Operational___Get_.rpc deleted file mode 100644 index 296a257ac..000000000 --- a/test/unit/iosxr/mock_data/_Get__Operational__SystemMonitoring___SystemMonitoring___Operational___Get_.rpc +++ /dev/null @@ -1 +0,0 @@ -0RSP0CPU0333kernel1000dllmgr8195000wd-critical-mon12290000pkgfs16390000devc-ser825016391000devc-pty16392000devc-conaux16393000pkgfs16394000ksh16395000pipe20492000mqueue20494000mq20495000shmwin_svr20498000inflator24595000pciesvr28689000nvram36877000mediasvr40976000dumper40980000redfs_svr40981000obflmgr40982000devb-ahci40983000syslogd_helper40984000ahci-mon40985000syslog_dev40986000umass-enum40987000i2c_ctrl_rsp40988000zl30160_server40990000laguna40991000vkg_dmac_svr40993000ge_dmac_svr98333000spp98338000qad_server98339000packet98341000cluster_clm_procmon98342000eth_server98343111attachd106536000qnet106537000mbi-hello106538000insthelper106541000ce_switch106542000attach_server106543000zenjf106544000dao_tmp106545000io-usb106546000devb-umass106547000sysmgr151584000correlatord159748000syslogd159749000dsc159780000qsm159787000dsc-clue159796000chkpt_proxy159797000ltrace_server159800000ltrace_sync159801000obfl_pd_driver159803000sds159805000sld163900000sysmgr163904000top_procs180287000wdsysmon180290000sc_reddrv188481000rmf_svr188483000sysdb_svr_admin208951000sysdb_svr_local208954000eem_ed_sysmgr208958000enf_broker208964000instdir208965000alphadisplay208966000lrd208967000pwr_mgmt208968000meminfo_svr208969000fab_si208970000showd_server208971000sysmgr_show_proc_all_edm208972000dumper_config208973000obfl_config208974000canb-server208977000gsp213072000shelfmgr213074000cfg_helper213075000aipc_cleaner213076000fcd_admin_config213077000mgid_prgm213078000obfl_agent-rp213079000rdsfs_svr213080000tftp_server213081000nrssvr_admin213082000pfm_node_rp213083000sysdb_mc213084000bpe213085000cluster_dlm_rp213086000firmware_manager213087000sysbkup_svr213088000fabmgr213089000licmgr213090000cfgmgr-rp213091000licagent213092000plat_lic_agent213093000plat_license_udi_mgr213094000fiarsp213095000ema_server213096000invmgr213097000m_shelfmgr213098000parser_server213099000fab_arb213100000fab_xbar213101000nvgen_server241774000rem_proxy241776000timezone_config241778000cerrno_server245871000locald_DSC245875000online_diag_global249935000online_diag_rsp249972000online_diag_svr249973000envmon249974000config_admin_verify249977000laguna_fpd_agent249979000sam_server249980000spm_server249981000wd-stat-publisher254065000sysdb_shared_data_nc258170000sysdb_shared_nc258174000sysdb_shared_sc258175000debug_d_admin258176000prm_verifier258177000vkg_fib_verifier258178000nrssvr258179000fia_config_verifier258180000ema_server_sdr258181000subdb_svr258182000syncctrl258183000ifmgr258184000netio258185000placed258186000ifindex_server262264000lpts_pa262283000alarm-logger262284000ether_ctrl_mgmt262285000fwd_driver_partner262286000mempool_edm262288000ncd262289000nd_partner262290000nsr_ping_reply262291000rsi_agent262292000rsi_master266383000mpls_io_ea266389000aib266390000bundlemgr_adj266391000statsd_server266392000ipv4_arm266393000ipv6_arm266394000ipv4_acl_mgr266395000ipv6_acl_daemon266396000pifibm_server_rp266397000ipv4_io266398000ipv4_ma266399000ipv6_nd266400000policymgr_rp270455000fib_mgr270497000ipv6_ea270499000ipv6_io270500000procfind270501000mpls_lsd270502000bgp_policy_reg_agent270503000eigrp_policy_reg_agent274594000igmpsn_policy_reg_agent274600000isis_policy_reg_agent274601000lisp_xr_policy_reg_agent274602000mldsn_policy_reg_agent274603000ospf_policy_reg_agent274604000ospfv3_policy_reg_agent274605000rip_policy_reg_agent274606000cemgbl274607000debug_d274608000ether_ctrl_msg_server274609000fsyncglobal274610000fsyncmgr274611000redfs_config274612000tcam_mgr_rp274613000bcdl_agent278710000bcdls278711000bcdls278712000ether_caps_partner278713000ether_sock278714000vlan_ea278715000ipv6_ma573484000daps573628000eint_ma573629000flowtrap573630000l2fib_mgr573631000ppp_ma573632000sconbkup573633000mgid_server573634000ipv6_assembler573635000statsd_manager_l573636000mpls_io573637000ntpd573638000nfma573639000route_proxy573641000clns573642000arp573643000ip_aps573644000raw_ip573645000tcp573646000udp573647000fhrp_output573648000l2snoop573649000ip_app573650000cinetd573651000devc-vty573652000bfd573653000canb_bpid2_upg_agt573654000canb_fan_upg_agt573655000canb_upg_agt573656000pld_upg_d573657000tftp_fs573658000vi_config_replicator573659000x86rmon_fpd_agent573660000eem_server573661000lpts_fm573663000eem_policy_dir573665000ipsec_pp573666000cepki573667000crypto_monitor573668000eem_ed_counter573669000eem_ed_generic573670000eem_ed_hardware573671000eem_ed_nd573672000eem_ed_none573673000eem_ed_oir573674000eem_ed_stats573675000eem_ed_syslog573676000eem_ed_timer573677000ipsec_mp573678000call_home573680000fs_dev_info573682000ike573683000lamptest-rp577775000redstatsd577780000atmgcmgr577781000cem_class_proc577782000cron577783000crypto_edm577784000eem_ed_wdsysmon_edm577785000eem_metric_dir577786000es_acl_act_agent577787000fr_edm577788000icpe_sdep577789000imaedm_server577790000ipodwdm577791000ipv4_acl_act_agent577792000ipv6_acl_cfg_agent577793000lc_fpd_upgrade577794000local_sock577795000mediasvr_edm577796000mpls_fwd_show_proxy577797000netio_debug_partner577798000pcds_daemon577799000pfilter_ma577800000redfs_edm577801000spio_ma577802000ssm_process577803000svi_adj_mgr577804000schema_server577806000l2vpn_mgr581901000l2tp_mgr581903000qos_ma581904000ipv6_rump581905000vservice_mgr581906000pbr_ma581907000rcp_fs581908000rt_check_mgr581909000ipv4_smiap581910000ethernet_stats_controller_edm581911000tty_verifyd581912000bundlemgr_distrib581913000ipv4_rump581914000ftp_fs581915000icpe_satmgr581916000ipv4_local581917000domain_services581918000eth_gl_cfg581919000ipv6_local581920000ipv4_mpa581921000auto_ip_ring581922000ipv6_rib581923000ipv6_connected581924000ipv4_connected581925000ipv6_mpa581926000policy_repository581927000ipv4_rib581928000statsd_manager_g581929000intf_mgbl581930000nfmgr581931000bcdls581932000bcdls581933000ssh_conf_verifier741678000ipv4_static741679000bpm1966385000bgp1966386000cdm_rs1966387000cdm_rs1970485000cdm_rs1970486000loopback_caps_partner3588404000mibd_entity3981624000mibd_infra3981625000mibd_interface3981626000mibd_route3981627000l2vpn_checker4706620000vlan_ma4706621000snmpd360779976000mpp_srvr399982974000ssh_server401834304000ipv6_static403587383000spa_cfg_hlpr438976830000lldp_agent444993855000lldp_mgr444993857000aipc_proxy460263478000showd_lc463913182000object_tracking464093506000snmppingd464093508000pm_server464093509000pm_collector464093510000xml_tty_agent4641221790000RSP1CPU0111kernel1000dllmgr8195000wd-critical-mon12290000pkgfs16390000devc-ser825016391000devc-pty16392000devc-conaux16393000pkgfs16394000ksh16395000pipe20492000mqueue20494000mq20495000shmwin_svr20498000inflator24595000pciesvr28689000nvram36877000mediasvr40976000dumper40980000redfs_svr40981000obflmgr40982000devb-ahci40983000syslogd_helper40984000ahci-mon40985000syslog_dev40986000umass-enum40987000i2c_ctrl_rsp40988000zl30160_server40990000laguna40991000vkg_dmac_svr40993000ge_dmac_svr98333000spp98338000qad_server98340000packet98341000cluster_clm_procmon98342000eth_server98344000attachd106528000qnet106537000mbi-hello106538000insthelper106541000ce_switch106542000attach_server106543000zenjf106544000dao_tmp106545000io-usb106546000devb-umass114723000sysmgr151591000correlatord159748000syslogd159749000dsc159787000qsm159795000dsc-clue159796000chkpt_proxy159797000ltrace_server159800000ltrace_sync159801000obfl_pd_driver159802000sds159805000sld159806000sysmgr163900000top_procs172095000wdsysmon180289000sc_reddrv180291000rmf_svr184386000sysmgr_preload_dll188484000sysdb_svr_local204855000eem_ed_sysmgr204859000enf_broker204864000alphadisplay204869000lrd204870000pwr_mgmt204871000meminfo_svr204872000fab_si204873000showd_server204874000sysmgr_show_proc_all_edm204875000dumper_config204876000obfl_config204877000canb-server204880000gsp208975000shelfmgr208977000cfg_helper208978000aipc_cleaner208979000fcd_admin_config208980000mgid_prgm208981000obfl_agent-rp208982000rdsfs_svr208983000tftp_server208984000pfm_node_rp208985000sysdb_mc208986000bpe208987000cluster_dlm_rp208988000sysbkup_svr208989000fabmgr208990000licmgr208991000cfgmgr-rp208992000licagent208993000plat_lic_agent208994000plat_license_udi_mgr208995000fiarsp208996000invmgr208997000m_shelfmgr208998000parser_server208999000fab_arb209000000fab_xbar209001000inv_agent_rp233579000nvgen_server237674000rem_proxy237676000timezone_config237678000cerrno_server237679000online_diag_rsp237680000online_diag_svr237681000envmon237682000laguna_fpd_agent241781000sam_server241782000spm_server241783000wd-stat-publisher241784000syncctrl544812000ifmgr544846000netio544877000chkpt_proxy544883000alarm-logger544889000ether_ctrl_mgmt544890000fwd_driver_partner544891000mempool_edm544892000ncd544893000nsr_ping_reply544894000rsi_agent544895000mpls_io_ea544896000aib544897000bundlemgr_adj544898000statsd_server544899000pifibm_server_rp544900000ipv4_io544901000ipv4_ma544902000ipv6_nd544903000fib_mgr544904000ipv6_ea544906000ipv6_io544907000procfind544908000cemgbl544909000debug_d544910000ether_ctrl_msg_server544911000fsyncmgr544912000redfs_config544913000tcam_mgr_rp549001000ether_caps_partner553106000ether_sock553107000vlan_ea553108000ipv6_ma553109000eint_ma553110000flowtrap553111000l2fib_mgr553112000ipv6_assembler553113000statsd_manager_l553114000mpls_io553115000ntpd553116000route_proxy553118000clns553119000arp553120000raw_ip553121000tcp553122000udp553123000l2snoop557213000canb_upg_agt557220000x86rmon_fpd_agent557221000lpts_fm557223000ipsec_pp557225000call_home557226000fs_dev_info557228000lamptest-rp565416000redstatsd565419000crypto_edm565421000imaedm_server565422000ipodwdm565423000lc_fpd_upgrade565424000local_sock565425000mediasvr_edm565426000pcds_daemon565427000pfilter_ma565428000redfs_edm565429000spio_ma565430000ssm_process565431000svi_adj_mgr565432000sysdb_svr_admin565433000instdir565434000nrssvr_admin565435000firmware_manager565436000ema_server565437000locald_DSC565438000online_diag_global565439000config_admin_verify565440000sysdb_shared_data_nc565441000placed569460000sysdb_shared_nc569538000sysdb_shared_sc569539000debug_d_admin569540000prm_verifier569541000vkg_fib_verifier569542000nrssvr569543000fia_config_verifier569544000ema_server_sdr569545000subdb_svr569546000ifindex_server569547000lpts_pa569548000nd_partner569550000rsi_master569551000ipv4_arm569552000ipv6_arm569553000ipv4_acl_mgr569554000ipv6_acl_daemon569555000policymgr_rp569556000mpls_lsd573645000bgp_policy_reg_agent573653000ipv6_rib573654000eigrp_policy_reg_agent573655000ipv6_connected573656000statsd_manager_g573657000policy_repository573658000ipv4_local573659000ipv6_local573660000rt_check_mgr573661000ipv6_rump573662000l2tp_mgr573663000ipv4_rib573664000nfmgr573665000ipv4_rump573666000ipv6_mpa573667000ipv4_connected573668000auto_ip_ring573669000l2vpn_mgr573670000intf_mgbl573671000ipv4_mpa573672000eth_gl_cfg573673000bundlemgr_distrib573674000domain_services573675000ethernet_stats_controller_edm573676000ftp_fs573677000icpe_satmgr573678000tty_verifyd573679000rcp_fs573680000schema_server573681000ipv4_smiap573682000pbr_ma573683000vservice_mgr573684000qos_ma573685000igmpsn_policy_reg_agent573686000bcdl_agent573687000isis_policy_reg_agent573688000lisp_xr_policy_reg_agent573689000mldsn_policy_reg_agent573690000ospf_policy_reg_agent573691000ospfv3_policy_reg_agent573692000rip_policy_reg_agent573693000fsyncglobal573694000daps573695000ppp_ma573696000sconbkup573697000mgid_server573698000ip_aps573699000ip_app573700000cinetd573701000devc-vty573702000bfd573703000tftp_fs573704000vi_config_replicator573705000eem_server573706000eem_policy_dir573707000cepki573708000eem_ed_counter573709000eem_ed_generic573710000eem_ed_nd573711000eem_ed_none573712000eem_ed_syslog573713000eem_ed_timer573714000ipsec_mp573715000es_acl_act_agent573716000ipv4_acl_act_agent573717000ipv6_acl_cfg_agent573718000chkpt_proxy573719000chkpt_proxy573720000chkpt_proxy573721000chkpt_proxy573722000ssh_conf_verifier577820000ipv4_static577821000bpm4612382000bgp4612383000cdm_rs4612384000cdm_rs4612385000cdm_rs4612386000loopback_caps_partner5169443000snmpd5173540000mibd_entity5173541000mibd_infra5173542000mibd_interface5173543000mibd_route5173544000vlan_ma5189929000mpp_srvr9011498000ssh_server9023771000ipv6_static9986347000spa_cfg_hlpr28197164000lldp_agent33693997000lldp_mgr33693998000showd_lc52318374000aipc_proxy52469814000snmppingd56369455000chkpt_proxy56369456000chkpt_proxy56369457000xml_tty_agent5636945800000CPU0333kernel1000dllmgr8195000wd-critical-mon12290000p40x0mc12295000pkgfs12296000serdrvr12297000devc-pty16394000i2c-master16395000pkgfs16396000pipe16397000mqueue16398000mq16399000shmwin_svr16402000flashdrvr20499000pcie-server24593000flashdrvr36880000mediasvr36884000dumper36886000obflmgr40981000syslogd_helper40983000syslog_dev40984000umass-enum40985000ksh40986000p40x0_devnp45083000io-usb45085000spp45086000qad_server45087000packet45088000lda_server45089000lda_red_init45090000eth_server45091000devb-umass45092000attachd49180000qnet49189000mbi-hello49190000insthelper49193000attach_server49194000sysmgr90151000qsm102443000aipc_proxy102444000imdr102446000ltrace_server106541000ltrace_sync110596000obfl_pd_driver110640000sld110642000sysmgr110645000top_procs127023000wdsysmon127027000zllc127030000sysdb_svr_local151557000eem_ed_sysmgr151558000enf_broker151601000alphadisplay151604000lrd151607000meminfo_svr151608000fab_si151609000pexrc_driver155706000showd_server159803000sysmgr_show_proc_all_edm159804000dumper_config159805000obfl_config159806000canb-server-lc163904000gsp163906000aipc_cleaner168001000fialc168003111mgid_prgm168004000obfl_agent-lc168005000prm_verifier168006000rdsfs_svr168007000pfm_node_lc168008000sysdb_mc168009000bundlemgr_checker168010000licagent168011000prm_ssmh168012000punt_switch168013000fab_arb168014000fab_xbar168015000inv_agent168016000prm_server_ty168017000cerrno_server168019000online_diag_lc168020000online_diag_svr168021000uidb_server168022000envmon_lc168023000cfgmgr-lc168024000cluster_dlm_lc168025000fpd_fpga_agent168026000subdb_svr168027000wd-stat-publisher168028000ifmgr462888000netio462911000fwd_driver_partner462930000mempool_edm462941000pm462942000rsi_agent462943000sint_ma462944000sync_agent462945000timing_drvr_util_proc462946000mgid_refcount_server462947000mpls_io_ea462948000cluster_dlm_checker462949000cluster_dlm_intfmon462950000cluster_dlm_procmon462951000aib462952000bundlemgr_adj462953000statsd_server462954000ipv4_io462955000ipv6_nd462956000fib_mgr462957000inline_service_proc462959000ipv4_ma462960000ipv6_ea462961000ipv6_io462962000pifibm_server_lc462963000procfind462964000rommon_fpd_agent462965000bfd_agent462966000debug_d462967000ether_ctrl_msg_client462968000fsyncmgr462969000timezone_notify462970000ipv6_ma467054000daps467067000flowtrap467068000l2fib_mgr467069000vkg_l2fib_mac_cache467070000statsd_manager_l467071000vic495744000mpls_io503937000ntpdc503939000dpss508034000iphc_ma508036000nfma508037000clns508038000arp508039000fhrp_output508040000l2snoop508041000lldp_agent508042000bundlemgr_local508043000canb_upg_agt508044000ixdb_gc512142000ether_caps_partner512143000ether_sock512144000vlan_ea512145000ctrlio512146000icpe_sdep512147000imaedm_server512148000ipv6nd_lite512149000lacp_lite512150000lamptest-lc512151000lc_fpd_upgrade512152000mpls_fwd_show_proxy512153000netio_debug_partner512154000pbr_ea512155000pbr_ma512156000pcds_daemon512157000pfilter_ma512158000ppp_lite512159000qos_ma512160000scf_server512161000slarp_lite512162000spio_ma512163000ssm_process512164000svi_adj_mgr512165000l2vpn_checker512166000vlan_ma512167000nfea512168000nfsvr512169000nf_producer512170000spio_ea1478827000showd_lc148289300001CPU0333kernel1000dllmgr8195000wd-critical-mon12290000p40x0mc12295000pkgfs12296000serdrvr12297000devc-pty16394000i2c-master16395000pkgfs16396000pipe16397000mqueue16398000mq16399000shmwin_svr16402000flashdrvr20499000pcie-server24593000mediasvr36884000dumper40976000obflmgr40981000syslogd_helper40982000syslog_dev40983000umass-enum40984000ksh40985000p40x0_devnp45082000io-usb45084000spp45085000qad_server45086000packet45087000lda_server45088000lda_red_init45089000eth_server45090000devb-umass45091000attachd49179000qnet49188000mbi-hello49189000insthelper49192000attach_server49193000sysmgr90150000qsm102406000aipc_proxy102443000imdr102444000ltrace_server102446000ltrace_sync110596000obfl_pd_driver110637000sld110640000sysmgr110642000top_procs110644000wdsysmon122927000zllc127027000sysdb_svr_local151557000eem_ed_sysmgr151594000enf_broker151601000alphadisplay151605000lrd151606000meminfo_svr151607000fab_si151608000pexrc_driver155705000showd_server159802000sysmgr_show_proc_all_edm159803000dumper_config159804000obfl_config159805000canb-server-lc163903000gsp168000000aipc_cleaner168001000fialc168002222mgid_prgm168003000obfl_agent-lc168004000prm_verifier168005000rdsfs_svr168006000pfm_node_lc168007000sysdb_mc168008000bundlemgr_checker168009000licagent168010000prm_ssmh168011000punt_switch168012000fab_arb168013000fab_xbar168014000inv_agent168015000prm_server_ty168016000cerrno_server168018000online_diag_lc168019000online_diag_svr168020000uidb_server168021000envmon_lc168022000cfgmgr-lc168023000cluster_dlm_lc168024000fpd_fpga_agent168025000subdb_svr168026000wd-stat-publisher168027000ifmgr462887000netio462910000fwd_driver_partner462929000mempool_edm462940000pm462941000rsi_agent462942000sint_ma462943000sync_agent462944000timing_drvr_util_proc462945000mgid_refcount_server462946000mpls_io_ea462947000cluster_dlm_checker462948000cluster_dlm_intfmon462949000cluster_dlm_procmon462950000aib462951000bundlemgr_adj462952000statsd_server462953000ipv4_io462954000ipv6_nd462955000fib_mgr462956000inline_service_proc462958000ipv4_ma462959000ipv6_ea462960000ipv6_io462961000pifibm_server_lc462962000procfind462963000rommon_fpd_agent462964000bfd_agent467053000debug_d467061000ether_ctrl_msg_client467062000fsyncmgr467063000timezone_notify467064000ipv6_ma467065000daps467066000flowtrap467067000l2fib_mgr467068000vkg_l2fib_mac_cache467069000statsd_manager_l467070000vic495743111mpls_io503936000ntpdc503938000dpss508033000iphc_ma508035000nfma508036000clns508037000arp508038000fhrp_output508039000l2snoop508040000lldp_agent508041000bundlemgr_local508042000canb_upg_agt508043000ixdb_gc512141000ether_caps_partner512142000ether_sock512143000vlan_ea512144000ctrlio512145000icpe_sdep512146000imaedm_server512147000ipv6nd_lite512148000lacp_lite512149000lamptest-lc512150000lc_fpd_upgrade512151000mpls_fwd_show_proxy512152000netio_debug_partner512153000pbr_ea512154000pbr_ma512155000pcds_daemon512156000pfilter_ma512157000ppp_lite512158000qos_ma512159000scf_server512160000slarp_lite512161000spio_ma512162000ssm_process512163000svi_adj_mgr512164000bundlemgr_ea1474725000spio_ea1478822000showd_lc148289200002CPU0333kernel1000dllmgr8195000wd-critical-mon12290000p40x0mc12295000pkgfs12296000serdrvr12297000devc-pty16394000i2c-master16395000pkgfs16396000pipe16397000mqueue16398000mq16399000shmwin_svr16402000flashdrvr20499000pcie-server24593000mediasvr36884000dumper36885000obflmgr40976000syslogd_helper40982000syslog_dev40983000umass-enum40984000ksh40985000p40x0_devnp45082000io-usb45084000spp45085000qad_server45086000packet45087000lda_server45088000lda_red_init45089000eth_server45090000devb-umass45091000attachd49179000qnet49188000mbi-hello49189000insthelper49192000attach_server49193000sysmgr86058000qsm98310000aipc_proxy98347000imdr98349000ltrace_server102404000ltrace_sync106542000obfl_pd_driver106543000sld106544000sysmgr106547000top_procs106548000wdsysmon110645000zllc122930000sysdb_svr_local147461000eem_ed_sysmgr147500000enf_broker147505000alphadisplay147510000lrd147511000meminfo_svr147512000fab_si147513000pexrc_driver151610000showd_server155707000sysmgr_show_proc_all_edm155708000dumper_config155709000obfl_config155710000canb-server-lc159808000gsp163905000aipc_cleaner163906000fialc163907222mgid_prgm163908000obfl_agent-lc163909000prm_verifier163910000rdsfs_svr163911000pfm_node_lc163912000sysdb_mc163913000bundlemgr_checker163914000licagent163915000prm_ssmh163916000punt_switch163917000fab_arb163918000fab_xbar163919000inv_agent163920000prm_server_ty163921000cerrno_server163923000online_diag_lc163924000online_diag_svr163925000uidb_server163926000envmon_lc163927000cfgmgr-lc163928000cluster_dlm_lc163929000fpd_fpga_agent163930000subdb_svr163931000wd-stat-publisher163932000ifmgr458791000netio458815000fwd_driver_partner458834000mempool_edm458845000pm458846000rsi_agent458847000sint_ma458848000sync_agent458849000timing_drvr_util_proc458850000mgid_refcount_server458851000mpls_io_ea458852000cluster_dlm_checker458853000cluster_dlm_intfmon458854000cluster_dlm_procmon458855000aib458856000bundlemgr_adj458857000statsd_server458858000ipv4_io458859000ipv6_nd458860000fib_mgr458861000inline_service_proc458863000ipv4_ma458864000ipv6_ea458865000ipv6_io458866000pifibm_server_lc458867000procfind458868000rommon_fpd_agent458869000bfd_agent458870000debug_d458871000ether_ctrl_msg_client458872000fsyncmgr458873000timezone_notify458874000ipv6_ma475174000daps475246000flowtrap475259000l2fib_mgr475260000vkg_l2fib_mac_cache475261000statsd_manager_l475262000vic503935111mpls_io512128000ntpdc516225000dpss516226000iphc_ma516227000nfma516228000clns516229000arp516230000fhrp_output516231000l2snoop516232000lldp_agent516233000bundlemgr_local516234000canb_upg_agt516235000ixdb_gc516238000ether_caps_partner520333000ether_sock520335000vlan_ea520336000ctrlio520337000icpe_sdep520338000imaedm_server520339000ipv6nd_lite520340000lacp_lite520341000lamptest-lc520342000lc_fpd_upgrade520343000mpls_fwd_show_proxy520344000netio_debug_partner520345000pbr_ea520346000pbr_ma520347000pcds_daemon520348000pfilter_ma520349000ppp_lite520350000qos_ma520351000scf_server520352000slarp_lite520353000spio_ma520354000ssm_process520355000svi_adj_mgr520356000bundlemgr_ea1487013000spio_ea1491110000showd_lc149518000003CPU0292929kernel1222dllmgr8195000wd-critical-mon12290000p40x0mc12295000pkgfs12296000serdrvr12297000devc-pty16394000i2c-master16395000pkgfs16396000pipe16397000mqueue16398000mq16399000shmwin_svr16402000flashdrvr20499000pcie-server24593000mediasvr36884000dumper40976000obflmgr40981000syslogd_helper40982000syslog_dev40983000umass-enum40984000ksh40985000p40x0_devnp45082000io-usb45084000spp45085000qad_server45086000packet45087000lda_server45088000lda_red_init45089000eth_server45090000devb-umass45091000attachd49179000qnet49188000mbi-hello49189000insthelper49192000attach_server49193000sysmgr90150000qsm102406000imdr102444000ltrace_server102446000ltrace_sync110596000obfl_pd_driver110637000sld110641000sysmgr110642000top_procs110645000wdsysmon122927000zllc127027000sysdb_svr_local151557000eem_ed_sysmgr151594000enf_broker151600000alphadisplay151604000lrd151606000meminfo_svr151607000fab_si151608000pexrc_driver155705000showd_server159802000sysmgr_show_proc_all_edm159803000dumper_config159804000obfl_config159805000canb-server-lc163903000gsp168000000aipc_cleaner168001000fialc168002222mgid_prgm168003000obfl_agent-lc168004000prm_verifier168005000rdsfs_svr168006000pfm_node_lc168007000sysdb_mc168008000bundlemgr_checker168009000licagent168010000prm_ssmh168011000punt_switch168012000fab_arb168013000fab_xbar168014000inv_agent168015000prm_server_ty168016242424cerrno_server168018000online_diag_lc168019000online_diag_svr168020000uidb_server168021000envmon_lc168022000cfgmgr-lc168023000cluster_dlm_lc168024000fpd_fpga_agent168025000subdb_svr168026000wd-stat-publisher168027000ifmgr462887000netio462910000fwd_driver_partner462929000mempool_edm462940000pm462941000rsi_agent462942000sint_ma462943000sync_agent462944000timing_drvr_util_proc462945000mgid_refcount_server462946000mpls_io_ea462947000cluster_dlm_checker462948000cluster_dlm_intfmon462949000cluster_dlm_procmon462950000aib462951000bundlemgr_adj462952000statsd_server462953000ipv4_io462954000ipv6_nd462955000fib_mgr462956000inline_service_proc462958000ipv4_ma462959000ipv6_ea462960000ipv6_io462961000pifibm_server_lc462962000procfind462963000rommon_fpd_agent462964000bfd_agent462965000debug_d462966000ether_ctrl_msg_client462967000fsyncmgr462968000timezone_notify462969000ipv6_ma467053000daps467066000flowtrap467067000l2fib_mgr467068000vkg_l2fib_mac_cache467069000statsd_manager_l467070000vic495743111mpls_io503936000ntpdc508033000dpss508034000iphc_ma508035000nfma508036000clns508037000arp508038000fhrp_output508039000l2snoop508040000lldp_agent508041000bundlemgr_local508042000canb_upg_agt508043000ixdb_gc512141000ether_caps_partner512142000ether_sock512143000vlan_ea512144000ctrlio512145000icpe_sdep512146000imaedm_server512147000ipv6nd_lite512148000lacp_lite512149000lamptest-lc512150000lc_fpd_upgrade512151000mpls_fwd_show_proxy512152000netio_debug_partner512153000pbr_ea512154000pbr_ma512155000pcds_daemon512156000pfilter_ma512157000ppp_lite512158000qos_ma512159000scf_server512160000slarp_lite512161000spio_ma512162000ssm_process512163000svi_adj_mgr512164000bundlemgr_ea512165000nfea512166000nfsvr512167000nf_producer512168000spio_ea1482921000l2vpn_checker1482922000vlan_ma1482923000pfilter_ea1482924000aipc_proxy1486891000showd_lc1491084000 \ No newline at end of file diff --git a/test/unit/iosxr/mock_data/show_interface_description.txt b/test/unit/iosxr/mock_data/show_interface_description.txt deleted file mode 100644 index cce221d9d..000000000 --- a/test/unit/iosxr/mock_data/show_interface_description.txt +++ /dev/null @@ -1,8 +0,0 @@ -Fri Nov 27 10:02:21.639 UTC - -Interface Status Protocol Description --------------------------------------------------------------------------------- -Nu0 up up -Mg0/0/CPU0/0 up up -Gi0/0/0/0 up up -Gi0/0/0/1 up up diff --git a/test/unit/iosxr/mock_data/show_interfaces.txt b/test/unit/iosxr/mock_data/show_interfaces.txt deleted file mode 100644 index 38c7e2148..000000000 --- a/test/unit/iosxr/mock_data/show_interfaces.txt +++ /dev/null @@ -1,96 +0,0 @@ -Null0 is up, line protocol is up - Interface state transitions: 1 - Hardware is Null interface - Internet address is Unknown - MTU 1500 bytes, BW 0 Kbit - reliability 255/255, txload Unknown, rxload Unknown - Encapsulation Null, loopback not set, - Last input never, output never - Last clearing of "show interface" counters never - 5 minute input rate 0 bits/sec, 0 packets/sec - 5 minute output rate 0 bits/sec, 0 packets/sec - 0 packets input, 0 bytes, 0 total input drops - 0 drops for unrecognized upper-level protocol - Received 0 broadcast packets, 0 multicast packets - 0 packets output, 0 bytes, 0 total output drops - Output 0 broadcast packets, 0 multicast packets - -MgmtEth0/0/CPU0/0 is up, line protocol is up - Interface state transitions: 1 - Hardware is Management Ethernet, address is 0800.27a3.db3b (bia 0800.27a3.db3b) - Internet address is 192.168.56.202/24 - MTU 1514 bytes, BW 0 Kbit - reliability 255/255, txload Unknown, rxload Unknown - Encapsulation ARPA, - Duplex unknown, 0Kb/s, unknown, link type is autonegotiation - output flow control is off, input flow control is off - Carrier delay (up) is 10 msec - loopback not set, - ARP type ARPA, ARP timeout 04:00:00 - Last input 00:00:00, output 00:00:00 - Last clearing of "show interface" counters never - 5 minute input rate 0 bits/sec, 0 packets/sec - 5 minute output rate 0 bits/sec, 0 packets/sec - 2653 packets input, 433617 bytes, 0 total input drops - 0 drops for unrecognized upper-level protocol - Received 851 broadcast packets, 500 multicast packets - 0 runts, 0 giants, 0 throttles, 0 parity - 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort - 822 packets output, 211959 bytes, 0 total output drops - Output 5 broadcast packets, 0 multicast packets - 0 output errors, 0 underruns, 0 applique, 0 resets - 0 output buffer failures, 0 output buffers swapped out - 1 carrier transitions - -GigabitEthernet0/0/0/0 is up, line protocol is up - Interface state transitions: 1 - Hardware is GigabitEthernet, address is 0800.27b2.4650 (bia 0800.27b2.4650) - Internet address is Unknown - MTU 1514 bytes, BW 1000000 Kbit (Max: 1000000 Kbit) - reliability 255/255, txload 0/255, rxload 0/255 - Encapsulation ARPA, - Full-duplex, 1000Mb/s, unknown, link type is force-up - output flow control is off, input flow control is off - Carrier delay (up) is 10 msec - loopback not set, - Last input 00:00:28, output 00:00:18 - Last clearing of "show interface" counters never - 5 minute input rate 0 bits/sec, 0 packets/sec - 5 minute output rate 0 bits/sec, 0 packets/sec - 365 packets input, 72270 bytes, 0 total input drops - 0 drops for unrecognized upper-level protocol - Received 0 broadcast packets, 365 multicast packets - 0 runts, 0 giants, 0 throttles, 0 parity - 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort - 367 packets output, 63491 bytes, 0 total output drops - Output 0 broadcast packets, 367 multicast packets - 0 output errors, 0 underruns, 0 applique, 0 resets - 0 output buffer failures, 0 output buffers swapped out - 1 carrier transitions - -GigabitEthernet0/0/0/1 is up, line protocol is up - Interface state transitions: 1 - Hardware is GigabitEthernet, address is 0800.27a5.abb0 (bia 0800.27a5.abb0) - Internet address is Unknown - MTU 1514 bytes, BW 1000000 Kbit (Max: 1000000 Kbit) - reliability 255/255, txload 0/255, rxload 0/255 - Encapsulation ARPA, - Full-duplex, 1000Mb/s, unknown, link type is force-up - output flow control is off, input flow control is off - Carrier delay (up) is 10 msec - loopback not set, - Last input 00:00:28, output 00:00:18 - Last clearing of "show interface" counters never - 5 minute input rate 0 bits/sec, 0 packets/sec - 5 minute output rate 0 bits/sec, 0 packets/sec - 365 packets input, 72270 bytes, 0 total input drops - 0 drops for unrecognized upper-level protocol - Received 0 broadcast packets, 365 multicast packets - 0 runts, 0 giants, 0 throttles, 0 parity - 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort - 367 packets output, 63491 bytes, 0 total output drops - Output 0 broadcast packets, 367 multicast packets - 0 output errors, 0 underruns, 0 applique, 0 resets - 0 output buffer failures, 0 output buffers swapped out - 1 carrier transitions - diff --git a/test/unit/iosxr/mock_data/show_lldp_neighbors.txt b/test/unit/iosxr/mock_data/show_lldp_neighbors.txt deleted file mode 100644 index 0a6d2f37a..000000000 --- a/test/unit/iosxr/mock_data/show_lldp_neighbors.txt +++ /dev/null @@ -1,9 +0,0 @@ -Capability codes: - (R) Router, (B) Bridge, (T) Telephone, (C) DOCSIS Cable Device - (W) WLAN Access Point, (P) Repeater, (S) Station, (O) Other - -Device ID Local Intf Hold-time Capability Port ID -precise64 Gi0/0/0/0 120 N/A 0800.27f3.3c29 -precise64 Gi0/0/0/1 120 N/A 0800.275d.d2a8 - -Total entries displayed: 2 diff --git a/test/unit/iosxr/mock_data/show_version.txt b/test/unit/iosxr/mock_data/show_version.txt deleted file mode 100644 index fbb7b218a..000000000 --- a/test/unit/iosxr/mock_data/show_version.txt +++ /dev/null @@ -1,84 +0,0 @@ -Cisco IOS XR Software, Version 5.3.0[Default] -Copyright (c) 2015 by Cisco Systems, Inc. - -ROM: GRUB, Version 1.99(0), DEV RELEASE - -ios uptime is 2 hours, 20 minutes -System image file is "bootflash:disk0/xrvr-os-mbi-5.3.0/mbixrvr-rp.vm" - -cisco IOS XRv Series (Pentium II Stepping 1) processor with 2096703K bytes of memory. -Pentium II Stepping 1 processor at 2304MHz, Revision 2.174 -IOS XRv Chassis - -1 Management Ethernet -2 GigabitEthernet -97070k bytes of non-volatile configuration memory. -866M bytes of hard disk. -2321392k bytes of disk0: (Sector size 512 bytes). - -Configuration register on node 0/0/CPU0 is 0x2102 -Boot device on node 0/0/CPU0 is disk0: -Package active on node 0/0/CPU0: -iosxr-infra, V 5.3.0[Default], Cisco Systems, at disk0:iosxr-infra-5.3.0 - Built on Sun Jan 18 17:35:11 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie - -iosxr-fwding, V 5.3.0[Default], Cisco Systems, at disk0:iosxr-fwding-5.3.0 - Built on Sun Jan 18 17:35:11 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie - -iosxr-routing, V 5.3.0[Default], Cisco Systems, at disk0:iosxr-routing-5.3.0 - Built on Sun Jan 18 17:35:11 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie - -iosxr-ce, V 5.3.0[Default], Cisco Systems, at disk0:iosxr-ce-5.3.0 - Built on Sun Jan 18 17:35:11 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie - -xrvr-os-mbi, V 5.3.0[Default], Cisco Systems, at disk0:xrvr-os-mbi-5.3.0 - Built on Sun Jan 18 17:36:08 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie - -xrvr-base, V 5.3.0[Default], Cisco Systems, at disk0:xrvr-base-5.3.0 - Built on Sun Jan 18 17:35:11 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie - -xrvr-fwding, V 5.3.0[Default], Cisco Systems, at disk0:xrvr-fwding-5.3.0 - Built on Sun Jan 18 17:35:11 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie - -xrvr-mgbl-x, V 5.3.0[Default], Cisco Systems, at disk0:xrvr-mgbl-x-5.3.0 - Built on Sun Jan 18 17:35:21 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie - -iosxr-mpls, V 5.3.0[Default], Cisco Systems, at disk0:iosxr-mpls-5.3.0 - Built on Sun Jan 18 17:35:11 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie - -iosxr-mgbl, V 5.3.0[Default], Cisco Systems, at disk0:iosxr-mgbl-5.3.0 - Built on Sun Jan 18 17:35:11 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie - -iosxr-mcast, V 5.3.0[Default], Cisco Systems, at disk0:iosxr-mcast-5.3.0 - Built on Sun Jan 18 17:35:11 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie - -xrvr-mcast-supp, V 5.3.0[Default], Cisco Systems, at disk0:xrvr-mcast-supp-5.3.0 - Built on Sun Jan 18 17:35:11 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie - -iosxr-bng, V 5.3.0[Default], Cisco Systems, at disk0:iosxr-bng-5.3.0 - Built on Sun Jan 18 17:35:09 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie - -xrvr-bng-supp, V 5.3.0[Default], Cisco Systems, at disk0:xrvr-bng-supp-5.3.0 - Built on Sun Jan 18 17:35:09 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie - -iosxr-security, V 5.3.0[Default], Cisco Systems, at disk0:iosxr-security-5.3.0 - Built on Sun Jan 18 17:35:06 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie - -xrvr-fullk9-x, V 5.3.0[Default], Cisco Systems, at disk0:xrvr-fullk9-x-5.3.0 - Built on Sun Jan 18 17:36:17 UTC 2015 - By iox-lnx-003 in /auto/srcarchive11/production/5.3.0/all/workspace for pie diff --git a/test/unit/iosxr/new_good.conf b/test/unit/iosxr/new_good.conf deleted file mode 100644 index e9bda4ec5..000000000 --- a/test/unit/iosxr/new_good.conf +++ /dev/null @@ -1,23 +0,0 @@ -hostname ios-xrv-unittest-changed - -interface MgmtEth0/0/CPU0/0 - ipv4 address dhcp - -interface GigabitEthernet0/0/0/0 - ipv4 address 192.168.78.12 255.255.255.0 - -router bgp 65000 - vrf test - neighbor 1.1.1.2 - remote-as 1 - - vrf test2 - neighbor 2.2.2.3 - remote-as 2 - -ssh server v2 -xml agent tty - -lldp - -end diff --git a/test/unit/iosxr/new_good.diff b/test/unit/iosxr/new_good.diff deleted file mode 100644 index 215d50477..000000000 --- a/test/unit/iosxr/new_good.diff +++ /dev/null @@ -1,18 +0,0 @@ -+ hostname ios-xrv-unittest-changed -+ interface GigabitEthernet0/0/0/0 -+ ipv4 address 192.168.78.12 255.255.255.0 -+ ! -- interface GigabitEthernet0/0/0/1 -+ router bgp 65000 -+ vrf test -+ neighbor 1.1.1.2 -+ remote-as 1 -+ ! -+ ! -+ vrf test2 -+ neighbor 2.2.2.3 -+ remote-as 2 -+ ! -+ ! -+ ! -- ssh server rate-limit 600 diff --git a/test/unit/iosxr/new_typo.conf b/test/unit/iosxr/new_typo.conf deleted file mode 100644 index c48c5fffa..000000000 --- a/test/unit/iosxr/new_typo.conf +++ /dev/null @@ -1,25 +0,0 @@ -hostname ios-xrv-unittest-changed - -interface MgmtEth0/0/CPU0/0 - ipv4 address dhcp - -interface GigabitEthernet0/0/0/0 - ipv4 address 192.168.78.12 255.255.255.0 - -asd - -router bgp 65000 - vrf test - neighbor 1.1.1.2 - remote-as 1 - - vrf test2 - neighbor 2.2.2.3 - remote-as 2 - -ssh server v2 -xml agent tty - -lldp - -end diff --git a/test/unit/junos/initial.conf b/test/unit/junos/initial.conf deleted file mode 100644 index 84e71855f..000000000 --- a/test/unit/junos/initial.conf +++ /dev/null @@ -1,72 +0,0 @@ -version 12.1X47-D20.7; -system { - host-name vsrx; - root-authentication { - encrypted-password "$1$5MhDFyrI$NBBMndW1POqbN.0QEA4z0."; ## SECRET-DATA - ssh-rsa "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGnRjHTifULSGZiJA53JQRYuUgqXFJUq74Ste+fY1VBjYPqrBPNWWCKxUZoiVktUxPw1htTQIqanGBAW4fuzum/s4ZbTwswTRkZYi96RKSx6RK8zlwoLKwKhCRrFJKijcKn0ygZWOrcS3LPSr64tjsJJmNdgmNX8QFP7IHVWFFSv2HRIYYc+ibtunwH30RzAsyPeLOTFgRihlnyarO6T6EJsihudMWbHyzQY6DeDvIqZ3QwpcFhrNkVq8hm1D3ozqOEk9IRetEc+DV0g5EGRXQZcQi8PraT8COR8qFijzUBXO2mjVW183JgtfPkkxiikzBtJD5rqj5ymSJHUXNdxzn vagrant"; ## SECRET-DATA - } - login { - user vagrant { - uid 2000; - class super-user; - authentication { - encrypted-password "$1$KMQ6fIje$STNZNzDwjAb46xNonInGq/"; ## SECRET-DATA - ssh-rsa "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key"; ## SECRET-DATA - } - } - } - services { - ssh { - root-login allow; - } - netconf { - ssh; - } - } - syslog { - user * { - any emergency; - } - file messages { - any any; - authorization info; - } - file interactive-commands { - interactive-commands any; - } - } - license { - autoupdate { - url https://ae1.juniper.net/junos/key_retrieval; - } - } -} -interfaces { - ge-0/0/0 { - unit 0 { - family inet { - dhcp; - } - } - } - ge-0/0/1 { - unit 0; - } -} -protocols { - lldp { - interface all; - } -} -security { - forwarding-options { - family { - inet6 { - mode packet-based; - } - mpls { - mode packet-based; - } - } - } -} diff --git a/test/unit/junos/merge_good.conf b/test/unit/junos/merge_good.conf deleted file mode 100644 index 6f2b7ea17..000000000 --- a/test/unit/junos/merge_good.conf +++ /dev/null @@ -1,12 +0,0 @@ -system { - host-name junos-CHANGED; -} -interfaces { - ge-0/0/1 { - unit 0 { - family inet { - address 192.168.77.11/24; - } - } - } -} diff --git a/test/unit/junos/merge_good.diff b/test/unit/junos/merge_good.diff deleted file mode 100644 index 0fa90b6c8..000000000 --- a/test/unit/junos/merge_good.diff +++ /dev/null @@ -1,7 +0,0 @@ -[edit system] -- host-name junos-CHANGED; -+ host-name vsrx; -[edit interfaces ge-0/0/1 unit 0] -- family inet { -- address 192.168.77.11/24; -- } diff --git a/test/unit/junos/merge_typo.conf b/test/unit/junos/merge_typo.conf deleted file mode 100644 index 7dcbfac45..000000000 --- a/test/unit/junos/merge_typo.conf +++ /dev/null @@ -1,12 +0,0 @@ -system { - host-name junos-CHANGED; -} -interfaces { - ge-0/0/1 { - unt 0 { - family inet { - address 192.168.77.11/24; - } - } - } -} diff --git a/test/unit/junos/mock_data/_configuration__protocols__bgp__group____bgp___protocols___configuration_.txt b/test/unit/junos/mock_data/_configuration__protocols__bgp__group____bgp___protocols___configuration_.txt deleted file mode 100644 index 208a8166a..000000000 --- a/test/unit/junos/mock_data/_configuration__protocols__bgp__group____bgp___protocols___configuration_.txt +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - bgp - 1000000 - 20 - - - keepalive - - - state - - - task - - - - - - - - - - - - - - - - - PEERS-GROUP-NAME - BGP-PREFIX-LIMIT - external - PUBLIC-PEER-IN - PUBLIC-PEER-OUT - - - - 13335 - - - - - 192.168.0.1 - Facebook [CDN] - - - - - 100 - - - - - 32934 - - - 172.17.17.1 - Twitter [CDN] - - - - - 500 - - - IMPORT-FLOW-ROUTES - - - - - 13414 - - - - - \ No newline at end of file diff --git a/test/unit/junos/mock_data/_configuration__protocols__bgp__group__neighbor____group___bgp___protocols___configuration_.txt b/test/unit/junos/mock_data/_configuration__protocols__bgp__group__neighbor____group___bgp___protocols___configuration_.txt deleted file mode 100644 index 208a8166a..000000000 --- a/test/unit/junos/mock_data/_configuration__protocols__bgp__group__neighbor____group___bgp___protocols___configuration_.txt +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - bgp - 1000000 - 20 - - - keepalive - - - state - - - task - - - - - - - - - - - - - - - - - PEERS-GROUP-NAME - BGP-PREFIX-LIMIT - external - PUBLIC-PEER-IN - PUBLIC-PEER-OUT - - - - 13335 - - - - - 192.168.0.1 - Facebook [CDN] - - - - - 100 - - - - - 32934 - - - 172.17.17.1 - Twitter [CDN] - - - - - 500 - - - IMPORT-FLOW-ROUTES - - - - - 13414 - - - - - \ No newline at end of file diff --git a/test/unit/junos/mock_data/_configuration__snmp__community____snmp___configuration_.txt b/test/unit/junos/mock_data/_configuration__snmp__community____snmp___configuration_.txt deleted file mode 100644 index 70b6dc44d..000000000 --- a/test/unit/junos/mock_data/_configuration__snmp__community____snmp___configuration_.txt +++ /dev/null @@ -1,11 +0,0 @@ - - - noc@cloudflare.com - Stockholm, Sweden - edge02.arn02 - - hackme - read-only - - - diff --git a/test/unit/junos/mock_data/get-arp-table-information.txt b/test/unit/junos/mock_data/get-arp-table-information.txt deleted file mode 100644 index 5cac3094a..000000000 --- a/test/unit/junos/mock_data/get-arp-table-information.txt +++ /dev/null @@ -1,32 +0,0 @@ - - - 02:01:00:00:00:05 - 172.17.17.1 - dummy-host - em1.0 - 1031 - - - - - - 00:0f:53:2b:c5:e1 - 172.17.17.3 - test-server - ae7.10 - 1031 - - - - - - 2c:60:0c:7a:7e:63 - 172.17.17.2 - another-server - ae7.637 - 1031 - - - - - diff --git a/test/unit/junos/mock_data/get-bgp-neighbor-information.txt b/test/unit/junos/mock_data/get-bgp-neighbor-information.txt deleted file mode 100644 index a6491fca3..000000000 --- a/test/unit/junos/mock_data/get-bgp-neighbor-information.txt +++ /dev/null @@ -1,171 +0,0 @@ - - - 192.168.100.1+50877 - 4436 - 192.168.100.2+179 - 13335 - External - Established - Sync RSync - EstabSync - RecvKeepAlive - Cease - - - 4-GTT-TRANSIT-OUT - - - 4-GTT-TRANSIT-IN - - Preference RemovePrivateAS LogUpDown AddressFamily PeerAS Multipath LocalAS Refresh - - - inet-unicast - 90 - 170 - 13335 - 0 - - 2 - Stop - - Open Message Error - 1 - 0 - - - Cease - 2 - 0 - - 192.168.100.1 - 192.168.100.2 - 90 - 30 - 23 - 0 - - disabled - down - - irb.420 - 765 - inet-unicast - inet-unicast - inet-unicast - 2 - 300 - - inet-unicast - inet-unicast - inet-unicast - - 4436 - - - inet.0 - 10005 - BGP restart is complete - in sync - 101545 - 567257 - 567257 - 0 - 111 - - 0 - 3 - 31 - 12094123 - 11951665 - 0 - 1244994779 - 141052 - 158 - 0 - 2694237 - - 0 - 0 - - - - 172.17.17.1+54687 - 1299 - 172.17.17.2+179 - 13335 - External - Established - Sync RSync - OpenConfirm - RecvKeepAlive - None - - - 4-TELIA-TRANSIT-OUT - - - 4-TELIA-TRANSIT-IN - - Preference RemovePrivateAS LogUpDown AddressFamily PeerAS Multipath LocalAS Refresh - - - inet-unicast - 90 - 170 - 13335 - 0 - - 0 - 172.17.17.1 - 172.17.17.2 - 90 - 30 - 0 - 0 - - disabled - down - - ae3.0 - 745 - inet-unicast - inet-unicast - inet-unicast - 2 - 300 - - inet-unicast - inet-unicast - inet-unicast - - 1299 - - - inet.0 - 10002 - BGP restart is complete - in sync - 37358 - 567162 - 566998 - 0 - 111 - - 7 - 29 - 1 - 26006050 - 25604153 - 0 - 2153200326 - 383524 - 524 - 0 - 7342325 - - 0 - 0 - - - \ No newline at end of file diff --git a/test/unit/junos/mock_data/get-bgp-neighbor-informationbackend.txt b/test/unit/junos/mock_data/get-bgp-neighbor-informationbackend.txt deleted file mode 100644 index 6f71aa806..000000000 --- a/test/unit/junos/mock_data/get-bgp-neighbor-informationbackend.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/test/unit/junos/mock_data/get-bgp-neighbor-informationfrontend.txt b/test/unit/junos/mock_data/get-bgp-neighbor-informationfrontend.txt deleted file mode 100644 index cac693731..000000000 --- a/test/unit/junos/mock_data/get-bgp-neighbor-informationfrontend.txt +++ /dev/null @@ -1,279 +0,0 @@ - - - 10.2.1.253+179 - 4290029998 - 10.2.1.1+49228 - 4290020001 - External - Established - Sync - OpenConfirm - RecvKeepAlive - None - - NORMAL-FRONTEND - Preference PeerAS Multipath Refresh - - 90 - 170 - - 0 - 10.255.254.252 - 10.255.254.1 - 90 - 30 - 3 - 1 - - disabled - down - - vlan.2 - 613 - inet-unicast - inet-unicast - inet-unicast - 2 - 300 - - - 4290029998 - - - frontend.inet.0 - 20001 - BGP restart is complete - VPN restart is complete - in sync - 2 - 2 - 2 - 0 - 9 - - 22 - 11 - 52 - 422682 - 1 - 0 - 8030995 - 463590 - 64 - 0 - 8809916 - - 1 - 0 - - - - 10.2.1.254+1047 - 4290029999 - 10.2.1.1+179 - 4290020001 - External - Established - Sync - OpenConfirm - RecvKeepAlive - None - - NORMAL-FRONTEND - Preference PeerAS Multipath Refresh - - 90 - 170 - - 0 - 10.48.71.105 - 10.255.254.1 - 90 - 30 - 3 - 0 - - disabled - down - - vlan.2 - 613 - inet-unicast - inet-unicast inet6-unicast - inet-unicast - 2 - 300 - - - 4290029999 - - - frontend.inet.0 - 20001 - BGP restart is complete - VPN restart is complete - in sync - 4 - 4 - 4 - 0 - 7 - - 22 - 3 - 65 - 483697 - 29 - 0 - 9191024 - 463564 - 36 - 0 - 8808653 - - 1 - 0 - - - - 192.168.0.0+57256 - 4290020000 - 192.168.0.1+179 - 4290020001 - External - Established - Sync - OpenConfirm - RecvKeepAlive - None - - NORMAL-FRONTEND - Preference AddressFamily PeerAS Multipath Refresh - - inet-unicast inet6-unicast - 90 - 170 - - 1 - RecvNotify - - Cease - 0 - 1 - - 10.255.254.240 - 10.255.254.1 - 90 - 30 - 1 - 0 - - disabled - down - - xe-0/1/0.2 - 607 - inet-unicast inet6-unicast - inet-unicast inet6-unicast - inet-unicast inet6-unicast - 2 - 300 - - inet-unicast inet6-unicast - inet-unicast inet6-unicast - inet-unicast inet6-unicast - - 4290020000 - - - frontend.inet.0 - 20000 - BGP restart is complete - VPN restart is complete - in sync - 3 - 3 - 3 - 0 - 8 - - - frontend.inet6.0 - 50000 - BGP restart is complete - VPN restart is complete - in sync - 0 - 0 - 0 - 0 - 1 - - 8 - 22 - 59 - 25531 - 4 - 0 - 485218 - 25461 - 6 - 0 - 484121 - - 1 - 0 - - - 4 - 0 - - - - 192.169.1.0 - 4290020000 - 192.169.1.1 - 4290020001 - External - Active - - Idle - Start - None - - NORMAL-FRONTEND - Preference AddressFamily PeerAS Multipath Refresh - - inet-unicast inet6-unicast - 90 - 170 - - 0 - - - 2a01:280:100::1 - 4290020000 - 2a01:280:100:: - 4290020001 - External - Idle - PeerInterfaceError - Connect - Stop - Hold Timer Expired Error - - Preference PeerAS Refresh - - 90 - 170 - - 1 - HoldTime - - Hold Timer Expired Error - 1 - 0 - - - - diff --git a/test/unit/junos/mock_data/get-bgp-neighbor-informationmaster.txt b/test/unit/junos/mock_data/get-bgp-neighbor-informationmaster.txt deleted file mode 100644 index 917db92c5..000000000 --- a/test/unit/junos/mock_data/get-bgp-neighbor-informationmaster.txt +++ /dev/null @@ -1,174 +0,0 @@ - - - 10.3.1.254+1048 - 4290029999 - 10.3.1.1+179 - 4290030001 - External - Established - Sync - OpenConfirm - RecvKeepAlive - None - - NORMAL-BACKEND - Preference PeerAS Multipath Refresh - - 90 - 170 - - 0 - 10.48.71.105 - 10.255.255.1 - 90 - 30 - 2 - 0 - - disabled - down - - vlan.3 - 614 - inet-unicast - inet-unicast inet6-unicast - inet-unicast - 2 - 300 - - - 4290029999 - - - backend.inet.0 - 10001 - BGP restart is complete - VPN restart is complete - in sync - 7 - 7 - 7 - 0 - 4 - - 18 - 15 - 61 - 483718 - 35 - 0 - 9191647 - 463556 - 29 - 0 - 8808279 - - 0 - 0 - - - - 192.168.0.0+179 - 4290030000 - 192.168.0.1+56371 - 4290030001 - External - Established - Sync - OpenConfirm - RecvKeepAlive - Cease - - NORMAL-BACKEND - Preference PeerAS Multipath Refresh - - 90 - 170 - - 1 - Stop - - Cease - 1 - 0 - - 10.255.255.240 - 10.255.255.1 - 90 - 30 - 0 - 0 - - disabled - down - - xe-0/1/0.3 - 608 - inet-unicast - inet-unicast - inet-unicast - 2 - 300 - - inet-unicast - inet-unicast - inet-unicast - - 4290030000 - - - backend.inet.0 - 10000 - BGP restart is complete - VPN restart is complete - in sync - 2 - 2 - 2 - 0 - 9 - - 8 - 27 - 59 - 464786 - 8 - 0 - 8831156 - 463581 - 39 - 0 - 8809363 - - 0 - 0 - - - - 192.169.1.0 - 4290030000 - 192.169.1.1 - 4290030001 - External - Active - - Idle - Start - Cease - - NORMAL-BACKEND - Preference PeerAS Multipath Refresh - - 90 - 170 - - 11 - RecvNotify - - Cease - 6 - 4 - - - - diff --git a/test/unit/junos/mock_data/get-bgp-summary-informationbackend.txt b/test/unit/junos/mock_data/get-bgp-summary-informationbackend.txt deleted file mode 100644 index c00138964..000000000 --- a/test/unit/junos/mock_data/get-bgp-summary-informationbackend.txt +++ /dev/null @@ -1,5 +0,0 @@ - - 0 - 0 - 0 - diff --git a/test/unit/junos/mock_data/get-bgp-summary-informationfrontend.txt b/test/unit/junos/mock_data/get-bgp-summary-informationfrontend.txt deleted file mode 100644 index a8c64c8d6..000000000 --- a/test/unit/junos/mock_data/get-bgp-summary-informationfrontend.txt +++ /dev/null @@ -1,146 +0,0 @@ - - 3 - 5 - 2 - - frontend.inet.0 - 9 - 9 - 9 - 9 - 0 - 0 - 0 - 9 - 9 - 9 - 0 - 0 - 0 - 0 - 0 - 0 - BGP restart is complete - VPN restart is complete - - - frontend.mdt.0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - BGP restart is complete - VPN restart is complete - - - frontend.inet6.0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - BGP restart is complete - VPN restart is complete - - - 10.2.1.253 - 4290029998 - 422682 - 463590 - 0 - 0 - 20w6d20h - Established - - frontend.inet.0 - 2 - 2 - 2 - 0 - - - - 10.2.1.254 - 4290029999 - 483697 - 463564 - 0 - 0 - 20w6d20h - Established - - frontend.inet.0 - 4 - 4 - 4 - 0 - - - - 192.168.0.0 - 4290020000 - 25531 - 25461 - 0 - 1 - 1w1d1h - Established - - frontend.inet.0 - 3 - 3 - 3 - 0 - - - frontend.inet6.0 - 0 - 0 - 0 - 0 - - - - 192.169.1.0 - 4290020000 - 0 - 0 - 0 - 0 - 1w1d1h - Active - - - 2a01:280:100::1 - 4290020000 - 81 - 90 - 0 - 1 - 1w1d1h - Idle - - diff --git a/test/unit/junos/mock_data/get-bgp-summary-informationmaster.txt b/test/unit/junos/mock_data/get-bgp-summary-informationmaster.txt deleted file mode 100644 index 6156e8326..000000000 --- a/test/unit/junos/mock_data/get-bgp-summary-informationmaster.txt +++ /dev/null @@ -1,91 +0,0 @@ - - 2 - 3 - 1 - - backend.inet.0 - 9 - 9 - 9 - 9 - 0 - 0 - 0 - 9 - 9 - 9 - 0 - 0 - 0 - 0 - 0 - 0 - BGP restart is complete - VPN restart is complete - - - backend.mdt.0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - BGP restart is complete - VPN restart is complete - - - 10.3.1.254 - 4290029999 - 483718 - 463556 - 0 - 0 - 20w6d20h - Established - - backend.inet.0 - 7 - 7 - 7 - 0 - - - - 192.168.0.0 - 4290030000 - 464786 - 463581 - 0 - 1 - 1w1d2h - Established - - backend.inet.0 - 2 - 2 - 2 - 0 - - - - 192.169.1.0 - 4290030000 - 42 - 47 - 0 - 11 - 17w6d2h - Active - - \ No newline at end of file diff --git a/test/unit/junos/mock_data/get-bridge-mac-table.txt b/test/unit/junos/mock_data/get-bridge-mac-table.txt deleted file mode 100644 index 553c09572..000000000 --- a/test/unit/junos/mock_data/get-bridge-mac-table.txt +++ /dev/null @@ -1,4760 +0,0 @@ - - - 00:0f:53:0c:96:2d - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:0c:96:8d - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:0c:96:d5 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:0c:97:0d - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:0c:97:21 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:0c:97:25 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:0d:f5:11 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:0d:f5:65 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:0d:f5:71 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:0d:f6:31 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:0d:f7:89 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:20:5e:6d - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:20:5e:7d - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:20:5e:91 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:20:5e:a5 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:20:5e:b1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:20:5f:2d - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:20:5f:31 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:20:5f:3d - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:20:5f:69 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:20:5f:7d - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:20:5f:91 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:20:60:11 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:20:60:39 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:20:60:79 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:21:fe:15 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:21:fe:d9 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:21:fe:e1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:21:fe:ed - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:21:ff:21 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:21:ff:dd - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:22:00:85 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:22:00:c5 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:22:02:f5 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:22:03:1d - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:22:04:f5 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:22:04:fd - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:22:05:55 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:22:05:6d - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:22:05:71 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:22:05:79 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:22:05:e9 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2b:c4:21 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2b:c4:e1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2b:c5:41 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2b:c5:e1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2b:c7:21 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2b:c7:c1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2b:de:21 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2b:df:21 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2b:e5:f1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2b:e7:91 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:05:e1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:06:e1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:07:11 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:14:b1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:15:11 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:15:21 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:15:e1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:17:51 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:1b:c1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:1c:51 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:1c:d1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:1f:b1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:20:c1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:21:61 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:21:a1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:22:71 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2c:2b:a1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:cd:f1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:d0:51 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:d1:b1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:d2:e1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:d3:91 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:d5:51 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:d5:c1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:d6:51 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:d8:71 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:d8:b1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:dc:81 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:e1:91 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:e9:11 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:df:f1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:e4:71 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:e4:a1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:e4:e1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:e5:91 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:e5:b1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:e6:f1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:e8:41 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:ea:f1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:ed:01 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:ef:c1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:f0:c1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:f0:f1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:fc:81 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:fc:91 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:30:fd:51 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 8c:60:4f:13:35:38 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 98:4b:e1:72:f2:e3 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 98:4b:e1:73:e2:cd - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 9c:8e:99:24:4a:bf - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 9c:8e:99:24:c9:47 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 9c:8e:99:24:c9:4b - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - b4:99:ba:fd:df:ed - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - b4:99:ba:fe:00:b1 - default-switch - vlan-10 - 10 - ae7.10 - ae7.10 - 223 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:0c:96:2c - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000014 - - - 00:0f:53:0c:96:8c - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:0c:96:d4 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:0c:97:0c - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 00:0f:53:0c:97:20 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000005 - - - 00:0f:53:0c:97:24 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:0d:f5:10 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:0d:f5:64 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:0d:f5:70 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:0d:f6:30 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:0d:f7:88 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:20:5e:6c - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:20:5e:7c - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:20:5e:90 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:20:5e:99 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 00:0f:53:20:5e:a4 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:20:5e:b0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:20:5f:2c - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:20:5f:30 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000014 - - - 00:0f:53:20:5f:3c - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:20:5f:68 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:20:5f:7c - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000014 - - - 00:0f:53:20:5f:90 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:20:60:10 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:20:60:38 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000014 - - - 00:0f:53:20:60:58 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:20:60:78 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000014 - - - 00:0f:53:21:fe:14 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:21:fe:d8 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:21:fe:e0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:21:fe:ec - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:21:ff:20 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:21:ff:dc - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:22:00:84 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:22:00:c4 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:22:02:f4 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:22:03:1c - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:22:04:f4 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:22:04:fc - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:22:05:54 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:22:05:6c - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:22:05:70 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:22:05:78 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:22:05:e8 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:2b:c4:20 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2b:c4:e0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:2b:c5:40 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:2b:c5:e0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2b:c7:20 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2b:c7:c0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:2b:de:20 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 00:0f:53:2b:df:20 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:2b:e5:f0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2b:e7:90 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:2c:05:e0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2c:06:e0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:2c:07:10 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:2c:14:b0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2c:15:10 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000011 - - - 00:0f:53:2c:15:20 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:2c:15:e0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2c:17:50 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:2c:1b:c0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2c:1c:50 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2c:1c:d0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:2c:1f:b0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2c:20:c0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2c:21:60 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2c:21:a0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2c:22:70 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2c:2b:a0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2e:cd:f0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000014 - - - 00:0f:53:2e:cf:a0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:d0:50 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:d1:b0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2e:d1:c0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000014 - - - 00:0f:53:2e:d2:20 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:d2:e0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2e:d3:10 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0f:53:2e:d3:90 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 00:0f:53:2e:d4:10 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:2e:d5:50 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2e:d5:c0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2e:d6:50 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000014 - - - 00:0f:53:2e:d8:70 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2e:d8:a0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:2e:d8:b0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:2e:dc:80 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:2e:e1:90 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000014 - - - 00:0f:53:2e:e9:10 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000011 - - - 00:0f:53:30:df:f0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:30:e4:70 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:30:e4:a0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:30:e4:e0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:30:e5:90 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:30:e5:b0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:30:e6:f0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:30:e8:40 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:30:ea:f0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:30:ed:00 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:30:ef:c0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:30:f0:c0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:30:f0:f0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:30:f1:c0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000014 - - - 00:0f:53:30:fc:80 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:30:fc:90 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 00:0f:53:30:fd:50 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:0f:53:30:ff:20 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 8c:60:4f:13:35:38 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 98:4b:e1:72:f2:e2 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 98:4b:e1:73:e2:cc - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 9c:8e:99:24:4a:be - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 9c:8e:99:24:c9:46 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 9c:8e:99:24:c9:4a - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - b4:99:ba:fd:df:ec - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - b4:99:ba:fe:00:b0 - default-switch - vlan-100 - 100 - ae7.100 - ae7.100 - 222 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000015 - - - 00:26:99:24:63:c6 - default-switch - vlan-400 - 400 - ae7.400 - ae7.400 - 221 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:02:99:14:45:94 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:02:99:14:53:b4 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:02:99:14:71:40 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0a:9c:53:83:0e - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0a:9c:53:83:0f - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:0a:9c:53:83:16 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000014 - - - 00:0a:9c:53:9f:09 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 04:7d:7b:a5:6c:2c - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 04:7d:7b:a5:6c:7c - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 04:7d:7b:a5:6d:36 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 04:7d:7b:ad:c7:77 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 04:7d:7b:ad:c7:7b - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 04:7d:7b:ad:c7:e8 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 04:7d:7b:ae:35:50 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 04:7d:7b:ae:35:5d - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 04:7d:7b:ae:35:96 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 04:7d:7b:ae:36:3d - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 04:7d:7b:ae:36:42 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:6e:f9:30 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:6e:f9:5f - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:6e:f9:60 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:6e:fa:03 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:14:89 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 2c:60:0c:73:14:9a - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:15:3b - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:15:54 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 2c:60:0c:73:15:7b - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:16:1b - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:16:2d - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:16:5d - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:16:8e - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 2c:60:0c:73:16:95 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:16:ab - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:16:f9 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 2c:60:0c:73:27:3e - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:27:52 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:27:5c - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:27:88 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:27:bb - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:27:ea - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 2c:60:0c:73:28:20 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:28:2c - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 2c:60:0c:73:28:65 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 2c:60:0c:73:28:d0 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:3d:5b - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 2c:60:0c:73:3d:a7 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:3d:e3 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 2c:60:0c:73:3d:ff - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:7c:c4 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 2c:60:0c:73:7c:cd - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:7c:d5 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:7d:20 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:7d:96 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:7e:00 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:7e:36 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:7e:40 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:7e:63 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 2c:60:0c:73:7e:6b - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:73:7e:6c - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 2c:60:0c:7a:41:45 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:7a:41:7c - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 2c:60:0c:7a:42:13 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:7a:42:b3 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:7a:7d:e2 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:7a:7d:ec - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:7a:7e:1f - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:7a:7e:a5 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:7a:7e:d8 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:7a:7f:d0 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:7b:5c:4f - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 2c:60:0c:7b:5c:5e - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:7b:5c:c0 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 2c:60:0c:7b:90:a6 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:7b:90:fe - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000011 - - - 2c:60:0c:7b:91:c3 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 2c:60:0c:7b:91:e0 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 2c:60:0c:7b:9b:fd - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:7b:9c:0f - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 2c:60:0c:7b:9c:16 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:7b:9c:5c - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:8c:53:f7 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:8c:54:6b - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 2c:60:0c:8c:54:77 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 2c:60:0c:8c:55:3c - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 8c:60:4f:13:35:38 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 98:4b:e1:72:5b:ca - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 98:4b:e1:72:cb:5b - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 98:4b:e1:79:e5:14 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 98:4b:e1:79:e5:94 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 9c:8e:99:22:35:6a - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 9c:8e:99:22:35:c6 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 9c:8e:99:22:35:d2 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - c4:54:44:44:df:12 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:5d:25:79 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:5d:25:81 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:5d:5b:e0 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:5d:5b:e2 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - c4:54:44:5d:5b:eb - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:5d:5b:f4 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - c4:54:44:5d:5b:f9 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:5d:5b:fa - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - c4:54:44:5d:5b:ff - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:5d:5c:01 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - c4:54:44:5d:5c:02 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:5d:5c:06 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - c4:54:44:5d:5c:57 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:5d:5c:73 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:5d:5c:77 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - c4:54:44:5d:5c:bf - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:5d:5d:00 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - c4:54:44:5d:5d:0f - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - c4:54:44:5d:5d:21 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - c4:54:44:5d:5d:40 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - c4:54:44:5d:5d:60 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:5d:5d:65 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - c4:54:44:5d:5d:6d - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - c4:54:44:5d:5d:73 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:5d:5d:79 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - c4:54:44:5d:5d:81 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - c4:54:44:5d:5d:83 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:5d:5d:ae - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:5d:81:b8 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - c4:54:44:72:c4:44 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:72:c4:47 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:72:c4:49 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - c4:54:44:72:c8:38 - default-switch - vlan-637 - 637 - ae7.637 - ae7.637 - 218 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 00:1c:73:ee:c0:46 - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 00:22:55:8d:38:61 - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 00:26:0b:a7:a7:f6 - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 44:f4:77:71:df:c1 - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 44:f4:77:71:fc:81 - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000001 - - - 66:0e:94:9a:71:06 - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 66:0e:94:a9:fe:3e - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000014 - - - 78:fe:3d:ed:02:81 - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 8c:60:4f:13:35:38 - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 8c:60:4f:13:35:41 - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 8c:60:4f:4d:dd:bc - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - 8c:60:4f:58:db:81 - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - 8c:60:4f:58:e1:c1 - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - cc:e1:7f:25:b4:41 - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - dc:38:e1:9d:26:41 - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000004 - - - f4:b5:2f:56:72:01 - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - - f4:b5:2f:5e:22:41 - default-switch - vlan-900 - 900 - ae7.900 - ae7.900 - 217 - in_hash,in_ifd,in_ifl,in_vlan,in_rtt,kernel,in_ifbd - 3 - 2 - 0x00000010 - - \ No newline at end of file diff --git a/test/unit/junos/mock_data/get-environment-information.txt b/test/unit/junos/mock_data/get-environment-information.txt deleted file mode 100644 index 90e69a780..000000000 --- a/test/unit/junos/mock_data/get-environment-information.txt +++ /dev/null @@ -1,78 +0,0 @@ - - - FPC 0 Power Supply 0 - Power - OK - - - FPC 0 Power Supply 1 - Power - OK - - - FPC 0 CPU - Temp - OK - 36 degrees C / 96 degrees F - - - FPC 0 EX-PFE1 - Temp - OK - 48 degrees C / 118 degrees F - - - FPC 0 EX-PFE2 - Temp - OK - 67 degrees C / 152 degrees F - - - FPC 0 EX-PFE3 - Temp - OK - 52 degrees C / 125 degrees F - - - FPC 0 GEPHY Front Left - Temp - OK - 41 degrees C / 105 degrees F - - - FPC 0 GEPHY Front Middle - Temp - OK - 51 degrees C / 123 degrees F - - - FPC 0 GEPHY Front Right - Temp - OK - 40 degrees C / 104 degrees F - - - FPC 0 Uplink Conn - Temp - OK - 45 degrees C / 113 degrees F - - - FPC 0 Fan 1 - Fans - OK - Spinning at full speed - - - FPC 0 Fan 2 - Fans - OK - Spinning at full speed - - - FPC 0 Fan 3 - Fans - OK - Spinning at full speed - - diff --git a/test/unit/junos/mock_data/get-instance-information.txt b/test/unit/junos/mock_data/get-instance-information.txt deleted file mode 100644 index d91a0fdc7..000000000 --- a/test/unit/junos/mock_data/get-instance-information.txt +++ /dev/null @@ -1,62 +0,0 @@ - - - master - forwarding - - inet.0 - 4 - 0 - 0 - - - - __juniper_private1__ - forwarding - - __juniper_private1__.inet.0 - 4 - 0 - 0 - - - - __juniper_private2__ - forwarding - - __juniper_private2__.inet.0 - 0 - 0 - 1 - - - - __master.anon__ - forwarding - - - backend - virtual-router - - backend.inet.0 - 16 - 0 - 0 - - - - frontend - virtual-router - - frontend.inet.0 - 16 - 0 - 0 - - - frontend.inet6.0 - 5 - 0 - 0 - - - diff --git a/test/unit/junos/mock_data/get-interface-information.txt b/test/unit/junos/mock_data/get-interface-information.txt deleted file mode 100644 index 9683f6c55..000000000 --- a/test/unit/junos/mock_data/get-interface-information.txt +++ /dev/null @@ -1,11187 +0,0 @@ - - - ge-0/0/0 - up - up - 130 - 502 - 133 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:83 - 54:e0:32:80:68:83 - 2015-05-18 11:06:09 UTC (28w2d 23:54 ago) - Never - - 271705947 - 0 - 1435582779 - 984 - 2237496 - 0 - 11182049 - 1 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 15 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 1500479 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 9681570 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 271705947 - 1435582779 - 2237496 - 11182049 - 1363176 - 1492852 - 12017 - 23451 - 862303 - 9665746 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - complete - OK - full-duplex - 1000 Mbps - Symmetric/Asymmetric - - Symmetric - Link OK - - - - 0 - - - - - Output - - 0 - best-effort - 95 - 950000000 - 95 - 0 - low - none - - - 7 - network-control - 5 - 50000000 - 5 - 0 - low - none - - - - Disabled - - ge-0/0/0.0 - 71 - 503 - 377 - - - 0x0 - - ENET2 - - 147664036 - 1370865391 - 1363594 - 8075849 - - - 147664036 - 1370865391 - 1363594 - 8075849 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - eth-switch - 429 - 0 - - - - - 0x0 - - 0x0000000000000040 - disabled - disabled - - - - - - - ge-0/0/1 - up - down - 131 - 504 - 134 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:84 - 54:e0:32:80:68:84 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/2 - up - down - 132 - 506 - 135 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:85 - 54:e0:32:80:68:85 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/3 - up - down - 133 - 508 - 136 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:86 - 54:e0:32:80:68:86 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/4 - up - down - 134 - 510 - 137 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:87 - 54:e0:32:80:68:87 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/5 - up - down - 135 - 512 - 138 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:88 - 54:e0:32:80:68:88 - 2015-05-21 12:34:36 UTC (27w6d 22:25 ago) - Never - - 24001 - 0 - 31303 - 0 - 125 - 0 - 97 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 4 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 69 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 28 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 24001 - 31303 - 125 - 97 - 6 - 1 - 32 - 68 - 87 - 28 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - - - - Output - - 0 - best-effort - 95 - 950000000 - 95 - 0 - low - none - - - 7 - network-control - 5 - 50000000 - 5 - 0 - low - none - - - - Disabled - - - ge-0/0/6 - up - down - 136 - 514 - 139 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:89 - 54:e0:32:80:68:89 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/7 - up - down - 137 - 516 - 140 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:8a - 54:e0:32:80:68:8a - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/8 - up - down - 138 - 518 - 141 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:8b - 54:e0:32:80:68:8b - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/9 - up - down - 139 - 520 - 142 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:8c - 54:e0:32:80:68:8c - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/10 - up - down - 140 - 522 - 143 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:8d - 54:e0:32:80:68:8d - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/11 - up - down - 141 - 524 - 144 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:8e - 54:e0:32:80:68:8e - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/12 - up - down - 142 - 526 - 145 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:8f - 54:e0:32:80:68:8f - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/13 - up - down - 143 - 528 - 146 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:90 - 54:e0:32:80:68:90 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/14 - up - down - 144 - 530 - 147 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:91 - 54:e0:32:80:68:91 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/15 - up - down - 145 - 532 - 148 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:92 - 54:e0:32:80:68:92 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/16 - up - down - 146 - 534 - 149 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:93 - 54:e0:32:80:68:93 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/17 - up - down - 147 - 536 - 150 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:94 - 54:e0:32:80:68:94 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/18 - up - down - 148 - 538 - 151 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:95 - 54:e0:32:80:68:95 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/19 - up - down - 149 - 540 - 152 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:96 - 54:e0:32:80:68:96 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/20 - up - down - 150 - 542 - 153 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:97 - 54:e0:32:80:68:97 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/21 - up - down - 151 - 544 - 154 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:98 - 54:e0:32:80:68:98 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/22 - up - down - 152 - 546 - 155 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:99 - 54:e0:32:80:68:99 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/23 - up - down - 153 - 548 - 156 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:9a - 54:e0:32:80:68:9a - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/24 - up - down - 154 - 550 - 157 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:9b - 54:e0:32:80:68:9b - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/25 - up - down - 155 - 552 - 158 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:9c - 54:e0:32:80:68:9c - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/26 - up - down - 156 - 554 - 159 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:9d - 54:e0:32:80:68:9d - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/27 - up - down - 157 - 556 - 160 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:9e - 54:e0:32:80:68:9e - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/28 - up - down - 158 - 558 - 161 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:9f - 54:e0:32:80:68:9f - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/29 - up - down - 159 - 560 - 162 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:a0 - 54:e0:32:80:68:a0 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/30 - up - down - 160 - 562 - 163 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:a1 - 54:e0:32:80:68:a1 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/31 - up - down - 161 - 564 - 164 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:a2 - 54:e0:32:80:68:a2 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/32 - up - down - 162 - 566 - 165 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:a3 - 54:e0:32:80:68:a3 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/33 - up - down - 163 - 568 - 166 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:a4 - 54:e0:32:80:68:a4 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/34 - up - down - 164 - 570 - 167 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:a5 - 54:e0:32:80:68:a5 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/35 - up - down - 165 - 572 - 168 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:a6 - 54:e0:32:80:68:a6 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/36 - up - down - 166 - 574 - 169 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:a7 - 54:e0:32:80:68:a7 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/37 - up - down - 167 - 576 - 170 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:a8 - 54:e0:32:80:68:a8 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/38 - up - down - 168 - 578 - 171 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:a9 - 54:e0:32:80:68:a9 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/39 - up - down - 169 - 579 - 172 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:aa - 54:e0:32:80:68:aa - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/40 - up - down - 170 - 580 - 173 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:ab - 54:e0:32:80:68:ab - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/41 - up - down - 171 - 582 - 174 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:ac - 54:e0:32:80:68:ac - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/42 - up - down - 172 - 583 - 175 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:ad - 54:e0:32:80:68:ad - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/43 - up - down - 173 - 584 - 176 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:ae - 54:e0:32:80:68:ae - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/44 - up - down - 174 - 585 - 177 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:af - 54:e0:32:80:68:af - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/45 - up - down - 175 - 590 - 178 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:b0 - 54:e0:32:80:68:b0 - Never - Never - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 0 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 0 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - incomplete - - - 0 - - Disabled - - - ge-0/0/46 - up - up - 176 - 591 - 179 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:b1 - 54:e0:32:80:68:b1 - 2015-07-09 08:19:08 UTC (21w0d 02:41 ago) - Never - - 114584908 - 0 - 1496970147 - 0 - 1390831 - 0 - 11471571 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 69 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 1679136 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 9792436 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 114584908 - 1496970147 - 1390831 - 11471571 - 1390604 - 1410736 - 190 - 23008 - 37 - 10037827 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - complete - OK - full-duplex - 1000 Mbps - Symmetric/Asymmetric - - Symmetric - Link OK - - - - 0 - - - - - Output - - 0 - best-effort - 95 - 950000000 - 95 - 0 - low - none - - - 7 - network-control - 5 - 50000000 - 5 - 0 - low - none - - - - Disabled - - ge-0/0/46.0 - 72 - 596 - 378 - - - 0x0 - - ENET2 - - 73783776 - 1377493364 - 981834 - 8102789 - - - 73783776 - 1377493364 - 981834 - 8102789 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - eth-switch - 430 - 0 - - - - - 0x0 - - 0x0000000000000040 - disabled - disabled - - - - - - - ge-0/0/47 - up - up - 177 - 592 - 180 - Ethernet - 1514 - disabled - Auto - Auto - none - none - disabled - enabled - enabled - online - Copper - - - - - - - - 0x0 - - - - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:b2 - 54:e0:32:80:68:b2 - 2015-07-09 08:19:09 UTC (21w0d 02:41 ago) - Never - - 113437874 - 0 - 1463153580 - 984 - 1433440 - 0 - 11296796 - 1 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 67 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 1389254 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 9907542 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 113437874 - 1463153580 - 1433440 - 11296796 - 1433255 - 1427754 - 130 - 8976 - 55 - 9860066 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - complete - OK - full-duplex - 1000 Mbps - None - - Symmetric - Link OK - - - - 0 - - - - - Output - - 0 - best-effort - 95 - 950000000 - 95 - 0 - low - none - - - 7 - network-control - 5 - 50000000 - 5 - 0 - low - none - - - - Disabled - - ge-0/0/47.0 - 73 - 597 - 379 - - - 0x0 - - ENET2 - - 73864056 - 1377393544 - 982820 - 8110157 - - - 73864056 - 1377393544 - 982820 - 8110157 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - eth-switch - 431 - 0 - - - - - 0x0 - - 0x0000000000000040 - disabled - disabled - - - - - - - xe-0/1/0 - up - up - 180 - 599 - 184 - Ethernet - 1518 - disabled - 10Gbps - Full-Duplex - none - none - disabled - enabled - Fiber - - - - - - - - 0x0 - - - 0x0 - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:b3 - 54:e0:32:80:68:b3 - 2015-11-25 09:01:16 UTC (1w1d 01:59 ago) - Never - - 431446168 - 0 - 466070265 - 0 - 3402877 - 0 - 3338410 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 9 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 2637765 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 700677 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 431446168 - 466070265 - 3402877 - 3338410 - 2781511 - 2639438 - 16013 - 16378 - 605353 - 682594 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - - - - - Output - - 0 - best-effort - 95 - 9500000000 - 95 - 0 - low - none - - - 7 - network-control - 5 - 500000000 - 5 - 0 - low - none - - - - Disabled - - xe-0/1/0.0 - 78 - 601 - 384 - - - 0x0 - - [ 0x0000.0 ] - ENET2 - - 148573750 - 169817826 - 457151 - 457154 - - - 148573750 - 169817826 - 457151 - 457154 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - - xe-0/1/0.2 - 79 - 607 - 4094 - 385 - - - 0x0 - - [ 0x8100.2 ] - ENET2 - - 163654151 - 154503192 - 2012560 - 1902134 - - 0 - 0 - 0 - 0 - - - - 74849919 - 74429383 - 942909 - 940802 - - - 88804232 - 0 - 80073809 - 0 - 1069651 - 0 - 961332 - 0 - - 0 - 0 - 0 - 0 - - - - - inet - 1500 - 436 - 7 - - - - - - - - - 192.168.0.0/31 - 192.168.0.1 - Unspecified - 422 - - - - inet6 - 1500 - 442 - 7 - - - - - - - - - - ::ffff:192.168.0.0/127 - ::ffff:192.168.0.1 - - - - - - Unspecified - 444 - - - - - 0x0 - - fe80::/64 - fe80::56e0:3200:280:68b3 - - - - - - Unspecified - 440 - - - - - xe-0/1/0.3 - 80 - 608 - 4093 - 386 - - - 0x0 - - [ 0x8100.3 ] - ENET2 - - 152698428 - 153470250 - 1877346 - 1891142 - - - 74428852 - 74200696 - 938107 - 938130 - - - 78269576 - 0 - 79269554 - 0 - 939239 - 0 - 953012 - 0 - - - - inet - 1500 - 437 - 6 - - - - - - - - - 192.168.0.0/31 - 192.168.0.1 - Unspecified - 424 - - - - - - xe-0/1/2 - up - up - 179 - 603 - 182 - Ethernet - 1518 - disabled - 10Gbps - Full-Duplex - none - none - disabled - enabled - Fiber - - - - - - - - 0x0 - - - 0x0 - - - 8 - 8 - - 0 - 0 - 54:e0:32:80:68:b5 - 54:e0:32:80:68:b5 - 2015-09-03 07:08:10 UTC (13w0d 03:52 ago) - Never - - 352273601 - 0 - 321048601 - 0 - 2620665 - 0 - 1750937 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 133 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Egress queues - 8 - 4 - - - 0 - best-effort - 0 - 1115861 - 0 - - - 1 - assured-forwarding - 0 - 0 - 0 - - - 5 - expedited-forwarding - 0 - 0 - 0 - - - 7 - network-control - 0 - 635076 - 0 - - - - 0 - best-effort - - - 1 - assured-forwarding - - - 5 - expedited-forwarding - - - 7 - network-control - - - - - - - - - - - - - 352273601 - 321048601 - 2620665 - 1750937 - 839944 - 778949 - 9775 - 339188 - 1770946 - 632800 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - - - - - Output - - 0 - best-effort - 95 - 9500000000 - 95 - 0 - low - none - - - 7 - network-control - 5 - 500000000 - 5 - 0 - low - none - - - - Disabled - - xe-0/1/2.0 - 81 - 604 - 387 - - - 0x0 - - [ 0x0000.0 ] - ENET2 - - 96293886 - 166748144 - 420265 - 456878 - - - 96293886 - 166748144 - 420265 - 456878 - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - - xe-0/1/2.2 - 82 - 609 - 4092 - 388 - - - 0x0 - - [ 0x8100.2 ] - ENET2 - - 32206317 - 33016151 - 432032 - 429117 - - - 15308609 - 16793582 - 209582 - 214947 - - - 16897708 - 0 - 16222569 - 0 - 222450 - 0 - 214170 - 0 - - - - inet - 1500 - 438 - 7 - - - - - - - - - 192.169.1.0/31 - 192.169.1.1 - Unspecified - 426 - - - - - xe-0/1/2.3 - 83 - 610 - 4091 - 389 - - - 0x0 - - [ 0x8100.3 ] - ENET2 - - 31339630 - 32557099 - 421335 - 423869 - - - 15305496 - 16746891 - 209535 - 214294 - - - 16034134 - 0 - 15810208 - 0 - 211800 - 0 - 209575 - 0 - - - - inet - 1500 - 439 - 6 - - - - - - - - - 192.169.1.0/31 - 192.169.1.1 - Unspecified - 428 - - - - - - .local. - up - up - 0 - 0 - 1 - Loopback - Interface-Specific - Unlimited - Unlimited - Unspecified - - - - - - - - - - Unspecified - - - - Unspecified - 0 - 0 - Unspecified - Unspecified - Unspecified - Never - Never - - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - - - .local..0 - 0 - 0 - 1 - 1 - - - - Unspecified - 0 - - - inet - Unlimited - 137 - 0 - - - - - - - - Unspecified - 10.48.71.102 - Unspecified - 129 - - - - iso - Unlimited - 140 - 0 - - - - - - inet6 - Unlimited - 135 - 0 - - - - - - mpls - Unlimited - 3 - 134 - 0 - - - - - - eth-switch - 130 - 0 - - - - - - 56 - Unlimited - 129 - 0 - - - - - - 57 - Unlimited - 133 - 0 - - - - - - 60 - Unlimited - 131 - 0 - - - - - - 61 - Unlimited - 132 - 0 - - - - - - - .local..1 - 1 - 0 - 2 - - - - Unspecified - 0 - - - inet - Unlimited - 138 - 1 - - - - - - - - Unspecified - 128.0.0.1 - Unspecified - 131 - - - - - - Unspecified - 128.0.0.16 - Unspecified - 130 - - - - - - Unspecified - 128.0.0.32 - Unspecified - 132 - - - - inet6 - Unlimited - 136 - 1 - - - - - - eth-switch - 142 - 1 - - - - - - 56 - Unlimited - 143 - 1 - - - - - - - .local..2 - 2 - 0 - 2 - 2 - - - - Unspecified - 0 - - - inet - Unlimited - 139 - 2 - - - - - - - - - Unspecified - 127.0.0.1 - Unspecified - 133 - - - - - .local..3 - 65 - 0 - 130 - - - - Unspecified - 0 - - - inet - Unlimited - 147 - 3 - - - - - - - - Unspecified - 128.0.0.127 - Unspecified - 135 - - - - - .local..4 - 67 - 0 - 132 - - - - Unspecified - 0 - - - inet - Unlimited - 149 - 4 - - - - - - iso - Unlimited - 150 - 4 - - - - - - inet6 - Unlimited - 152 - 4 - - - - - - - .local..5 - 68 - 0 - 133 - - - - Unspecified - 0 - - - mpls - Unlimited - 3 - 151 - 5 - - - - - - - .local..6 - 69 - 0 - 375 - - - - Unspecified - 0 - - - inet - Unlimited - 423 - 6 - - - - - - - - Unspecified - 10.3.1.1 - Unspecified - 419 - - - - - - Unspecified - 10.255.255.1 - Unspecified - 415 - - - - - - Unspecified - 192.168.0.1 - Unspecified - 423 - - - - - - Unspecified - 192.169.1.1 - Unspecified - 427 - - - - iso - Unlimited - 425 - 6 - - - - - - inet6 - Unlimited - 427 - 6 - - - - - - - .local..7 - 70 - 0 - 376 - - - - Unspecified - 0 - - - inet - Unlimited - 424 - 7 - - - - - - - - Unspecified - 10.2.1.1 - Unspecified - 417 - - - - - - Unspecified - 10.255.254.1 - Unspecified - 413 - - - - - - Unspecified - 192.168.0.1 - Unspecified - 421 - - - - - - Unspecified - 192.169.1.1 - Unspecified - 425 - - - - iso - Unlimited - 426 - 7 - - - - - - inet6 - Unlimited - 428 - 7 - - - - - - - - Unspecified - ::ffff:192.168.0.1 - - - - - - Unspecified - 443 - - - - - - Unspecified - fe80::56e0:3200:280:68b3 - - - - - - Unspecified - 439 - - - - - - vcp-0 - up - down - 66 - 49 - 4 - 105 - 70 - 1514 - 32000mbps - Unspecified - - - - - - - - - Full-Duplex - - - - Unspecified - 0 - 0 - Unspecified - Unspecified - Unspecified - Never - Never - - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - - - vcp-0.32768 - 4 - 50 - 2 - - - - Unspecified - - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - - - - - - vcp-1 - up - down - 67 - 51 - 5 - 105 - 70 - 1514 - 32000mbps - Unspecified - - - - - - - - - Full-Duplex - - - - Unspecified - 0 - 0 - Unspecified - Unspecified - Unspecified - Never - Never - - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - - - vcp-1.32768 - 5 - 52 - 3 - - - - Unspecified - - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - - - - - - bme0 - up - up - 64 - 37 - 2 - Ethernet - Ethernet - 1576 - Unspecified - Unspecified - - - - - - - Unspecified - - - - Unspecified - 0 - 0 - 00:0b:ca:fe:00:00 - 00:0b:ca:fe:00:00 - Unspecified - Never - Never - - 0 - 7019456938 - 0 - 38263963 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - - - bme0.32768 - 6 - 38 - 4 - - ENET2 - - 1694068087 - 126 - 10259877 - 3 - - - 1694068087 - 126 - 10259877 - 3 - - - - inet - 1562 - 144 - 1 - - - - - - - - - - - - 128/2 - 128.0.0.1 - 191.255.255.255 - 3 - - - - - - 128/2 - 128.0.0.16 - 191.255.255.255 - 2 - - - - - - 128/2 - 128.0.0.32 - 191.255.255.255 - 4 - - - - tnp - 1562 - 145 - 1 - - - - - - - - Unspecified - 0x10 - Unspecified - 5 - - - - - - dsc - up - up - 5 - 5 - 6 - Software-Pseudo - Unspecified - Unlimited - Unspecified - Unspecified - - - - - - - - - - Unspecified - - - - Unspecified - 0 - 0 - Unspecified - Unspecified - Unspecified - Never - Never - - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - - - - gre - up - up - 10 - 8 - 11 - GRE - GRE - Unlimited - Unlimited - 0 - 0 - Unspecified - Unspecified - - - - - - - - - - Never - - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - - ipip - up - up - 11 - 9 - 12 - IPIP - IP-over-IP - Unlimited - Unlimited - 0 - 0 - - - - - - - - - Never - - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - - jsrv - up - up - 128 - 605 - 131 - VLAN - VLAN - 1518 - 1000mbps - Unspecified - - - - - - - - - Full-Duplex - - - - Unspecified - 0 - 0 - 54:e0:32:80:68:80 - 54:e0:32:80:68:80 - Unspecified - Never - Never - - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - - - jsrv.1 - 66 - 606 - 131 - - 0x0 - - unknown - - 0 - 42 - 0 - 1 - - - 0 - 42 - 0 - 1 - - - - inet - 1500 - 148 - 3 - - - - - - - - - - - 128/2 - 128.0.0.127 - 191.255.255.255 - 136 - - - - - - lo0 - up - up - 6 - 6 - 7 - Loopback - Unspecified - Unlimited - Unspecified - Unspecified - - - - - - - - - - Unspecified - - - - Unspecified - 0 - 0 - Unspecified - Unspecified - Unspecified - Never - Never - - 38011610476 - 38011610476 - 683308268 - 683308268 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - - - lo0.2 - 74 - 611 - 380 - - - - Unspecified - - 336 - 336 - 4 - 4 - - - 336 - 336 - 4 - 4 - - - - inet - Unlimited - 432 - 7 - - - - - - - - - Unspecified - 10.255.254.1 - Unspecified - 414 - - - - - lo0.3 - 75 - 612 - 381 - - - - Unspecified - - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - - - - inet - Unlimited - 433 - 6 - - - - - - - - - Unspecified - 10.255.255.1 - Unspecified - 416 - - - - - lo0.16384 - 64 - 21 - 129 - - Unspecified - - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - - - - inet - Unlimited - 146 - 2 - - - - - - - - Unspecified - 127.0.0.1 - Unspecified - 134 - - - - - - lsi - up - up - 4 - 4 - 5 - Software-Pseudo - LSI - 1496 - Unlimited - Unspecified - - - - - - - Unspecified - - - - Unspecified - 0 - 0 - Unspecified - Unspecified - Unspecified - Never - Never - - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - - - - me0 - up - up - 1 - 33 - 1 - Ethernet - Ethernet - 1514 - 1000mbps - Unspecified - - - - - - - - - Full-Duplex - - 0x0 - - Unspecified - 0 - 0 - 54:e0:32:80:68:ff - 54:e0:32:80:68:ff - Unspecified - 2014-05-20 05:43:26 UTC (80w2d 05:17 ago) - Never - - 1899695215 - 443639407 - 20338808 - 1572603 - - 0 - 0 - 0 - 0 - - - - 1206 - 0 - 0 - 0 - 0 - 0 - 0 - - - 1 - 0 - 0 - 0 - 0 - - - me0.0 - 3 - 34 - 1 - - - - ENET2 - - 1899695215 - 443639407 - 20338808 - 1572603 - - - 1899695215 - 443639407 - 20338808 - 1572603 - - - - inet - 1500 - 141 - 0 - - - - - - - - - - 10.48.68/22 - 10.48.71.102 - 10.48.71.255 - 1 - - - - - - mtun - up - up - 65 - 12 - 3 - Multicast-GRE - GRE - Unlimited - Unlimited - 0 - 0 - Unspecified - Unspecified - - - - - - - - - Never - - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - - pimd - up - up - 26 - 11 - 130 - PIMD - PIM-Decapsulator - Unlimited - Unlimited - 0 - 0 - - - - - - - Never - - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - - pime - up - up - 25 - 10 - 129 - PIME - PIM-Encapsulator - Unlimited - Unlimited - 0 - 0 - - - - - - - Never - - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - - tap - up - up - 12 - 7 - 13 - Software-Pseudo - Interface-Specific - Unlimited - Unlimited - Unspecified - - - - - - - - - Unspecified - - - - Unspecified - 0 - 0 - Unspecified - Unspecified - Unspecified - Never - Never - - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - - - - vlan - up - up - 129 - 501 - 132 - VLAN - VLAN - 1518 - 1000mbps - Unspecified - - - - - - - Full-Duplex - - - - Unspecified - 0 - 0 - 54:e0:32:80:68:81 - 54:e0:32:80:68:81 - Unspecified - Never - Never - - 293359278 - 292202823 - 4009231 - 3952100 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - - - vlan.2 - 76 - 613 - 2 - 382 - - - 0x0 - - ENET2 - - 408694411 - 105920709 - 4489486 - 1877092 - - - 135635007 - 105920709 - 1920613 - 1877092 - - - 273059404 - 776 - 0 - 0 - 2568873 - 0 - 0 - 0 - - - - inet - 1500 - 434 - 7 - - - - - - - - - 10.2.1/24 - 10.2.1.1 - 10.2.1.255 - 418 - - - - - vlan.3 - 77 - 614 - 3 - 383 - - - 0x0 - - ENET2 - - 151937946 - 61215610 - 1969037 - 981081 - - - 73864056 - 61215610 - 982820 - 981081 - - - 78073890 - 0 - 0 - 0 - 986217 - 0 - 0 - 0 - - - - inet - 1500 - 435 - 6 - - - - - - - - - 10.3.1/24 - 10.3.1.1 - 10.3.1.255 - 420 - - - - - - vme - up - down - 68 - 35 - 6 - Mgmt-VLAN - Mgmt-VLAN - 1518 - 1000mbps - Unspecified - - - - - - - - - - Full-Duplex - - - - Unspecified - 0 - 0 - 54:e0:32:80:68:82 - 54:e0:32:80:68:82 - Unspecified - Never - Never - - 0 - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - 0 - 0 - 0 - 0 - 0 - - - \ No newline at end of file diff --git a/test/unit/junos/mock_data/get-lldp-interface-neighbors.txt b/test/unit/junos/mock_data/get-lldp-interface-neighbors.txt deleted file mode 100644 index b9b9f579e..000000000 --- a/test/unit/junos/mock_data/get-lldp-interface-neighbors.txt +++ /dev/null @@ -1,40 +0,0 @@ - - - 115 - 120 - Mon Feb 22 12:29:41 2016 - 1 - xe-4/3/6 - ae7 - 922 - 0 - Mac address - 00:1c:73:ee:c0:46 - Interface name - Ethernet4/33/3 - core01.sjc01 - - Arista Networks EOS version 4.14.8M running on an Arista Networks DCS-7504 - - Bridge Router - Bridge - IPv4(1) - 172.17.17.1 - 2000900 - ifIndex(2) - - 0080c2 - (1) - 0001 - 1 - 00120f - 3 - 3 - 1000100 - 2 - 00120f - 4 - 9236 - 3 - - \ No newline at end of file diff --git a/test/unit/junos/mock_data/get-lldp-neighbors-information.txt b/test/unit/junos/mock_data/get-lldp-neighbors-information.txt deleted file mode 100644 index 1d90d9253..000000000 --- a/test/unit/junos/mock_data/get-lldp-neighbors-information.txt +++ /dev/null @@ -1,35 +0,0 @@ - - - xe-4/3/6 - - - Mac address - 00:1c:73:8f:0a:ed - Interface name - Ethernet1 - peer00.lab.demo - - - me0.0 - - - Mac address - 00:23:47:50:21:40 - 27 - lom-bjg61-r1-1 - - - ge-0/0/0.0 - - - Mac address - 02:e4:c8:6c:a4:00 - GigabitEthernet0/0/0/0 - rtr00.demo - - - xe-0/1/0.0 - - - Mac address - dc:38:e1:b7:26:16 - xe-0/0/0 - spine00 - - \ No newline at end of file diff --git a/test/unit/junos/mock_data/get-route-engine-information.txt b/test/unit/junos/mock_data/get-route-engine-information.txt deleted file mode 100644 index ffe979c6e..000000000 --- a/test/unit/junos/mock_data/get-route-engine-information.txt +++ /dev/null @@ -1,24 +0,0 @@ - - - 0 - master - OK - 36 degrees C / 96 degrees F - 36 degrees C / 96 degrees F - 1024 - 55 - 2 - 0 - 1 - 0 - 97 - EX4200-48T, 8 POE - BP0213023897 - 2014-05-20 05:41:33 UTC - 525 days, 1 hour, 51 minutes, 25 seconds - Router rebooted after a normal shutdown. - 0.13 - 0.17 - 0.15 - - diff --git a/test/unit/junos/mock_data/get-route-information.txt b/test/unit/junos/mock_data/get-route-information.txt deleted file mode 100644 index 65a3b3336..000000000 --- a/test/unit/junos/mock_data/get-route-information.txt +++ /dev/null @@ -1,202 +0,0 @@ - - - inet.0 - 591971 - 4001470 - 591761 - 4 - 989 - - 1.0.4.0 - 24 - 7 - 1 - - KRT in-kernel 1.0.4.0/24 -> {192.168.0.1, 192.168.0.3} - Page 0 idx 0, (group PDX type External) Type 1 val 453cfeac (adv_entry) - Advertised metrics: - Nexthop: Self - AS path: [13335] 6939 4637 1221 38803 56203 I - Communities: 13335:12345 - Page 1 idx 2, (group ROUTESERVER type External) Type 1 val 453cccb0 (adv_entry) - Advertised metrics: - Nexthop: Self - AS path: [13335] 6939 4637 1221 38803 56203 I - Communities: 13335:12345 - Page 1 idx 3, (group BIRD-COLLECTOR type Internal) Type 1 val 3a24cc40 (adv_entry) - Advertised metrics: - Nexthop: 192.168.0.1 - MED: 0 - Localpref: 200 - AS path: [13335] 6939 4637 1221 38803 56203 I - Communities: 13335:12345 - Page 1 idx 7, (group PMACCT type Internal) Type 1 val 4add1810 (adv_entry) - Advertised metrics: - Nexthop: 192.168.0.1 - MED: 0 - Localpref: 200 - AS path: [13335] 6939 4637 1221 38803 56203 I - Communities: 13335:12345 - Path 1.0.4.0 from 192.168.0.1 Vector len 4. Val: 0 10 11 15 - - - * - - - BGP - 170 - -201 - Router - 1048582 - 0xa73c154 - 187647 - 0 - 192.168.0.1 - - Next hop - 192.168.0.1 - ae10.0 - 3e - - - Next hop - 192.168.0.3 - xe-2/3/2.0 - - 2f3 - - Active Ext - 13335 - 6939 - 1d 6:42:42 - 0 - unverified - BGP_6939.192.168.0.1+8160 - 4 - 0-KRT 2-RT 6-BGP_RT_Background 7-Resolve tree 4 - AS path: 6939 4637 1221 38803 56203 I - - - 13335:12345 - - Accepted Multipath - 200 - 192.168.0.2 - - - - BGP - 170 - -201 - Router - 6113 - 0x2099736c - 90421 - 0 - 192.168.0.3 - - Next hop - 192.168.0.3 - xe-2/3/2.0 - - 2f3 - - NotBest Ext - Not Best in its group - Router ID - 13335 - 6939 - 1d 6:42:42 - 0 - unverified - BGP_6939.192.168.0.3+8023 - AS path: 6939 4637 1221 38803 56203 I - - - 13335:12345 - - Accepted MultipathContrib - 200 - 192.168.0.4 - - - - BGP - 170 - -101 - Router - 22733 - 0x1a550010 - 666484 - 0 - 192.168.0.5 - - Next hop - 192.168.0.5 - ae9.0 - - 128 - - Ext - Local Preference - 13335 - 4436 - 9:51:18 - 0 - unverified - BGP_4436.192.168.0.5+56698 - AS path: 4436 4637 1221 38803 56203 I - - - 3257:1111 - 3257:2222 - 3257:3333 - 3257:4444 - 3257:5555 - - Accepted - 100 - 192.168.0.6 - - - - BGP - 170 - -51 - Router - 1125 - 0x13c632d4 - 706652 - 0 - 192.168.0.7 - - Next hop - 192.168.0.7 - ae1.0 - - e8 - - Ext - Local Preference - 13335 - 6453 - 1d 6:42:26 - unverified - BGP_6453.192.168.0.7+179 - AS path: 6453 4637 1221 38803 56203 I - - - 6453:1111 - 6453:3333 - 6453:4444 - 6453:5555 - 13335:11111 - 13335:22222 - 13335:33333 - - Accepted - 50 - 192.168.0.8 - - - - diff --git a/test/unit/junos/mock_data/get-temperature-threshold-information.txt b/test/unit/junos/mock_data/get-temperature-threshold-information.txt deleted file mode 100644 index fe1b2029e..000000000 --- a/test/unit/junos/mock_data/get-temperature-threshold-information.txt +++ /dev/null @@ -1,74 +0,0 @@ - - - FPC 0 CPU - 60 - 70 - 70 - 85 - 80 - 95 - - - FPC 0 EX-PFE1 - 60 - 70 - 70 - 85 - 80 - 95 - - - FPC 0 EX-PFE2 - 60 - 70 - 70 - 85 - 80 - 95 - - - FPC 0 EX-PFE3 - 60 - 70 - 70 - 85 - 80 - 95 - - - FPC 0 GEPHY Front Left - 60 - 70 - 70 - 85 - 80 - 95 - - - FPC 0 GEPHY Front Middle - 60 - 70 - 70 - 85 - 80 - 95 - - - FPC 0 GEPHY Front Right - 60 - 70 - 70 - 85 - 80 - 95 - - - FPC 0 Uplink Conn - 60 - 70 - 70 - 85 - 80 - 95 - - diff --git a/test/unit/junos/mock_data/show_ntp_associations_no-resolve.txt b/test/unit/junos/mock_data/show_ntp_associations_no-resolve.txt deleted file mode 100644 index 9e3b1087b..000000000 --- a/test/unit/junos/mock_data/show_ntp_associations_no-resolve.txt +++ /dev/null @@ -1,99 +0,0 @@ - remote refid st t when poll reach delay offset jitter -============================================================================== - 199.27.130.22 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 --199.27.130.18 199.27.130.1 4 - 311 1024 377 1.384 0.056 0.004 --199.27.128.10 173.245.57.37 4 - 221 1024 377 0.477 3.263 0.007 - 199.27.131.10 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 - 199.27.132.10 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 --173.245.52.10 173.245.55.10 5 - 759 1024 377 75.381 -0.161 0.010 --173.245.48.10 173.245.57.37 4 - 225 1024 377 11.845 0.923 0.113 --173.245.55.10 141.101.73.1 4 - 236 1024 377 55.228 -3.909 0.061 --173.245.50.10 141.101.74.1 3 - 845 1024 377 42.638 -2.003 0.043 --173.245.56.10 173.245.55.10 5 - 832 1024 377 80.510 -1.503 0.401 --108.162.210.10 108.162.211.1 4 - 214 1024 377 72.038 -6.152 0.433 - 173.245.51.10 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 --173.245.49.10 141.101.67.1 4 - 236 1024 377 162.176 -6.724 0.271 --173.245.53.10 162.158.101.4 6 - 222 1024 377 153.933 -2.711 0.565 --141.101.70.10 173.245.49.10 5 - 852 1024 377 143.483 -3.221 0.051 --103.22.200.10 141.101.76.1 4 - 228 1024 377 106.527 6.165 0.493 --173.245.62.10 103.22.203.1 3 - 848 1024 377 173.806 0.223 2.780 --173.245.57.37 173.245.57.4 3 - 214 1024 377 1.808 3.148 0.213 --108.162.248.4 108.162.247.1 4 - 239 1024 377 155.867 -0.612 0.388 --108.162.236.4 108.162.235.1 3 - 301 1024 377 66.426 0.607 0.844 --108.162.244.4 173.245.57.37 4 - 310 1024 377 23.950 3.315 0.427 --108.162.240.4 108.162.236.4 4 - 322 1024 377 65.363 -4.229 0.069 --141.101.91.4 173.245.49.10 5 - 314 1024 377 174.387 -5.186 5.515 --141.101.95.4 162.158.21.4 5 - 230 1024 377 176.248 -2.714 0.106 --141.101.79.4 141.101.78.1 5 - 315 1024 377 178.191 -1.626 0.165 - 141.101.87.4 .INIT. 16 - 22d 1024 0 0.000 0.000 4000.00 --141.101.83.4 103.22.200.10 5 - 334 1024 377 198.241 11.429 1.321 --103.31.5.4 103.22.200.10 5 - 223 1024 177 181.757 8.521 5.462 --103.21.246.130 199.27.128.10 5 - 327 1024 377 14.866 -0.650 0.299 - 108.162.253.130 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 --141.101.101.4 141.101.109.4 6 - 230 1024 377 170.893 -9.892 0.028 --188.114.101.4 188.114.100.1 4 - 232 1024 377 169.733 -5.952 0.428 --188.114.109.4 173.245.49.10 5 - 848 1024 377 170.063 -0.128 0.315 --141.101.109.4 141.101.108.1 5 - 315 1024 377 121.496 -3.794 0.906 --188.114.97.4 188.114.96.1 5 - 318 1024 377 194.354 -1.208 0.282 --198.41.225.4 141.101.109.4 6 - 246 1024 377 133.292 -7.179 0.349 --197.234.241.4 197.234.240.1 4 - 426 1024 377 316.153 -3.863 0.219 --198.41.237.4 198.41.236.1 4 - 81 1024 377 133.367 2.881 0.220 --198.41.241.4 162.158.37.4 5 - 216 1024 377 161.887 -4.115 2.539 --199.27.130.26 199.27.130.1 6 - 241 1024 377 3.071 -1.930 2.536 --199.27.130.39 199.27.130.1 4 - 235 1024 377 4.418 2.608 0.381 - 2400:cb00:4:102 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:5:102 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:6:102 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:11:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:12:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:14:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:15:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:16:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:17:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:18:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:19:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:20:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:21:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:22:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:23:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:25:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:26:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:27:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:28:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:29:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:30:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:31:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:32:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:33:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:34:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:24:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 2400:cb00:37:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 - 198.41.229.4 .INIT. 16 - 22d 1024 0 0.000 0.000 4000.00 - 2400:cb00:44:10 .INIT. 16 u - 1024 0 0.000 0.000 4000.00 --103.21.247.2 103.21.247.12 4 - 52 512 377 16.948 33.273 1.056 --103.21.247.3 103.21.247.12 4 - 78 1024 377 14.919 30.987 2.492 - 199.27.130.34 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 - 199.27.130.35 .INIT. 16 - 158 1024 0 0.000 0.000 4000.00 -+199.27.130.45 199.27.130.1 6 - 118 1024 377 0.908 -0.039 0.016 -*199.27.130.42 199.27.130.1 4 - 455 1024 375 0.990 -0.058 0.020 -+199.27.130.40 199.27.130.1 6 - 5 1024 377 0.960 -0.040 0.069 -+199.27.130.19 199.27.130.1 6 - 208 1024 377 0.998 -0.079 0.005 --199.27.130.44 199.27.130.1 4 - 221 1024 377 3.906 -1.556 0.296 --199.27.130.46 199.27.130.1 6 - 235 1024 377 4.567 1.522 0.129 - 199.27.130.23 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 - 199.27.130.24 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 - 199.27.130.25 .INIT. 16 - 319 1024 0 0.000 0.000 4000.00 - 199.27.130.27 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 - 199.27.130.28 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 - 199.27.130.29 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 - 199.27.130.30 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 - 199.27.130.31 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 - 199.27.130.32 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 - 199.27.130.36 .INIT. 16 - 15h 1024 0 0.000 0.000 4000.00 - 199.27.130.37 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 - 199.27.130.38 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 - 199.27.130.41 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 - 199.27.130.43 .INIT. 16 - - 1024 0 0.000 0.000 4000.00 --17.151.16.22 17.150.231.5 2 - 844 1024 377 1.177 0.336 0.353 - 69.20.226.105 192.5.41.41 2 - 14 1024 377 84.725 15.435 2.206 - diff --git a/test/unit/junos/new_good.conf b/test/unit/junos/new_good.conf deleted file mode 100644 index e71948f1d..000000000 --- a/test/unit/junos/new_good.conf +++ /dev/null @@ -1,79 +0,0 @@ -version 12.1X47-D20.7; -system { - host-name vsrx; - root-authentication { - encrypted-password "$1$5MhDFyrI$NBBMndW1POqbN.0QEA4z0."; ## SECRET-DATA - ssh-rsa "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGnRjHTifULSGZiJA53JQRYuUgqXFJUq74Ste+fY1VBjYPqrBPNWWCKxUZoiVktUxPw1htTQIqanGBAW4fuzum/s4ZbTwswTRkZYi96RKSx6RK8zlwoLKwKhCRrFJKijcKn0ygZWOrcS3LPSr64tjsJJmNdgmNX8QFP7IHVWFFSv2HRIYYc+ibtunwH30RzAsyPeLOTFgRihlnyarO6T6EJsihudMWbHyzQY6DeDvIqZ3QwpcFhrNkVq8hm1D3ozqOEk9IRetEc+DV0g5EGRXQZcQi8PraT8COR8qFijzUBXO2mjVW183JgtfPkkxiikzBtJD5rqj5ymSJHUXNdxzn vagrant"; ## SECRET-DATA - } - login { - user vagrant { - uid 2000; - class super-user; - authentication { - encrypted-password "$1$KMQ6fIje$STNZNzDwjAb46xNonInGq/"; ## SECRET-DATA - ssh-rsa "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key"; ## SECRET-DATA - } - } - } - services { - ssh { - root-login allow; - } - netconf { - ssh; - } - } - syslog { - user * { - any emergency; - } - file messages { - any any; - authorization info; - } - file interactive-commands { - interactive-commands any; - } - } - license { - autoupdate { - url https://ae1.juniper.net/junos/key_retrieval; - } - } -} -interfaces { - ge-0/0/0 { - unit 0 { - family inet { - dhcp; - } - } - } - ge-0/0/1 { - unit 0 { - family inet { - address 192.168.77.11/24; - } - } - } - ge-0/0/1 { - unit 0; - } -} -protocols { - lldp { - interface all; - } -} -security { - forwarding-options { - family { - inet6 { - mode packet-based; - } - mpls { - mode packet-based; - } - } - } -} diff --git a/test/unit/junos/new_good.diff b/test/unit/junos/new_good.diff deleted file mode 100644 index 1d147789b..000000000 --- a/test/unit/junos/new_good.diff +++ /dev/null @@ -1,4 +0,0 @@ -[edit interfaces ge-0/0/1 unit 0] -+ family inet { -+ address 192.168.77.11/24; -+ } diff --git a/test/unit/junos/new_typo.conf b/test/unit/junos/new_typo.conf deleted file mode 100644 index 592f456eb..000000000 --- a/test/unit/junos/new_typo.conf +++ /dev/null @@ -1,76 +0,0 @@ -version 12.1X47-D20.7; -system { - host-name vsrx; - root-authentication { - encrypted-password "$1$5MhDFyrI$NBBMndW1POqbN.0QEA4z0."; ## SECRET-DATA - ssh-rsa "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGnRjHTifULSGZiJA53JQRYuUgqXFJUq74Ste+fY1VBjYPqrBPNWWCKxUZoiVktUxPw1htTQIqanGBAW4fuzum/s4ZbTwswTRkZYi96RKSx6RK8zlwoLKwKhCRrFJKijcKn0ygZWOrcS3LPSr64tjsJJmNdgmNX8QFP7IHVWFFSv2HRIYYc+ibtunwH30RzAsyPeLOTFgRihlnyarO6T6EJsihudMWbHyzQY6DeDvIqZ3QwpcFhrNkVq8hm1D3ozqOEk9IRetEc+DV0g5EGRXQZcQi8PraT8COR8qFijzUBXO2mjVW183JgtfPkkxiikzBtJD5rqj5ymSJHUXNdxzn vagrant"; ## SECRET-DATA - } - login { - user vagrant { - uid 2000; - class super-user; - authentication { - encrypted-password "$1$KMQ6fIje$STNZNzDwjAb46xNonInGq/"; ## SECRET-DATA - ssh-rsa "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key"; ## SECRET-DATA - } - } - } - services { - ssh { - root-login allow; - } - netconf { - ssh; - } - } - syslog { - user * { - any emergency; - } - file messages { - any any; - authorization info; - } - file interactive-commands { - interactive-commands any; - } - } - license { - autoupdate { - url https://ae1.juniper.net/junos/key_retrieval; - } - } -} -interfaces { - ge-0/0/0 { - unit 0 { - family inet { - dhcp; - } - } - } - ge-0/0/1 { - unt 0 { - family inet { - address 192.168.77.11/24; - } - } - } -} -protocols { - lldp { - interface all; - } -} -security { - forwarding-options { - family { - inet6 { - mode packet-based; - } - mpls { - mode packet-based; - } - } - } -} diff --git a/test/unit/models.py b/test/unit/models.py deleted file mode 100644 index bc3b953ba..000000000 --- a/test/unit/models.py +++ /dev/null @@ -1,217 +0,0 @@ -facts = { - 'os_version': unicode, - 'uptime': int, - 'interface_list': list, - 'vendor': unicode, - 'serial_number': unicode, - 'model': unicode, - 'hostname': unicode, - 'fqdn': unicode -} -interface = { - 'is_up': bool, - 'is_enabled': bool, - 'description': unicode, - 'last_flapped': float, - 'speed': int, - 'mac_address': unicode, -} - -lldp_neighbors = { - 'hostname': unicode, - 'port': unicode, -} - -interface_counters = { - 'tx_errors': int, - 'rx_errors': int, - 'tx_discards': int, - 'rx_discards': int, - 'tx_octets': int, - 'rx_octets': int, - 'tx_unicast_packets': int, - 'rx_unicast_packets': int, - 'tx_multicast_packets': int, - 'rx_multicast_packets': int, - 'tx_broadcast_packets': int, - 'rx_broadcast_packets': int, -} - -temperature = { - 'is_alert': bool, - 'is_critical': bool, - 'temperature': float, -} - -power = { - 'status': bool, - 'output': float, - 'capacity': float -} - -memory = { - 'used_ram': int, - 'available_ram': int, -} - -fan = { - 'status': bool, -} - -cpu = { - '%usage': float, -} - -peer = { - 'is_enabled': bool, - 'uptime': int, - 'remote_as': int, - 'description': unicode, - 'remote_id': unicode, - 'local_as': int, - 'is_up': bool, - 'address_family': dict, -} - -af = { - 'sent_prefixes': int, - 'accepted_prefixes': int, - 'received_prefixes': int -} - -lldp_neighbors_detail = { - 'parent_interface' : unicode, - 'remote_port' : unicode, - 'remote_chassis_id' : unicode, - 'remote_port' : unicode, - 'remote_port_description' : unicode, - 'remote_system_name' : unicode, - 'remote_system_description' : unicode, - 'remote_system_capab' : unicode, - 'remote_system_enable_capab': unicode -} - -bgp_config_group = { - 'type' : unicode, - 'description' : unicode, - 'apply_groups' : list, - 'multihop_ttl' : int, - 'multipath' : bool, - 'local_address' : unicode, - 'local_as' : int, - 'remote_as' : int, - 'import_policy' : unicode, - 'export_policy' : unicode, - 'remove_private_as' : bool, - 'prefix_limit' : dict, - 'neighbors' : dict -} - -bgp_config_neighbor = { - 'description' : unicode, - 'import_policy' : unicode, - 'export_policy' : unicode, - 'local_address' : unicode, - 'authentication_key' : unicode, - 'nhs' : bool, - 'route_reflector_client': bool, - 'local_as' : int, - 'remote_as' : int, - 'prefix_limit' : dict -} - -peer_details = { - 'up' : bool, - 'local_as' : int, - 'remote_as' : int, - 'local_address' : unicode, - 'routing_table' : unicode, - 'local_address_configured' : bool, - 'local_port' : int, - 'remote_address' : unicode, - 'remote_port' : int, - 'multihop' : bool, - 'multipath' : bool, - 'remove_private_as' : bool, - 'import_policy' : unicode, - 'export_policy' : unicode, - 'input_messages' : int, - 'output_messages' : int, - 'input_updates' : int, - 'output_updates' : int, - 'messages_queued_out' : int, - 'connection_state' : unicode, - 'previous_connection_state' : unicode, - 'last_event' : unicode, - 'suppress_4byte_as' : bool, - 'local_as_prepend' : bool, - 'holdtime' : int, - 'configured_holdtime' : int, - 'keepalive' : int, - 'configured_keepalive' : int, - 'active_prefix_count' : int, - 'received_prefix_count' : int, - 'accepted_prefix_count' : int, - 'suppressed_prefix_count' : int, - 'advertise_prefix_count' : int, - 'flap_count' : int -} - -arp_table = { - 'interface' : unicode, - 'mac' : unicode, - 'ip' : unicode, - 'age' : float -} - -ntp_peer = { - 'referenceid' : unicode, - 'stratum' : int, - 'type' : unicode, - 'when' : unicode, - 'hostpoll' : int, - 'reachability' : int, - 'delay' : float, - 'offset' : float, - 'jitter' : float -} - -interfaces_ip = { - 'prefix_length': int -} - -mac_address_table = { - 'mac' : unicode, - 'interface' : unicode, - 'vlan' : int, - 'static' : bool, - 'active' : bool, - 'moves' : int, - 'last_move' : float -} - -route = { - 'protocol' : unicode, - 'current_active' : bool, - 'last_active' : bool, - 'age' : int, - 'next_hop' : unicode, - 'outgoing_interface' : unicode, - 'selected_next_hop' : bool, - 'preference' : int, - 'inactive_reason' : unicode, - 'routing_table' : unicode, - 'protocol_attributes': dict -} - -snmp = { - 'chassis_id' : unicode, - 'community' : dict, - 'contact' : unicode, - 'location' : unicode -} - -snmp_community = { - 'acl' : unicode, - 'mode' : unicode, -} diff --git a/test/unit/nxos/initial.conf b/test/unit/nxos/initial.conf deleted file mode 100644 index f08b80028..000000000 --- a/test/unit/nxos/initial.conf +++ /dev/null @@ -1,857 +0,0 @@ -!Command: Checkpoint cmd vdc 1 -!Time: Fri Nov 13 20:49:31 2015 - -version 7.0(3)I2(1) -hostname n9k1 -class-map type network-qos c-nq1 - description Default class on qos-group 1 -match qos-group 1 -class-map type network-qos c-nq2 - description Default class on qos-group 2 -match qos-group 2 -class-map type network-qos c-nq3 - description Default class on qos-group 3 -match qos-group 3 -class-map type network-qos c-nq-default - description Default class on qos-group 0 -match qos-group 0 -policy-map type network-qos default-nq-policy - class type network-qos c-nq3 - no pause pfc-cos 0 - mtu 1500 - class type network-qos c-nq2 - no pause pfc-cos 0 - mtu 1500 - class type network-qos c-nq1 - no pause pfc-cos 0 - mtu 1500 - class type network-qos c-nq-default - no pause pfc-cos 0 - mtu 1500 -vdc n9k1 id 1 - limit-resource vlan minimum 16 maximum 4094 - limit-resource vrf minimum 2 maximum 4096 - limit-resource port-channel minimum 0 maximum 768 - limit-resource u4route-mem minimum 248 maximum 248 - limit-resource u6route-mem minimum 96 maximum 96 - limit-resource m4route-mem minimum 58 maximum 58 - limit-resource m6route-mem minimum 8 maximum 8 - -feature nxapi -feature bash-shell -feature scp-server -!#feature ssh -cfs eth distribute -feature ospf -feature interface-vlan -feature hsrp -feature lacp -feature vpc -feature lldp - -no mac address-table notification mac-move - -role name priv-15 - description This is a system defined privilege role. - rule 1 permit read-write -role name priv-14 - description This is a system defined privilege role. - rule 1 permit read-write -role name priv-13 - description This is a system defined privilege role. -role name priv-12 - description This is a system defined privilege role. -role name priv-11 - description This is a system defined privilege role. -role name priv-10 - description This is a system defined privilege role. -role name priv-9 - description This is a system defined privilege role. -role name priv-8 - description This is a system defined privilege role. -role name priv-7 - description This is a system defined privilege role. -role name priv-6 - description This is a system defined privilege role. -role name priv-5 - description This is a system defined privilege role. -role name priv-4 - description This is a system defined privilege role. -role name priv-3 - description This is a system defined privilege role. -role name priv-2 - description This is a system defined privilege role. -role name priv-1 - description This is a system defined privilege role. -role name priv-0 - description This is a system defined privilege role. - rule 10 permit command traceroute6 * - rule 9 permit command traceroute * - rule 8 permit command telnet6 * - rule 7 permit command telnet * - rule 6 permit command ping6 * - rule 5 permit command ping * - rule 4 permit command ssh6 * - rule 3 permit command ssh * - rule 2 permit command enable * - rule 1 permit read -no password strength-check -username admin password 5 $5$QV/nmT13$e7qNNulbvwMZSaLQHkB66X6eXGTjMvvUrQ2wFIVwq02 role network-admin -username cisco password 5 $1$nGd5VWnS$LJ/a9ztNEt6xruMCG2Erl/ role network-admin -ip domain-lookup -ip domain-name cisconxapi.com -ip access-list acl-test - 10 permit ip 1.1.1.1/32 any - 20 permit ip 1.1.1.1/24 any - 30 permit tcp any neq finger any ack psh rst fin - 40 permit tcp 1.1.1.1/32 any - 50 permit tcp 1.1.1.1/32 range time bgp any - 60 permit tcp 1.1.1.1/32 addrgroup ciao - 70 permit tcp addrgroup ciao addrgroup ciao - 80 permit tcp any range www talk any urg log -mac access-list mac_acl_test - 10 permit 000e.000e.000e 000e.000e.000e 00aa.00aa.00aa 00aa.00ae.00ac aarp cos 0 -ip access-list test -ip access-list test-acl -!# qos statistics -!# class-map type queuing match-any c-out-q3 -!# match qos-group 3 -!# class-map type queuing match-any c-out-q2 -!# match qos-group 2 -!# class-map type queuing match-any c-out-q1 -!# match qos-group 1 -!# class-map type queuing match-any c-out-q-default -!# match qos-group 0 -!# class-map type queuing match-any c-in-q3 -!# match qos-group 3 -!# class-map type queuing match-any c-in-q2 -!# match qos-group 2 -!# class-map type queuing match-any c-in-q1 -!# match qos-group 1 -!# class-map type queuing match-any c-in-q-default -!# match qos-group 0 -policy-map type queuing default-out-policy - class type queuing c-out-q3 - priority level 1 - class type queuing c-out-q2 - bandwidth remaining percent 0 - class type queuing c-out-q1 - bandwidth remaining percent 0 - class type queuing c-out-q-default - bandwidth remaining percent 100 -copp profile strict -no system mode maintenance -snmp-server source-interface trap port-channel10 -snmp-server source-interface inform port-channel10 -snmp-server user admin network-admin auth md5 0xb38774329b48afb669c81b39ef5073d0 priv 0xb38774329b48afb669c81b39ef5073d0 localizedkey -snmp-server host 192.0.2.1 traps version 2c MYSTRING -snmp-server host 192.0.100.1 traps version 2c two -snmp-server host 192.0.100.1 source-interface mgmt0 -snmp-server host 1.1.1.1 informs version 3 auth JEDELMAN -rmon event 1 log trap public description FATAL(1) owner PMON@FATAL -rmon event 2 log trap public description CRITICAL(2) owner PMON@CRITICAL -rmon event 3 log trap public description ERROR(3) owner PMON@ERROR -rmon event 4 log trap public description WARNING(4) owner PMON@WARNING -rmon event 5 log trap public description INFORMATION(5) owner PMON@INFO -snmp-server enable traps callhome event-notify -snmp-server enable traps callhome smtp-send-fail -snmp-server enable traps cfs state-change-notif -snmp-server enable traps lldp lldpRemTablesChange -snmp-server enable traps cfs merge-failure -snmp-server enable traps aaa server-state-change -snmp-server enable traps hsrp state-change -snmp-server enable traps feature-control FeatureOpStatusChange -snmp-server enable traps sysmgr cseFailSwCoreNotifyExtended -snmp-server enable traps config ccmCLIRunningConfigChanged -snmp-server enable traps snmp authentication -snmp-server enable traps link cisco-xcvr-mon-status-chg -snmp-server enable traps vtp notifs -snmp-server enable traps vtp vlancreate -snmp-server enable traps vtp vlandelete -snmp-server enable traps bridge newroot -snmp-server enable traps storm-control -snmp-server enable traps bridge topologychange -snmp-server enable traps stpx inconsistency -snmp-server enable traps stpx root-inconsistency -snmp-server enable traps stpx loop-inconsistency -snmp-server enable traps system Clock-change-notification -snmp-server enable traps feature-control ciscoFeatOpStatusChange -snmp-server context T3sT-Con_text -snmp-server context T3sT-Con_text!!!! -snmp-server context C0n_text! -snmp-server community WEWORK group network-operator -snmp-server community Community_test-1 group network-operator -snmp-server community RW group network-admin -snmp-server community networktocode group network-operator -snmp-server community YANKS group network-admin -snmp-server community _Community_test-2 group network-operator -snmp-server mib community-map Community_test-1 context C0n_text! -snmp-server community Community_test-1 use-acl T3st-ACL#$ -snmp-server community YANKS use-acl my_acl -callhome - !#destination-profile CiscoTAC-1 message-level 0 - !#destination-profile full_txt message-level 0 - !#destination-profile short_txt message-level 0 - -ip route 0.0.0.0/0 10.1.100.1 vrf management -ip route 7.7.7.7/32 10.10.50.1 -vlan 1 -vlan 10 - name WEB_VLAN -vlan 11 - name vlan_11 -vlan 12 - name vlan_12 -vlan 20 - name DB_VLAN -vlan 30 -vlan 40 -vlan 50 -vlan 110 -vlan 120 - name w*$$eb_vlan -vlan 256 - name flask_vlan -vlan 2000 -vlan 3000 - -vrf context keepalive -vrf context management - ip domain-name cisconxapi.com - ip name-server 8.8.8.8 - ip route 0.0.0.0/0 10.1.100.1 -vpc domain 100 - role priority 1000 - system-priority 2000 - peer-keepalive destination 10.1.20.3 source 10.1.20.2 vrf keepalive - -interface Vlan1 - -interface Vlan5 - no shutdown - ip router ospf 10 area 0.0.0.5 - -interface Vlan10 - no shutdown - ip address 10.1.10.2/24 - hsrp version 2 - hsrp 10 - priority 120 forwarding-threshold lower 1 upper 120 - ip 10.1.10.1 - -interface Vlan20 - no shutdown - vrf member keepalive - ip address 10.1.20.2/24 - hsrp version 2 - hsrp 20 - priority 120 forwarding-threshold lower 1 upper 120 - ip 10.1.20.1 - -interface Vlan66 - ip address 66.66.66.66/24 - -interface Vlan77 - ip address 77.77.77.77/24 - -interface Vlan146 - description my vlan 146 - -interface port-channel10 - !#switchport - switchport mode trunk - switchport trunk native vlan 2 - switchport trunk allowed vlan 2-20 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface port-channel11 - !#switchport - switchport mode trunk - switchport trunk native vlan 2 - switchport trunk allowed vlan 2-20 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface port-channel12 - !#switchport - switchport mode trunk - switchport trunk native vlan 2 - switchport trunk allowed vlan 2-20 - priority-flow-control mode auto - spanning-tree port type network - !#logging event port link-status default - !#logging event port trunk-status default - vpc peer-link - !#no shutdown - -interface Ethernet1/1 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/2 - no switchport - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - ip address 192.168.56.1/24 - no shutdown - -interface Ethernet1/3 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/4 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/5 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/6 - !#no switchport - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/7 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/8 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/9 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/10 - shutdown - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - -interface Ethernet1/11 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/12 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/13 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/14 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/15 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/16 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/17 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/18 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/19 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/20 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/21 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/22 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/23 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/24 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/25 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/26 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/27 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/28 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/29 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/30 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/31 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/32 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/33 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/34 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/35 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/36 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/37 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/38 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/39 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/40 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/41 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/42 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/43 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/44 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/45 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/46 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/47 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/48 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet2/1 - no switchport - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - ip address 10.10.10.1/24 - ip router ospf 10 area 0.0.0.5 - no shutdown - -interface Ethernet2/2 - no switchport - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - ip address 10.10.30.1/24 - ip router ospf 10 area 0.0.0.5 - no shutdown - -interface Ethernet2/3 - no switchport - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - ip address 10.10.20.1/24 - ip router ospf 10 area 0.0.0.5 - no shutdown - -interface Ethernet2/4 - no switchport - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - ip address 10.10.40.1/24 - ip router ospf 10 area 0.0.0.5 - no shutdown - -interface Ethernet2/5 - !#switchport - switchport mode trunk - switchport trunk native vlan 2 - switchport trunk allowed vlan 2-20 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - channel-group 12 force mode active - !#no shutdown - -interface Ethernet2/6 - !#switchport - switchport mode trunk - switchport trunk native vlan 2 - switchport trunk allowed vlan 2-20 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - channel-group 12 force mode active - !#no shutdown - -interface Ethernet2/7 - description matched n9k1.ntc.com - !#shutdown - no switchport - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - vrf member test - ip address 192.168.55.58/24 - -interface Ethernet2/8 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - !#no shutdown - -interface Ethernet2/9 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - !#no shutdown - -interface Ethernet2/10 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - !#no shutdown - -interface Ethernet2/11 - shutdown - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - -interface Ethernet2/12 - shutdown - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - -interface mgmt0 - vrf member management - ip address 10.1.100.20/24 - -interface loopback0 - ip address 1.3.1.1/24 - !#no shutdown - -interface loopback10 - ip address 1.1.1.1/32 - ip router ospf 10 area 0.0.0.5 - !#no shutdown -line console -line vty - session-limit 16 - exec-timeout 0 -boot nxos bootflash:/nxos.7.0.3.I2.1.bin -router ospf 1 -router ospf myospf -mac address-table static 000e.000e.000e vlan 10 drop -no xml server exec-mode -!#logging monitor -!#logging module -!#logging console \ No newline at end of file diff --git a/test/unit/nxos/merge_good.conf b/test/unit/nxos/merge_good.conf deleted file mode 100644 index b82aafdfd..000000000 --- a/test/unit/nxos/merge_good.conf +++ /dev/null @@ -1,3 +0,0 @@ -interface Ethernet1/1 - no switchport - ip address 4.3.2.1/24 diff --git a/test/unit/nxos/merge_good.diff b/test/unit/nxos/merge_good.diff deleted file mode 100644 index 9f2cf7412..000000000 --- a/test/unit/nxos/merge_good.diff +++ /dev/null @@ -1,37 +0,0 @@ -!! - -interface Ethernet1/1 - - - - shutdown - - - - no ip address 4.3.2.1/24 - - - - no priority-flow-control mode auto - - - - switchport - - - - exit - -! - -interface Ethernet1/1 - - switchport - - switchport mode access - - switchport trunk allowed vlan 1-4094 - - priority-flow-control mode auto - - no shutdown \ No newline at end of file diff --git a/test/unit/nxos/merge_typo.conf b/test/unit/nxos/merge_typo.conf deleted file mode 100644 index 50a41de1c..000000000 --- a/test/unit/nxos/merge_typo.conf +++ /dev/null @@ -1,3 +0,0 @@ -# TYPO - NEED no switchport COMMAND -interface Ethernet1/1 - ip address 4.3.2.1/24 diff --git a/test/unit/nxos/mock_data/show_environment.xml b/test/unit/nxos/mock_data/show_environment.xml deleted file mode 100644 index 176c5f536..000000000 --- a/test/unit/nxos/mock_data/show_environment.xml +++ /dev/null @@ -1,171 +0,0 @@ - - - cli_show - 1.2 - eoc - - - - - - - Chassis-1 - N6K-C6001-FAN-F - -- - ok - - - Chassis-2 - N6K-C6001-FAN-F - -- - ok - - - Chassis-3 - N6K-C6001-FAN-F - -- - ok - - - PS-1 - NXA-PAC-1100W - -- - ok - - - PS-2 - NXA-PAC-1100W - -- - ok - - - NotSupported - - - - 1 - Outlet - 65 - 55 - 29 - ok - - - 1 - Bigsur-0 - 125 - 110 - 47 - ok - - - 1 - Bigsur-1 - 125 - 110 - 62 - ok - - - 1 - Bigsur-2 - 125 - 110 - 0 - ok - - - 1 - Bigsur-3 - 125 - 110 - 0 - ok - - - 1 - Bigsur-4 - 125 - 110 - 0 - ok - - - 1 - Bigsur-5 - 125 - 110 - 0 - ok - - - 1 - Bigsur-6 - 125 - 110 - 0 - ok - - - 1 - Pacifica - 125 - 110 - 0 - ok - - - - 12 - - - 1 - NXA-PAC-1100W - 1080.00 - 90.00 - ok - - - 2 - NXA-PAC-1100W - 1080.00 - 90.00 - ok - - - - - 1 - N5K-C5672UP-SUP - 450.00 - 37.50 - 450.00 - 37.50 - powered-up - - - 2 - N5K-C5672UP-M6Q - 165.00 - 13.75 - 165.00 - 13.75 - powered-up - - - - redundant - Non-redundant - 2160.00 - 450.00 - 165.00 - 1545.00 - - - - show environment - Success - 200 - - - diff --git a/test/unit/nxos/mock_data/show_interface_Ethernet1_1.xml b/test/unit/nxos/mock_data/show_interface_Ethernet1_1.xml deleted file mode 100644 index 032f780a7..000000000 --- a/test/unit/nxos/mock_data/show_interface_Ethernet1_1.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - cli_show - 1.2 - eoc - - - - - - Ethernet1/1 - up - Dedicated - 1000/10000 Ethernet - 8c60.4f75.b988 - 8c60.4f75.b988 - 1500 - 10000000 - 10000000 - 10 - 255 - 1 - 1 - broadcast - access - full - 10 Gb/s - 10G - off - off - off - dedicated - off - 0x8100 - 2week(s) 5day(s) - never - 3 - 30 - 0 - 0 - 30 - 472 - 0 - 121257 - 57280 - 1 - 178538 - 21372880 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 121252 - 1395802 - 6 - 1517060 - 148426821 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - show interface Ethernet1/1 - Success - 200 - - - diff --git a/test/unit/nxos/mock_data/show_interface_Ethernet1_2.xml b/test/unit/nxos/mock_data/show_interface_Ethernet1_2.xml deleted file mode 100644 index 0c4f09d8e..000000000 --- a/test/unit/nxos/mock_data/show_interface_Ethernet1_2.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - cli_show - 1.2 - eoc - - - - - - Ethernet1/2 - up - Dedicated - 1000/10000 Ethernet - 8c60.4f75.b989 - 8c60.4f75.b989 - 1500 - 10000000 - 10000000 - 10 - 255 - 1 - 1 - broadcast - access - full - 10 Gb/s - 10G - off - off - off - dedicated - off - 0x8100 - 2week(s) 5day(s) - never - 3 - 30 - 330840 - 553 - 30 - 20926688 - 1787 - 72570870 - 125781 - 745 - 72697396 - 7603084259 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 74163229 - 2228427 - 4148662 - 80540317 - 54526586616 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - show interface Ethernet1/2 - Success - 200 - - - diff --git a/test/unit/nxos/mock_data/show_interface_loopback0.xml b/test/unit/nxos/mock_data/show_interface_loopback0.xml deleted file mode 100644 index 870a74a98..000000000 --- a/test/unit/nxos/mock_data/show_interface_loopback0.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - cli_show - 1.2 - eoc - - - - - - loopback0 - up - Loopback - 1500 - 8000000 - 8000000 - 5000 - 255 - 1 - 1 - broadcast - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - show interface loopback0 - Success - 200 - - - diff --git a/test/unit/nxos/mock_data/show_interface_mgmt0.xml b/test/unit/nxos/mock_data/show_interface_mgmt0.xml deleted file mode 100644 index 53e2f07e3..000000000 --- a/test/unit/nxos/mock_data/show_interface_mgmt0.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - cli_show - 1.2 - eoc - - - - - - mgmt0 - down - Link not connected - GigabitEthernet - 8c60.4f75.b981 - 8c60.4f75.b981 - 1.1.1.1 - 24 - 1500 - 1000000 - 1000000 - 10 - 255 - 1 - 1 - auto - auto-speed - 0x0000 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - - show interface mgmt0 - Success - 200 - - - diff --git a/test/unit/nxos/mock_data/show_interface_status.xml b/test/unit/nxos/mock_data/show_interface_status.xml deleted file mode 100644 index 0d5a13450..000000000 --- a/test/unit/nxos/mock_data/show_interface_status.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - cli_show - 1.2 - eoc - - - - - - Ethernet1/1 - connected - 10 - full - 10G - SFP-H10GB-CU2M - - - Ethernet1/2 - connected - 100 - full - 10G - SFP-H10GB-CU2M - - - mgmt0 - notconnect - routed - auto - auto - -- - - - loopback0 - connected - routed - auto - unknown enum:<3> - -- - - - - show interface status - Success - 200 - - - diff --git a/test/unit/nxos/mock_data/show_ip_arp.json b/test/unit/nxos/mock_data/show_ip_arp.json deleted file mode 100644 index c58de1b16..000000000 --- a/test/unit/nxos/mock_data/show_ip_arp.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "ins_api": { - "type": "cli_show", - "version": "1.2", - "sid": "eoc", - "outputs": { - "output": { - "input": "show ip arp", - "msg": "Success", - "code": "200", - "body": { - "TABLE_vrf": { - "ROW_vrf": { - "vrf-name-out": "default", - "cnt-total": 1, - "TABLE_adj": { - "ROW_adj": { - "intf-out": "Vlan900", - "ip-addr-out": "192.168.0.1", - "time-stamp": "00:05:40", - "mac": "5c5e.abdb.49f0" - } - } - } - } - } - } - } - } -} diff --git a/test/unit/nxos/mock_data/show_ip_interface.json b/test/unit/nxos/mock_data/show_ip_interface.json deleted file mode 100644 index 645f2c025..000000000 --- a/test/unit/nxos/mock_data/show_ip_interface.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "ins_api": { - "type": "cli_show", - "version": "1.2", - "sid": "eoc", - "outputs": { - "output": { - "input": "show ip interface", - "msg": "Success", - "code": "200", - "body": { - "TABLE_vrf": { - "ROW_vrf": { - "vrf-name-out": "default" - } - }, - "TABLE_intf": { - "ROW_intf": { - "intf-name": "Vlan900", - "proto-state": "up", - "link-state": "up", - "admin-state": "up", - "iod": 2, - "prefix": "192.168.0.1", - "subnet": "192.168.0.0", - "masklen": 24, - "num-addr": 1, - "ip-disabled": "FALSE", - "bcast-addr": "255.255.255.255", - "num-maddr": 0, - "mtu": 1500, - "pref": 0, - "tag": 0, - "proxy-arp": "disabled", - "lcl-proxy-arp": "disabled", - "mrouting": "disabled", - "icmp-redirect": "enabled", - "dir-bcast": "disabled", - "ip-unreach": 0, - "port-unreach": "enabled", - "urpf-mode": "none", - "ip-ls-type": "none", - "stats-last-reset": "never", - "upkt-sent": 3000862, - "upkt-recv": 2840428, - "upkt-fwd": 0, - "upkt-orig": 3000862, - "upkt-consumed": 5680856, - "ubyte-sent": 787921488, - "ubyte-recv": 219240452, - "ubyte-fwd": 0, - "ubyte-orig": 787921488, - "ubyte-consumed": 438095838, - "mpkt-sent": 0, - "mpkt-recv": 0, - "mpkt-fwd": 0, - "mpkt-orig": 0, - "mpkt-consumed": 0, - "mbyte-sent": 0, - "mbyte-recv": 0, - "mbyte-fwd": 0, - "mbyte-orig": 0, - "mbyte-consumed": 0, - "bpkt-sent": 0, - "bpkt-recv": 0, - "bpkt-fwd": 0, - "bpkt-orig": 0, - "bpkt-consumed": 0, - "bbyte-sent": 0, - "bbyte-recv": 0, - "bbyte-fwd": 0, - "bbyte-orig": 0, - "bbyte-consumed": 0, - "lpkt-sent": 0, - "lpkt-recv": 0, - "lpkt-fwd": 0, - "lpkt-orig": 0, - "lpkt-consumed": 0, - "lbyte-sent": 0, - "lbyte-recv": 0, - "lbyte-fwd": 0, - "lbyte-orig": 0, - "lbyte-consumed": 0 - } - } - } - } - } - } -} \ No newline at end of file diff --git a/test/unit/nxos/mock_data/show_ipv6_interface.json b/test/unit/nxos/mock_data/show_ipv6_interface.json deleted file mode 100644 index be07ca764..000000000 --- a/test/unit/nxos/mock_data/show_ipv6_interface.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "ins_api": { - "type": "cli_show", - "version": "1.2", - "sid": "eoc", - "outputs": { - "output": { - "input": "show ipv6 interface", - "msg": "Success", - "code": "200", - "body": { - "TABLE_vrf": { - "ROW_vrf": { - "vrf-name-out": "default" - } - }, - "TABLE_intf": { - "ROW_intf": { - "intf-name": "Vlan777", - "proto-state": "down", - "link-state": "down", - "admin-state": "down", - "addr": "2001:db8:85a3:8d3:1319:8a2e:370:7349/64", - "prefix": "2001:db8:85a3:8d3::/64", - "linklocal-addr": "fe80::8e60:4fff:fe75:b9c1", - "linklocal-configured": "FALSE", - "mrouting-enabled": "disabled", - "mgroup-locally-joined": "TRUE", - "mtu": 1500, - "urpf-mode": "none", - "ipv6-lstype": "none", - "stats-last-reset": "never", - "upkt-fwd": 0, - "upkt-orig": 0, - "upkt-consumed": 0, - "ubyte-fwd": 0, - "ubyte-orig": 0, - "ubyte-consumed": 0, - "mpkt-fwd": 0, - "mpkt-orig": 0, - "mpkt-consumed": 0, - "mbyte-fwd": 0, - "mbyte-orig": 0, - "mbyte-consumed": 0, - "TABLE_maddr": { - "ROW_maddr": [{ - "m-addr": "ff02::2" - }, { - "m-addr": "ff02::1" - }, { - "m-addr": "ff02::1:ff70:7349" - }, { - "m-addr": "ff02::1:ff75:b9c1" - }, { - "m-addr": "ff02::1:ff00:0" - }] - } - } - } - } - } - } - } -} \ No newline at end of file diff --git a/test/unit/nxos/mock_data/show_lldp_neighbors.xml b/test/unit/nxos/mock_data/show_lldp_neighbors.xml deleted file mode 100644 index 6d9739742..000000000 --- a/test/unit/nxos/mock_data/show_lldp_neighbors.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - cli_show - 1.2 - eoc - - - - neigh_hdr - - - 346357767 - ms01.mnl01 - Eth1/47 - 120 - 1310740 - 7 - 597 - 1953326957 - mgmt_addr - - - 983047 - edge01.mnl01 - Eth2/1/1 - 120 - 1310740 - 7 - 514 - 1953326957 - mgmt_addr - - - 2143700487 - edge01.mnl01 - Eth2/1/2 - 120 - 1310740 - 1998812423 - 515 - 1953326957 - mgmt_addr - - - 7 - edge01.mnl01 - Eth2/2/1 - 2143682680 - 1310740 - 7 - 520 - 1953326957 - mgmt_addr - - - 7 - edge01.mnl01 - Eth2/2/2 - 1999634552 - 1310740 - 2011422983 - 521 - 1953326957 - mgmt_addr - - - 5 - - show lldp neighbors - Success - 200 - - - diff --git a/test/unit/nxos/mock_data/show_lldp_neighbors_detail.txt b/test/unit/nxos/mock_data/show_lldp_neighbors_detail.txt deleted file mode 100644 index 6df454c5b..000000000 --- a/test/unit/nxos/mock_data/show_lldp_neighbors_detail.txt +++ /dev/null @@ -1,63 +0,0 @@ -Chassis id: 40a6.775a.4e40 -Port id: 597 -Local Port id: Eth1/47 -Port Description: To core -System Name: ms01.mnl01 -System Description: Juniper Networks, Inc. ex2200-48t-4g , version 12.3R6.6 Build date: 2014-03-13 07:02:54 UTC -Time remaining: 111 seconds -System Capabilities: B, R -Enabled Capabilities: B, R -Management Address: not advertised -Vlan ID: not advertised - - -Chassis id: 5c5e.abdb.49c0 -Port id: 514 -Local Port id: Eth2/1/1 -Port Description: ae0 - sw01.mnl01:Eth2/1/1 -System Name: edge01.mnl01 -System Description: Juniper Networks, Inc. mx80 , version 13.3R6.5 Build date: 2015-03-26 20:31:28 UTC -Time remaining: 97 seconds -System Capabilities: B, R -Enabled Capabilities: B, R -Management Address: not advertised -Vlan ID: not advertised - - -Chassis id: 5c5e.abdb.49c0 -Port id: 515 -Local Port id: Eth2/1/2 -Port Description: ae0 - sw01.mnl01:Eth2/1/2 -System Name: edge01.mnl01 -System Description: Juniper Networks, Inc. mx80 , version 13.3R6.5 Build date: 2015-03-26 20:31:28 UTC -Time remaining: 108 seconds -System Capabilities: B, R -Enabled Capabilities: B, R -Management Address: not advertised -Vlan ID: not advertised - - -Chassis id: 5c5e.abdb.49c0 -Port id: 520 -Local Port id: Eth2/2/1 -Port Description: ae0 - sw01.mnl01:Eth2/1/3 -System Name: edge01.mnl01 -System Description: Juniper Networks, Inc. mx80 , version 13.3R6.5 Build date: 2015-03-26 20:31:28 UTC -Time remaining: 116 seconds -System Capabilities: B, R -Enabled Capabilities: B, R -Management Address: not advertised -Vlan ID: not advertised - - -Chassis id: 5c5e.abdb.49c0 -Port id: 521 -Local Port id: Eth2/2/2 -Port Description: ae0 - sw01.mnl01:Eth2/1/4 -System Name: edge01.mnl01 -System Description: Juniper Networks, Inc. mx80 , version 13.3R6.5 Build date: 2015-03-26 20:31:28 UTC -Time remaining: 110 seconds -System Capabilities: B, R -Enabled Capabilities: B, R -Management Address: not advertised -Vlan ID: not advertised diff --git a/test/unit/nxos/mock_data/show_mac_address-table.json b/test/unit/nxos/mock_data/show_mac_address-table.json deleted file mode 100644 index 6b55c8c9f..000000000 --- a/test/unit/nxos/mock_data/show_mac_address-table.json +++ /dev/null @@ -1,552 +0,0 @@ -{ - "ins_api": { - "type": "cli_show", - "version": "1.2", - "sid": "eoc", - "outputs": { - "output": { - "input": "show mac address-table", - "msg": "Success", - "code": "200", - "body": { - "TABLE_mac_address": { - "ROW_mac_address": [{ - "disp_mac_addr": "001b.d4b0.5aa1", - "disp_vdc": 1, - "disp_vlan": 900, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "40a6.775a.4e41", - "disp_vdc": 1, - "disp_vlan": 900, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 20, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "5c5e.abdb.49f0", - "disp_vdc": 1, - "disp_vlan": 900, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "port-channel1", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 9 - }, { - "disp_mac_addr": "0002.9914.5a72", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "0002.9914.723a", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c73.7d77", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c7a.7f52", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c7b.386f", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c7b.91dd", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c7b.9bff", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c7b.9c13", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c7b.9c70", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c8c.d1b0", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c8c.d1e4", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c8c.d20e", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c8c.d2a9", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c8c.d2ad", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c8c.d2ae", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c8c.d2f3", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c8c.d302", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "2c60.0c8c.d355", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/47", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "5c5e.abdb.49f0", - "disp_vdc": 1, - "disp_vlan": 637, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 30, - "disp_port": "port-channel1", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 9 - }, { - "disp_mac_addr": "000f.5330.eeb0", - "disp_vdc": 1, - "disp_vlan": 100, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/2", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 1 - }, { - "disp_mac_addr": "5c5e.abdb.49f0", - "disp_vdc": 1, - "disp_vlan": 100, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "port-channel1", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 9 - }, { - "disp_mac_addr": "000f.532e.eb21", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/27", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 7 - }, { - "disp_mac_addr": "000f.5330.e4f1", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/11", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 3 - }, { - "disp_mac_addr": "000f.5330.e7b1", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/13", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 3 - }, { - "disp_mac_addr": "000f.5330.e901", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/23", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 6 - }, { - "disp_mac_addr": "000f.5330.e971", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/29", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 7 - }, { - "disp_mac_addr": "000f.5330.e981", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/31", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 8 - }, { - "disp_mac_addr": "000f.5330.e9e1", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/3", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 1 - }, { - "disp_mac_addr": "000f.5330.ecd1", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/15", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 4 - }, { - "disp_mac_addr": "000f.5330.ed91", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/5", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 1 - }, { - "disp_mac_addr": "000f.5330.ede1", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/7", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 2 - }, { - "disp_mac_addr": "000f.5330.ee91", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/19", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 5 - }, { - "disp_mac_addr": "000f.5330.eea1", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/21", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 5 - }, { - "disp_mac_addr": "000f.5330.eeb1", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/1", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 0 - }, { - "disp_mac_addr": "000f.5330.eed1", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/25", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 6 - }, { - "disp_mac_addr": "000f.5330.f161", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/17", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 4 - }, { - "disp_mac_addr": "000f.5330.fd31", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 10, - "disp_port": "Ethernet1/9", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 2 - }, { - "disp_mac_addr": "5c5e.abdb.49f0", - "disp_vdc": 1, - "disp_vlan": 10, - "disp_is_static": 0, - "disp_is_secure": "Disabled", - "disp_is_ntfy": "Disabled", - "disp_age": 30, - "disp_port": "port-channel1", - "disp_type": "Primary_entry", - "disp_swid": 2748, - "disp_sswid": 0, - "disp_lid": 9 - }] - } - } - } - } - } -} diff --git a/test/unit/nxos/mock_data/show_module.xml b/test/unit/nxos/mock_data/show_module.xml deleted file mode 100644 index f0820d3b7..000000000 --- a/test/unit/nxos/mock_data/show_module.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - cli_show - 1.2 - eoc - - - - - - 1 - 48 - Nexus 5672UP Supervisor - N5K-C5672UP-SUP - active * - - - 2 - 24 - Nexus 6xQSFP Ethernet Module - N5K-C5672UP-M6Q - ok - - - - - 1 - 7.2(1)N1(1) - 1.0 - -- - - - 2 - 7.2(1)N1(1) - 1.0 - -- - - - - - 1 - 8c60.4f75.b988 to 8c60.4f75.b9b7 - FOC19177KL4 - - - 2 - 8c60.4f75.b9b8 to 8c60.4f75.b9cf - FOC19177KL4 - - - - show module - Success - 200 - - - diff --git a/test/unit/nxos/mock_data/show_ntp_peer-status.json b/test/unit/nxos/mock_data/show_ntp_peer-status.json deleted file mode 100644 index 603ee9feb..000000000 --- a/test/unit/nxos/mock_data/show_ntp_peer-status.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "ins_api": { - "type": "cli_show", - "version": "1.2", - "sid": "eoc", - "outputs": { - "output": { - "input": "show ntp peer-status", - "msg": "Success", - "code": "200", - "body": { - "totalpeers": "Total peers : 7", - "TABLE_peersstatus": { - "ROW_peersstatus": [{ - "syncmode": "-", - "remote": "162.158.136.1 ", - "local": "162.158.136.18 ", - "st": " 5 ", - "poll": " 128 ", - "reach": " 376 ", - "delay": 0.000950, - "vrf": "default" - }, { - "syncmode": "*", - "remote": "162.158.136.1 ", - "local": "162.158.136.18 ", - "st": " 5 ", - "poll": " 64 ", - "reach": " 377 ", - "delay": 0.000930, - "vrf": "default" - }, { - "syncmode": "=", - "remote": "162.158.112.1 ", - "local": "162.158.136.18 ", - "st": "16 ", - "poll": " 64 ", - "reach": " 0 ", - "delay": 0, - "vrf": "default" - }, { - "syncmode": "=", - "remote": "194.177.4.2 ", - "local": "162.158.136.18 ", - "st": "16 ", - "poll": " 64 ", - "reach": " 0 ", - "delay": 0, - "vrf": "default" - }, { - "syncmode": "=", - "remote": "88.191.120.99 ", - "local": "162.158.136.18 ", - "st": "16 ", - "poll": " 64 ", - "reach": " 0 ", - "delay": 0, - "vrf": "default" - }, { - "syncmode": "=", - "remote": "77.66.37.130 ", - "local": "162.158.136.18 ", - "st": "16 ", - "poll": " 64 ", - "reach": " 0 ", - "delay": 0, - "vrf": "default" - }, { - "syncmode": "=", - "remote": "141.101.76.1 ", - "local": "162.158.136.18 ", - "st": "16 ", - "poll": " 64 ", - "reach": " 0 ", - "delay": 0, - "vrf": "default" - }] - } - } - } - } - } -} diff --git a/test/unit/nxos/mock_data/show_running-config___section_snmp-server.txt b/test/unit/nxos/mock_data/show_running-config___section_snmp-server.txt deleted file mode 100644 index 96329b606..000000000 --- a/test/unit/nxos/mock_data/show_running-config___section_snmp-server.txt +++ /dev/null @@ -1,5 +0,0 @@ -snmp-server contact noc@cloudflare.com -snmp-server location Manila, Philippines -snmp-server chassis-id sw20.mnl01 -snmp-server community hackme ro ifyoucan -snmp-server community tryagain group not-enough diff --git a/test/unit/nxos/mock_data/show_version.xml b/test/unit/nxos/mock_data/show_version.xml deleted file mode 100644 index 2785c063d..000000000 --- a/test/unit/nxos/mock_data/show_version.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - cli_show - 1.2 - eoc - - - - Cisco Nexus Operating System (NX-OS) Software -TAC support: http://www.cisco.com/tac -Documents: http://www.cisco.com/en/US/products/ps9372/tsd_products_support_series_home.html -Copyright (c) 2002-2015, Cisco Systems, Inc. All rights reserved. -The copyrights to certain works contained herein are owned by -other third parties and are used and distributed under license. -Some parts of this software are covered under the GNU Public -License. A copy of the license is available at -http://www.gnu.org/licenses/gpl.html. - - 2.1.2 - Module 1: v4.0 - Module 1: v4.0 - Module 1: version v4.0 - v0.0.0.15 - Module 1: v2.0.0.0 - Module not detected - 7.2(1)N1(1) - 7.2(1)N1(1) - 07/16/2014 - bootflash:///n6000-uk9-kickstart.7.2.1.N1.1.bin - 10/14/2015 19:00:00 - 10/15/2015 06:02:08 - bootflash:///n6000-uk9.7.2.1.N1.1.bin - 10/14/2015 19:00:00 - 10/15/2015 06:02:52 - Nexus 5672UP Chassis - Nexus 5672UP Supervisor - Intel(R) Xeon(R) CPU @ 1.80 - 8243352 - kB - FOC19145KL6 - sw01.mnl01 - 7667712 - 23 - 7 - 37 - 48 - Unknown - 7.2(1)N1(1) - - - show version - Success - 200 - - - diff --git a/test/unit/nxos/mock_data/show_vlan_brief.xml b/test/unit/nxos/mock_data/show_vlan_brief.xml deleted file mode 100644 index 22daa109e..000000000 --- a/test/unit/nxos/mock_data/show_vlan_brief.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - cli_show - 1.2 - eoc - - - - - - 1 - 1 - default - active - noshutdown - Ethernet1/33-46,Ethernet1/48,Ethernet2/1/3-4,Ethernet2/2/3-4,Ethernet2/3/1-4,Ethernet2/4/1-4,Ethernet2/5/1-4,Ethernet2/6/1-4 - - - - show vlan brief - Success - 200 - - - diff --git a/test/unit/nxos/new_good.conf b/test/unit/nxos/new_good.conf deleted file mode 100644 index 9a6f7340c..000000000 --- a/test/unit/nxos/new_good.conf +++ /dev/null @@ -1,855 +0,0 @@ -!Command: Checkpoint cmd vdc 1 -!Time: Fri Nov 13 20:49:31 2015 - -version 7.0(3)I2(1) -hostname n9k1 -class-map type network-qos c-nq1 - description Default class on qos-group 1 -match qos-group 1 -class-map type network-qos c-nq2 - description Default class on qos-group 2 -match qos-group 2 -class-map type network-qos c-nq3 - description Default class on qos-group 3 -match qos-group 3 -class-map type network-qos c-nq-default - description Default class on qos-group 0 -match qos-group 0 -policy-map type network-qos default-nq-policy - class type network-qos c-nq3 - no pause pfc-cos 0 - mtu 1500 - class type network-qos c-nq2 - no pause pfc-cos 0 - mtu 1500 - class type network-qos c-nq1 - no pause pfc-cos 0 - mtu 1500 - class type network-qos c-nq-default - no pause pfc-cos 0 - mtu 1500 -vdc n9k1 id 1 - limit-resource vlan minimum 16 maximum 4094 - limit-resource vrf minimum 2 maximum 4096 - limit-resource port-channel minimum 0 maximum 768 - limit-resource u4route-mem minimum 248 maximum 248 - limit-resource u6route-mem minimum 96 maximum 96 - limit-resource m4route-mem minimum 58 maximum 58 - limit-resource m6route-mem minimum 8 maximum 8 - -feature nxapi -feature bash-shell -feature scp-server -!#feature ssh -cfs eth distribute -feature ospf -feature interface-vlan -feature hsrp -feature lacp -feature vpc -feature lldp - -no mac address-table notification mac-move - -role name priv-15 - description This is a system defined privilege role. - rule 1 permit read-write -role name priv-14 - description This is a system defined privilege role. - rule 1 permit read-write -role name priv-13 - description This is a system defined privilege role. -role name priv-12 - description This is a system defined privilege role. -role name priv-11 - description This is a system defined privilege role. -role name priv-10 - description This is a system defined privilege role. -role name priv-9 - description This is a system defined privilege role. -role name priv-8 - description This is a system defined privilege role. -role name priv-7 - description This is a system defined privilege role. -role name priv-6 - description This is a system defined privilege role. -role name priv-5 - description This is a system defined privilege role. -role name priv-4 - description This is a system defined privilege role. -role name priv-3 - description This is a system defined privilege role. -role name priv-2 - description This is a system defined privilege role. -role name priv-1 - description This is a system defined privilege role. -role name priv-0 - description This is a system defined privilege role. - rule 10 permit command traceroute6 * - rule 9 permit command traceroute * - rule 8 permit command telnet6 * - rule 7 permit command telnet * - rule 6 permit command ping6 * - rule 5 permit command ping * - rule 4 permit command ssh6 * - rule 3 permit command ssh * - rule 2 permit command enable * - rule 1 permit read -no password strength-check -username admin password 5 $5$QV/nmT13$e7qNNulbvwMZSaLQHkB66X6eXGTjMvvUrQ2wFIVwq02 role network-admin -username cisco password 5 $1$nGd5VWnS$LJ/a9ztNEt6xruMCG2Erl/ role network-admin -ip domain-lookup -ip domain-name cisconxapi.com -ip access-list acl-test - 10 permit ip 1.1.1.1/32 any - 20 permit ip 1.1.1.1/24 any - 30 permit tcp any neq finger any ack psh rst fin - 40 permit tcp 1.1.1.1/32 any - 50 permit tcp 1.1.1.1/32 range time bgp any - 60 permit tcp 1.1.1.1/32 addrgroup ciao - 70 permit tcp addrgroup ciao addrgroup ciao - 80 permit tcp any range www talk any urg log -mac access-list mac_acl_test - 10 permit 000e.000e.000e 000e.000e.000e 00aa.00aa.00aa 00aa.00ae.00ac aarp cos 0 -ip access-list test -ip access-list test-acl -!# qos statistics -!# class-map type queuing match-any c-out-q3 -!# match qos-group 3 -!# class-map type queuing match-any c-out-q2 -!# match qos-group 2 -!# class-map type queuing match-any c-out-q1 -!# match qos-group 1 -!# class-map type queuing match-any c-out-q-default -!# match qos-group 0 -!# class-map type queuing match-any c-in-q3 -!# match qos-group 3 -!# class-map type queuing match-any c-in-q2 -!# match qos-group 2 -!# class-map type queuing match-any c-in-q1 -!# match qos-group 1 -!# class-map type queuing match-any c-in-q-default -!# match qos-group 0 -policy-map type queuing default-out-policy - class type queuing c-out-q3 - priority level 1 - class type queuing c-out-q2 - bandwidth remaining percent 0 - class type queuing c-out-q1 - bandwidth remaining percent 0 - class type queuing c-out-q-default - bandwidth remaining percent 100 -copp profile strict -no system mode maintenance -snmp-server source-interface trap port-channel10 -snmp-server source-interface inform port-channel10 -snmp-server user admin network-admin auth md5 0xb38774329b48afb669c81b39ef5073d0 priv 0xb38774329b48afb669c81b39ef5073d0 localizedkey -snmp-server host 192.0.2.1 traps version 2c MYSTRING -snmp-server host 192.0.100.1 traps version 2c two -snmp-server host 192.0.100.1 source-interface mgmt0 -snmp-server host 1.1.1.1 informs version 3 auth JEDELMAN -rmon event 1 log trap public description FATAL(1) owner PMON@FATAL -rmon event 2 log trap public description CRITICAL(2) owner PMON@CRITICAL -rmon event 3 log trap public description ERROR(3) owner PMON@ERROR -rmon event 4 log trap public description WARNING(4) owner PMON@WARNING -rmon event 5 log trap public description INFORMATION(5) owner PMON@INFO -snmp-server enable traps callhome event-notify -snmp-server enable traps callhome smtp-send-fail -snmp-server enable traps cfs state-change-notif -snmp-server enable traps lldp lldpRemTablesChange -snmp-server enable traps cfs merge-failure -snmp-server enable traps aaa server-state-change -snmp-server enable traps hsrp state-change -snmp-server enable traps feature-control FeatureOpStatusChange -snmp-server enable traps sysmgr cseFailSwCoreNotifyExtended -snmp-server enable traps config ccmCLIRunningConfigChanged -snmp-server enable traps snmp authentication -snmp-server enable traps link cisco-xcvr-mon-status-chg -snmp-server enable traps vtp notifs -snmp-server enable traps vtp vlancreate -snmp-server enable traps vtp vlandelete -snmp-server enable traps bridge newroot -snmp-server enable traps storm-control -snmp-server enable traps bridge topologychange -snmp-server enable traps stpx inconsistency -snmp-server enable traps stpx root-inconsistency -snmp-server enable traps stpx loop-inconsistency -snmp-server enable traps system Clock-change-notification -snmp-server enable traps feature-control ciscoFeatOpStatusChange -snmp-server context T3sT-Con_text -snmp-server context T3sT-Con_text!!!! -snmp-server context C0n_text! -snmp-server community WEWORK group network-operator -snmp-server community Community_test-1 group network-operator -snmp-server community RW group network-admin -snmp-server community networktocode group network-operator -snmp-server community YANKS group network-admin -snmp-server community _Community_test-2 group network-operator -snmp-server mib community-map Community_test-1 context C0n_text! -snmp-server community Community_test-1 use-acl T3st-ACL#$ -snmp-server community YANKS use-acl my_acl -callhome - !#destination-profile CiscoTAC-1 message-level 0 - !#destination-profile full_txt message-level 0 - !#destination-profile short_txt message-level 0 - -ip route 0.0.0.0/0 10.1.100.1 vrf management -ip route 7.7.7.7/32 10.10.50.1 -vlan 1 -vlan 10 - name WEB_VLAN -vlan 11 - name vlan_11 -vlan 12 - name vlan_12 -vlan 20 - name DB_VLAN -vlan 30 -vlan 40 -vlan 50 -vlan 110 -vlan 120 - name w*$$eb_vlan -vlan 256 - name flask_vlan -vlan 2000 -vlan 3000 - -vrf context keepalive -vrf context management - ip domain-name cisconxapi.com - ip name-server 8.8.8.8 - ip route 0.0.0.0/0 10.1.100.1 -vpc domain 100 - role priority 1000 - system-priority 2000 - peer-keepalive destination 10.1.20.3 source 10.1.20.2 vrf keepalive - -interface Vlan1 - -interface Vlan5 - no shutdown - ip router ospf 10 area 0.0.0.5 - -interface Vlan10 - no shutdown - ip address 10.1.10.2/24 - hsrp version 2 - hsrp 10 - priority 120 forwarding-threshold lower 1 upper 120 - ip 10.1.10.1 - -interface Vlan20 - no shutdown - vrf member keepalive - ip address 10.1.20.2/24 - hsrp version 2 - hsrp 20 - priority 120 forwarding-threshold lower 1 upper 120 - ip 10.1.20.1 - -interface Vlan66 - ip address 66.66.66.66/24 - -interface Vlan77 - ip address 77.77.77.77/24 - -interface Vlan146 - description my vlan 146 - -interface port-channel10 - !#switchport - switchport mode trunk - switchport trunk native vlan 2 - switchport trunk allowed vlan 2-20 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface port-channel11 - !#switchport - switchport mode trunk - switchport trunk native vlan 2 - switchport trunk allowed vlan 2-20 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface port-channel12 - !#switchport - switchport mode trunk - switchport trunk native vlan 2 - switchport trunk allowed vlan 2-20 - priority-flow-control mode auto - spanning-tree port type network - !#logging event port link-status default - !#logging event port trunk-status default - vpc peer-link - !#no shutdown - -interface Ethernet1/1 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/2 - no switchport - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - ip address 192.168.56.1/24 - no shutdown - -interface Ethernet1/3 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/4 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/5 - no switchport - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/6 - !#no switchport - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/7 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/8 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/9 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/10 - shutdown - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - -interface Ethernet1/11 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/12 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/13 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/14 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/15 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/16 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/17 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/18 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/19 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/20 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/21 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/22 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/23 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/24 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/25 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/26 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/27 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/28 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/29 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/30 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/31 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/32 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/33 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/34 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/35 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/36 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/37 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/38 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/39 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/40 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/41 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/42 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/43 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/44 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/45 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/46 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/47 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/48 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet2/1 - no switchport - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - ip address 10.10.10.1/24 - ip router ospf 10 area 0.0.0.5 - no shutdown - -interface Ethernet2/2 - no switchport - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - ip address 10.10.30.1/24 - ip router ospf 10 area 0.0.0.5 - no shutdown - -interface Ethernet2/3 - no switchport - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - ip address 10.10.20.1/24 - ip router ospf 10 area 0.0.0.5 - no shutdown - -interface Ethernet2/4 - no switchport - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - ip address 10.10.40.1/24 - ip router ospf 10 area 0.0.0.5 - no shutdown - -interface Ethernet2/5 - !#switchport - switchport mode trunk - switchport trunk native vlan 2 - switchport trunk allowed vlan 2-20 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - channel-group 12 force mode active - !#no shutdown - -interface Ethernet2/6 - !#switchport - switchport mode trunk - switchport trunk native vlan 2 - switchport trunk allowed vlan 2-20 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - channel-group 12 force mode active - !#no shutdown - -interface Ethernet2/7 - description matched n9k1.ntc.com - !#shutdown - no switchport - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - vrf member test - ip address 192.168.55.58/24 - -interface Ethernet2/8 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - !#no shutdown - -interface Ethernet2/9 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - !#no shutdown - -interface Ethernet2/10 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - !#no shutdown - -interface Ethernet2/11 - shutdown - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - -interface Ethernet2/12 - shutdown - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - -interface mgmt0 - vrf member management - ip address 10.1.100.20/24 - -interface loopback0 - ip address 1.3.1.1/24 - !#no shutdown - -interface loopback10 - ip address 1.1.1.1/32 - ip router ospf 10 area 0.0.0.5 - !#no shutdown -line console -line vty - session-limit 16 - exec-timeout 0 -boot nxos bootflash:/nxos.7.0.3.I2.1.bin -router ospf 1 -router ospf myospf -mac address-table static 000e.000e.000e vlan 10 drop -no xml server exec-mode -!#logging monitor -!#logging module -!#logging console \ No newline at end of file diff --git a/test/unit/nxos/new_good.diff b/test/unit/nxos/new_good.diff deleted file mode 100644 index e2aed3b60..000000000 --- a/test/unit/nxos/new_good.diff +++ /dev/null @@ -1,37 +0,0 @@ -!! - -interface Ethernet1/5 - - - - shutdown - - - - no priority-flow-control mode auto - - - - no switchport trunk allowed vlan - - - - no switchport mode - - - - no switchport - - - - exit - -! - -interface Ethernet1/5 - - no switchport - - priority-flow-control mode auto - - no shutdown \ No newline at end of file diff --git a/test/unit/nxos/new_typo.conf b/test/unit/nxos/new_typo.conf deleted file mode 100644 index 1d239afaf..000000000 --- a/test/unit/nxos/new_typo.conf +++ /dev/null @@ -1,856 +0,0 @@ -!Command: Checkpoint cmd vdc 1 -!Time: Fri Nov 13 20:49:31 2015 - -version 7.0(3)I2(1) -hostname n9k1 -class-map type network-qos c-nq1 - description Default class on qos-group 1 -match qos-group 1 -class-map type network-qos c-nq2 - description Default class on qos-group 2 -match qos-group 2 -class-map type network-qos c-nq3 - description Default class on qos-group 3 -match qos-group 3 -class-map type network-qos c-nq-default - description Default class on qos-group 0 -match qos-group 0 -policy-map type network-qos default-nq-policy - class type network-qos c-nq3 - no pause pfc-cos 0 - mtu 1500 - class type network-qos c-nq2 - no pause pfc-cos 0 - mtu 1500 - class type network-qos c-nq1 - no pause pfc-cos 0 - mtu 1500 - class type network-qos c-nq-default - no pause pfc-cos 0 - mtu 1500 -vdc n9k1 id 1 - limit-resource vlan minimum 16 maximum 4094 - limit-resource vrf minimum 2 maximum 4096 - limit-resource port-channel minimum 0 maximum 768 - limit-resource u4route-mem minimum 248 maximum 248 - limit-resource u6route-mem minimum 96 maximum 96 - limit-resource m4route-mem minimum 58 maximum 58 - limit-resource m6route-mem minimum 8 maximum 8 - -feature nxapi -feature bash-shell -feature scp-server -!#feature ssh -cfs eth distribute -feature ospf -feature interface-vlan -feature hsrp -feature lacp -feature vpc -feature lldp - -no mac address-table notification mac-move - -role name priv-15 - description This is a system defined privilege role. - rule 1 permit read-write -role name priv-14 - description This is a system defined privilege role. - rule 1 permit read-write -role name priv-13 - description This is a system defined privilege role. -role name priv-12 - description This is a system defined privilege role. -role name priv-11 - description This is a system defined privilege role. -role name priv-10 - description This is a system defined privilege role. -role name priv-9 - description This is a system defined privilege role. -role name priv-8 - description This is a system defined privilege role. -role name priv-7 - description This is a system defined privilege role. -role name priv-6 - description This is a system defined privilege role. -role name priv-5 - description This is a system defined privilege role. -role name priv-4 - description This is a system defined privilege role. -role name priv-3 - description This is a system defined privilege role. -role name priv-2 - description This is a system defined privilege role. -role name priv-1 - description This is a system defined privilege role. -role name priv-0 - description This is a system defined privilege role. - rule 10 permit command traceroute6 * - rule 9 permit command traceroute * - rule 8 permit command telnet6 * - rule 7 permit command telnet * - rule 6 permit command ping6 * - rule 5 permit command ping * - rule 4 permit command ssh6 * - rule 3 permit command ssh * - rule 2 permit command enable * - rule 1 permit read -no password strength-check -username admin password 5 $5$QV/nmT13$e7qNNulbvwMZSaLQHkB66X6eXGTjMvvUrQ2wFIVwq02 role network-admin -username cisco password 5 $1$nGd5VWnS$LJ/a9ztNEt6xruMCG2Erl/ role network-admin -ip domain-lookup -ip domain-name cisconxapi.com -ip access-list acl-test - 10 permit ip 1.1.1.1/32 any - 20 permit ip 1.1.1.1/24 any - 30 permit tcp any neq finger any ack psh rst fin - 40 permit tcp 1.1.1.1/32 any - 50 permit tcp 1.1.1.1/32 range time bgp any - 60 permit tcp 1.1.1.1/32 addrgroup ciao - 70 permit tcp addrgroup ciao addrgroup ciao - 80 permit tcp any range www talk any urg log -mac access-list mac_acl_test - 10 permit 000e.000e.000e 000e.000e.000e 00aa.00aa.00aa 00aa.00ae.00ac aarp cos 0 -ip access-list test -ip access-list test-acl -!# qos statistics -!# class-map type queuing match-any c-out-q3 -!# match qos-group 3 -!# class-map type queuing match-any c-out-q2 -!# match qos-group 2 -!# class-map type queuing match-any c-out-q1 -!# match qos-group 1 -!# class-map type queuing match-any c-out-q-default -!# match qos-group 0 -!# class-map type queuing match-any c-in-q3 -!# match qos-group 3 -!# class-map type queuing match-any c-in-q2 -!# match qos-group 2 -!# class-map type queuing match-any c-in-q1 -!# match qos-group 1 -!# class-map type queuing match-any c-in-q-default -!# match qos-group 0 -policy-map type queuing default-out-policy - class type queuing c-out-q3 - priority level 1 - class type queuing c-out-q2 - bandwidth remaining percent 0 - class type queuing c-out-q1 - bandwidth remaining percent 0 - class type queuing c-out-q-default - bandwidth remaining percent 100 -copp profile strict -no system mode maintenance -snmp-server source-interface trap port-channel10 -snmp-server source-interface inform port-channel10 -snmp-server user admin network-admin auth md5 0xb38774329b48afb669c81b39ef5073d0 priv 0xb38774329b48afb669c81b39ef5073d0 localizedkey -snmp-server host 192.0.2.1 traps version 2c MYSTRING -snmp-server host 192.0.100.1 traps version 2c two -snmp-server host 192.0.100.1 source-interface mgmt0 -snmp-server host 1.1.1.1 informs version 3 auth JEDELMAN -rmon event 1 log trap public description FATAL(1) owner PMON@FATAL -rmon event 2 log trap public description CRITICAL(2) owner PMON@CRITICAL -rmon event 3 log trap public description ERROR(3) owner PMON@ERROR -rmon event 4 log trap public description WARNING(4) owner PMON@WARNING -rmon event 5 log trap public description INFORMATION(5) owner PMON@INFO -snmp-server enable traps callhome event-notify -snmp-server enable traps callhome smtp-send-fail -snmp-server enable traps cfs state-change-notif -snmp-server enable traps lldp lldpRemTablesChange -snmp-server enable traps cfs merge-failure -snmp-server enable traps aaa server-state-change -snmp-server enable traps hsrp state-change -snmp-server enable traps feature-control FeatureOpStatusChange -snmp-server enable traps sysmgr cseFailSwCoreNotifyExtended -snmp-server enable traps config ccmCLIRunningConfigChanged -snmp-server enable traps snmp authentication -snmp-server enable traps link cisco-xcvr-mon-status-chg -snmp-server enable traps vtp notifs -snmp-server enable traps vtp vlancreate -snmp-server enable traps vtp vlandelete -snmp-server enable traps bridge newroot -snmp-server enable traps storm-control -snmp-server enable traps bridge topologychange -snmp-server enable traps stpx inconsistency -snmp-server enable traps stpx root-inconsistency -snmp-server enable traps stpx loop-inconsistency -snmp-server enable traps system Clock-change-notification -snmp-server enable traps feature-control ciscoFeatOpStatusChange -snmp-server context T3sT-Con_text -snmp-server context T3sT-Con_text!!!! -snmp-server context C0n_text! -snmp-server community WEWORK group network-operator -snmp-server community Community_test-1 group network-operator -snmp-server community RW group network-admin -snmp-server community networktocode group network-operator -snmp-server community YANKS group network-admin -snmp-server community _Community_test-2 group network-operator -snmp-server mib community-map Community_test-1 context C0n_text! -snmp-server community Community_test-1 use-acl T3st-ACL#$ -snmp-server community YANKS use-acl my_acl -callhome - !#destination-profile CiscoTAC-1 message-level 0 - !#destination-profile full_txt message-level 0 - !#destination-profile short_txt message-level 0 - -ip route 0.0.0.0/0 10.1.100.1 vrf management -ip route 7.7.7.7/32 10.10.50.1 -vlan 1 -vlan 10 - name WEB_VLAN -vlan 11 - name vlan_11 -vlan 12 - name vlan_12 -vlan 20 - name DB_VLAN -vlan 30 -vlan 40 -vlan 50 -vlan 110 -vlan 120 - name w*$$eb_vlan -vlan 256 - name flask_vlan -vlan 2000 -vlan 3000 - -vrf context keepalive -vrf context management - ip domain-name cisconxapi.com - ip name-server 8.8.8.8 - ip route 0.0.0.0/0 10.1.100.1 -vpc domain 100 - role priority 1000 - system-priority 2000 - peer-keepalive destination 10.1.20.3 source 10.1.20.2 vrf keepalive - -interface Vlan1 - -interface Vlan5 - no shutdown - ip router ospf 10 area 0.0.0.5 - -interface Vlan10 - no shutdown - ip address 10.1.10.2/24 - hsrp version 2 - hsrp 10 - priority 120 forwarding-threshold lower 1 upper 120 - ip 10.1.10.1 - -interface Vlan20 - no shutdown - vrf member keepalive - ip address 10.1.20.2/24 - hsrp version 2 - hsrp 20 - priority 120 forwarding-threshold lower 1 upper 120 - ip 10.1.20.1 - -interface Vlan66 - ip address 66.66.66.66/24 - -interface Vlan77 - ip address 77.77.77.77/24 - -interface Vlan146 - description my vlan 146 - -interface port-channel10 - !#switchport - switchport mode trunk - switchport trunk native vlan 2 - switchport trunk allowed vlan 2-20 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface port-channel11 - !#switchport - switchport mode trunk - switchport trunk native vlan 2 - switchport trunk allowed vlan 2-20 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface port-channel12 - !#switchport - switchport mode trunk - switchport trunk native vlan 2 - switchport trunk allowed vlan 2-20 - priority-flow-control mode auto - spanning-tree port type network - !#logging event port link-status default - !#logging event port trunk-status default - vpc peer-link - !#no shutdown - -interface Ethernet1/1 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/2 - no switchport - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - ip address 192.168.56.1/24 - no shutdown - -interface Ethernet1/3 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/4 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/5 - no switchport - priority-flow-control mode auto - !#switchport trunk allowed vlan 1-4094 - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/6 - !#no switchport - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/7 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/8 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/9 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/10 - shutdown - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - -interface Ethernet1/11 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/12 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/13 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/14 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/15 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/16 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/17 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/18 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/19 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/20 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/21 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/22 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/23 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/24 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/25 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/26 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/27 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/28 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/29 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/30 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/31 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/32 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/33 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/34 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/35 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/36 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/37 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/38 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/39 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/40 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/41 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/42 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/43 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/44 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/45 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/46 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/47 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet1/48 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - !#no shutdown - -interface Ethernet2/1 - no switchport - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - ip address 10.10.10.1/24 - ip router ospf 10 area 0.0.0.5 - no shutdown - -interface Ethernet2/2 - no switchport - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - ip address 10.10.30.1/24 - ip router ospf 10 area 0.0.0.5 - no shutdown - -interface Ethernet2/3 - no switchport - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - ip address 10.10.20.1/24 - ip router ospf 10 area 0.0.0.5 - no shutdown - -interface Ethernet2/4 - no switchport - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - ip address 10.10.40.1/24 - ip router ospf 10 area 0.0.0.5 - no shutdown - -interface Ethernet2/5 - !#switchport - switchport mode trunk - switchport trunk native vlan 2 - switchport trunk allowed vlan 2-20 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - channel-group 12 force mode active - !#no shutdown - -interface Ethernet2/6 - !#switchport - switchport mode trunk - switchport trunk native vlan 2 - switchport trunk allowed vlan 2-20 - priority-flow-control mode auto - !#logging event port link-status default - !#logging event port trunk-status default - channel-group 12 force mode active - !#no shutdown - -interface Ethernet2/7 - description matched n9k1.ntc.com - !#shutdown - no switchport - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - vrf member test - ip address 192.168.55.58/24 - -interface Ethernet2/8 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - !#no shutdown - -interface Ethernet2/9 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - !#no shutdown - -interface Ethernet2/10 - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - !#no shutdown - -interface Ethernet2/11 - shutdown - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - -interface Ethernet2/12 - shutdown - !#switchport - switchport mode access - !#switchport trunk allowed vlan 1-4094 - priority-flow-control mode auto - logging event port link-status - logging event port trunk-status - -interface mgmt0 - vrf member management - ip address 10.1.100.20/24 - -interface loopback0 - ip address 1.3.1.1/24 - !#no shutdown - -interface loopback10 - ip address 1.1.1.1/32 - ip router ospf 10 area 0.0.0.5 - !#no shutdown -line console -line vty - session-limit 16 - exec-timeout 0 -boot nxos bootflash:/nxos.7.0.3.I2.1.bin -router ospf 1 -router ospf myospf -mac address-table static 000e.000e.000e vlan 10 drop -no xml server exec-mode -!#logging monitor -!#logging module -!#logging console \ No newline at end of file diff --git a/test/unit/pluribus/mock_data/l2-table-show.txt b/test/unit/pluribus/mock_data/l2-table-show.txt deleted file mode 100644 index 910113e7f..000000000 --- a/test/unit/pluribus/mock_data/l2-table-show.txt +++ /dev/null @@ -1,50 +0,0 @@ -name.location;;00:02:99:11:ae:83;637;;;;;4,8;active;;;;;;;;;;;;;;;;;;;;;;;;1; -name.location;;00:02:99:14:45:94;637;;;;;58;active;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:02:99:14:53:b4;637;;;;;4,8;active;;;;;;;;;;;;;;;;;;;;;;;;1; -name.location;;00:02:99:14:70:6e;637;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:02:99:14:71:40;637;;;;;58;active;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:03:53:42:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:03:53:62:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:05:53:32:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:13:22:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:13:62:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:43:22:84:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:43:62:84:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:51:22:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:52:22:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:52:22:0c:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:02:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:0d:f5:10;100;;;;;13-16,59-62;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:20:04:ec;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:22:00:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:22:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:22:05:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:22:06:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:22:14:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:23:04:f4;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:23:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:2a:04:bc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:32:04:7c;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:42:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:4d:f5:10;100;;;;;13-16,59-62;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:4d:f5:64;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:62:00:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:62:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:62:05:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:62:0c:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:66:04:dc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:72:04:7c;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:a2:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:53:e2:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:57:22:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:57:62:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:5b:22:44:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:5b:62:44:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:73:62:04:fd;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:07:d3:22:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:09:53:12:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:0a:53:2a:04:fc;100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -name.location;;00:0a:9c:53:83:0e;637;;;;;4,8;;;;;;;;;;;;;;;;;;;;;;;;;1; -name.location;;00:0a:9c:53:83:0f;637;;;;;4,8;;;;;;;;;;;;;;;;;;;;;;;;;1; -name.location;;00:0a:9c:53:83:16;637;;;;;4,8;;;;;;;;;;;;;;;;;;;;;;;;;1; -name.location;;00:0a:9c:53:9f:09;637;;;;;4,8;;;;;;;;;;;;;;;;;;;;;;;;;1; \ No newline at end of file diff --git a/test/unit/pluribus/mock_data/lldp-show.txt b/test/unit/pluribus/mock_data/lldp-show.txt deleted file mode 100644 index 49c0b00e0..000000000 --- a/test/unit/pluribus/mock_data/lldp-show.txt +++ /dev/null @@ -1,28 +0,0 @@ -name.location;9;c4:54:44:5d:59:b6;00:0f:53:21:ff:21;eth3;;m34;;;; -name.location;10;c4:54:44:5d:59:b6;00:0f:53:21:ff:20;eth2;;m34;;;; -name.location;11;c4:54:44:5d:58:62;00:0f:53:21:fe:15;eth3;;m52;;;; -name.location;12;c4:54:44:5d:58:62;00:0f:53:21:fe:14;eth2;;m52;;;; -name.location;17;c4:54:44:5d:58:60;00:0f:53:20:60:59;eth3;;m81;;;; -name.location;18;c4:54:44:5d:58:60;00:0f:53:20:60:58;eth2;;m81;;;; -name.location;19;c4:54:44:5d:5a:7a;00:0f:53:22:00:c5;eth3;;m35;;;; -name.location;20;c4:54:44:5d:5a:7a;00:0f:53:22:00:c4;eth2;;m35;;;; -name.location;21;c4:54:44:5d:57:52;00:0f:53:22:03:1d;eth3;;m39;;;; -name.location;22;c4:54:44:5d:57:52;00:0f:53:22:03:1c;eth2;;m39;;;; -name.location;23;c4:54:44:5d:58:f2;00:0f:53:22:05:71;eth3;;m37;;;; -name.location;24;c4:54:44:5d:58:f2;00:0f:53:22:05:70;eth2;;m37;;;; -name.location;25;c4:54:44:5d:58:28;00:0f:53:22:00:85;eth3;;m36;;;; -name.location;26;c4:54:44:5d:58:28;00:0f:53:22:00:84;eth2;;m36;;;; -name.location;27;c4:54:44:5d:57:6e;00:0f:53:22:05:55;eth3;;m38;;;; -name.location;28;c4:54:44:5d:57:6e;00:0f:53:22:05:54;eth2;;m38;;;; -name.location;29;c4:54:44:5d:57:64;00:0f:53:20:5e:7d;eth3;;m46;;;; -name.location;30;c4:54:44:5d:57:64;00:0f:53:20:5e:7c;eth2;;m46;;;; -name.location;31;c4:54:44:5d:57:7a;00:0f:53:20:5e:b1;eth3;;m51;;;; -name.location;32;c4:54:44:5d:57:7a;00:0f:53:20:5e:b0;eth2;;m51;;;; -name.location;41;c4:54:44:5d:5a:4e;00:0f:53:20:5e:91;eth3;;m48;;;; -name.location;42;c4:54:44:5d:5a:4e;00:0f:53:20:5e:90;eth2;;m48;;;; -name.location;51;c4:54:44:5d:59:74;00:0f:53:20:5f:69;eth3;;m54;;;; -name.location;52;c4:54:44:5d:59:74;00:0f:53:20:5f:68;eth2;;m54;;;; -name.location;53;c4:54:44:5d:5a:3e;00:0f:53:20:5f:7d;eth3;;m42;;;; -name.location;54;c4:54:44:5d:5a:3e;00:0f:53:20:5f:7c;eth2;;m42;;;; -name.location;55;c4:54:44:72:c3:cc;00:0f:53:20:60:39;eth3;;m56;;;; -name.location;56;c4:54:44:72:c3:cc;00:0f:53:20:60:38;eth2;;m56;;;; \ No newline at end of file diff --git a/test/unit/pluribus/mock_data/port-config-show.txt b/test/unit/pluribus/mock_data/port-config-show.txt deleted file mode 100644 index 522f024e2..000000000 --- a/test/unit/pluribus/mock_data/port-config-show.txt +++ /dev/null @@ -1,19 +0,0 @@ -sw03.sjc01;1;;1;disable;;off;off;on;;32768;;off;no;no;;;default;off;;;;1;;;;0;;06:a0:00:19:a0:01;;;; -sw03.sjc01;2;;2;disable;;off;off;on;;32768;;off;no;no;;;default;off;;;;2;;;;0;;06:a0:00:19:a0:02;;;; -sw03.sjc01;3;;3;disable;;off;off;on;;32768;;off;no;no;;;default;off;;;;3;;;;0;;06:a0:00:19:a0:03;;;; -sw03.sjc01;4;;4;40g;;off;on;on;;32768;;off;no;no;;;default;off;;;;4;;;;0;;06:a0:00:19:a0:04;;;; -sw03.sjc01;5;;5;disable;;off;off;on;;32768;;off;no;no;;;default;off;;;;5;;;;0;;06:a0:00:19:a0:05;;;; -sw03.sjc01;6;;6;disable;;off;off;on;;32768;;off;no;no;;;default;off;;;;6;;;;0;;06:a0:00:19:a0:06;;;; -sw03.sjc01;7;;7;disable;;off;off;on;;32768;;off;no;no;;;default;off;;;;7;;;;0;;06:a0:00:19:a0:07;;;; -sw03.sjc01;8;;8;40g;;off;on;on;;32768;;off;no;no;;;default;off;;;;8;;;;0;;06:a0:00:19:a0:08;;;; -sw03.sjc01;9;;9;10g;;off;off;on;;32768;;off;no;no;;;default;off;;;;9;;;;0;;06:a0:00:19:a0:09;;;; -sw03.sjc01;10;;10;10g;;off;off;on;;32768;;off;no;no;;;default;off;;;;10;;;;0;;06:a0:00:19:a0:0a;;;; -sw03.sjc01;11;;11;10g;;off;off;on;;32768;;off;no;no;;;default;off;;;;11;;;;0;;06:a0:00:19:a0:0b;;;; -sw03.sjc01;57;;57;1g;1000base-x;on;off;on;;32768;;off;no;no;;;default;off;;;;57;;;;0;;06:a0:00:19:a0:39;;;; -sw03.sjc01;58;;58;1g;1000base-x;on;off;on;;32768;;off;no;no;;;default;off;;;;58;;;;0;;06:a0:00:19:a0:3a;;;; -sw03.sjc01;59;;59;1g;1000base-x;off;off;on;;32768;;off;no;no;;;default;off;;;;59;;;;0;;06:a0:00:19:a0:3b;;;; -sw03.sjc01;60;;60;10g;;off;off;on;;32768;;off;no;no;;;default;off;;;;60;;;;0;;06:a0:00:19:a0:3c;;;; -sw03.sjc01;61;;61;10g;;off;off;on;;32768;;off;no;no;;;default;off;;;;61;;;;0;;06:a0:00:19:a0:3d;;;; -sw03.sjc01;62;;62;10g;;off;off;on;;32768;;off;no;no;;;default;off;;;;62;;;;0;;06:a0:00:19:a0:3e;;;; -sw03.sjc01;63;;63;10g;;off;off;off;;32768;;off;no;no;;;default;off;;;;63;;;;0;;06:a0:00:19:a0:4d;;;; -sw03.sjc01;64;;64;10g;;off;off;off;;32768;;off;no;no;;;default;off;;;;64;;;;0;;06:a0:00:19:a0:4d;;;; diff --git a/test/unit/pluribus/mock_data/port-stats-show.txt b/test/unit/pluribus/mock_data/port-stats-show.txt deleted file mode 100644 index 5dd7096b9..000000000 --- a/test/unit/pluribus/mock_data/port-stats-show.txt +++ /dev/null @@ -1,38 +0,0 @@ -name.location;15:29:14;;;;;;;;4;;3.00P;5.55T;1.64G;;;0;;27.4M;3.42P;4.32T;151M;;;810;;0; -name.location;15:29:14;;;;;;;;8;;2.46P;4.69T;406M;;;0;;27.5M;2.75P;3.48T;150M;;;0;;0; -name.location;15:29:14;;;;;;;;9;;625T;665G;39.9M;;;0;;1;573T;709G;4.79G;;;4.56M;;3.82K; -name.location;15:29:14;;;;;;;;10;;466T;518G;4.44M;;;0;;0;386T;1.02T;4.82G;;;1.34K;;1.53K; -name.location;15:29:14;;;;;;;;11;;659T;708G;42.4M;;;0;;275K;612T;742G;3.89G;;;19.4M;;97; -name.location;15:29:14;;;;;;;;12;;512T;561G;4.96M;;;0;;5;384T;1.11T;588M;;;7.59K;;0; -name.location;15:29:14;;;;;;;;17;;109M;626K;3.03K;;;0;;2;389G;1.78G;3.80G;;;0;;1.53K; -name.location;15:29:14;;;;;;;;18;;92.3M;457K;3.27K;;;0;;1;113G;207M;593M;;;0;;0; -name.location;15:29:14;;;;;;;;19;;716T;738G;45.5M;;;0;;2;579T;748G;3.89G;;;6.80M;;3.81K; -name.location;15:29:14;;;;;;;;20;;474T;542G;4.58M;;;0;;1;376T;938G;588M;;;1.39K;;0; -name.location;15:29:14;;;;;;;;21;;662T;726G;49.0M;;;0;;0;645T;772G;3.88G;;;18.2M;;4.77K; -name.location;15:29:14;;;;;;;;22;;533T;583G;4.72M;;;0;;3;440T;1.83T;588M;;;2.76K;;0; -name.location;15:29:14;;;;;;;;23;;632T;821G;53.0M;;;0;;0;1.05P;1.03T;4.20G;;;19.5M;;4.17K; -name.location;15:29:14;;;;;;;;24;;845T;823G;5.54M;;;0;;1;411T;1.21T;910M;;;1.90K;;0; -name.location;15:29:14;;;;;;;;25;;667T;707G;44.1M;;;0;;1;592T;738G;4.20G;;;14.5M;;3.86K; -name.location;15:29:14;;;;;;;;26;;494T;538G;4.53M;;;0;;1;378T;1.01T;911M;;;2.63K;;0; -name.location;15:29:14;;;;;;;;27;;625T;695G;49.6M;;;0;;7.48K;662T;763G;4.20G;;;15.0M;;5.31K; -name.location;15:29:14;;;;;;;;28;;546T;588G;4.36M;;;0;;2;370T;1.45T;911M;;;6.84K;;0; -name.location;15:29:14;;;;;;;;29;;614T;689G;40.7M;;;0;;3;649T;761G;4.79G;;;8.15M;;3.78K; -name.location;15:29:14;;;;;;;;30;;538T;577G;4.81M;;;0;;0;393T;1.16T;4.82G;;;2.52K;;1.53K; -name.location;15:29:14;;;;;;;;31;;611T;661G;43.1M;;;0;;2;565T;698G;4.78G;;;12.7M;;4.66K; -name.location;15:29:14;;;;;;;;32;;468T;524G;4.60M;;;0;;0;378T;1.53T;4.82G;;;1.28K;;1.53K; -name.location;15:29:14;;;;;;;;41;;671T;722G;47.5M;;;0;;1;585T;737G;3.89G;;;8.11M;;3.68K; -name.location;15:29:14;;;;;;;;42;;479T;542G;4.57M;;;0;;3;362T;927G;911M;;;884;;0; -name.location;15:29:14;;;;;;;;51;;650T;680G;37.8M;;;0;;2;575T;722G;3.90G;;;5.33M;;3.81K; -name.location;15:29:14;;;;;;;;52;;466T;522G;4.60M;;;0;;2;383T;890G;4.51G;;;3.51K;;1.53K; -name.location;15:29:14;;;;;;;;53;;735T;745G;37.7M;;;0;;0;592T;734G;4.66G;;;11.2M;;3.59K; -name.location;15:29:14;;;;;;;;54;;496T;545G;4.47M;;;0;;1;400T;1.09T;4.69G;;;6.24K;;1.53K; -name.location;15:29:14;;;;;;;;55;;586T;736G;47.4M;;;0;;3;984T;957G;4.65G;;;15.6M;;4.05K; -name.location;15:29:14;;;;;;;;56;;771T;751G;4.91M;;;0;;3;414T;1.84T;4.69G;;;4.46K;;1.53K; -name.location;15:29:14;;;;;;;;58;;4.95G;36.6M;203K;;;0;;0;583G;2.36G;4.83G;;;139K;;1.53K; -name.location;15:29:14;;;;;;;;59;;356T;1.73T;47;;;0;;0;265T;512G;2.32G;;;186M;;0; -name.location;15:29:14;;;;;;;;65;;2.00T;8.35G;91.3K;;;0;;0;582G;2.36G;4.83G;;;0;;1.53K; -name.location;15:29:14;;;;;;;;66;;0;0;0;;;0;;0;572G;2.32G;4.83G;;;0;;1.53K; -name.location;15:29:14;;;;;;;;69;;0;0;0;;;0;;0;8.49M;0;0;;;0;;0; -name.location;15:29:14;;;;;;;;70;;0;0;0;;;0;;0;0;0;0;;;0;;0; -name.location;15:29:14;;;;;;;;71;;0;0;0;;;0;;0;0;0;0;;;0;;0; -name.location;15:29:14;;;;;;;;72;;0;0;0;;;0;;0;0;0;0;;;0;;0; \ No newline at end of file diff --git a/test/unit/pluribus/mock_data/snmp-community-show.txt b/test/unit/pluribus/mock_data/snmp-community-show.txt deleted file mode 100644 index e7fe704f2..000000000 --- a/test/unit/pluribus/mock_data/snmp-community-show.txt +++ /dev/null @@ -1 +0,0 @@ -name.location;communityname;read-write \ No newline at end of file diff --git a/test/unit/pluribus/mock_data/software-show.txt b/test/unit/pluribus/mock_data/software-show.txt deleted file mode 100644 index e54593c95..000000000 --- a/test/unit/pluribus/mock_data/software-show.txt +++ /dev/null @@ -1,5 +0,0 @@ -version;2.2.4-202046923 -track;2.2-release -upgrade-status;available -version-available;2.2.4-202046923 -> 2.2.8-202087399 -use-proxy;no \ No newline at end of file diff --git a/test/unit/pluribus/mock_data/switch-info-show.txt b/test/unit/pluribus/mock_data/switch-info-show.txt deleted file mode 100644 index 20ed0d1e8..000000000 --- a/test/unit/pluribus/mock_data/switch-info-show.txt +++ /dev/null @@ -1,15 +0,0 @@ -switch;name.location -model;F64-L -chassis-serial;1414LS9000098 -cpu1-type;Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz -cpu2-type;Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz -system-mem;64.0G -switch-device;ok -polaris-device;ok -gandalf-version;caff0044 -fan1-status;ok -fan2-status;ok -fan3-status;ok -fan4-status;ok -ps1-status;ok -ps2-status;ok \ No newline at end of file diff --git a/test/unit/pluribus/mock_data/switch-setup-show.txt b/test/unit/pluribus/mock_data/switch-setup-show.txt deleted file mode 100644 index 67eda2ad5..000000000 --- a/test/unit/pluribus/mock_data/switch-setup-show.txt +++ /dev/null @@ -1,15 +0,0 @@ -switch-name;sw03.sjc01 -mgmt-ip;10.0.0.1 -mgmt-netmask;16 -in-band-ip;192.168.0.1 -in-band-netmask;24 -gateway-ip;192.168.0.2 -dns-ip;8.8.8.8 -dns-secondary-ip;8.8.4.4 -domain-name;cloudflare.com -ntp-server;69.20.226.105 -timezone;UTC -date;2016-02-17,13:18:57 -phone-home;yes -hostid;167772570 -analytics-store;default \ No newline at end of file diff --git a/test/unit/pluribus/mock_data/system-stats-show.txt b/test/unit/pluribus/mock_data/system-stats-show.txt deleted file mode 100644 index d981029a7..000000000 --- a/test/unit/pluribus/mock_data/system-stats-show.txt +++ /dev/null @@ -1 +0,0 @@ -switch.location;;;;;;;;;162d2h42m54s;24%;;5%;;0;1%;1%;96% diff --git a/test/unit/vagrant/.gitignore b/test/unit/vagrant/.gitignore deleted file mode 100644 index 8000dd9db..000000000 --- a/test/unit/vagrant/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.vagrant diff --git a/test/unit/vagrant/Vagrantfile b/test/unit/vagrant/Vagrantfile deleted file mode 100644 index 56cacc083..000000000 --- a/test/unit/vagrant/Vagrantfile +++ /dev/null @@ -1,69 +0,0 @@ -# -*- mode: ruby -*- -# vi: set ft=ruby : - -""" -You will need the boxes: - - * hashicorp/precise64 - * vEOS-4.15.2F - https://eos.arista.com/using-veos-with-vagrant-and-virtualbox/ - * IOSXRv-5.3.0 - https://www.dravetech.com/blog/2016/01/14/vagrant_box_ios_xr.html - * JunOS - juniper/ffp-12.1X47-D20.7-packetmode - * To provision and test JunOS first you have to add the ssh vagrant ssh key into the ssh-agent. I.e.: - ssh-add /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/keys/vagrant - * csr100v - -For running unittests always start the base box and the box you want to test: - - vagrant up base - -""" -Vagrant.configure(2) do |config| - - config.vm.define "base" do |base| - base.vm.box = "hashicorp/precise64" - base.vm.network "private_network", virtualbox__intnet: "link_1", ip: "10.0.1.100" - base.vm.network "private_network", virtualbox__intnet: "link_2", ip: "10.0.2.100" - - base.vm.provision "shell", inline: <<-SHELL - sudo apt-get update - sudo apt-get install lldpd -y - SHELL - end - - config.vm.define "eos" do |eos| - eos.vm.box = "vEOS-lab-4.15.2.1F" - - eos.vm.network :forwarded_port, guest: 443, host: 12443, id: 'https' - - eos.vm.network "private_network", virtualbox__intnet: "link_1", ip: "169.254.1.11", auto_config: false - eos.vm.network "private_network", virtualbox__intnet: "link_2", ip: "169.254.1.11", auto_config: false - end - - config.vm.define "iosxr" do |iosxr| - iosxr.vm.box = "IOSXRv-5.3.0" - - iosxr.vm.network :forwarded_port, guest: 22, host: 12202, id: 'ssh' - - iosxr.vm.network "private_network", virtualbox__intnet: "link_1", ip: "169.254.1.11", auto_config: false - iosxr.vm.network "private_network", virtualbox__intnet: "link_2", ip: "169.254.1.11", auto_config: false - end - - config.vm.define "junos" do |junos| - junos.vm.box = "juniper/ffp-12.1X47-D20.7-packetmode" - - junos.vm.network :forwarded_port, guest: 22, host: 12203, id: 'ssh' - - junos.vm.network "private_network", virtualbox__intnet: "link_1", ip: "169.254.1.11", auto_config: false - junos.vm.network "private_network", virtualbox__intnet: "link_2", ip: "169.254.1.11", auto_config: false - end - - config.vm.define "ios" do |ios| - ios.vm.box = "csr1000v" - - ios.vm.network :forwarded_port, guest: 22, host: 12204, id: 'ssh' - - ios.vm.network "private_network", virtualbox__intnet: "link_1", ip: "169.254.1.11", auto_config: false - ios.vm.network "private_network", virtualbox__intnet: "link_2", ip: "169.254.1.11", auto_config: false - end - -end diff --git a/test/unit/vagrant/provision.py b/test/unit/vagrant/provision.py deleted file mode 100755 index 3d17523a0..000000000 --- a/test/unit/vagrant/provision.py +++ /dev/null @@ -1,94 +0,0 @@ -#!/usr/bin/env python - -import sys -from pyIOSXR import IOSXR -import pyeapi - -from jnpr.junos import Device -from jnpr.junos.utils.config import Config -import jnpr.junos.exception - -import pexpect, httplib - - -def print_info_message(): - print "BOX is no longer reachable with vagrant up. Use ssh instead (check the IP in the initial conf)" - print "Don't forget to change the network type of the first NIC of the box." - - -def provision_iosxr(port, username, password): - device = IOSXR(hostname='127.0.0.1', username=username, password=password, port=port) - device.open() - device.load_candidate_config(filename='../iosxr/initial.conf') - - try: - device.commit_replace_config() - except pexpect.TIMEOUT: - # This actually means everything went fine - print_info_message() - - -def provision_eos(port, username, password): - connection = pyeapi.client.connect( - transport='https', - host='localhost', - username='vagrant', - password='vagrant', - port=port - ) - device = pyeapi.client.Node(connection) - - commands = list() - commands.append('configure session') - commands.append('rollback clean-config') - - with open('../eos/initial.conf', 'r') as f: - lines = f.readlines() - - for line in lines: - line = line.strip() - if line == '': - continue - if line.startswith('!'): - continue - commands.append(line) - - commands[-1] = 'commit' - - try: - device.run_commands(commands) - except httplib.BadStatusLine: - # This actually means everything went fine - print_info_message() - - -def provision_junos(port, username, password): - device = Device('127.0.0.1', user=username, port=port) - device.open() - device.bind(cu=Config) - - with open('../junos/initial.conf', 'r') as f: - configuration = f.read() - - device.cu.load(configuration, format='text', overwrite=True) - - try: - device.cu.commit() - device.close() - except jnpr.junos.exception.RpcTimeoutError: - # This actually means everything went fine - print_info_message() - - -if __name__ == "__main__": - os = sys.argv[1] - port = sys.argv[2] - username = sys.argv[3] - password = sys.argv[4] - - if os == 'iosxr': - provision_iosxr(port, username, password) - elif os == 'eos': - provision_eos(port, username, password) - elif os == 'junos': - provision_junos(port, username, password) From d74d4abfa5b4dcd0b324d036352c12ce36678101 Mon Sep 17 00:00:00 2001 From: David Barroso Date: Mon, 11 Apr 2016 13:47:59 +0200 Subject: [PATCH 2/5] Updated documentation explaining full/partial deployment --- README.md | 77 ++++++++++++++++++++++++++++-------------- docs/support/index.rst | 19 +++++------ 2 files changed, 61 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 860869b63..5d23d753c 100644 --- a/README.md +++ b/README.md @@ -23,50 +23,76 @@ Before using the library, please read the documentation at: [Read the Docs](http You can also watch a [live demo](https://youtu.be/93q-dHC0u0I) of NAPALM to see what it is and what it can do for you. -News ----------- +Install +======= -### Blog Posts -* [NAPALM, Ansible, and Cisco IOS](https://pynet.twb-tech.com/blog/automation/napalm-ios.html) by Kirk Byers -* [Adding Cisco IOS support to NAPALM (Network Automation and Programmability Abstraction Layer with Multivendor support)](https://projectme10.wordpress.com/2015/12/07/adding-cisco-ios-support-to-napalm-network-automation-and-programmability-abstraction-layer-with-multivendor-support/) by Gabriele Gerbino +Full installation +----------------- -### Presentations -* [NANOG 64 Presentation & Demo](https://youtu.be/93q-dHC0u0I) by David Barroso and Elisa Jasinska -* [Netnod Autumn Meeting 2015 Presentation](https://www.netnod.se/sites/default/files/NAPALM-david_barroso-Netnodautumnmeeting2015.pdf) by David Barroso -* [Automating IXP Device Configurations with Ansible at the Euro-IX Forum](https://www.euro-ix.net/m/uploads/2015/10/26/euroix-berlin-v2.pdf) by Elisa Jasinska +If you want to fully install NAPALM you can do it by executing: -### Podcasts -* [NAPALM: Integrating Ansible with Network Devices on Software Gone Wild](http://blog.ipspace.net/2015/06/napalm-integrating-ansible-with-network.html) with David Barroso and Elisa Jasinska +``` +pip install napalm +``` +That will install all the drivers currently available. -Install -======= -To install, execute: +Partial Installation +-------------------- + +If you want to install just a subset of the available modules you can just pick them as follows: -`` - pip install napalm -`` +``` +pip install napalm-eos napalm-junos +``` + +That will install only the `eos` and the `junos` drivers. If you want to remove or add a module later on you can just use `pip` to do it: + +``` +pip uninstall napalm-junos +pip install napalm-ios +``` + +Check the ['Supported Network Operating Systems'](#supported-network-operating-systems) section for more information about supported modules. Ansible ======= Please ckeck [napalm-ansible](https://github.com/napalm-automation/napalm-ansible) for existing Ansible modules leveraging the NAPALM API. Make sure you read the documentation and you understand how it works before trying to use it. -Mailing List +Contact ======= +Mailing List +------------ + If you have any questions, join the users' mailing list at [napalm-automation@googlegroups.com](mailto:napalm-automation@googlegroups.com) and if you are developer and want to contribute to NAPALM feel free to join to the developers' mailing list at [napalm-dev@googlegroups.com](mailto:napalm-dev@googlegroups.com) -IRC -=== +Slack +----- -You can find the homologous IRC channels on freenode #napalm-automation and #napalm-dev. Feel free to join if you prefer a more direct approach. +Slack is probably the easiest way to get help with NAPALM. You can find us in the channel `napalm` on the [network.toCode()](https://networktocode.herokuapp.com/) team. -Slack -===== +News +==== -If you prefer SLACK feel free to join the ``NAPALM`` channel on slack at [network.toCode()](https://networktocode.herokuapp.com/). +Blog Posts +---------- + +* [NAPALM, Ansible, and Cisco IOS](https://pynet.twb-tech.com/blog/automation/napalm-ios.html) by Kirk Byers +* [Adding Cisco IOS support to NAPALM (Network Automation and Programmability Abstraction Layer with Multivendor support)](https://projectme10.wordpress.com/2015/12/07/adding-cisco-ios-support-to-napalm-network-automation-and-programmability-abstraction-layer-with-multivendor-support/) by Gabriele Gerbino +Presentations +------------- + +* [NANOG 64 Presentation & Demo](https://youtu.be/93q-dHC0u0I) by David Barroso and Elisa Jasinska +* [Netnod Autumn Meeting 2015 Presentation](https://www.netnod.se/sites/default/files/NAPALM-david_barroso-Netnodautumnmeeting2015.pdf) by David Barroso +* [Automating IXP Device Configurations with Ansible at the Euro-IX Forum](https://www.euro-ix.net/m/uploads/2015/10/26/euroix-berlin-v2.pdf) by Elisa Jasinska + +Podcasts +-------- + +* [NAPALM: Integrating Ansible with Network Devices on Software Gone Wild](http://blog.ipspace.net/2015/06/napalm-integrating-ansible-with-network.html) with David Barroso and Elisa Jasinska Authors ======= @@ -74,10 +100,11 @@ Authors * Elisa Jasinska ([elisa@bigwaveit.org](mailto:elisa@bigwaveit.org)) * Many others, check the [contributors](https://github.com/napalm-automation/napalm/graphs/contributors) page for details. + Thanks ====== -This project was founded by David Barroso as part of [Spotify][spotify] and Elisa Jasinska as part of [BigWave IT][bigwave]. Originally it was hosted by the [Spotify][spotify] organization but due to the many contributions received by third parties we agreed creating a dedicated organization for NAPALM and give a big thanks to [Spotify][spotify] for the support. +This project was founded by David Barroso as part of [Spotify][spotify] and Elisa Jasinska as part of [BigWave IT][bigwave]. Originally it was hosted by the [Spotify][spotify] organization but due to the many contributions received by third parties we agreed creating a dedicated organization for NAPALM and give a big thanks to [Spotify][spotify] for the support. [spotify]: http://www.spotify.com [bigwave]: http://bigwaveit.org/ diff --git a/docs/support/index.rst b/docs/support/index.rst index 160a93bb2..e52c498ef 100644 --- a/docs/support/index.rst +++ b/docs/support/index.rst @@ -5,15 +5,16 @@ General support matrix ---------------------- -===================== ========== ============= =========== ============== ============= ============ ============ ============= -_ EOS JunOS IOS-XR FortiOS IBM NXOS IOS Pluribus -===================== ========== ============= =========== ============== ============= ============ ============ ============= -**Driver Name** eos junos iosxr fortios ibm nxos ios pluribus -**Structured data** Yes Yes No No Yes Yes No No -**Minimum version** 4.15.0F 12.1 5.1.0 5.2.0 ??? 6.1 12.4(20)T N/A +===================== ========== ============= ============ ============== ============= ============ ============ =============== +_ EOS JunOS IOS-XR FortiOS IBM NXOS IOS Pluribus +===================== ========== ============= ============ ============== ============= ============ ============ =============== +**Module Name** napalm-eos napalm-junos napalm-iosxr napalm-fortios napalm-ibm napalm-nxos napalm-ios napalm-pluribus +**Driver Name** eos junos iosxr fortios ibm nxos ios pluribus +**Structured data** Yes Yes No No Yes Yes No No +**Minimum version** 4.15.0F 12.1 5.1.0 5.2.0 ??? 6.1 12.4(20)T N/A **Backend library** `pyeapi`_ `junos-eznc`_ `pyIOSXR`_ `pyFG`_ `bnclient`_ `pycsco`_ `netmiko`_ `pyPluribus`_ -**Caveats** :doc:`eos` :doc:`fortios` :doc:`ibm` :doc:`nxos` :doc:`ios` -===================== ========== ============= =========== ============== ============= ============ ============ ============= +**Caveats** :doc:`eos` :doc:`fortios` :doc:`ibm` :doc:`nxos` :doc:`ios` +===================== ========== ============= ============ ============== ============= ============ ============ =============== .. _pyeapi: https://github.com/arista-eosplus/pyeapi .. _junos-eznc: https://github.com/Juniper/py-junos-eznc @@ -119,5 +120,3 @@ If you are a developer and want to add an optional argument to a driver, please, argument; :code:`$driver_name-$usage` if the argument applies only to a particular driver. For example, the optional argument :code:`fortios_vdom` is used only by the FortiOS driver to select a particular vdom. Otherwise, just name it :code:`$driver_name-$usage`. For example the :code:`port` optional argument. - - From 7c7acbe4b01b5dbebf01eae0a1bc7a1338fbbcdd Mon Sep 17 00:00:00 2001 From: David Barroso Date: Thu, 14 Apr 2016 13:05:40 +0200 Subject: [PATCH 3/5] Added details on how to upgrade napalm --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 5d23d753c..0247b4f1c 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,23 @@ pip install napalm-ios Check the ['Supported Network Operating Systems'](#supported-network-operating-systems) section for more information about supported modules. +Upgrading +========= + +We plan to upgrade napalm as fast as possible. Adding new methods and bugfixes. To upgrade napalm it's a simple as repeating the steps you performed while installing but adding the `-U` flag. For example: + +``` +pip install napalm -U +``` + +or: + +``` +pip install napalm-eos napalm-junos -U +``` + +We will be posting news on our slack channel and on Twitter (more details soon). + Ansible ======= Please ckeck [napalm-ansible](https://github.com/napalm-automation/napalm-ansible) for existing Ansible modules leveraging the NAPALM API. Make sure you read the documentation and you understand how it works before trying to use it. From 6321971e5c7d9584c5dc97f20de8b7624765c913 Mon Sep 17 00:00:00 2001 From: David Barroso Date: Fri, 15 Apr 2016 10:46:43 +0200 Subject: [PATCH 4/5] Added tests --- .travis.yml | 5 +++-- test/unit/TestGetNetworkDriver.py | 17 +++++++++++++++++ test/unit/requirements.txt | 1 + 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 test/unit/TestGetNetworkDriver.py create mode 100644 test/unit/requirements.txt diff --git a/.travis.yml b/.travis.yml index 51682376c..65d366c22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,9 @@ language: python python: - 2.7 install: -- pip install -r requirements.txt -- pip install . + - pip install -r requirements.txt + - pip install -r test/unit/requirements.txt + - pip install . deploy: provider: pypi user: dbarroso diff --git a/test/unit/TestGetNetworkDriver.py b/test/unit/TestGetNetworkDriver.py new file mode 100644 index 000000000..fcd2aca49 --- /dev/null +++ b/test/unit/TestGetNetworkDriver.py @@ -0,0 +1,17 @@ +"""Test the method get_network_driver.""" + + +import unittest +from ddt import ddt, data, unpack + +from napalm_base import get_network_driver + + +@ddt +class TestGetNetworkDriver(unittest.TestCase): + """Test the method get_network_driver.""" + + @data('eos', 'fortios', 'ibm', 'ios', 'iosxr', 'junos', 'nxos', 'pluribus') + def test_get_network_driver(self, driver): + """Check that we can get the desired driver.""" + self.assertTrue(get_network_driver(driver)) diff --git a/test/unit/requirements.txt b/test/unit/requirements.txt new file mode 100644 index 000000000..96b1ffd69 --- /dev/null +++ b/test/unit/requirements.txt @@ -0,0 +1 @@ +ddt From 4057915c7d230068b5c024f527651c61eac7681e Mon Sep 17 00:00:00 2001 From: David Barroso Date: Fri, 15 Apr 2016 10:50:57 +0200 Subject: [PATCH 5/5] Adding script to execute tests from travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 65d366c22..40f2ca3f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,5 @@ deploy: on: tags: true branch: master +script: + - nosetests ./test/unit/TestGetNetworkDriver.py