initial commit; version 22.5.12042
This commit is contained in:
48
tests/data/CsvFileIterator.php
Normal file
48
tests/data/CsvFileIterator.php
Normal file
@ -0,0 +1,48 @@
|
||||
<?php
|
||||
|
||||
class CsvFileIterator implements Iterator
|
||||
{
|
||||
protected $file;
|
||||
protected $key = 0;
|
||||
protected $current;
|
||||
|
||||
public function __construct($file)
|
||||
{
|
||||
$this->file = fopen($file, 'r');
|
||||
}
|
||||
|
||||
public function __destruct()
|
||||
{
|
||||
fclose($this->file);
|
||||
}
|
||||
|
||||
public function rewind()
|
||||
{
|
||||
rewind($this->file);
|
||||
$this->current = fgetcsv($this->file);
|
||||
$this->key = 0;
|
||||
}
|
||||
|
||||
public function valid()
|
||||
{
|
||||
return !feof($this->file);
|
||||
}
|
||||
|
||||
public function key()
|
||||
{
|
||||
return $this->key;
|
||||
}
|
||||
|
||||
public function current()
|
||||
{
|
||||
return $this->current;
|
||||
}
|
||||
|
||||
public function next()
|
||||
{
|
||||
$this->current = fgetcsv($this->file);
|
||||
$this->key++;
|
||||
}
|
||||
}
|
||||
|
||||
// EOF
|
||||
202
tests/data/ios.entPhysicalDescr.txt
Normal file
202
tests/data/ios.entPhysicalDescr.txt
Normal file
@ -0,0 +1,202 @@
|
||||
entPhysicalDescr.1 = Cisco Systems Cisco 7600 4-slot Chassis System
|
||||
entPhysicalDescr.2 = Cisco Systems Cisco 7600 4-slot Physical Slot
|
||||
entPhysicalDescr.3 = Cisco Systems Cisco 7600 4-slot Physical Slot
|
||||
entPhysicalDescr.4 = Cisco Systems Cisco 7600 4-slot Physical Slot
|
||||
entPhysicalDescr.5 = Cisco Systems Cisco 7600 4-slot Physical Slot
|
||||
entPhysicalDescr.6 = Cisco Systems Cisco 7600 4-slot backplane
|
||||
entPhysicalDescr.7 = fan-tray 1 fan-fail Sensor
|
||||
entPhysicalDescr.8 = Container of Fan FRU
|
||||
entPhysicalDescr.9 = High Speed Fan Module for CISCO7604 1
|
||||
entPhysicalDescr.10 = Container of Container of Power Supply
|
||||
entPhysicalDescr.11 = Container of Power Supply
|
||||
entPhysicalDescr.12 = 2700W AC power supply for CISCO7604 1
|
||||
entPhysicalDescr.13 = power-supply 1 fan-fail Sensor
|
||||
entPhysicalDescr.14 = power-supply 1 power-output-fail Sensor
|
||||
entPhysicalDescr.15 = power-supply 1 power-input Sensor
|
||||
entPhysicalDescr.20 = power-supply 1 incompatible with fan Sensor
|
||||
entPhysicalDescr.21 = Container of Power Supply
|
||||
entPhysicalDescr.22 = 2700W AC power supply for CISCO7604 2
|
||||
entPhysicalDescr.23 = power-supply 2 fan-fail Sensor
|
||||
entPhysicalDescr.24 = power-supply 2 power-output-fail Sensor
|
||||
entPhysicalDescr.25 = power-supply 2 power-input Sensor
|
||||
entPhysicalDescr.30 = power-supply 2 incompatible with fan Sensor
|
||||
entPhysicalDescr.31 = Sensor for counting number of OK Clocks
|
||||
entPhysicalDescr.32 = Container of VTT
|
||||
entPhysicalDescr.33 = Container of Clock
|
||||
entPhysicalDescr.34 = OSR-7600 Clock FRU 1
|
||||
entPhysicalDescr.35 = OSR-7600 Clock FRU 1 OK Sensor
|
||||
entPhysicalDescr.36 = OSR-7600 Clock FRU 1 In Using Sensor
|
||||
entPhysicalDescr.37 = Container of Clock
|
||||
entPhysicalDescr.38 = OSR-7600 Clock FRU 2
|
||||
entPhysicalDescr.39 = OSR-7600 Clock FRU 2 OK Sensor
|
||||
entPhysicalDescr.40 = OSR-7600 Clock FRU 2 In Using Sensor
|
||||
entPhysicalDescr.1000 = WS-SUP720-3BXL 2 ports Supervisor Engine 720 Rev. 5.6
|
||||
entPhysicalDescr.1001 = CPU of Switching Processor
|
||||
entPhysicalDescr.1002 = Supervisor module 1 power-output-fail Sensor
|
||||
entPhysicalDescr.1003 = Supervisor module 1 insufficient cooling Sensor
|
||||
entPhysicalDescr.1004 = Supervisor module 1 fan-upgrade required Sensor
|
||||
entPhysicalDescr.1005 = Supervisor module 1 outlet temperature Sensor
|
||||
entPhysicalDescr.1006 = Supervisor module 1 inlet temperature Sensor
|
||||
entPhysicalDescr.1007 = Supervisor module 1 device-1 temperature Sensor
|
||||
entPhysicalDescr.1008 = Supervisor module 1 device-2 temperature Sensor
|
||||
entPhysicalDescr.1009 = Supervisor module 1 asic 1 temperature Sensor
|
||||
entPhysicalDescr.1010 = Supervisor module 1 asic 2 temperature Sensor
|
||||
entPhysicalDescr.1011 = Supervisor module 1 asic 3 temperature Sensor
|
||||
entPhysicalDescr.1012 = Supervisor module 1 asic 4 temperature Sensor
|
||||
entPhysicalDescr.1013 = Supervisor module 1 asic 5 temperature Sensor
|
||||
entPhysicalDescr.1014 = Supervisor module 1 asic 6 temperature Sensor
|
||||
entPhysicalDescr.1015 = MSFC Container
|
||||
entPhysicalDescr.1016 = WS-SUP720 MSFC3 Daughterboard Rev. 3.1
|
||||
entPhysicalDescr.1017 = CPU of Routing Processor
|
||||
entPhysicalDescr.1018 = module 1 RP outlet temperature Sensor
|
||||
entPhysicalDescr.1019 = module 1 RP inlet temperature Sensor
|
||||
entPhysicalDescr.1020 = Switching Engine Container
|
||||
entPhysicalDescr.1021 = WS-F6K-PFC3BXL Policy Feature Card 3 Rev. 1.8
|
||||
entPhysicalDescr.1022 = module 1 EARL outlet temperature Sensor
|
||||
entPhysicalDescr.1023 = module 1 EARL inlet temperature Sensor
|
||||
entPhysicalDescr.1024 = Transceiver Port Gi1/1
|
||||
entPhysicalDescr.1025 = Transceiver Port Container Gi1/1
|
||||
entPhysicalDescr.1037 = Transceiver Port Gi1/2
|
||||
entPhysicalDescr.1038 = Transceiver Port Container Gi1/2
|
||||
entPhysicalDescr.1050 = 10/100/1000BaseT Gi1/2
|
||||
entPhysicalDescr.2000 = WS-X6704-10GE CEF720 4 port 10-Gigabit Ethernet Rev. 2.7
|
||||
entPhysicalDescr.2001 = module 2 power-output-fail Sensor
|
||||
entPhysicalDescr.2002 = module 2 insufficient cooling Sensor
|
||||
entPhysicalDescr.2003 = module 2 outlet temperature Sensor
|
||||
entPhysicalDescr.2004 = module 2 inlet temperature Sensor
|
||||
entPhysicalDescr.2005 = Switching Engine Container
|
||||
entPhysicalDescr.2006 = WS-F6700-CFC Centralized Forwarding Card Rev. 4.1
|
||||
entPhysicalDescr.2007 = CPU of Centralized Forwarding Card
|
||||
entPhysicalDescr.2008 = Transceiver Port Te2/1
|
||||
entPhysicalDescr.2009 = 10-Gigabit Transceiver Port Container Te2/1
|
||||
entPhysicalDescr.2010 = Transceiver 10Gbase-ER Te2/1
|
||||
entPhysicalDescr.2011 = TenGigabitEthernet2/1 Module Temperature Sensor
|
||||
entPhysicalDescr.2012 = TenGigabitEthernet2/1 Supply Voltage Sensor
|
||||
entPhysicalDescr.2013 = TenGigabitEthernet2/1 Bias Current Sensor
|
||||
entPhysicalDescr.2014 = TenGigabitEthernet2/1 Transmit Power Sensor
|
||||
entPhysicalDescr.2015 = TenGigabitEthernet2/1 Receive Power Sensor
|
||||
entPhysicalDescr.2021 = Transceiver Port Te2/2
|
||||
entPhysicalDescr.2022 = 10-Gigabit Transceiver Port Container Te2/2
|
||||
entPhysicalDescr.2023 = Transceiver 10Gbase-ER Te2/2
|
||||
entPhysicalDescr.2024 = TenGigabitEthernet2/2 Module Temperature Sensor
|
||||
entPhysicalDescr.2025 = TenGigabitEthernet2/2 Supply Voltage Sensor
|
||||
entPhysicalDescr.2026 = TenGigabitEthernet2/2 Bias Current Sensor
|
||||
entPhysicalDescr.2027 = TenGigabitEthernet2/2 Transmit Power Sensor
|
||||
entPhysicalDescr.2028 = TenGigabitEthernet2/2 Receive Power Sensor
|
||||
entPhysicalDescr.2034 = Transceiver Port Te2/3
|
||||
entPhysicalDescr.2035 = 10-Gigabit Transceiver Port Container Te2/3
|
||||
entPhysicalDescr.2036 = Transceiver 10Gbase-ER Te2/3
|
||||
entPhysicalDescr.2037 = TenGigabitEthernet2/3 Module Temperature Sensor
|
||||
entPhysicalDescr.2038 = TenGigabitEthernet2/3 Supply Voltage Sensor
|
||||
entPhysicalDescr.2039 = TenGigabitEthernet2/3 Bias Current Sensor
|
||||
entPhysicalDescr.2040 = TenGigabitEthernet2/3 Transmit Power Sensor
|
||||
entPhysicalDescr.2041 = TenGigabitEthernet2/3 Receive Power Sensor
|
||||
entPhysicalDescr.2047 = Transceiver Port Te2/4
|
||||
entPhysicalDescr.2048 = 10-Gigabit Transceiver Port Container Te2/4
|
||||
entPhysicalDescr.3000 = WS-X6748-SFP CEF720 48 port 1000mb SFP Rev. 1.10
|
||||
entPhysicalDescr.3001 = module 4 power-output-fail Sensor
|
||||
entPhysicalDescr.3002 = module 4 insufficient cooling Sensor
|
||||
entPhysicalDescr.3003 = module 4 outlet temperature Sensor
|
||||
entPhysicalDescr.3004 = module 4 inlet temperature Sensor
|
||||
entPhysicalDescr.3005 = module 4 device-1 temperature Sensor
|
||||
entPhysicalDescr.3006 = module 4 device-2 temperature Sensor
|
||||
entPhysicalDescr.3007 = Switching Engine Container
|
||||
entPhysicalDescr.3008 = WS-F6700-CFC Centralized Forwarding Card Rev. 4.0
|
||||
entPhysicalDescr.3009 = CPU of Centralized Forwarding Card
|
||||
entPhysicalDescr.3010 = Transceiver Port Gi4/1
|
||||
entPhysicalDescr.3011 = Transceiver Port Container Gi4/1
|
||||
entPhysicalDescr.3023 = Transceiver Port Gi4/2
|
||||
entPhysicalDescr.3024 = Transceiver Port Container Gi4/2
|
||||
entPhysicalDescr.3036 = Transceiver Port Gi4/3
|
||||
entPhysicalDescr.3037 = Transceiver Port Container Gi4/3
|
||||
entPhysicalDescr.3049 = Transceiver Port Gi4/4
|
||||
entPhysicalDescr.3050 = Transceiver Port Container Gi4/4
|
||||
entPhysicalDescr.3051 = Transceiver 1000BaseT Gi4/4
|
||||
entPhysicalDescr.3062 = Transceiver Port Gi4/5
|
||||
entPhysicalDescr.3063 = Transceiver Port Container Gi4/5
|
||||
entPhysicalDescr.3075 = Transceiver Port Gi4/6
|
||||
entPhysicalDescr.3076 = Transceiver Port Container Gi4/6
|
||||
entPhysicalDescr.3088 = Transceiver Port Gi4/7
|
||||
entPhysicalDescr.3089 = Transceiver Port Container Gi4/7
|
||||
entPhysicalDescr.3101 = Transceiver Port Gi4/8
|
||||
entPhysicalDescr.3102 = Transceiver Port Container Gi4/8
|
||||
entPhysicalDescr.3114 = Transceiver Port Gi4/9
|
||||
entPhysicalDescr.3115 = Transceiver Port Container Gi4/9
|
||||
entPhysicalDescr.3127 = Transceiver Port Gi4/10
|
||||
entPhysicalDescr.3128 = Transceiver Port Container Gi4/10
|
||||
entPhysicalDescr.3140 = Transceiver Port Gi4/11
|
||||
entPhysicalDescr.3141 = Transceiver Port Container Gi4/11
|
||||
entPhysicalDescr.3153 = Transceiver Port Gi4/12
|
||||
entPhysicalDescr.3154 = Transceiver Port Container Gi4/12
|
||||
entPhysicalDescr.3166 = Transceiver Port Gi4/13
|
||||
entPhysicalDescr.3167 = Transceiver Port Container Gi4/13
|
||||
entPhysicalDescr.3179 = Transceiver Port Gi4/14
|
||||
entPhysicalDescr.3180 = Transceiver Port Container Gi4/14
|
||||
entPhysicalDescr.3192 = Transceiver Port Gi4/15
|
||||
entPhysicalDescr.3193 = Transceiver Port Container Gi4/15
|
||||
entPhysicalDescr.3205 = Transceiver Port Gi4/16
|
||||
entPhysicalDescr.3206 = Transceiver Port Container Gi4/16
|
||||
entPhysicalDescr.3218 = Transceiver Port Gi4/17
|
||||
entPhysicalDescr.3219 = Transceiver Port Container Gi4/17
|
||||
entPhysicalDescr.3231 = Transceiver Port Gi4/18
|
||||
entPhysicalDescr.3232 = Transceiver Port Container Gi4/18
|
||||
entPhysicalDescr.3244 = Transceiver Port Gi4/19
|
||||
entPhysicalDescr.3245 = Transceiver Port Container Gi4/19
|
||||
entPhysicalDescr.3257 = Transceiver Port Gi4/20
|
||||
entPhysicalDescr.3258 = Transceiver Port Container Gi4/20
|
||||
entPhysicalDescr.3270 = Transceiver Port Gi4/21
|
||||
entPhysicalDescr.3271 = Transceiver Port Container Gi4/21
|
||||
entPhysicalDescr.3283 = Transceiver Port Gi4/22
|
||||
entPhysicalDescr.3284 = Transceiver Port Container Gi4/22
|
||||
entPhysicalDescr.3296 = Transceiver Port Gi4/23
|
||||
entPhysicalDescr.3297 = Transceiver Port Container Gi4/23
|
||||
entPhysicalDescr.3309 = Transceiver Port Gi4/24
|
||||
entPhysicalDescr.3310 = Transceiver Port Container Gi4/24
|
||||
entPhysicalDescr.3322 = Transceiver Port Gi4/25
|
||||
entPhysicalDescr.3323 = Transceiver Port Container Gi4/25
|
||||
entPhysicalDescr.3335 = Transceiver Port Gi4/26
|
||||
entPhysicalDescr.3336 = Transceiver Port Container Gi4/26
|
||||
entPhysicalDescr.3348 = Transceiver Port Gi4/27
|
||||
entPhysicalDescr.3349 = Transceiver Port Container Gi4/27
|
||||
entPhysicalDescr.3361 = Transceiver Port Gi4/28
|
||||
entPhysicalDescr.3362 = Transceiver Port Container Gi4/28
|
||||
entPhysicalDescr.3374 = Transceiver Port Gi4/29
|
||||
entPhysicalDescr.3375 = Transceiver Port Container Gi4/29
|
||||
entPhysicalDescr.3387 = Transceiver Port Gi4/30
|
||||
entPhysicalDescr.3388 = Transceiver Port Container Gi4/30
|
||||
entPhysicalDescr.3400 = Transceiver Port Gi4/31
|
||||
entPhysicalDescr.3401 = Transceiver Port Container Gi4/31
|
||||
entPhysicalDescr.3413 = Transceiver Port Gi4/32
|
||||
entPhysicalDescr.3414 = Transceiver Port Container Gi4/32
|
||||
entPhysicalDescr.3426 = Transceiver Port Gi4/33
|
||||
entPhysicalDescr.3427 = Transceiver Port Container Gi4/33
|
||||
entPhysicalDescr.3439 = Transceiver Port Gi4/34
|
||||
entPhysicalDescr.3440 = Transceiver Port Container Gi4/34
|
||||
entPhysicalDescr.3452 = Transceiver Port Gi4/35
|
||||
entPhysicalDescr.3453 = Transceiver Port Container Gi4/35
|
||||
entPhysicalDescr.3465 = Transceiver Port Gi4/36
|
||||
entPhysicalDescr.3466 = Transceiver Port Container Gi4/36
|
||||
entPhysicalDescr.3478 = Transceiver Port Gi4/37
|
||||
entPhysicalDescr.3479 = Transceiver Port Container Gi4/37
|
||||
entPhysicalDescr.3491 = Transceiver Port Gi4/38
|
||||
entPhysicalDescr.3492 = Transceiver Port Container Gi4/38
|
||||
entPhysicalDescr.3504 = Transceiver Port Gi4/39
|
||||
entPhysicalDescr.3505 = Transceiver Port Container Gi4/39
|
||||
entPhysicalDescr.3517 = Transceiver Port Gi4/40
|
||||
entPhysicalDescr.3518 = Transceiver Port Container Gi4/40
|
||||
entPhysicalDescr.3530 = Transceiver Port Gi4/41
|
||||
entPhysicalDescr.3531 = Transceiver Port Container Gi4/41
|
||||
entPhysicalDescr.3543 = Transceiver Port Gi4/42
|
||||
entPhysicalDescr.3544 = Transceiver Port Container Gi4/42
|
||||
entPhysicalDescr.3556 = Transceiver Port Gi4/43
|
||||
entPhysicalDescr.3557 = Transceiver Port Container Gi4/43
|
||||
entPhysicalDescr.3569 = Transceiver Port Gi4/44
|
||||
entPhysicalDescr.3570 = Transceiver Port Container Gi4/44
|
||||
entPhysicalDescr.3582 = Transceiver Port Gi4/45
|
||||
entPhysicalDescr.3583 = Transceiver Port Container Gi4/45
|
||||
entPhysicalDescr.3595 = Transceiver Port Gi4/46
|
||||
entPhysicalDescr.3596 = Transceiver Port Container Gi4/46
|
||||
entPhysicalDescr.3608 = Transceiver Port Gi4/47
|
||||
entPhysicalDescr.3609 = Transceiver Port Container Gi4/47
|
||||
entPhysicalDescr.3621 = Transceiver Port Gi4/48
|
||||
entPhysicalDescr.3622 = Transceiver Port Container Gi4/48
|
||||
202
tests/data/ios.entPhysicalName.txt
Normal file
202
tests/data/ios.entPhysicalName.txt
Normal file
@ -0,0 +1,202 @@
|
||||
entPhysicalName.1 = CISCO7604
|
||||
entPhysicalName.2 = Physical Slot 1
|
||||
entPhysicalName.3 = Physical Slot 2
|
||||
entPhysicalName.4 = Physical Slot 3
|
||||
entPhysicalName.5 = Physical Slot 4
|
||||
entPhysicalName.6 = Backplane
|
||||
entPhysicalName.7 = fan-tray 1 fan-fail Sensor
|
||||
entPhysicalName.8 = Container of Fan FRU 1
|
||||
entPhysicalName.9 = FAN-MOD-4HS 1
|
||||
entPhysicalName.10 = Container of Container of Power Supply
|
||||
entPhysicalName.11 = Container of Power Supply 1
|
||||
entPhysicalName.12 = PS 1 PWR-2700-AC/4
|
||||
entPhysicalName.13 = power-supply 1 fan-fail Sensor
|
||||
entPhysicalName.14 = power-supply 1 power-output-fail Sensor
|
||||
entPhysicalName.15 = power-supply 1 power-input Sensor
|
||||
entPhysicalName.20 = power-supply 1 incompatible with fan Sensor
|
||||
entPhysicalName.21 = Container of Power Supply 2
|
||||
entPhysicalName.22 = PS 2 PWR-2700-AC/4
|
||||
entPhysicalName.23 = power-supply 2 fan-fail Sensor
|
||||
entPhysicalName.24 = power-supply 2 power-output-fail Sensor
|
||||
entPhysicalName.25 = power-supply 2 power-input Sensor
|
||||
entPhysicalName.30 = power-supply 2 incompatible with fan Sensor
|
||||
entPhysicalName.31 = Sensor for counting number of OK Clocks
|
||||
entPhysicalName.32 = Container of VTT 0
|
||||
entPhysicalName.33 = Container of Clock 1
|
||||
entPhysicalName.34 = CLK-7600 1
|
||||
entPhysicalName.35 = Clock 1 OK Sensor
|
||||
entPhysicalName.36 = Clock 1 In Using Sensor
|
||||
entPhysicalName.37 = Container of Clock 2
|
||||
entPhysicalName.38 = CLK-7600 2
|
||||
entPhysicalName.39 = Clock 2 OK Sensor
|
||||
entPhysicalName.40 = Clock 2 In Using Sensor
|
||||
entPhysicalName.1000 = module 1
|
||||
entPhysicalName.1001 = CPU of Switching Processor 1
|
||||
entPhysicalName.1002 = power output-fail 1
|
||||
entPhysicalName.1003 = switch insufficient-cooling 1
|
||||
entPhysicalName.1004 = switch fanUpgrade-required 1
|
||||
entPhysicalName.1005 = temperature outlet 1
|
||||
entPhysicalName.1006 = temperature inlet 1
|
||||
entPhysicalName.1007 = temperature device-1 1
|
||||
entPhysicalName.1008 = temperature device-2 1
|
||||
entPhysicalName.1009 = module 1 asic 1 temperature Sensor
|
||||
entPhysicalName.1010 = module 1 asic 2 temperature Sensor
|
||||
entPhysicalName.1011 = module 1 asic 3 temperature Sensor
|
||||
entPhysicalName.1012 = module 1 asic 4 temperature Sensor
|
||||
entPhysicalName.1013 = module 1 asic 5 temperature Sensor
|
||||
entPhysicalName.1014 = module 1 asic 6 temperature Sensor
|
||||
entPhysicalName.1015 = MSFC Container 1
|
||||
entPhysicalName.1016 = msfc sub-module of 1
|
||||
entPhysicalName.1017 = CPU of Routing Processor 1
|
||||
entPhysicalName.1018 = module 1 RP outlet temperature Sensor
|
||||
entPhysicalName.1019 = module 1 RP inlet temperature Sensor
|
||||
entPhysicalName.1020 = Switching Engine Container 1
|
||||
entPhysicalName.1021 = switching engine sub-module of 1
|
||||
entPhysicalName.1022 = module 1 EARL outlet temperature Sensor
|
||||
entPhysicalName.1023 = module 1 EARL inlet temperature Sensor
|
||||
entPhysicalName.1024 = Gi1/1
|
||||
entPhysicalName.1025 = Transceiver Port Container Gi1/1
|
||||
entPhysicalName.1037 = Gi1/2
|
||||
entPhysicalName.1038 = Transceiver Port Container Gi1/2
|
||||
entPhysicalName.1050 = 10/100/1000BaseT Gi1/2
|
||||
entPhysicalName.2000 = module 2
|
||||
entPhysicalName.2001 = power output-fail 2
|
||||
entPhysicalName.2002 = switch insufficient-cooling 2
|
||||
entPhysicalName.2003 = temperature outlet 2
|
||||
entPhysicalName.2004 = temperature inlet 2
|
||||
entPhysicalName.2005 = Switching Engine Container 2
|
||||
entPhysicalName.2006 = switching engine sub-module of 2
|
||||
entPhysicalName.2007 = CPU of Sub-Module 2 CFC Card
|
||||
entPhysicalName.2008 = Te2/1
|
||||
entPhysicalName.2009 = 10-Gigabit Transceiver Port Container Te2/1
|
||||
entPhysicalName.2010 = Transceiver Te2/1
|
||||
entPhysicalName.2011 = Te2/1 Module Temperature Sensor
|
||||
entPhysicalName.2012 = Te2/1 Supply Voltage Sensor
|
||||
entPhysicalName.2013 = Te2/1 Bias Current Sensor
|
||||
entPhysicalName.2014 = Te2/1 Transmit Power Sensor
|
||||
entPhysicalName.2015 = Te2/1 Receive Power Sensor
|
||||
entPhysicalName.2021 = Te2/2
|
||||
entPhysicalName.2022 = 10-Gigabit Transceiver Port Container Te2/2
|
||||
entPhysicalName.2023 = Transceiver Te2/2
|
||||
entPhysicalName.2024 = Te2/2 Module Temperature Sensor
|
||||
entPhysicalName.2025 = Te2/2 Supply Voltage Sensor
|
||||
entPhysicalName.2026 = Te2/2 Bias Current Sensor
|
||||
entPhysicalName.2027 = Te2/2 Transmit Power Sensor
|
||||
entPhysicalName.2028 = Te2/2 Receive Power Sensor
|
||||
entPhysicalName.2034 = Te2/3
|
||||
entPhysicalName.2035 = 10-Gigabit Transceiver Port Container Te2/3
|
||||
entPhysicalName.2036 = Transceiver Te2/3
|
||||
entPhysicalName.2037 = Te2/3 Module Temperature Sensor
|
||||
entPhysicalName.2038 = Te2/3 Supply Voltage Sensor
|
||||
entPhysicalName.2039 = Te2/3 Bias Current Sensor
|
||||
entPhysicalName.2040 = Te2/3 Transmit Power Sensor
|
||||
entPhysicalName.2041 = Te2/3 Receive Power Sensor
|
||||
entPhysicalName.2047 = Te2/4
|
||||
entPhysicalName.2048 = 10-Gigabit Transceiver Port Container Te2/4
|
||||
entPhysicalName.3000 = module 4
|
||||
entPhysicalName.3001 = power output-fail 4
|
||||
entPhysicalName.3002 = switch insufficient-cooling 4
|
||||
entPhysicalName.3003 = temperature outlet 4
|
||||
entPhysicalName.3004 = temperature inlet 4
|
||||
entPhysicalName.3005 = temperature device-1 4
|
||||
entPhysicalName.3006 = temperature device-2 4
|
||||
entPhysicalName.3007 = Switching Engine Container 4
|
||||
entPhysicalName.3008 = switching engine sub-module of 4
|
||||
entPhysicalName.3009 = CPU of Sub-Module 4 CFC Card
|
||||
entPhysicalName.3010 = Gi4/1
|
||||
entPhysicalName.3011 = Transceiver Port Container Gi4/1
|
||||
entPhysicalName.3023 = Gi4/2
|
||||
entPhysicalName.3024 = Transceiver Port Container Gi4/2
|
||||
entPhysicalName.3036 = Gi4/3
|
||||
entPhysicalName.3037 = Transceiver Port Container Gi4/3
|
||||
entPhysicalName.3049 = Gi4/4
|
||||
entPhysicalName.3050 = Transceiver Port Container Gi4/4
|
||||
entPhysicalName.3051 = Transceiver Gi4/4
|
||||
entPhysicalName.3062 = Gi4/5
|
||||
entPhysicalName.3063 = Transceiver Port Container Gi4/5
|
||||
entPhysicalName.3075 = Gi4/6
|
||||
entPhysicalName.3076 = Transceiver Port Container Gi4/6
|
||||
entPhysicalName.3088 = Gi4/7
|
||||
entPhysicalName.3089 = Transceiver Port Container Gi4/7
|
||||
entPhysicalName.3101 = Gi4/8
|
||||
entPhysicalName.3102 = Transceiver Port Container Gi4/8
|
||||
entPhysicalName.3114 = Gi4/9
|
||||
entPhysicalName.3115 = Transceiver Port Container Gi4/9
|
||||
entPhysicalName.3127 = Gi4/10
|
||||
entPhysicalName.3128 = Transceiver Port Container Gi4/10
|
||||
entPhysicalName.3140 = Gi4/11
|
||||
entPhysicalName.3141 = Transceiver Port Container Gi4/11
|
||||
entPhysicalName.3153 = Gi4/12
|
||||
entPhysicalName.3154 = Transceiver Port Container Gi4/12
|
||||
entPhysicalName.3166 = Gi4/13
|
||||
entPhysicalName.3167 = Transceiver Port Container Gi4/13
|
||||
entPhysicalName.3179 = Gi4/14
|
||||
entPhysicalName.3180 = Transceiver Port Container Gi4/14
|
||||
entPhysicalName.3192 = Gi4/15
|
||||
entPhysicalName.3193 = Transceiver Port Container Gi4/15
|
||||
entPhysicalName.3205 = Gi4/16
|
||||
entPhysicalName.3206 = Transceiver Port Container Gi4/16
|
||||
entPhysicalName.3218 = Gi4/17
|
||||
entPhysicalName.3219 = Transceiver Port Container Gi4/17
|
||||
entPhysicalName.3231 = Gi4/18
|
||||
entPhysicalName.3232 = Transceiver Port Container Gi4/18
|
||||
entPhysicalName.3244 = Gi4/19
|
||||
entPhysicalName.3245 = Transceiver Port Container Gi4/19
|
||||
entPhysicalName.3257 = Gi4/20
|
||||
entPhysicalName.3258 = Transceiver Port Container Gi4/20
|
||||
entPhysicalName.3270 = Gi4/21
|
||||
entPhysicalName.3271 = Transceiver Port Container Gi4/21
|
||||
entPhysicalName.3283 = Gi4/22
|
||||
entPhysicalName.3284 = Transceiver Port Container Gi4/22
|
||||
entPhysicalName.3296 = Gi4/23
|
||||
entPhysicalName.3297 = Transceiver Port Container Gi4/23
|
||||
entPhysicalName.3309 = Gi4/24
|
||||
entPhysicalName.3310 = Transceiver Port Container Gi4/24
|
||||
entPhysicalName.3322 = Gi4/25
|
||||
entPhysicalName.3323 = Transceiver Port Container Gi4/25
|
||||
entPhysicalName.3335 = Gi4/26
|
||||
entPhysicalName.3336 = Transceiver Port Container Gi4/26
|
||||
entPhysicalName.3348 = Gi4/27
|
||||
entPhysicalName.3349 = Transceiver Port Container Gi4/27
|
||||
entPhysicalName.3361 = Gi4/28
|
||||
entPhysicalName.3362 = Transceiver Port Container Gi4/28
|
||||
entPhysicalName.3374 = Gi4/29
|
||||
entPhysicalName.3375 = Transceiver Port Container Gi4/29
|
||||
entPhysicalName.3387 = Gi4/30
|
||||
entPhysicalName.3388 = Transceiver Port Container Gi4/30
|
||||
entPhysicalName.3400 = Gi4/31
|
||||
entPhysicalName.3401 = Transceiver Port Container Gi4/31
|
||||
entPhysicalName.3413 = Gi4/32
|
||||
entPhysicalName.3414 = Transceiver Port Container Gi4/32
|
||||
entPhysicalName.3426 = Gi4/33
|
||||
entPhysicalName.3427 = Transceiver Port Container Gi4/33
|
||||
entPhysicalName.3439 = Gi4/34
|
||||
entPhysicalName.3440 = Transceiver Port Container Gi4/34
|
||||
entPhysicalName.3452 = Gi4/35
|
||||
entPhysicalName.3453 = Transceiver Port Container Gi4/35
|
||||
entPhysicalName.3465 = Gi4/36
|
||||
entPhysicalName.3466 = Transceiver Port Container Gi4/36
|
||||
entPhysicalName.3478 = Gi4/37
|
||||
entPhysicalName.3479 = Transceiver Port Container Gi4/37
|
||||
entPhysicalName.3491 = Gi4/38
|
||||
entPhysicalName.3492 = Transceiver Port Container Gi4/38
|
||||
entPhysicalName.3504 = Gi4/39
|
||||
entPhysicalName.3505 = Transceiver Port Container Gi4/39
|
||||
entPhysicalName.3517 = Gi4/40
|
||||
entPhysicalName.3518 = Transceiver Port Container Gi4/40
|
||||
entPhysicalName.3530 = Gi4/41
|
||||
entPhysicalName.3531 = Transceiver Port Container Gi4/41
|
||||
entPhysicalName.3543 = Gi4/42
|
||||
entPhysicalName.3544 = Transceiver Port Container Gi4/42
|
||||
entPhysicalName.3556 = Gi4/43
|
||||
entPhysicalName.3557 = Transceiver Port Container Gi4/43
|
||||
entPhysicalName.3569 = Gi4/44
|
||||
entPhysicalName.3570 = Transceiver Port Container Gi4/44
|
||||
entPhysicalName.3582 = Gi4/45
|
||||
entPhysicalName.3583 = Transceiver Port Container Gi4/45
|
||||
entPhysicalName.3595 = Gi4/46
|
||||
entPhysicalName.3596 = Transceiver Port Container Gi4/46
|
||||
entPhysicalName.3608 = Gi4/47
|
||||
entPhysicalName.3609 = Transceiver Port Container Gi4/47
|
||||
entPhysicalName.3621 = Gi4/48
|
||||
entPhysicalName.3622 = Transceiver Port Container Gi4/48
|
||||
407
tests/data/iosxe.entPhysicalDescr.txt
Normal file
407
tests/data/iosxe.entPhysicalDescr.txt
Normal file
@ -0,0 +1,407 @@
|
||||
entPhysicalDescr.1 = Cisco Systems, Inc. WS-C4510R+E 10 slot switch
|
||||
entPhysicalDescr.2 = WS-C4510R+E 10 slot switch chassis slot
|
||||
entPhysicalDescr.3 = WS-C4510R+E 10 slot switch chassis slot
|
||||
entPhysicalDescr.4 = WS-C4510R+E 10 slot switch chassis slot
|
||||
entPhysicalDescr.5 = WS-C4510R+E 10 slot switch chassis slot
|
||||
entPhysicalDescr.6 = WS-C4510R+E 10 slot switch chassis slot
|
||||
entPhysicalDescr.7 = WS-C4510R+E 10 slot switch chassis slot
|
||||
entPhysicalDescr.8 = WS-C4510R+E 10 slot switch chassis slot
|
||||
entPhysicalDescr.9 = WS-C4510R+E 10 slot switch chassis slot
|
||||
entPhysicalDescr.10 = WS-C4510R+E 10 slot switch chassis slot
|
||||
entPhysicalDescr.11 = WS-C4510R+E 10 slot switch chassis slot
|
||||
entPhysicalDescr.12 = WS-C4510R+E 10 slot switch backplane
|
||||
entPhysicalDescr.13 = Container of Fan Tray
|
||||
entPhysicalDescr.14 = FanTray
|
||||
entPhysicalDescr.15 = Container of Container of Power Supply
|
||||
entPhysicalDescr.16 = Container of Power Supply
|
||||
entPhysicalDescr.17 = Power Supply ( AC 2800W )
|
||||
entPhysicalDescr.18 = Power Supply Fan Sensor
|
||||
entPhysicalDescr.19 = Container of Power Supply
|
||||
entPhysicalDescr.20 = Power Supply ( AC 2800W )
|
||||
entPhysicalDescr.21 = Power Supply Fan Sensor
|
||||
entPhysicalDescr.22 = Clock Module
|
||||
entPhysicalDescr.23 = Mux Buffers for Redundancy Logic
|
||||
entPhysicalDescr.24 = Mux Buffers for Redundancy Logic
|
||||
entPhysicalDescr.25 = Mux Buffers for Redundancy Logic
|
||||
entPhysicalDescr.26 = Mux Buffers for Redundancy Logic
|
||||
entPhysicalDescr.27 = Mux Buffers for Redundancy Logic
|
||||
entPhysicalDescr.28 = Mux Buffers for Redundancy Logic
|
||||
entPhysicalDescr.29 = Mux Buffers for Redundancy Logic
|
||||
entPhysicalDescr.30 = Mux Buffers for Redundancy Logic
|
||||
entPhysicalDescr.1000 = 10/100/1000BaseT (RJ45)+V E Series with 48 10/100/1000 baseT Premium PoE ports (Cisco/IEEE)
|
||||
entPhysicalDescr.1001 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1002 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1003 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1004 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1005 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1006 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1007 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1008 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1009 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1010 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1011 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1012 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1013 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1014 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1015 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1016 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1017 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1018 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1019 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1020 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1021 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1022 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1023 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1024 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1025 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1026 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1027 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1028 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1029 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1030 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1031 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1032 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1033 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1034 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1035 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1036 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1037 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1038 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1039 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1040 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1041 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1042 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1043 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1044 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1045 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1046 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1047 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.1048 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2000 = 10/100/1000BaseT (RJ45)+V E Series with 48 10/100/1000 baseT Premium PoE ports (Cisco/IEEE)
|
||||
entPhysicalDescr.2001 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2002 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2003 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2004 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2005 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2006 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2007 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2008 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2009 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2010 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2011 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2012 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2013 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2014 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2015 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2016 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2017 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2018 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2019 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2020 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2021 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2022 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2023 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2024 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2025 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2026 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2027 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2028 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2029 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2030 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2031 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2032 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2033 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2034 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2035 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2036 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2037 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2038 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2039 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2040 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2041 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2042 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2043 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2044 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2045 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2046 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2047 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.2048 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3000 = 10/100/1000BaseT (RJ45)+V E Series with 48 10/100/1000 baseT Premium PoE ports (Cisco/IEEE)
|
||||
entPhysicalDescr.3001 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3002 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3003 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3004 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3005 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3006 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3007 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3008 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3009 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3010 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3011 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3012 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3013 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3014 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3015 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3016 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3017 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3018 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3019 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3020 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3021 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3022 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3023 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3024 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3025 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3026 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3027 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3028 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3029 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3030 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3031 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3032 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3033 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3034 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3035 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3036 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3037 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3038 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3039 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3040 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3041 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3042 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3043 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3044 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3045 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3046 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3047 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.3048 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4000 = 10/100/1000BaseT (RJ45)+V E Series with 48 10/100/1000 baseT Premium PoE ports (Cisco/IEEE)
|
||||
entPhysicalDescr.4001 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4002 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4003 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4004 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4005 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4006 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4007 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4008 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4009 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4010 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4011 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4012 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4013 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4014 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4015 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4016 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4017 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4018 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4019 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4020 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4021 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4022 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4023 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4024 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4025 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4026 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4027 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4028 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4029 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4030 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4031 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4032 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4033 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4034 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4035 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4036 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4037 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4038 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4039 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4040 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4041 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4042 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4043 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4044 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4045 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4046 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4047 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.4048 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.5000 = Sup 7-E 10GE (SFP+), 1000BaseX (SFP) with 4 SFP+ Ports
|
||||
entPhysicalDescr.5001 = Port Container
|
||||
entPhysicalDescr.5002 = Port Container
|
||||
entPhysicalDescr.5003 = Port Container
|
||||
entPhysicalDescr.5004 = Port Container
|
||||
entPhysicalDescr.5005 = SFP-10Gbase-LR
|
||||
entPhysicalDescr.5006 = SFP-10Gbase-SR
|
||||
entPhysicalDescr.5021 = TenGigabitEthernet5/1 Module Temperature Sensor
|
||||
entPhysicalDescr.5022 = TenGigabitEthernet5/2 Module Temperature Sensor
|
||||
entPhysicalDescr.5025 = TenGigabitEthernet5/1 Supply Voltage Sensor
|
||||
entPhysicalDescr.5026 = TenGigabitEthernet5/2 Supply Voltage Sensor
|
||||
entPhysicalDescr.5029 = TenGigabitEthernet5/1 Bias Current Sensor
|
||||
entPhysicalDescr.5030 = TenGigabitEthernet5/2 Bias Current Sensor
|
||||
entPhysicalDescr.5033 = TenGigabitEthernet5/1 Transmit Power Sensor
|
||||
entPhysicalDescr.5034 = TenGigabitEthernet5/2 Transmit Power Sensor
|
||||
entPhysicalDescr.5037 = TenGigabitEthernet5/1 Receive Power Sensor
|
||||
entPhysicalDescr.5038 = TenGigabitEthernet5/2 Receive Power Sensor
|
||||
entPhysicalDescr.6000 = Sup 7-E 10GE (SFP+), 1000BaseX (SFP) with 4 SFP+ Ports
|
||||
entPhysicalDescr.6001 = Port Container
|
||||
entPhysicalDescr.6002 = Port Container
|
||||
entPhysicalDescr.6003 = Port Container
|
||||
entPhysicalDescr.6004 = Port Container
|
||||
entPhysicalDescr.6005 = SFP-10Gbase-LR
|
||||
entPhysicalDescr.6006 = SFP-10Gbase-SR
|
||||
entPhysicalDescr.6021 = TenGigabitEthernet6/1 Module Temperature Sensor
|
||||
entPhysicalDescr.6022 = TenGigabitEthernet6/2 Module Temperature Sensor
|
||||
entPhysicalDescr.6025 = TenGigabitEthernet6/1 Supply Voltage Sensor
|
||||
entPhysicalDescr.6026 = TenGigabitEthernet6/2 Supply Voltage Sensor
|
||||
entPhysicalDescr.6029 = TenGigabitEthernet6/1 Bias Current Sensor
|
||||
entPhysicalDescr.6030 = TenGigabitEthernet6/2 Bias Current Sensor
|
||||
entPhysicalDescr.6033 = TenGigabitEthernet6/1 Transmit Power Sensor
|
||||
entPhysicalDescr.6034 = TenGigabitEthernet6/2 Transmit Power Sensor
|
||||
entPhysicalDescr.6037 = TenGigabitEthernet6/1 Receive Power Sensor
|
||||
entPhysicalDescr.6038 = TenGigabitEthernet6/2 Receive Power Sensor
|
||||
entPhysicalDescr.7000 = 10/100/1000BaseT (RJ45)+V E Series with 48 10/100/1000 baseT Premium PoE ports (Cisco/IEEE)
|
||||
entPhysicalDescr.7001 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7002 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7003 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7004 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7005 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7006 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7007 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7008 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7009 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7010 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7011 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7012 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7013 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7014 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7015 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7016 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7017 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7018 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7019 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7020 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7021 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7022 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7023 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7024 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7025 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7026 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7027 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7028 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7029 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7030 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7031 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7032 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7033 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7034 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7035 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7036 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7037 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7038 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7039 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7040 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7041 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7042 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7043 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7044 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7045 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7046 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7047 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.7048 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8000 = 10/100/1000BaseT (RJ45)+V E Series with 48 10/100/1000 baseT Premium PoE ports (Cisco/IEEE)
|
||||
entPhysicalDescr.8001 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8002 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8003 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8004 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8005 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8006 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8007 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8008 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8009 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8010 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8011 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8012 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8013 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8014 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8015 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8016 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8017 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8018 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8019 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8020 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8021 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8022 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8023 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8024 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8025 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8026 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8027 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8028 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8029 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8030 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8031 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8032 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8033 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8034 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8035 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8036 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8037 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8038 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8039 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8040 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8041 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8042 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8043 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8044 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8045 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8046 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8047 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.8048 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9000 = 10/100/1000BaseT (RJ45)+V E Series with 48 10/100/1000 baseT Premium PoE ports (Cisco/IEEE)
|
||||
entPhysicalDescr.9001 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9002 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9003 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9004 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9005 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9006 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9007 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9008 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9009 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9010 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9011 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9012 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9013 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9014 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9015 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9016 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9017 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9018 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9019 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9020 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9021 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9022 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9023 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9024 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9025 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9026 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9027 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9028 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9029 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9030 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9031 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9032 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9033 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9034 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9035 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9036 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9037 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9038 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9039 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9040 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9041 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9042 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9043 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9044 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9045 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9046 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9047 = Gigabit Ethernet Port
|
||||
entPhysicalDescr.9048 = Gigabit Ethernet Port
|
||||
407
tests/data/iosxe.entPhysicalName.txt
Normal file
407
tests/data/iosxe.entPhysicalName.txt
Normal file
@ -0,0 +1,407 @@
|
||||
entPhysicalName.1 = Switch System
|
||||
entPhysicalName.2 = Slot 1
|
||||
entPhysicalName.3 = Slot 2
|
||||
entPhysicalName.4 = Slot 3
|
||||
entPhysicalName.5 = Slot 4
|
||||
entPhysicalName.6 = Slot 5
|
||||
entPhysicalName.7 = Slot 6
|
||||
entPhysicalName.8 = Slot 7
|
||||
entPhysicalName.9 = Slot 8
|
||||
entPhysicalName.10 = Slot 9
|
||||
entPhysicalName.11 = Slot 10
|
||||
entPhysicalName.12 = Backplane
|
||||
entPhysicalName.13 = Fan Tray Bay
|
||||
entPhysicalName.14 = Fan
|
||||
entPhysicalName.15 = Container of Power Supply Bay
|
||||
entPhysicalName.16 = Power Supply Bay 1
|
||||
entPhysicalName.17 = Power Supply 1
|
||||
entPhysicalName.18 = Power Supply 1 Fan
|
||||
entPhysicalName.19 = Power Supply Bay 2
|
||||
entPhysicalName.20 = Power Supply 2
|
||||
entPhysicalName.21 = Power Supply 2 Fan
|
||||
entPhysicalName.22 = Clock Module
|
||||
entPhysicalName.23 = Mux Buffer 1
|
||||
entPhysicalName.24 = Mux Buffer 2
|
||||
entPhysicalName.25 = Mux Buffer 3
|
||||
entPhysicalName.26 = Mux Buffer 4
|
||||
entPhysicalName.27 = Mux Buffer 7
|
||||
entPhysicalName.28 = Mux Buffer 8
|
||||
entPhysicalName.29 = Mux Buffer 9
|
||||
entPhysicalName.30 = Mux Buffer 10
|
||||
entPhysicalName.1000 = Linecard(slot 1)
|
||||
entPhysicalName.1001 = GigabitEthernet1/1
|
||||
entPhysicalName.1002 = GigabitEthernet1/2
|
||||
entPhysicalName.1003 = GigabitEthernet1/3
|
||||
entPhysicalName.1004 = GigabitEthernet1/4
|
||||
entPhysicalName.1005 = GigabitEthernet1/5
|
||||
entPhysicalName.1006 = GigabitEthernet1/6
|
||||
entPhysicalName.1007 = GigabitEthernet1/7
|
||||
entPhysicalName.1008 = GigabitEthernet1/8
|
||||
entPhysicalName.1009 = GigabitEthernet1/9
|
||||
entPhysicalName.1010 = GigabitEthernet1/10
|
||||
entPhysicalName.1011 = GigabitEthernet1/11
|
||||
entPhysicalName.1012 = GigabitEthernet1/12
|
||||
entPhysicalName.1013 = GigabitEthernet1/13
|
||||
entPhysicalName.1014 = GigabitEthernet1/14
|
||||
entPhysicalName.1015 = GigabitEthernet1/15
|
||||
entPhysicalName.1016 = GigabitEthernet1/16
|
||||
entPhysicalName.1017 = GigabitEthernet1/17
|
||||
entPhysicalName.1018 = GigabitEthernet1/18
|
||||
entPhysicalName.1019 = GigabitEthernet1/19
|
||||
entPhysicalName.1020 = GigabitEthernet1/20
|
||||
entPhysicalName.1021 = GigabitEthernet1/21
|
||||
entPhysicalName.1022 = GigabitEthernet1/22
|
||||
entPhysicalName.1023 = GigabitEthernet1/23
|
||||
entPhysicalName.1024 = GigabitEthernet1/24
|
||||
entPhysicalName.1025 = GigabitEthernet1/25
|
||||
entPhysicalName.1026 = GigabitEthernet1/26
|
||||
entPhysicalName.1027 = GigabitEthernet1/27
|
||||
entPhysicalName.1028 = GigabitEthernet1/28
|
||||
entPhysicalName.1029 = GigabitEthernet1/29
|
||||
entPhysicalName.1030 = GigabitEthernet1/30
|
||||
entPhysicalName.1031 = GigabitEthernet1/31
|
||||
entPhysicalName.1032 = GigabitEthernet1/32
|
||||
entPhysicalName.1033 = GigabitEthernet1/33
|
||||
entPhysicalName.1034 = GigabitEthernet1/34
|
||||
entPhysicalName.1035 = GigabitEthernet1/35
|
||||
entPhysicalName.1036 = GigabitEthernet1/36
|
||||
entPhysicalName.1037 = GigabitEthernet1/37
|
||||
entPhysicalName.1038 = GigabitEthernet1/38
|
||||
entPhysicalName.1039 = GigabitEthernet1/39
|
||||
entPhysicalName.1040 = GigabitEthernet1/40
|
||||
entPhysicalName.1041 = GigabitEthernet1/41
|
||||
entPhysicalName.1042 = GigabitEthernet1/42
|
||||
entPhysicalName.1043 = GigabitEthernet1/43
|
||||
entPhysicalName.1044 = GigabitEthernet1/44
|
||||
entPhysicalName.1045 = GigabitEthernet1/45
|
||||
entPhysicalName.1046 = GigabitEthernet1/46
|
||||
entPhysicalName.1047 = GigabitEthernet1/47
|
||||
entPhysicalName.1048 = GigabitEthernet1/48
|
||||
entPhysicalName.2000 = Linecard(slot 2)
|
||||
entPhysicalName.2001 = GigabitEthernet2/1
|
||||
entPhysicalName.2002 = GigabitEthernet2/2
|
||||
entPhysicalName.2003 = GigabitEthernet2/3
|
||||
entPhysicalName.2004 = GigabitEthernet2/4
|
||||
entPhysicalName.2005 = GigabitEthernet2/5
|
||||
entPhysicalName.2006 = GigabitEthernet2/6
|
||||
entPhysicalName.2007 = GigabitEthernet2/7
|
||||
entPhysicalName.2008 = GigabitEthernet2/8
|
||||
entPhysicalName.2009 = GigabitEthernet2/9
|
||||
entPhysicalName.2010 = GigabitEthernet2/10
|
||||
entPhysicalName.2011 = GigabitEthernet2/11
|
||||
entPhysicalName.2012 = GigabitEthernet2/12
|
||||
entPhysicalName.2013 = GigabitEthernet2/13
|
||||
entPhysicalName.2014 = GigabitEthernet2/14
|
||||
entPhysicalName.2015 = GigabitEthernet2/15
|
||||
entPhysicalName.2016 = GigabitEthernet2/16
|
||||
entPhysicalName.2017 = GigabitEthernet2/17
|
||||
entPhysicalName.2018 = GigabitEthernet2/18
|
||||
entPhysicalName.2019 = GigabitEthernet2/19
|
||||
entPhysicalName.2020 = GigabitEthernet2/20
|
||||
entPhysicalName.2021 = GigabitEthernet2/21
|
||||
entPhysicalName.2022 = GigabitEthernet2/22
|
||||
entPhysicalName.2023 = GigabitEthernet2/23
|
||||
entPhysicalName.2024 = GigabitEthernet2/24
|
||||
entPhysicalName.2025 = GigabitEthernet2/25
|
||||
entPhysicalName.2026 = GigabitEthernet2/26
|
||||
entPhysicalName.2027 = GigabitEthernet2/27
|
||||
entPhysicalName.2028 = GigabitEthernet2/28
|
||||
entPhysicalName.2029 = GigabitEthernet2/29
|
||||
entPhysicalName.2030 = GigabitEthernet2/30
|
||||
entPhysicalName.2031 = GigabitEthernet2/31
|
||||
entPhysicalName.2032 = GigabitEthernet2/32
|
||||
entPhysicalName.2033 = GigabitEthernet2/33
|
||||
entPhysicalName.2034 = GigabitEthernet2/34
|
||||
entPhysicalName.2035 = GigabitEthernet2/35
|
||||
entPhysicalName.2036 = GigabitEthernet2/36
|
||||
entPhysicalName.2037 = GigabitEthernet2/37
|
||||
entPhysicalName.2038 = GigabitEthernet2/38
|
||||
entPhysicalName.2039 = GigabitEthernet2/39
|
||||
entPhysicalName.2040 = GigabitEthernet2/40
|
||||
entPhysicalName.2041 = GigabitEthernet2/41
|
||||
entPhysicalName.2042 = GigabitEthernet2/42
|
||||
entPhysicalName.2043 = GigabitEthernet2/43
|
||||
entPhysicalName.2044 = GigabitEthernet2/44
|
||||
entPhysicalName.2045 = GigabitEthernet2/45
|
||||
entPhysicalName.2046 = GigabitEthernet2/46
|
||||
entPhysicalName.2047 = GigabitEthernet2/47
|
||||
entPhysicalName.2048 = GigabitEthernet2/48
|
||||
entPhysicalName.3000 = Linecard(slot 3)
|
||||
entPhysicalName.3001 = GigabitEthernet3/1
|
||||
entPhysicalName.3002 = GigabitEthernet3/2
|
||||
entPhysicalName.3003 = GigabitEthernet3/3
|
||||
entPhysicalName.3004 = GigabitEthernet3/4
|
||||
entPhysicalName.3005 = GigabitEthernet3/5
|
||||
entPhysicalName.3006 = GigabitEthernet3/6
|
||||
entPhysicalName.3007 = GigabitEthernet3/7
|
||||
entPhysicalName.3008 = GigabitEthernet3/8
|
||||
entPhysicalName.3009 = GigabitEthernet3/9
|
||||
entPhysicalName.3010 = GigabitEthernet3/10
|
||||
entPhysicalName.3011 = GigabitEthernet3/11
|
||||
entPhysicalName.3012 = GigabitEthernet3/12
|
||||
entPhysicalName.3013 = GigabitEthernet3/13
|
||||
entPhysicalName.3014 = GigabitEthernet3/14
|
||||
entPhysicalName.3015 = GigabitEthernet3/15
|
||||
entPhysicalName.3016 = GigabitEthernet3/16
|
||||
entPhysicalName.3017 = GigabitEthernet3/17
|
||||
entPhysicalName.3018 = GigabitEthernet3/18
|
||||
entPhysicalName.3019 = GigabitEthernet3/19
|
||||
entPhysicalName.3020 = GigabitEthernet3/20
|
||||
entPhysicalName.3021 = GigabitEthernet3/21
|
||||
entPhysicalName.3022 = GigabitEthernet3/22
|
||||
entPhysicalName.3023 = GigabitEthernet3/23
|
||||
entPhysicalName.3024 = GigabitEthernet3/24
|
||||
entPhysicalName.3025 = GigabitEthernet3/25
|
||||
entPhysicalName.3026 = GigabitEthernet3/26
|
||||
entPhysicalName.3027 = GigabitEthernet3/27
|
||||
entPhysicalName.3028 = GigabitEthernet3/28
|
||||
entPhysicalName.3029 = GigabitEthernet3/29
|
||||
entPhysicalName.3030 = GigabitEthernet3/30
|
||||
entPhysicalName.3031 = GigabitEthernet3/31
|
||||
entPhysicalName.3032 = GigabitEthernet3/32
|
||||
entPhysicalName.3033 = GigabitEthernet3/33
|
||||
entPhysicalName.3034 = GigabitEthernet3/34
|
||||
entPhysicalName.3035 = GigabitEthernet3/35
|
||||
entPhysicalName.3036 = GigabitEthernet3/36
|
||||
entPhysicalName.3037 = GigabitEthernet3/37
|
||||
entPhysicalName.3038 = GigabitEthernet3/38
|
||||
entPhysicalName.3039 = GigabitEthernet3/39
|
||||
entPhysicalName.3040 = GigabitEthernet3/40
|
||||
entPhysicalName.3041 = GigabitEthernet3/41
|
||||
entPhysicalName.3042 = GigabitEthernet3/42
|
||||
entPhysicalName.3043 = GigabitEthernet3/43
|
||||
entPhysicalName.3044 = GigabitEthernet3/44
|
||||
entPhysicalName.3045 = GigabitEthernet3/45
|
||||
entPhysicalName.3046 = GigabitEthernet3/46
|
||||
entPhysicalName.3047 = GigabitEthernet3/47
|
||||
entPhysicalName.3048 = GigabitEthernet3/48
|
||||
entPhysicalName.4000 = Linecard(slot 4)
|
||||
entPhysicalName.4001 = GigabitEthernet4/1
|
||||
entPhysicalName.4002 = GigabitEthernet4/2
|
||||
entPhysicalName.4003 = GigabitEthernet4/3
|
||||
entPhysicalName.4004 = GigabitEthernet4/4
|
||||
entPhysicalName.4005 = GigabitEthernet4/5
|
||||
entPhysicalName.4006 = GigabitEthernet4/6
|
||||
entPhysicalName.4007 = GigabitEthernet4/7
|
||||
entPhysicalName.4008 = GigabitEthernet4/8
|
||||
entPhysicalName.4009 = GigabitEthernet4/9
|
||||
entPhysicalName.4010 = GigabitEthernet4/10
|
||||
entPhysicalName.4011 = GigabitEthernet4/11
|
||||
entPhysicalName.4012 = GigabitEthernet4/12
|
||||
entPhysicalName.4013 = GigabitEthernet4/13
|
||||
entPhysicalName.4014 = GigabitEthernet4/14
|
||||
entPhysicalName.4015 = GigabitEthernet4/15
|
||||
entPhysicalName.4016 = GigabitEthernet4/16
|
||||
entPhysicalName.4017 = GigabitEthernet4/17
|
||||
entPhysicalName.4018 = GigabitEthernet4/18
|
||||
entPhysicalName.4019 = GigabitEthernet4/19
|
||||
entPhysicalName.4020 = GigabitEthernet4/20
|
||||
entPhysicalName.4021 = GigabitEthernet4/21
|
||||
entPhysicalName.4022 = GigabitEthernet4/22
|
||||
entPhysicalName.4023 = GigabitEthernet4/23
|
||||
entPhysicalName.4024 = GigabitEthernet4/24
|
||||
entPhysicalName.4025 = GigabitEthernet4/25
|
||||
entPhysicalName.4026 = GigabitEthernet4/26
|
||||
entPhysicalName.4027 = GigabitEthernet4/27
|
||||
entPhysicalName.4028 = GigabitEthernet4/28
|
||||
entPhysicalName.4029 = GigabitEthernet4/29
|
||||
entPhysicalName.4030 = GigabitEthernet4/30
|
||||
entPhysicalName.4031 = GigabitEthernet4/31
|
||||
entPhysicalName.4032 = GigabitEthernet4/32
|
||||
entPhysicalName.4033 = GigabitEthernet4/33
|
||||
entPhysicalName.4034 = GigabitEthernet4/34
|
||||
entPhysicalName.4035 = GigabitEthernet4/35
|
||||
entPhysicalName.4036 = GigabitEthernet4/36
|
||||
entPhysicalName.4037 = GigabitEthernet4/37
|
||||
entPhysicalName.4038 = GigabitEthernet4/38
|
||||
entPhysicalName.4039 = GigabitEthernet4/39
|
||||
entPhysicalName.4040 = GigabitEthernet4/40
|
||||
entPhysicalName.4041 = GigabitEthernet4/41
|
||||
entPhysicalName.4042 = GigabitEthernet4/42
|
||||
entPhysicalName.4043 = GigabitEthernet4/43
|
||||
entPhysicalName.4044 = GigabitEthernet4/44
|
||||
entPhysicalName.4045 = GigabitEthernet4/45
|
||||
entPhysicalName.4046 = GigabitEthernet4/46
|
||||
entPhysicalName.4047 = GigabitEthernet4/47
|
||||
entPhysicalName.4048 = GigabitEthernet4/48
|
||||
entPhysicalName.5000 = Supervisor(slot 5)
|
||||
entPhysicalName.5001 = Port Container 5/1
|
||||
entPhysicalName.5002 = Port Container 5/2
|
||||
entPhysicalName.5003 = Port Container 5/3
|
||||
entPhysicalName.5004 = Port Container 5/4
|
||||
entPhysicalName.5005 = TenGigabitEthernet5/1
|
||||
entPhysicalName.5006 = TenGigabitEthernet5/2
|
||||
entPhysicalName.5021 = Te5/1 Module Temperature Sensor
|
||||
entPhysicalName.5022 = Te5/2 Module Temperature Sensor
|
||||
entPhysicalName.5025 = Te5/1 Supply Voltage Sensor
|
||||
entPhysicalName.5026 = Te5/2 Supply Voltage Sensor
|
||||
entPhysicalName.5029 = Te5/1 Bias Current Sensor
|
||||
entPhysicalName.5030 = Te5/2 Bias Current Sensor
|
||||
entPhysicalName.5033 = Te5/1 Transmit Power Sensor
|
||||
entPhysicalName.5034 = Te5/2 Transmit Power Sensor
|
||||
entPhysicalName.5037 = Te5/1 Receive Power Sensor
|
||||
entPhysicalName.5038 = Te5/2 Receive Power Sensor
|
||||
entPhysicalName.6000 = Supervisor(slot 6)
|
||||
entPhysicalName.6001 = Port Container 6/1
|
||||
entPhysicalName.6002 = Port Container 6/2
|
||||
entPhysicalName.6003 = Port Container 6/3
|
||||
entPhysicalName.6004 = Port Container 6/4
|
||||
entPhysicalName.6005 = TenGigabitEthernet6/1
|
||||
entPhysicalName.6006 = TenGigabitEthernet6/2
|
||||
entPhysicalName.6021 = Te6/1 Module Temperature Sensor
|
||||
entPhysicalName.6022 = Te6/2 Module Temperature Sensor
|
||||
entPhysicalName.6025 = Te6/1 Supply Voltage Sensor
|
||||
entPhysicalName.6026 = Te6/2 Supply Voltage Sensor
|
||||
entPhysicalName.6029 = Te6/1 Bias Current Sensor
|
||||
entPhysicalName.6030 = Te6/2 Bias Current Sensor
|
||||
entPhysicalName.6033 = Te6/1 Transmit Power Sensor
|
||||
entPhysicalName.6034 = Te6/2 Transmit Power Sensor
|
||||
entPhysicalName.6037 = Te6/1 Receive Power Sensor
|
||||
entPhysicalName.6038 = Te6/2 Receive Power Sensor
|
||||
entPhysicalName.7000 = Linecard(slot 7)
|
||||
entPhysicalName.7001 = GigabitEthernet7/1
|
||||
entPhysicalName.7002 = GigabitEthernet7/2
|
||||
entPhysicalName.7003 = GigabitEthernet7/3
|
||||
entPhysicalName.7004 = GigabitEthernet7/4
|
||||
entPhysicalName.7005 = GigabitEthernet7/5
|
||||
entPhysicalName.7006 = GigabitEthernet7/6
|
||||
entPhysicalName.7007 = GigabitEthernet7/7
|
||||
entPhysicalName.7008 = GigabitEthernet7/8
|
||||
entPhysicalName.7009 = GigabitEthernet7/9
|
||||
entPhysicalName.7010 = GigabitEthernet7/10
|
||||
entPhysicalName.7011 = GigabitEthernet7/11
|
||||
entPhysicalName.7012 = GigabitEthernet7/12
|
||||
entPhysicalName.7013 = GigabitEthernet7/13
|
||||
entPhysicalName.7014 = GigabitEthernet7/14
|
||||
entPhysicalName.7015 = GigabitEthernet7/15
|
||||
entPhysicalName.7016 = GigabitEthernet7/16
|
||||
entPhysicalName.7017 = GigabitEthernet7/17
|
||||
entPhysicalName.7018 = GigabitEthernet7/18
|
||||
entPhysicalName.7019 = GigabitEthernet7/19
|
||||
entPhysicalName.7020 = GigabitEthernet7/20
|
||||
entPhysicalName.7021 = GigabitEthernet7/21
|
||||
entPhysicalName.7022 = GigabitEthernet7/22
|
||||
entPhysicalName.7023 = GigabitEthernet7/23
|
||||
entPhysicalName.7024 = GigabitEthernet7/24
|
||||
entPhysicalName.7025 = GigabitEthernet7/25
|
||||
entPhysicalName.7026 = GigabitEthernet7/26
|
||||
entPhysicalName.7027 = GigabitEthernet7/27
|
||||
entPhysicalName.7028 = GigabitEthernet7/28
|
||||
entPhysicalName.7029 = GigabitEthernet7/29
|
||||
entPhysicalName.7030 = GigabitEthernet7/30
|
||||
entPhysicalName.7031 = GigabitEthernet7/31
|
||||
entPhysicalName.7032 = GigabitEthernet7/32
|
||||
entPhysicalName.7033 = GigabitEthernet7/33
|
||||
entPhysicalName.7034 = GigabitEthernet7/34
|
||||
entPhysicalName.7035 = GigabitEthernet7/35
|
||||
entPhysicalName.7036 = GigabitEthernet7/36
|
||||
entPhysicalName.7037 = GigabitEthernet7/37
|
||||
entPhysicalName.7038 = GigabitEthernet7/38
|
||||
entPhysicalName.7039 = GigabitEthernet7/39
|
||||
entPhysicalName.7040 = GigabitEthernet7/40
|
||||
entPhysicalName.7041 = GigabitEthernet7/41
|
||||
entPhysicalName.7042 = GigabitEthernet7/42
|
||||
entPhysicalName.7043 = GigabitEthernet7/43
|
||||
entPhysicalName.7044 = GigabitEthernet7/44
|
||||
entPhysicalName.7045 = GigabitEthernet7/45
|
||||
entPhysicalName.7046 = GigabitEthernet7/46
|
||||
entPhysicalName.7047 = GigabitEthernet7/47
|
||||
entPhysicalName.7048 = GigabitEthernet7/48
|
||||
entPhysicalName.8000 = Linecard(slot 8)
|
||||
entPhysicalName.8001 = GigabitEthernet8/1
|
||||
entPhysicalName.8002 = GigabitEthernet8/2
|
||||
entPhysicalName.8003 = GigabitEthernet8/3
|
||||
entPhysicalName.8004 = GigabitEthernet8/4
|
||||
entPhysicalName.8005 = GigabitEthernet8/5
|
||||
entPhysicalName.8006 = GigabitEthernet8/6
|
||||
entPhysicalName.8007 = GigabitEthernet8/7
|
||||
entPhysicalName.8008 = GigabitEthernet8/8
|
||||
entPhysicalName.8009 = GigabitEthernet8/9
|
||||
entPhysicalName.8010 = GigabitEthernet8/10
|
||||
entPhysicalName.8011 = GigabitEthernet8/11
|
||||
entPhysicalName.8012 = GigabitEthernet8/12
|
||||
entPhysicalName.8013 = GigabitEthernet8/13
|
||||
entPhysicalName.8014 = GigabitEthernet8/14
|
||||
entPhysicalName.8015 = GigabitEthernet8/15
|
||||
entPhysicalName.8016 = GigabitEthernet8/16
|
||||
entPhysicalName.8017 = GigabitEthernet8/17
|
||||
entPhysicalName.8018 = GigabitEthernet8/18
|
||||
entPhysicalName.8019 = GigabitEthernet8/19
|
||||
entPhysicalName.8020 = GigabitEthernet8/20
|
||||
entPhysicalName.8021 = GigabitEthernet8/21
|
||||
entPhysicalName.8022 = GigabitEthernet8/22
|
||||
entPhysicalName.8023 = GigabitEthernet8/23
|
||||
entPhysicalName.8024 = GigabitEthernet8/24
|
||||
entPhysicalName.8025 = GigabitEthernet8/25
|
||||
entPhysicalName.8026 = GigabitEthernet8/26
|
||||
entPhysicalName.8027 = GigabitEthernet8/27
|
||||
entPhysicalName.8028 = GigabitEthernet8/28
|
||||
entPhysicalName.8029 = GigabitEthernet8/29
|
||||
entPhysicalName.8030 = GigabitEthernet8/30
|
||||
entPhysicalName.8031 = GigabitEthernet8/31
|
||||
entPhysicalName.8032 = GigabitEthernet8/32
|
||||
entPhysicalName.8033 = GigabitEthernet8/33
|
||||
entPhysicalName.8034 = GigabitEthernet8/34
|
||||
entPhysicalName.8035 = GigabitEthernet8/35
|
||||
entPhysicalName.8036 = GigabitEthernet8/36
|
||||
entPhysicalName.8037 = GigabitEthernet8/37
|
||||
entPhysicalName.8038 = GigabitEthernet8/38
|
||||
entPhysicalName.8039 = GigabitEthernet8/39
|
||||
entPhysicalName.8040 = GigabitEthernet8/40
|
||||
entPhysicalName.8041 = GigabitEthernet8/41
|
||||
entPhysicalName.8042 = GigabitEthernet8/42
|
||||
entPhysicalName.8043 = GigabitEthernet8/43
|
||||
entPhysicalName.8044 = GigabitEthernet8/44
|
||||
entPhysicalName.8045 = GigabitEthernet8/45
|
||||
entPhysicalName.8046 = GigabitEthernet8/46
|
||||
entPhysicalName.8047 = GigabitEthernet8/47
|
||||
entPhysicalName.8048 = GigabitEthernet8/48
|
||||
entPhysicalName.9000 = Linecard(slot 9)
|
||||
entPhysicalName.9001 = GigabitEthernet9/1
|
||||
entPhysicalName.9002 = GigabitEthernet9/2
|
||||
entPhysicalName.9003 = GigabitEthernet9/3
|
||||
entPhysicalName.9004 = GigabitEthernet9/4
|
||||
entPhysicalName.9005 = GigabitEthernet9/5
|
||||
entPhysicalName.9006 = GigabitEthernet9/6
|
||||
entPhysicalName.9007 = GigabitEthernet9/7
|
||||
entPhysicalName.9008 = GigabitEthernet9/8
|
||||
entPhysicalName.9009 = GigabitEthernet9/9
|
||||
entPhysicalName.9010 = GigabitEthernet9/10
|
||||
entPhysicalName.9011 = GigabitEthernet9/11
|
||||
entPhysicalName.9012 = GigabitEthernet9/12
|
||||
entPhysicalName.9013 = GigabitEthernet9/13
|
||||
entPhysicalName.9014 = GigabitEthernet9/14
|
||||
entPhysicalName.9015 = GigabitEthernet9/15
|
||||
entPhysicalName.9016 = GigabitEthernet9/16
|
||||
entPhysicalName.9017 = GigabitEthernet9/17
|
||||
entPhysicalName.9018 = GigabitEthernet9/18
|
||||
entPhysicalName.9019 = GigabitEthernet9/19
|
||||
entPhysicalName.9020 = GigabitEthernet9/20
|
||||
entPhysicalName.9021 = GigabitEthernet9/21
|
||||
entPhysicalName.9022 = GigabitEthernet9/22
|
||||
entPhysicalName.9023 = GigabitEthernet9/23
|
||||
entPhysicalName.9024 = GigabitEthernet9/24
|
||||
entPhysicalName.9025 = GigabitEthernet9/25
|
||||
entPhysicalName.9026 = GigabitEthernet9/26
|
||||
entPhysicalName.9027 = GigabitEthernet9/27
|
||||
entPhysicalName.9028 = GigabitEthernet9/28
|
||||
entPhysicalName.9029 = GigabitEthernet9/29
|
||||
entPhysicalName.9030 = GigabitEthernet9/30
|
||||
entPhysicalName.9031 = GigabitEthernet9/31
|
||||
entPhysicalName.9032 = GigabitEthernet9/32
|
||||
entPhysicalName.9033 = GigabitEthernet9/33
|
||||
entPhysicalName.9034 = GigabitEthernet9/34
|
||||
entPhysicalName.9035 = GigabitEthernet9/35
|
||||
entPhysicalName.9036 = GigabitEthernet9/36
|
||||
entPhysicalName.9037 = GigabitEthernet9/37
|
||||
entPhysicalName.9038 = GigabitEthernet9/38
|
||||
entPhysicalName.9039 = GigabitEthernet9/39
|
||||
entPhysicalName.9040 = GigabitEthernet9/40
|
||||
entPhysicalName.9041 = GigabitEthernet9/41
|
||||
entPhysicalName.9042 = GigabitEthernet9/42
|
||||
entPhysicalName.9043 = GigabitEthernet9/43
|
||||
entPhysicalName.9044 = GigabitEthernet9/44
|
||||
entPhysicalName.9045 = GigabitEthernet9/45
|
||||
entPhysicalName.9046 = GigabitEthernet9/46
|
||||
entPhysicalName.9047 = GigabitEthernet9/47
|
||||
entPhysicalName.9048 = GigabitEthernet9/48
|
||||
334
tests/data/iosxr.entPhysicalDescr.txt
Normal file
334
tests/data/iosxr.entPhysicalDescr.txt
Normal file
@ -0,0 +1,334 @@
|
||||
entPhysicalDescr.14289 = SFP container
|
||||
entPhysicalDescr.320862 = Voltage Sensor - 1.8VA
|
||||
entPhysicalDescr.322450 = Voltage Sensor - 1.2VA
|
||||
entPhysicalDescr.727162 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.1226497 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.1864335 = Voltage Sensor - 3.3V_DB
|
||||
entPhysicalDescr.1865923 = Voltage Sensor - 1.8V_DB
|
||||
entPhysicalDescr.2359704 = CPU
|
||||
entPhysicalDescr.3723372 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.4069865 = GigabitEthernet Port
|
||||
entPhysicalDescr.4220122 = GigabitEthernet Port
|
||||
entPhysicalDescr.4221806 = GigabitEthernet Port
|
||||
entPhysicalDescr.4223394 = GigabitEthernet Port
|
||||
entPhysicalDescr.4306232 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.4410815 = GigabitEthernet Port
|
||||
entPhysicalDescr.4412403 = GigabitEthernet Port
|
||||
entPhysicalDescr.4436046 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.4437634 = Transceiver Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.4553394 = Unknown pluggable optics
|
||||
entPhysicalDescr.4639747 = SFP container
|
||||
entPhysicalDescr.4761191 = Voltage Sensor - 1.5V_DB
|
||||
entPhysicalDescr.4762811 = Voltage Sensor - 1.2V_DB
|
||||
entPhysicalDescr.4893333 = SFP container
|
||||
entPhysicalDescr.5451646 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.5574832 = Voltage Sensor - ZARLINK_1.8V
|
||||
entPhysicalDescr.5773465 = Voltage Sensor - 1.0V_TCAM2
|
||||
entPhysicalDescr.5775149 = Voltage Sensor - 1.2VB
|
||||
entPhysicalDescr.5778357 = Voltage Sensor - 1.1VC
|
||||
entPhysicalDescr.5922230 = Voltage Sensor - 1.0V_TCAM0
|
||||
entPhysicalDescr.5925406 = Voltage Sensor - 1.5VA
|
||||
entPhysicalDescr.5926994 = Voltage Sensor - 1.1V(1.05V_CPU)
|
||||
entPhysicalDescr.7645119 = Inlet Temperature SensorInlet0
|
||||
entPhysicalDescr.7646707 = Voltage Sensor - VP3P3_CAN
|
||||
entPhysicalDescr.7648263 = Voltage Sensor - 1.2V_LDO_BRG1
|
||||
entPhysicalDescr.7931360 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.8053671 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.8695772 = Line Card host
|
||||
entPhysicalDescr.8784399 = SFP container
|
||||
entPhysicalDescr.8895994 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.9765314 = SFP container
|
||||
entPhysicalDescr.10030546 = SFP container
|
||||
entPhysicalDescr.10154515 = CPU
|
||||
entPhysicalDescr.10735504 = Voltage Sensor - 2.5V
|
||||
entPhysicalDescr.10737188 = Voltage Sensor - IBV
|
||||
entPhysicalDescr.10738808 = Hot Temperature SensorHotspot0
|
||||
entPhysicalDescr.10845139 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.10889081 = Voltage Sensor - 1.5VA
|
||||
entPhysicalDescr.10890637 = Voltage Sensor - 1.1V(1.05V_CPU)
|
||||
entPhysicalDescr.10892225 = Voltage Sensor - 1.0V_TCAM0
|
||||
entPhysicalDescr.11037718 = Voltage Sensor - 1.0V_TCAM2
|
||||
entPhysicalDescr.11039402 = Voltage Sensor - 1.2VB
|
||||
entPhysicalDescr.11042610 = Voltage Sensor - 1.1VC
|
||||
entPhysicalDescr.11196778 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.11239623 = Voltage Sensor - ZARLINK_1.8V
|
||||
entPhysicalDescr.11329318 = SFP container
|
||||
entPhysicalDescr.11467076 = SFP container
|
||||
entPhysicalDescr.12536348 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.12674056 = SFP container
|
||||
entPhysicalDescr.12905956 = Voltage Sensor - 0.75VTT
|
||||
entPhysicalDescr.12907576 = Voltage Sensor - 5.0V
|
||||
entPhysicalDescr.13222512 = SFP container
|
||||
entPhysicalDescr.13584276 = Voltage Sensor - 0.9VB
|
||||
entPhysicalDescr.13585960 = Voltage Sensor - IBV
|
||||
entPhysicalDescr.14020599 = Transceiver Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.14022155 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.14031228 = SFP container
|
||||
entPhysicalDescr.14155026 = Unknown or Unsupported SFP Module
|
||||
entPhysicalDescr.14578394 = Ten GigabitEthernet Port
|
||||
entPhysicalDescr.14924172 = GigabitEthernet Port
|
||||
entPhysicalDescr.14925760 = GigabitEthernet Port
|
||||
entPhysicalDescr.15076145 = GigabitEthernet Port
|
||||
entPhysicalDescr.15077701 = GigabitEthernet Port
|
||||
entPhysicalDescr.15117093 = SFP container
|
||||
entPhysicalDescr.15303847 = Transceiver Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.15305467 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.15400432 = RSP Management Ethernet Port
|
||||
entPhysicalDescr.15516807 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.15775372 = Unknown pluggable optics
|
||||
entPhysicalDescr.15986678 = Voltage Sensor - 1.2VD
|
||||
entPhysicalDescr.15988234 = Voltage Sensor - 1.8VB
|
||||
entPhysicalDescr.16086672 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.16231033 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.16660891 = GE T
|
||||
entPhysicalDescr.16775563 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.17096855 = Voltage Sensor - 1.5V
|
||||
entPhysicalDescr.17098539 = Voltage Sensor - 1.2VB
|
||||
entPhysicalDescr.17493029 = Unknown pluggable optics
|
||||
entPhysicalDescr.17503155 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.18004206 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.18631618 = XFP container
|
||||
entPhysicalDescr.18641948 = Voltage Sensor - 1.5V_DB
|
||||
entPhysicalDescr.18643536 = Voltage Sensor - 1.2V_DB
|
||||
entPhysicalDescr.19137381 = Compact Flash Card Container
|
||||
entPhysicalDescr.19222353 = SFP container
|
||||
entPhysicalDescr.20500985 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.20824324 = Multirate 10GBASE-ZR and OC-192/STM-64 IR-2 XFP, SMF
|
||||
entPhysicalDescr.20847478 = Ten GigabitEthernet Port
|
||||
entPhysicalDescr.20997799 = GigabitEthernet Port
|
||||
entPhysicalDescr.20999419 = GigabitEthernet Port
|
||||
entPhysicalDescr.21082225 = Transceiver Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.21083781 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.21188364 = GigabitEthernet Port
|
||||
entPhysicalDescr.21189952 = GigabitEthernet Port
|
||||
entPhysicalDescr.21191572 = GigabitEthernet Port
|
||||
entPhysicalDescr.21212039 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.21426999 = SFP container
|
||||
entPhysicalDescr.21538804 = Voltage Sensor - 3.3V_DB
|
||||
entPhysicalDescr.21540360 = Voltage Sensor - 1.8V_DB
|
||||
entPhysicalDescr.22037673 = Multirate 10GBASE-LR and OC-192/STM-64 SR-1 XFP, SMF
|
||||
entPhysicalDescr.22227639 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.22551142 = Voltage Sensor - 0.75VD_and_0.75VE
|
||||
entPhysicalDescr.22552762 = Voltage Sensor - 1.0V_TCAM1
|
||||
entPhysicalDescr.22555906 = Voltage Sensor - 1.8VD
|
||||
entPhysicalDescr.22701399 = Voltage Sensor - 1.8VB
|
||||
entPhysicalDescr.22703083 = Voltage Sensor - 0.75VA
|
||||
entPhysicalDescr.22998075 = Unknown pluggable optics
|
||||
entPhysicalDescr.24422668 = Hot Temperature SensorHotspot0
|
||||
entPhysicalDescr.24424256 = Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.24425876 = Voltage Sensor - 1.8VC
|
||||
entPhysicalDescr.24555730 = ASR-9006 DC Chassis
|
||||
entPhysicalDescr.24708941 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.24755628 = SFP container
|
||||
entPhysicalDescr.24831284 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.25670399 = Transceiver Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.25671987 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.26418644 = SFP container
|
||||
entPhysicalDescr.26635792 = SFP container
|
||||
entPhysicalDescr.26932192 = RSP Card host
|
||||
entPhysicalDescr.26947585 = Cisco ASR9K Line Card Module Container
|
||||
entPhysicalDescr.27514801 = Voltage Sensor - 5.0V
|
||||
entPhysicalDescr.27516357 = Voltage Sensor - 0.75VTT
|
||||
entPhysicalDescr.27622816 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.27666630 = Voltage Sensor - 1.5VB
|
||||
entPhysicalDescr.27668250 = Voltage Sensor - 2.5V
|
||||
entPhysicalDescr.27669934 = Voltage Sensor - 1.1VB
|
||||
entPhysicalDescr.27813807 = Voltage Sensor - 1.0V_TCAM3
|
||||
entPhysicalDescr.27815395 = Voltage Sensor - 1.0V_Bridge_LDO
|
||||
entPhysicalDescr.27972771 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.27992463 = SFP container
|
||||
entPhysicalDescr.28017236 = Voltage Sensor - ZARLINK_3.3V
|
||||
entPhysicalDescr.28091685 = Cisco ASR9K Route/Switch Processor Module Container
|
||||
entPhysicalDescr.28927172 = 2-Port 10GE, 20-Port GE Low Queue LC Requires XFPs and SFPs
|
||||
entPhysicalDescr.29314025 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.29680361 = Voltage Sensor - 2.5V
|
||||
entPhysicalDescr.29683569 = Hot Temperature SensorHotspot0
|
||||
entPhysicalDescr.29685125 = Voltage Sensor - IBV
|
||||
entPhysicalDescr.29692767 = Unknown or Unsupported SFP Module
|
||||
entPhysicalDescr.30293303 = SFP container
|
||||
entPhysicalDescr.30360365 = Voltage Sensor - 1.8VC
|
||||
entPhysicalDescr.30361953 = Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.30363573 = Hot Temperature SensorHotspot0
|
||||
entPhysicalDescr.30799768 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.31356071 = Ten GigabitEthernet Port
|
||||
entPhysicalDescr.31701785 = GigabitEthernet Port
|
||||
entPhysicalDescr.31703469 = GigabitEthernet Port
|
||||
entPhysicalDescr.31706677 = GigabitEthernet Port
|
||||
entPhysicalDescr.31853726 = GigabitEthernet Port
|
||||
entPhysicalDescr.31855314 = GigabitEthernet Port
|
||||
entPhysicalDescr.32083016 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.32294420 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.32762639 = Voltage Sensor - 1.9V
|
||||
entPhysicalDescr.32764227 = Voltage Sensor - 1.05V
|
||||
entPhysicalDescr.32845674 = SFP container
|
||||
entPhysicalDescr.32864381 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.33008582 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.33553176 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.33874532 = Voltage Sensor - 1.9V
|
||||
entPhysicalDescr.33876152 = Voltage Sensor - 1.05V
|
||||
entPhysicalDescr.34279116 = Transceiver Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.34280704 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.34780199 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.34908909 = SFP container
|
||||
entPhysicalDescr.34936936 = SFP container
|
||||
entPhysicalDescr.35271015 = Line Card host
|
||||
entPhysicalDescr.35315789 = SFP container
|
||||
entPhysicalDescr.35419625 = Voltage Sensor - 1.2VB_DB
|
||||
entPhysicalDescr.35421245 = Voltage Sensor - 2.5V_DB
|
||||
entPhysicalDescr.36086291 = Unknown or Unsupported SFP Module
|
||||
entPhysicalDescr.36731525 = ASR9K Fabric, Controller, 4G memory
|
||||
entPhysicalDescr.37278534 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.37280154 = Transceiver Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.37628331 = Ten GigabitEthernet Port
|
||||
entPhysicalDescr.37775412 = GigabitEthernet Port
|
||||
entPhysicalDescr.37776968 = GigabitEthernet Port
|
||||
entPhysicalDescr.37861394 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.37965977 = GigabitEthernet Port
|
||||
entPhysicalDescr.37967661 = GigabitEthernet Port
|
||||
entPhysicalDescr.37989652 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.38317973 = Voltage Sensor - 5.0V_XFP_DB
|
||||
entPhysicalDescr.38645760 = ASR9K Fabric, Controller, 4G memory
|
||||
entPhysicalDescr.39005188 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.39327167 = Voltage Sensor - 1.5VC
|
||||
entPhysicalDescr.39328755 = Voltage Sensor - 1.0VB
|
||||
entPhysicalDescr.39479076 = Voltage Sensor - 1.8VA
|
||||
entPhysicalDescr.39480696 = Voltage Sensor - 0.75VB_0.75VC
|
||||
entPhysicalDescr.40425977 = SFP container
|
||||
entPhysicalDescr.41200281 = Voltage Sensor - IBV
|
||||
entPhysicalDescr.41201965 = Voltage Sensor - 0.9VB
|
||||
entPhysicalDescr.41484934 = Transceiver Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.41486554 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.41608833 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.42449536 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.42811629 = CompactFlash
|
||||
entPhysicalDescr.43725294 = Cisco ASR9K Line Card Module Container
|
||||
entPhysicalDescr.43775213 = XFP container
|
||||
entPhysicalDescr.44116026 = SFP container
|
||||
entPhysicalDescr.44228906 = GE T
|
||||
entPhysicalDescr.44292382 = Voltage Sensor - VP3P3_CAN
|
||||
entPhysicalDescr.44293970 = Voltage Sensor - 0.9VTT_A
|
||||
entPhysicalDescr.44400397 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.44442655 = Voltage Sensor - 1.8VA
|
||||
entPhysicalDescr.44444243 = Voltage Sensor - 0.75VB_0.75VC
|
||||
entPhysicalDescr.44591420 = Voltage Sensor - 1.5VC
|
||||
entPhysicalDescr.44593008 = Voltage Sensor - 1.0VB
|
||||
entPhysicalDescr.44750384 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.44869298 = Cisco ASR9K Route/Switch Processor Module Container
|
||||
entPhysicalDescr.44987045 = RSP Management Ethernet Port
|
||||
entPhysicalDescr.46091638 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.46457974 = Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.46461150 = Inlet Temperature SensorInlet0
|
||||
entPhysicalDescr.46462738 = Voltage Sensor - 0.9VTT_B
|
||||
entPhysicalDescr.46839718 = Unknown or Unsupported SFP Module
|
||||
entPhysicalDescr.47137978 = Voltage Sensor - 1.2V_LDO_BRG1
|
||||
entPhysicalDescr.47139534 = Voltage Sensor - VP3P3_CAN
|
||||
entPhysicalDescr.47141122 = Inlet Temperature SensorInlet0
|
||||
entPhysicalDescr.47251659 = SFP container
|
||||
entPhysicalDescr.47577445 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.48133684 = GigabitEthernet Port
|
||||
entPhysicalDescr.48325120 = Unknown pluggable optics
|
||||
entPhysicalDescr.48479462 = GigabitEthernet Port
|
||||
entPhysicalDescr.48481082 = GigabitEthernet Port
|
||||
entPhysicalDescr.48626511 = GigabitEthernet Port
|
||||
entPhysicalDescr.48629719 = GigabitEthernet Port
|
||||
entPhysicalDescr.48631403 = GigabitEthernet Port
|
||||
entPhysicalDescr.48860629 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.49072097 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.49073717 = Transceiver Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.49096062 = XFP container
|
||||
entPhysicalDescr.49249616 = Unknown pluggable optics
|
||||
entPhysicalDescr.49540252 = Voltage Sensor - 1.5V
|
||||
entPhysicalDescr.49541840 = Voltage Sensor - 1.2VB
|
||||
entPhysicalDescr.49640374 = Transceiver Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.49641930 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.49784607 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.50329169 = Transceiver Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.50330853 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.50652145 = Voltage Sensor - 1.2VD
|
||||
entPhysicalDescr.50653701 = Voltage Sensor - 1.8VB
|
||||
entPhysicalDescr.50856007 = SFP container
|
||||
entPhysicalDescr.50869705 = SFP container
|
||||
entPhysicalDescr.51058413 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.51180438 = Unknown or Unsupported SFP Module
|
||||
entPhysicalDescr.51557812 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.52048628 = CPU
|
||||
entPhysicalDescr.52198794 = Voltage Sensor - 5.0V_XFP_DB
|
||||
entPhysicalDescr.52690955 = RSP Card host
|
||||
entPhysicalDescr.53519347 = SFP container
|
||||
entPhysicalDescr.54054559 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.54145000 = SFP container
|
||||
entPhysicalDescr.54405944 = 2 Port TenGE 20 Port 1GE Daughter board
|
||||
entPhysicalDescr.54523853 = SFP container
|
||||
entPhysicalDescr.54551373 = GigabitEthernet Port
|
||||
entPhysicalDescr.54552961 = GigabitEthernet Port
|
||||
entPhysicalDescr.54554581 = GigabitEthernet Port
|
||||
entPhysicalDescr.54637483 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.54743654 = GigabitEthernet Port
|
||||
entPhysicalDescr.54745274 = GigabitEthernet Port
|
||||
entPhysicalDescr.54767329 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.55094062 = Voltage Sensor - 1.2VB_DB
|
||||
entPhysicalDescr.55095650 = Voltage Sensor - 2.5V_DB
|
||||
entPhysicalDescr.55782801 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.55784485 = Transceiver Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.55826880 = CompactFlash
|
||||
entPhysicalDescr.55906083 = Voltage Sensor - ZARLINK_3.3V
|
||||
entPhysicalDescr.56104716 = Voltage Sensor - 1.0V_TCAM3
|
||||
entPhysicalDescr.56106304 = Voltage Sensor - 1.0V_Bridge_LDO
|
||||
entPhysicalDescr.56253481 = Voltage Sensor - 1.1VB
|
||||
entPhysicalDescr.56256689 = Voltage Sensor - 1.5VB
|
||||
entPhysicalDescr.56258245 = Voltage Sensor - 2.5V
|
||||
entPhysicalDescr.56441000 = Multirate 10GBASE-ZR and OC-192/STM-64 IR-2 XFP, SMF
|
||||
entPhysicalDescr.56641985 = XFP container
|
||||
entPhysicalDescr.57886073 = 2-Port 10GE, 20-Port GE Low Queue LC Requires XFPs and SFPs
|
||||
entPhysicalDescr.57977958 = Voltage Sensor - 5.0V
|
||||
entPhysicalDescr.57979578 = Voltage Sensor - 1.2V_LDO_BRG0
|
||||
entPhysicalDescr.58262547 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.58386542 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.58388130 = Transceiver Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.59027023 = CPU
|
||||
entPhysicalDescr.59227245 = Transceiver Rx Power Sensor
|
||||
entPhysicalDescr.59230118 = SFP container
|
||||
entPhysicalDescr.59373463 = SFP container
|
||||
entPhysicalDescr.59623968 = SFP container
|
||||
entPhysicalDescr.59817663 = SFP container
|
||||
entPhysicalDescr.60487386 = Compact Flash Card Container
|
||||
entPhysicalDescr.61066755 = Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.61068375 = Voltage Sensor - 0.9VTT_B
|
||||
entPhysicalDescr.61070059 = Inlet Temperature SensorInlet0
|
||||
entPhysicalDescr.61178010 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.61220332 = Voltage Sensor - 1.8VB
|
||||
entPhysicalDescr.61221920 = Voltage Sensor - 0.75VA
|
||||
entPhysicalDescr.61368969 = Voltage Sensor - 0.75VD_and_0.75VE
|
||||
entPhysicalDescr.61370589 = Voltage Sensor - 1.0V_TCAM1
|
||||
entPhysicalDescr.61373861 = Voltage Sensor - 1.8VD
|
||||
entPhysicalDescr.61526345 = Transceiver Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.61527965 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.61764658 = RSP Management Ethernet Port
|
||||
entPhysicalDescr.61932028 = SFP container
|
||||
entPhysicalDescr.62867599 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.62869187 = Transceiver Voltage Sensor - 3.3V
|
||||
entPhysicalDescr.63237143 = Voltage Sensor - 0.9VTT_A
|
||||
entPhysicalDescr.63238827 = Voltage Sensor - VP3P3_CAN
|
||||
entPhysicalDescr.63324090 = SFP container
|
||||
entPhysicalDescr.63915527 = Voltage Sensor - 1.2V_LDO_BRG0
|
||||
entPhysicalDescr.63917147 = Voltage Sensor - 5.0V
|
||||
entPhysicalDescr.64355058 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.64909645 = 2 Port TenGE 20 Port 1GE Daughter board
|
||||
entPhysicalDescr.65255487 = GigabitEthernet Port
|
||||
entPhysicalDescr.65257075 = GigabitEthernet Port
|
||||
entPhysicalDescr.65270958 = SFP container
|
||||
entPhysicalDescr.65404124 = GigabitEthernet Port
|
||||
entPhysicalDescr.65407396 = GigabitEthernet Port
|
||||
entPhysicalDescr.65407752 = Unknown pluggable optics
|
||||
entPhysicalDescr.65409016 = GigabitEthernet Port
|
||||
entPhysicalDescr.65576751 = Unknown pluggable optics
|
||||
entPhysicalDescr.65638306 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.65731683 = RSP Management Ethernet Port
|
||||
entPhysicalDescr.65733054 = SFP container
|
||||
entPhysicalDescr.65849678 = Transceiver Tx Power Sensor
|
||||
entPhysicalDescr.66317929 = Voltage Sensor - 1.8VA
|
||||
entPhysicalDescr.66319549 = Voltage Sensor - 1.2VA
|
||||
entPhysicalDescr.66417923 = Transceiver Transmit Bias Current Sensor
|
||||
entPhysicalDescr.66459723 = SFP container
|
||||
entPhysicalDescr.66562284 = Transceiver Temperature Sensor
|
||||
entPhysicalDescr.67108466 = Transceiver Tx Power Sensor
|
||||
334
tests/data/iosxr.entPhysicalName.txt
Normal file
334
tests/data/iosxr.entPhysicalName.txt
Normal file
@ -0,0 +1,334 @@
|
||||
entPhysicalName.14289 = slot mau GigabitEthernet0/0/CPU0/13
|
||||
entPhysicalName.320862 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.322450 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.727162 = power Rx 0/1/CPU0/2
|
||||
entPhysicalName.1226497 = power Rx 0/0/CPU0/1
|
||||
entPhysicalName.1864335 = voltage 0/0/CPU0
|
||||
entPhysicalName.1865923 = voltage 0/0/CPU0
|
||||
entPhysicalName.2359704 = cpu 0/RSP0/CPU0
|
||||
entPhysicalName.3723372 = power Rx 0/0/CPU0/18
|
||||
entPhysicalName.4069865 = GigabitEthernet0/0/0/0
|
||||
entPhysicalName.4220122 = GigabitEthernet0/0/0/10
|
||||
entPhysicalName.4221806 = GigabitEthernet0/0/0/6
|
||||
entPhysicalName.4223394 = GigabitEthernet0/0/0/2
|
||||
entPhysicalName.4306232 = current 0/1/CPU0/0
|
||||
entPhysicalName.4410815 = GigabitEthernet0/0/0/12
|
||||
entPhysicalName.4412403 = GigabitEthernet0/0/0/16
|
||||
entPhysicalName.4436046 = temperature 0/1/CPU0/19
|
||||
entPhysicalName.4437634 = voltage 0/1/CPU0/19
|
||||
entPhysicalName.4553394 = module mau GigabitEthernet0/1/CPU0/0
|
||||
entPhysicalName.4639747 = slot mau GigabitEthernet0/1/CPU0/5
|
||||
entPhysicalName.4761191 = voltage 0/1/CPU0
|
||||
entPhysicalName.4762811 = voltage 0/1/CPU0
|
||||
entPhysicalName.4893333 = slot mau GigabitEthernet0/0/CPU0/2
|
||||
entPhysicalName.5451646 = power Tx 0/0/CPU0/4
|
||||
entPhysicalName.5574832 = voltage 0/0/CPU0
|
||||
entPhysicalName.5773465 = voltage 0/0/CPU0
|
||||
entPhysicalName.5775149 = voltage 0/0/CPU0
|
||||
entPhysicalName.5778357 = voltage 0/0/CPU0
|
||||
entPhysicalName.5922230 = voltage 0/0/CPU0
|
||||
entPhysicalName.5925406 = voltage 0/0/CPU0
|
||||
entPhysicalName.5926994 = voltage 0/0/CPU0
|
||||
entPhysicalName.7645119 = temperature 0/1/CPU0
|
||||
entPhysicalName.7646707 = voltage 0/1/CPU0
|
||||
entPhysicalName.7648263 = voltage 0/1/CPU0
|
||||
entPhysicalName.7931360 = power Rx 0/0/CPU0/14
|
||||
entPhysicalName.8053671 = current 0/0/CPU0/1
|
||||
entPhysicalName.8695772 = module 0/1/CPU0
|
||||
entPhysicalName.8784399 = slot mau GigabitEthernet0/0/CPU0/11
|
||||
entPhysicalName.8895994 = current 0/0/CPU0/17
|
||||
entPhysicalName.9765314 = slot mau GigabitEthernet0/0/CPU0/7
|
||||
entPhysicalName.10030546 = slot mau GigabitEthernet0/1/CPU0/2
|
||||
entPhysicalName.10154515 = cpu 0/RSP1/CPU0
|
||||
entPhysicalName.10735504 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.10737188 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.10738808 = temperature 0/RSP1/CPU0
|
||||
entPhysicalName.10845139 = temperature 0/1/CPU0/0
|
||||
entPhysicalName.10889081 = voltage 0/1/CPU0
|
||||
entPhysicalName.10890637 = voltage 0/1/CPU0
|
||||
entPhysicalName.10892225 = voltage 0/1/CPU0
|
||||
entPhysicalName.11037718 = voltage 0/1/CPU0
|
||||
entPhysicalName.11039402 = voltage 0/1/CPU0
|
||||
entPhysicalName.11042610 = voltage 0/1/CPU0
|
||||
entPhysicalName.11196778 = power Tx 0/1/CPU0/18
|
||||
entPhysicalName.11239623 = voltage 0/1/CPU0
|
||||
entPhysicalName.11329318 = slot mau GigabitEthernet0/1/CPU0/13
|
||||
entPhysicalName.11467076 = slot mau GigabitEthernet0/0/CPU0/5
|
||||
entPhysicalName.12536348 = power Tx 0/1/CPU0/3
|
||||
entPhysicalName.12674056 = slot mau GigabitEthernet0/0/CPU0/9
|
||||
entPhysicalName.12905956 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.12907576 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.13222512 = slot mau GigabitEthernet0/1/CPU0/19
|
||||
entPhysicalName.13584276 = voltage 0/0/CPU0
|
||||
entPhysicalName.13585960 = voltage 0/0/CPU0
|
||||
entPhysicalName.14020599 = voltage 0/1/CPU0/7
|
||||
entPhysicalName.14022155 = temperature 0/1/CPU0/7
|
||||
entPhysicalName.14031228 = slot mau GigabitEthernet0/1/CPU0/15
|
||||
entPhysicalName.14155026 = module mau GigabitEthernet0/0/CPU0/19
|
||||
entPhysicalName.14578394 = TenGigE0/1/0/0
|
||||
entPhysicalName.14924172 = GigabitEthernet0/1/0/18
|
||||
entPhysicalName.14925760 = GigabitEthernet0/1/0/14
|
||||
entPhysicalName.15076145 = GigabitEthernet0/1/0/4
|
||||
entPhysicalName.15077701 = GigabitEthernet0/1/0/8
|
||||
entPhysicalName.15117093 = slot mau GigabitEthernet0/1/CPU0/7
|
||||
entPhysicalName.15303847 = voltage 0/0/CPU0/2
|
||||
entPhysicalName.15305467 = temperature 0/0/CPU0/2
|
||||
entPhysicalName.15400432 = MgmtEth0/RSP1/CPU0/1
|
||||
entPhysicalName.15516807 = power Rx 0/1/CPU0/5
|
||||
entPhysicalName.15775372 = module mau GigabitEthernet0/1/CPU0/3
|
||||
entPhysicalName.15986678 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.15988234 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.16086672 = power Rx 0/0/CPU0/0
|
||||
entPhysicalName.16231033 = current 0/0/CPU0/0
|
||||
entPhysicalName.16660891 = module mau GigabitEthernet0/1/CPU0/19
|
||||
entPhysicalName.16775563 = power Rx 0/0/CPU0/19
|
||||
entPhysicalName.17096855 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.17098539 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.17493029 = module mau GigabitEthernet0/1/CPU0/2
|
||||
entPhysicalName.17503155 = power Tx 0/1/CPU0/2
|
||||
entPhysicalName.18004206 = current 0/0/CPU0/1
|
||||
entPhysicalName.18631618 = slot mau TenGigE0/1/CPU0/1
|
||||
entPhysicalName.18641948 = voltage 0/0/CPU0
|
||||
entPhysicalName.18643536 = voltage 0/0/CPU0
|
||||
entPhysicalName.19137381 = slot compact-flash 0/RSP0/CPU0
|
||||
entPhysicalName.19222353 = slot mau GigabitEthernet0/1/CPU0/16
|
||||
entPhysicalName.20500985 = power Tx 0/0/CPU0/18
|
||||
entPhysicalName.20824324 = module mau TenGigE0/0/CPU0/1
|
||||
entPhysicalName.20847478 = TenGigE0/0/0/1
|
||||
entPhysicalName.20997799 = GigabitEthernet0/0/0/7
|
||||
entPhysicalName.20999419 = GigabitEthernet0/0/0/3
|
||||
entPhysicalName.21082225 = voltage 0/1/CPU0/0
|
||||
entPhysicalName.21083781 = temperature 0/1/CPU0/0
|
||||
entPhysicalName.21188364 = GigabitEthernet0/0/0/11
|
||||
entPhysicalName.21189952 = GigabitEthernet0/0/0/15
|
||||
entPhysicalName.21191572 = GigabitEthernet0/0/0/19
|
||||
entPhysicalName.21212039 = current 0/1/CPU0/19
|
||||
entPhysicalName.21426999 = slot mau GigabitEthernet0/0/CPU0/8
|
||||
entPhysicalName.21538804 = voltage 0/1/CPU0
|
||||
entPhysicalName.21540360 = voltage 0/1/CPU0
|
||||
entPhysicalName.22037673 = module mau TenGigE0/0/CPU0/0
|
||||
entPhysicalName.22227639 = power Rx 0/0/CPU0/4
|
||||
entPhysicalName.22551142 = voltage 0/0/CPU0
|
||||
entPhysicalName.22552762 = voltage 0/0/CPU0
|
||||
entPhysicalName.22555906 = voltage 0/0/CPU0
|
||||
entPhysicalName.22701399 = voltage 0/0/CPU0
|
||||
entPhysicalName.22703083 = voltage 0/0/CPU0
|
||||
entPhysicalName.22998075 = module mau GigabitEthernet0/0/CPU0/1
|
||||
entPhysicalName.24422668 = temperature 0/1/CPU0
|
||||
entPhysicalName.24424256 = voltage 0/1/CPU0
|
||||
entPhysicalName.24425876 = voltage 0/1/CPU0
|
||||
entPhysicalName.24555730 = chassis ASR-9006-DC
|
||||
entPhysicalName.24708941 = power Tx 0/0/CPU0/14
|
||||
entPhysicalName.24755628 = slot mau GigabitEthernet0/0/CPU0/0
|
||||
entPhysicalName.24831284 = power Rx 0/0/CPU0/1
|
||||
entPhysicalName.25670399 = voltage 0/0/CPU0/17
|
||||
entPhysicalName.25671987 = temperature 0/0/CPU0/17
|
||||
entPhysicalName.26418644 = slot mau GigabitEthernet0/1/CPU0/4
|
||||
entPhysicalName.26635792 = slot mau GigabitEthernet0/0/CPU0/1
|
||||
entPhysicalName.26932192 = module 0/RSP1/CPU0
|
||||
entPhysicalName.26947585 = slot 0/0
|
||||
entPhysicalName.27514801 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.27516357 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.27622816 = power Tx 0/1/CPU0/0
|
||||
entPhysicalName.27666630 = voltage 0/1/CPU0
|
||||
entPhysicalName.27668250 = voltage 0/1/CPU0
|
||||
entPhysicalName.27669934 = voltage 0/1/CPU0
|
||||
entPhysicalName.27813807 = voltage 0/1/CPU0
|
||||
entPhysicalName.27815395 = voltage 0/1/CPU0
|
||||
entPhysicalName.27972771 = power Rx 0/1/CPU0/18
|
||||
entPhysicalName.27992463 = slot mau GigabitEthernet0/1/CPU0/18
|
||||
entPhysicalName.28017236 = voltage 0/1/CPU0
|
||||
entPhysicalName.28091685 = slot 0/RSP0
|
||||
entPhysicalName.28927172 = module 0/0/CPU0
|
||||
entPhysicalName.29314025 = power Rx 0/1/CPU0/3
|
||||
entPhysicalName.29680361 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.29683569 = temperature 0/RSP0/CPU0
|
||||
entPhysicalName.29685125 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.29692767 = module mau GigabitEthernet0/0/CPU0/14
|
||||
entPhysicalName.30293303 = slot mau GigabitEthernet0/1/CPU0/0
|
||||
entPhysicalName.30360365 = voltage 0/0/CPU0
|
||||
entPhysicalName.30361953 = voltage 0/0/CPU0
|
||||
entPhysicalName.30363573 = temperature 0/0/CPU0
|
||||
entPhysicalName.30799768 = power Tx 0/1/CPU0/7
|
||||
entPhysicalName.31356071 = TenGigE0/1/0/1
|
||||
entPhysicalName.31701785 = GigabitEthernet0/1/0/15
|
||||
entPhysicalName.31703469 = GigabitEthernet0/1/0/11
|
||||
entPhysicalName.31706677 = GigabitEthernet0/1/0/19
|
||||
entPhysicalName.31853726 = GigabitEthernet0/1/0/3
|
||||
entPhysicalName.31855314 = GigabitEthernet0/1/0/7
|
||||
entPhysicalName.32083016 = power Tx 0/0/CPU0/2
|
||||
entPhysicalName.32294420 = current 0/1/CPU0/5
|
||||
entPhysicalName.32762639 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.32764227 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.32845674 = slot mau GigabitEthernet0/1/CPU0/10
|
||||
entPhysicalName.32864381 = power Tx 0/0/CPU0/0
|
||||
entPhysicalName.33008582 = power Rx 0/0/CPU0/0
|
||||
entPhysicalName.33553176 = current 0/0/CPU0/19
|
||||
entPhysicalName.33874532 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.33876152 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.34279116 = voltage 0/1/CPU0/2
|
||||
entPhysicalName.34280704 = temperature 0/1/CPU0/2
|
||||
entPhysicalName.34780199 = temperature 0/0/CPU0/1
|
||||
entPhysicalName.34908909 = slot mau GigabitEthernet0/0/CPU0/10
|
||||
entPhysicalName.34936936 = slot mau GigabitEthernet0/0/CPU0/18
|
||||
entPhysicalName.35271015 = module 0/0/CPU0
|
||||
entPhysicalName.35315789 = slot mau GigabitEthernet0/0/CPU0/17
|
||||
entPhysicalName.35419625 = voltage 0/0/CPU0
|
||||
entPhysicalName.35421245 = voltage 0/0/CPU0
|
||||
entPhysicalName.36086291 = module mau GigabitEthernet0/0/CPU0/18
|
||||
entPhysicalName.36731525 = module 0/RSP1/CPU0
|
||||
entPhysicalName.37278534 = temperature 0/0/CPU0/18
|
||||
entPhysicalName.37280154 = voltage 0/0/CPU0/18
|
||||
entPhysicalName.37628331 = TenGigE0/0/0/0
|
||||
entPhysicalName.37775412 = GigabitEthernet0/0/0/8
|
||||
entPhysicalName.37776968 = GigabitEthernet0/0/0/4
|
||||
entPhysicalName.37861394 = power Tx 0/1/CPU0/0
|
||||
entPhysicalName.37965977 = GigabitEthernet0/0/0/14
|
||||
entPhysicalName.37967661 = GigabitEthernet0/0/0/18
|
||||
entPhysicalName.37989652 = power Rx 0/1/CPU0/19
|
||||
entPhysicalName.38317973 = voltage 0/1/CPU0
|
||||
entPhysicalName.38645760 = module 0/RSP0/CPU0
|
||||
entPhysicalName.39005188 = current 0/0/CPU0/4
|
||||
entPhysicalName.39327167 = voltage 0/0/CPU0
|
||||
entPhysicalName.39328755 = voltage 0/0/CPU0
|
||||
entPhysicalName.39479076 = voltage 0/0/CPU0
|
||||
entPhysicalName.39480696 = voltage 0/0/CPU0
|
||||
entPhysicalName.40425977 = slot mau GigabitEthernet0/0/CPU0/6
|
||||
entPhysicalName.41200281 = voltage 0/1/CPU0
|
||||
entPhysicalName.41201965 = voltage 0/1/CPU0
|
||||
entPhysicalName.41484934 = voltage 0/0/CPU0/14
|
||||
entPhysicalName.41486554 = temperature 0/0/CPU0/14
|
||||
entPhysicalName.41608833 = power Tx 0/0/CPU0/1
|
||||
entPhysicalName.42449536 = power Tx 0/0/CPU0/17
|
||||
entPhysicalName.42811629 = module compact-flash 0/RSP1/CPU0
|
||||
entPhysicalName.43725294 = slot 0/1
|
||||
entPhysicalName.43775213 = slot mau TenGigE0/1/CPU0/0
|
||||
entPhysicalName.44116026 = slot mau GigabitEthernet0/0/CPU0/12
|
||||
entPhysicalName.44228906 = module mau GigabitEthernet0/1/CPU0/18
|
||||
entPhysicalName.44292382 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.44293970 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.44400397 = power Rx 0/1/CPU0/0
|
||||
entPhysicalName.44442655 = voltage 0/1/CPU0
|
||||
entPhysicalName.44444243 = voltage 0/1/CPU0
|
||||
entPhysicalName.44591420 = voltage 0/1/CPU0
|
||||
entPhysicalName.44593008 = voltage 0/1/CPU0
|
||||
entPhysicalName.44750384 = current 0/1/CPU0/18
|
||||
entPhysicalName.44869298 = slot 0/RSP1
|
||||
entPhysicalName.44987045 = MgmtEth0/RSP0/CPU0/1
|
||||
entPhysicalName.46091638 = current 0/1/CPU0/3
|
||||
entPhysicalName.46457974 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.46461150 = temperature 0/RSP0/CPU0
|
||||
entPhysicalName.46462738 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.46839718 = module mau GigabitEthernet0/0/CPU0/4
|
||||
entPhysicalName.47137978 = voltage 0/0/CPU0
|
||||
entPhysicalName.47139534 = voltage 0/0/CPU0
|
||||
entPhysicalName.47141122 = temperature 0/0/CPU0
|
||||
entPhysicalName.47251659 = slot mau GigabitEthernet0/0/CPU0/15
|
||||
entPhysicalName.47577445 = power Rx 0/1/CPU0/7
|
||||
entPhysicalName.48133684 = GigabitEthernet0/1/0/0
|
||||
entPhysicalName.48325120 = module mau GigabitEthernet0/1/CPU0/7
|
||||
entPhysicalName.48479462 = GigabitEthernet0/1/0/16
|
||||
entPhysicalName.48481082 = GigabitEthernet0/1/0/12
|
||||
entPhysicalName.48626511 = GigabitEthernet0/1/0/10
|
||||
entPhysicalName.48629719 = GigabitEthernet0/1/0/2
|
||||
entPhysicalName.48631403 = GigabitEthernet0/1/0/6
|
||||
entPhysicalName.48860629 = power Rx 0/0/CPU0/2
|
||||
entPhysicalName.49072097 = temperature 0/1/CPU0/5
|
||||
entPhysicalName.49073717 = voltage 0/1/CPU0/5
|
||||
entPhysicalName.49096062 = slot mau TenGigE0/0/CPU0/0
|
||||
entPhysicalName.49249616 = module mau GigabitEthernet0/0/CPU0/2
|
||||
entPhysicalName.49540252 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.49541840 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.49640374 = voltage 0/0/CPU0/0
|
||||
entPhysicalName.49641930 = temperature 0/0/CPU0/0
|
||||
entPhysicalName.49784607 = power Tx 0/0/CPU0/0
|
||||
entPhysicalName.50329169 = voltage 0/0/CPU0/19
|
||||
entPhysicalName.50330853 = temperature 0/0/CPU0/19
|
||||
entPhysicalName.50652145 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.50653701 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.50856007 = slot mau GigabitEthernet0/1/CPU0/1
|
||||
entPhysicalName.50869705 = slot mau GigabitEthernet0/1/CPU0/3
|
||||
entPhysicalName.51058413 = current 0/1/CPU0/2
|
||||
entPhysicalName.51180438 = module mau GigabitEthernet0/1/CPU0/5
|
||||
entPhysicalName.51557812 = power Tx 0/0/CPU0/1
|
||||
entPhysicalName.52048628 = cpu 0/0/CPU0
|
||||
entPhysicalName.52198794 = voltage 0/0/CPU0
|
||||
entPhysicalName.52690955 = module 0/RSP0/CPU0
|
||||
entPhysicalName.53519347 = slot mau GigabitEthernet0/0/CPU0/4
|
||||
entPhysicalName.54054559 = current 0/0/CPU0/18
|
||||
entPhysicalName.54145000 = slot mau GigabitEthernet0/1/CPU0/11
|
||||
entPhysicalName.54405944 = daughtercard 0/0/CPU0
|
||||
entPhysicalName.54523853 = slot mau GigabitEthernet0/1/CPU0/12
|
||||
entPhysicalName.54551373 = GigabitEthernet0/0/0/9
|
||||
entPhysicalName.54552961 = GigabitEthernet0/0/0/5
|
||||
entPhysicalName.54554581 = GigabitEthernet0/0/0/1
|
||||
entPhysicalName.54637483 = power Rx 0/1/CPU0/0
|
||||
entPhysicalName.54743654 = GigabitEthernet0/0/0/13
|
||||
entPhysicalName.54745274 = GigabitEthernet0/0/0/17
|
||||
entPhysicalName.54767329 = power Tx 0/1/CPU0/19
|
||||
entPhysicalName.55094062 = voltage 0/1/CPU0
|
||||
entPhysicalName.55095650 = voltage 0/1/CPU0
|
||||
entPhysicalName.55782801 = temperature 0/0/CPU0/4
|
||||
entPhysicalName.55784485 = voltage 0/0/CPU0/4
|
||||
entPhysicalName.55826880 = module compact-flash 0/RSP0/CPU0
|
||||
entPhysicalName.55906083 = voltage 0/0/CPU0
|
||||
entPhysicalName.56104716 = voltage 0/0/CPU0
|
||||
entPhysicalName.56106304 = voltage 0/0/CPU0
|
||||
entPhysicalName.56253481 = voltage 0/0/CPU0
|
||||
entPhysicalName.56256689 = voltage 0/0/CPU0
|
||||
entPhysicalName.56258245 = voltage 0/0/CPU0
|
||||
entPhysicalName.56441000 = module mau TenGigE0/1/CPU0/0
|
||||
entPhysicalName.56641985 = slot mau TenGigE0/0/CPU0/1
|
||||
entPhysicalName.57886073 = module 0/1/CPU0
|
||||
entPhysicalName.57977958 = voltage 0/1/CPU0
|
||||
entPhysicalName.57979578 = voltage 0/1/CPU0
|
||||
entPhysicalName.58262547 = current 0/0/CPU0/14
|
||||
entPhysicalName.58386542 = temperature 0/0/CPU0/1
|
||||
entPhysicalName.58388130 = voltage 0/0/CPU0/1
|
||||
entPhysicalName.59027023 = cpu 0/1/CPU0
|
||||
entPhysicalName.59227245 = power Rx 0/0/CPU0/17
|
||||
entPhysicalName.59230118 = slot mau GigabitEthernet0/0/CPU0/16
|
||||
entPhysicalName.59373463 = slot mau GigabitEthernet0/0/CPU0/19
|
||||
entPhysicalName.59623968 = slot mau GigabitEthernet0/1/CPU0/8
|
||||
entPhysicalName.59817663 = slot mau GigabitEthernet0/1/CPU0/9
|
||||
entPhysicalName.60487386 = slot compact-flash 0/RSP1/CPU0
|
||||
entPhysicalName.61066755 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.61068375 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.61070059 = temperature 0/RSP1/CPU0
|
||||
entPhysicalName.61178010 = current 0/1/CPU0/0
|
||||
entPhysicalName.61220332 = voltage 0/1/CPU0
|
||||
entPhysicalName.61221920 = voltage 0/1/CPU0
|
||||
entPhysicalName.61368969 = voltage 0/1/CPU0
|
||||
entPhysicalName.61370589 = voltage 0/1/CPU0
|
||||
entPhysicalName.61373861 = voltage 0/1/CPU0
|
||||
entPhysicalName.61526345 = voltage 0/1/CPU0/18
|
||||
entPhysicalName.61527965 = temperature 0/1/CPU0/18
|
||||
entPhysicalName.61764658 = MgmtEth0/RSP0/CPU0/0
|
||||
entPhysicalName.61932028 = slot mau GigabitEthernet0/0/CPU0/14
|
||||
entPhysicalName.62867599 = temperature 0/1/CPU0/3
|
||||
entPhysicalName.62869187 = voltage 0/1/CPU0/3
|
||||
entPhysicalName.63237143 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.63238827 = voltage 0/RSP0/CPU0
|
||||
entPhysicalName.63324090 = slot mau GigabitEthernet0/1/CPU0/17
|
||||
entPhysicalName.63915527 = voltage 0/0/CPU0
|
||||
entPhysicalName.63917147 = voltage 0/0/CPU0
|
||||
entPhysicalName.64355058 = current 0/1/CPU0/7
|
||||
entPhysicalName.64909645 = daughtercard 0/1/CPU0
|
||||
entPhysicalName.65255487 = GigabitEthernet0/1/0/17
|
||||
entPhysicalName.65257075 = GigabitEthernet0/1/0/13
|
||||
entPhysicalName.65270958 = slot mau GigabitEthernet0/0/CPU0/3
|
||||
entPhysicalName.65404124 = GigabitEthernet0/1/0/9
|
||||
entPhysicalName.65407396 = GigabitEthernet0/1/0/1
|
||||
entPhysicalName.65407752 = module mau GigabitEthernet0/0/CPU0/17
|
||||
entPhysicalName.65409016 = GigabitEthernet0/1/0/5
|
||||
entPhysicalName.65576751 = module mau GigabitEthernet0/0/CPU0/0
|
||||
entPhysicalName.65638306 = current 0/0/CPU0/2
|
||||
entPhysicalName.65731683 = MgmtEth0/RSP1/CPU0/0
|
||||
entPhysicalName.65733054 = slot mau GigabitEthernet0/1/CPU0/6
|
||||
entPhysicalName.65849678 = power Tx 0/1/CPU0/5
|
||||
entPhysicalName.66317929 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.66319549 = voltage 0/RSP1/CPU0
|
||||
entPhysicalName.66417923 = current 0/0/CPU0/0
|
||||
entPhysicalName.66459723 = slot mau GigabitEthernet0/1/CPU0/14
|
||||
entPhysicalName.66562284 = temperature 0/0/CPU0/0
|
||||
entPhysicalName.67108466 = power Tx 0/0/CPU0/19
|
||||
287
tests/data/procurve.entPhysicalDescr.txt
Normal file
287
tests/data/procurve.entPhysicalDescr.txt
Normal file
@ -0,0 +1,287 @@
|
||||
entPhysicalDescr.1 = HP J9091A Switch E8212zl (Formerly ProCurve)
|
||||
entPhysicalDescr.2 = HP J9091A Switch backplane
|
||||
entPhysicalDescr.3 = HP J9091A Switch power supply bay pseudocontainer
|
||||
entPhysicalDescr.4 = HP J9091A Switch slot pseudocontainer
|
||||
entPhysicalDescr.5 = HP J9091A Switch fan
|
||||
entPhysicalDescr.6 = HP J9091A Switch fan
|
||||
entPhysicalDescr.7 = HP J9091A Switch fan
|
||||
entPhysicalDescr.8 = HP J9091A Switch fan
|
||||
entPhysicalDescr.9 = HP J9091A Switch fan
|
||||
entPhysicalDescr.10 = HP J9091A Switch fan
|
||||
entPhysicalDescr.11 = HP J9091A Switch temperature sensor
|
||||
entPhysicalDescr.14 = HP J9091A Switch temperature sensor
|
||||
entPhysicalDescr.15 = HP J9091A Switch temperature sensor
|
||||
entPhysicalDescr.17 = HP J9091A Switch temperature sensor
|
||||
entPhysicalDescr.18 = HP J9091A Switch temperature sensor
|
||||
entPhysicalDescr.21 = HP J9091A Switch temperature sensor
|
||||
entPhysicalDescr.22 = HP J9091A Switch temperature sensor
|
||||
entPhysicalDescr.23 = HP J9091A Switch temperature sensor
|
||||
entPhysicalDescr.24 = HP J9091A Switch temperature sensor
|
||||
entPhysicalDescr.25 = HP J9091A Switch temperature sensor
|
||||
entPhysicalDescr.26 = HP J9091A Switch temperature sensor
|
||||
entPhysicalDescr.27 = HP J9091A Switch temperature sensor
|
||||
entPhysicalDescr.28 = HP J9091A Switch temperature sensor
|
||||
entPhysicalDescr.31 = HP J9091A Switch power supply bay
|
||||
entPhysicalDescr.32 = HP J9091A Switch power supply bay
|
||||
entPhysicalDescr.33 = HP J9091A Switch power supply bay
|
||||
entPhysicalDescr.34 = HP J9091A Switch power supply bay
|
||||
entPhysicalDescr.35 = HP J9091A Switch power supply
|
||||
entPhysicalDescr.36 = HP J9091A Switch power supply
|
||||
entPhysicalDescr.38 = HP J9091A Switch power supply
|
||||
entPhysicalDescr.42 = HP J9091A Switch Management Module Slot
|
||||
entPhysicalDescr.43 = HP J9091A Switch Management Module Slot
|
||||
entPhysicalDescr.44 = HP J9091A Switch Fabric Slot
|
||||
entPhysicalDescr.45 = HP J9091A Switch Fabric Slot
|
||||
entPhysicalDescr.46 = HP J9091A System Support Module Slot
|
||||
entPhysicalDescr.47 = HP J9091A Switch port module slot
|
||||
entPhysicalDescr.48 = HP J9091A Switch port module slot
|
||||
entPhysicalDescr.49 = HP J9091A Switch port module slot
|
||||
entPhysicalDescr.50 = HP J9091A Switch port module slot
|
||||
entPhysicalDescr.51 = HP J9091A Switch port module slot
|
||||
entPhysicalDescr.52 = HP J9091A Switch port module slot
|
||||
entPhysicalDescr.53 = HP J9091A Switch port module slot
|
||||
entPhysicalDescr.54 = HP J9091A Switch port module slot
|
||||
entPhysicalDescr.55 = HP J9091A Switch port module slot
|
||||
entPhysicalDescr.56 = HP J9091A Switch port module slot
|
||||
entPhysicalDescr.57 = HP J9091A Switch port module slot
|
||||
entPhysicalDescr.58 = HP J9091A Switch port module slot
|
||||
entPhysicalDescr.59 = HP J9092A Management Module 8200zl
|
||||
entPhysicalDescr.60 = HP J9092A Management Module 8200zl
|
||||
entPhysicalDescr.61 = HP J9093A Fabric Module 8200zl
|
||||
entPhysicalDescr.62 = HP J9093A Fabric Module 8200zl
|
||||
entPhysicalDescr.63 = HP J9095A System Support Module
|
||||
entPhysicalDescr.64 = HP J8706A 24p SFP zl Module
|
||||
entPhysicalDescr.65 = HP J8707A 4p 10-GbE zl Module
|
||||
entPhysicalDescr.68 = HP J8702A 24p Gig-T zl Module
|
||||
entPhysicalDescr.69 = HP J8702A 24p Gig-T zl Module
|
||||
entPhysicalDescr.70 = HP J8702A 24p Gig-T zl Module
|
||||
entPhysicalDescr.71 = HP J8702A 24p Gig-T zl Module
|
||||
entPhysicalDescr.72 = HP J8702A 24p Gig-T zl Module
|
||||
entPhysicalDescr.73 = HP J8702A 24p Gig-T zl Module
|
||||
entPhysicalDescr.74 = HP J8702A 24p Gig-T zl Module
|
||||
entPhysicalDescr.75 = HP J8702A 24p Gig-T zl Module
|
||||
entPhysicalDescr.76 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.77 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.78 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.79 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.80 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.81 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.82 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.83 = HP J8706A No Card
|
||||
entPhysicalDescr.84 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.85 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.86 = HP J8706A No Card
|
||||
entPhysicalDescr.87 = HP J8706A No Card
|
||||
entPhysicalDescr.88 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.89 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.90 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.91 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.92 = HP J8706A No Card
|
||||
entPhysicalDescr.93 = HP J8706A No Card
|
||||
entPhysicalDescr.94 = HP J8706A No Card
|
||||
entPhysicalDescr.95 = HP J8706A No Card
|
||||
entPhysicalDescr.96 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.97 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.98 = HP J8706A 1000BASE-SX Port
|
||||
entPhysicalDescr.99 = HP J8706A No Card
|
||||
entPhysicalDescr.100 = HP J8707A No Card
|
||||
entPhysicalDescr.101 = HP J8707A 10GIGBASE-LR Port
|
||||
entPhysicalDescr.102 = HP J8707A 10GIGBASE-LR Port
|
||||
entPhysicalDescr.103 = HP J8707A No Card
|
||||
entPhysicalDescr.172 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.173 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.174 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.175 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.176 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.177 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.178 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.179 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.180 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.181 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.182 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.183 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.184 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.185 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.186 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.187 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.188 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.189 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.190 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.191 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.192 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.193 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.194 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.195 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.196 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.197 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.198 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.199 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.200 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.201 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.202 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.203 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.204 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.205 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.206 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.207 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.208 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.209 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.210 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.211 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.212 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.213 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.214 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.215 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.216 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.217 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.218 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.219 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.220 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.221 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.222 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.223 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.224 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.225 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.226 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.227 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.228 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.229 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.230 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.231 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.232 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.233 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.234 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.235 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.236 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.237 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.238 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.239 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.240 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.241 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.242 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.243 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.244 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.245 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.246 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.247 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.248 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.249 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.250 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.251 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.252 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.253 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.254 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.255 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.256 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.257 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.258 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.259 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.260 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.261 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.262 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.263 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.264 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.265 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.266 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.267 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.268 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.269 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.270 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.271 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.272 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.273 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.274 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.275 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.276 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.277 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.278 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.279 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.280 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.281 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.282 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.283 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.284 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.285 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.286 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.287 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.288 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.289 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.290 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.291 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.292 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.293 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.294 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.295 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.296 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.297 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.298 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.299 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.300 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.301 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.302 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.303 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.304 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.305 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.306 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.307 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.308 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.309 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.310 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.311 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.312 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.313 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.314 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.315 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.316 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.317 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.318 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.319 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.320 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.321 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.322 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.323 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.324 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.325 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.326 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.327 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.328 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.329 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.330 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.331 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.332 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.333 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.334 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.335 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.336 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.337 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.338 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.339 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.340 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.341 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.342 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.343 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.344 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.345 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.346 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.347 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.348 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.349 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.350 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.351 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.352 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.353 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.354 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.355 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.356 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.357 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.358 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.359 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.360 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.361 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.362 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.363 = HP J8702A 100/1000BASE-T Port
|
||||
entPhysicalDescr.364 = Reset, I2C, System interface, Dual MM
|
||||
entPhysicalDescr.365 = Front panel LEDs
|
||||
entPhysicalDescr.404 = EPS, LED, 50V
|
||||
entPhysicalDescr.405 = HA, SIO, IPS
|
||||
entPhysicalDescr.406 = Reset, Hotswap
|
||||
287
tests/data/procurve.entPhysicalName.txt
Normal file
287
tests/data/procurve.entPhysicalName.txt
Normal file
@ -0,0 +1,287 @@
|
||||
entPhysicalName.1 = Chassis
|
||||
entPhysicalName.2 = Backplane
|
||||
entPhysicalName.3 =
|
||||
entPhysicalName.4 =
|
||||
entPhysicalName.5 = Fan 1
|
||||
entPhysicalName.6 = Fan 2
|
||||
entPhysicalName.7 = Fan 3
|
||||
entPhysicalName.8 = Fan 4
|
||||
entPhysicalName.9 = Fan 5
|
||||
entPhysicalName.10 = Fan 6
|
||||
entPhysicalName.11 = Chassis Temperature
|
||||
entPhysicalName.14 = Fabric Module 1 Temperature
|
||||
entPhysicalName.15 = Fabric Module 2 Temperature
|
||||
entPhysicalName.17 = Slot A Temperature
|
||||
entPhysicalName.18 = Slot B Temperature
|
||||
entPhysicalName.21 = Slot E Temperature
|
||||
entPhysicalName.22 = Slot F Temperature
|
||||
entPhysicalName.23 = Slot G Temperature
|
||||
entPhysicalName.24 = Slot H Temperature
|
||||
entPhysicalName.25 = Slot I Temperature
|
||||
entPhysicalName.26 = Slot J Temperature
|
||||
entPhysicalName.27 = Slot K Temperature
|
||||
entPhysicalName.28 = Slot L Temperature
|
||||
entPhysicalName.31 = Power Supply Bay 1
|
||||
entPhysicalName.32 = Power Supply Bay 2
|
||||
entPhysicalName.33 = Power Supply Bay 3
|
||||
entPhysicalName.34 = Power Supply Bay 4
|
||||
entPhysicalName.35 = Power Supply 1
|
||||
entPhysicalName.36 = Power Supply 2
|
||||
entPhysicalName.38 = Power Supply 4
|
||||
entPhysicalName.42 = Switch Management Module Slot
|
||||
entPhysicalName.43 = Switch Management Module Slot
|
||||
entPhysicalName.44 = Switch Fabric Slot
|
||||
entPhysicalName.45 = Switch Fabric Slot
|
||||
entPhysicalName.46 = System Support Module Slot
|
||||
entPhysicalName.47 = Slot A
|
||||
entPhysicalName.48 = Slot B
|
||||
entPhysicalName.49 = Slot C
|
||||
entPhysicalName.50 = Slot D
|
||||
entPhysicalName.51 = Slot E
|
||||
entPhysicalName.52 = Slot F
|
||||
entPhysicalName.53 = Slot G
|
||||
entPhysicalName.54 = Slot H
|
||||
entPhysicalName.55 = Slot I
|
||||
entPhysicalName.56 = Slot J
|
||||
entPhysicalName.57 = Slot K
|
||||
entPhysicalName.58 = Slot L
|
||||
entPhysicalName.59 = Switch Management Module
|
||||
entPhysicalName.60 = Switch Management Module
|
||||
entPhysicalName.61 = Switch Fabric
|
||||
entPhysicalName.62 = Switch Fabric
|
||||
entPhysicalName.63 = System Support Module
|
||||
entPhysicalName.64 = A
|
||||
entPhysicalName.65 = B
|
||||
entPhysicalName.68 = E
|
||||
entPhysicalName.69 = F
|
||||
entPhysicalName.70 = G
|
||||
entPhysicalName.71 = H
|
||||
entPhysicalName.72 = I
|
||||
entPhysicalName.73 = J
|
||||
entPhysicalName.74 = K
|
||||
entPhysicalName.75 = L
|
||||
entPhysicalName.76 = Port A1
|
||||
entPhysicalName.77 = Port A2
|
||||
entPhysicalName.78 = Port A3
|
||||
entPhysicalName.79 = Port A4
|
||||
entPhysicalName.80 = Port A5
|
||||
entPhysicalName.81 = Port A6
|
||||
entPhysicalName.82 = Port A7
|
||||
entPhysicalName.83 = Port A8
|
||||
entPhysicalName.84 = Port A9
|
||||
entPhysicalName.85 = Port A10
|
||||
entPhysicalName.86 = Port A11
|
||||
entPhysicalName.87 = Port A12
|
||||
entPhysicalName.88 = Port A13
|
||||
entPhysicalName.89 = Port A14
|
||||
entPhysicalName.90 = Port A15
|
||||
entPhysicalName.91 = Port A16
|
||||
entPhysicalName.92 = Port A17
|
||||
entPhysicalName.93 = Port A18
|
||||
entPhysicalName.94 = Port A19
|
||||
entPhysicalName.95 = Port A20
|
||||
entPhysicalName.96 = Port A21
|
||||
entPhysicalName.97 = Port A22
|
||||
entPhysicalName.98 = Port A23
|
||||
entPhysicalName.99 = Port A24
|
||||
entPhysicalName.100 = Port B1
|
||||
entPhysicalName.101 = Port B2
|
||||
entPhysicalName.102 = Port B3
|
||||
entPhysicalName.103 = Port B4
|
||||
entPhysicalName.172 = Port E1
|
||||
entPhysicalName.173 = Port E2
|
||||
entPhysicalName.174 = Port E3
|
||||
entPhysicalName.175 = Port E4
|
||||
entPhysicalName.176 = Port E5
|
||||
entPhysicalName.177 = Port E6
|
||||
entPhysicalName.178 = Port E7
|
||||
entPhysicalName.179 = Port E8
|
||||
entPhysicalName.180 = Port E9
|
||||
entPhysicalName.181 = Port E10
|
||||
entPhysicalName.182 = Port E11
|
||||
entPhysicalName.183 = Port E12
|
||||
entPhysicalName.184 = Port E13
|
||||
entPhysicalName.185 = Port E14
|
||||
entPhysicalName.186 = Port E15
|
||||
entPhysicalName.187 = Port E16
|
||||
entPhysicalName.188 = Port E17
|
||||
entPhysicalName.189 = Port E18
|
||||
entPhysicalName.190 = Port E19
|
||||
entPhysicalName.191 = Port E20
|
||||
entPhysicalName.192 = Port E21
|
||||
entPhysicalName.193 = Port E22
|
||||
entPhysicalName.194 = Port E23
|
||||
entPhysicalName.195 = Port E24
|
||||
entPhysicalName.196 = Port F1
|
||||
entPhysicalName.197 = Port F2
|
||||
entPhysicalName.198 = Port F3
|
||||
entPhysicalName.199 = Port F4
|
||||
entPhysicalName.200 = Port F5
|
||||
entPhysicalName.201 = Port F6
|
||||
entPhysicalName.202 = Port F7
|
||||
entPhysicalName.203 = Port F8
|
||||
entPhysicalName.204 = Port F9
|
||||
entPhysicalName.205 = Port F10
|
||||
entPhysicalName.206 = Port F11
|
||||
entPhysicalName.207 = Port F12
|
||||
entPhysicalName.208 = Port F13
|
||||
entPhysicalName.209 = Port F14
|
||||
entPhysicalName.210 = Port F15
|
||||
entPhysicalName.211 = Port F16
|
||||
entPhysicalName.212 = Port F17
|
||||
entPhysicalName.213 = Port F18
|
||||
entPhysicalName.214 = Port F19
|
||||
entPhysicalName.215 = Port F20
|
||||
entPhysicalName.216 = Port F21
|
||||
entPhysicalName.217 = Port F22
|
||||
entPhysicalName.218 = Port F23
|
||||
entPhysicalName.219 = Port F24
|
||||
entPhysicalName.220 = Port G1
|
||||
entPhysicalName.221 = Port G2
|
||||
entPhysicalName.222 = Port G3
|
||||
entPhysicalName.223 = Port G4
|
||||
entPhysicalName.224 = Port G5
|
||||
entPhysicalName.225 = Port G6
|
||||
entPhysicalName.226 = Port G7
|
||||
entPhysicalName.227 = Port G8
|
||||
entPhysicalName.228 = Port G9
|
||||
entPhysicalName.229 = Port G10
|
||||
entPhysicalName.230 = Port G11
|
||||
entPhysicalName.231 = Port G12
|
||||
entPhysicalName.232 = Port G13
|
||||
entPhysicalName.233 = Port G14
|
||||
entPhysicalName.234 = Port G15
|
||||
entPhysicalName.235 = Port G16
|
||||
entPhysicalName.236 = Port G17
|
||||
entPhysicalName.237 = Port G18
|
||||
entPhysicalName.238 = Port G19
|
||||
entPhysicalName.239 = Port G20
|
||||
entPhysicalName.240 = Port G21
|
||||
entPhysicalName.241 = Port G22
|
||||
entPhysicalName.242 = Port G23
|
||||
entPhysicalName.243 = Port G24
|
||||
entPhysicalName.244 = Port H1
|
||||
entPhysicalName.245 = Port H2
|
||||
entPhysicalName.246 = Port H3
|
||||
entPhysicalName.247 = Port H4
|
||||
entPhysicalName.248 = Port H5
|
||||
entPhysicalName.249 = Port H6
|
||||
entPhysicalName.250 = Port H7
|
||||
entPhysicalName.251 = Port H8
|
||||
entPhysicalName.252 = Port H9
|
||||
entPhysicalName.253 = Port H10
|
||||
entPhysicalName.254 = Port H11
|
||||
entPhysicalName.255 = Port H12
|
||||
entPhysicalName.256 = Port H13
|
||||
entPhysicalName.257 = Port H14
|
||||
entPhysicalName.258 = Port H15
|
||||
entPhysicalName.259 = Port H16
|
||||
entPhysicalName.260 = Port H17
|
||||
entPhysicalName.261 = Port H18
|
||||
entPhysicalName.262 = Port H19
|
||||
entPhysicalName.263 = Port H20
|
||||
entPhysicalName.264 = Port H21
|
||||
entPhysicalName.265 = Port H22
|
||||
entPhysicalName.266 = Port H23
|
||||
entPhysicalName.267 = Port H24
|
||||
entPhysicalName.268 = Port I1
|
||||
entPhysicalName.269 = Port I2
|
||||
entPhysicalName.270 = Port I3
|
||||
entPhysicalName.271 = Port I4
|
||||
entPhysicalName.272 = Port I5
|
||||
entPhysicalName.273 = Port I6
|
||||
entPhysicalName.274 = Port I7
|
||||
entPhysicalName.275 = Port I8
|
||||
entPhysicalName.276 = Port I9
|
||||
entPhysicalName.277 = Port I10
|
||||
entPhysicalName.278 = Port I11
|
||||
entPhysicalName.279 = Port I12
|
||||
entPhysicalName.280 = Port I13
|
||||
entPhysicalName.281 = Port I14
|
||||
entPhysicalName.282 = Port I15
|
||||
entPhysicalName.283 = Port I16
|
||||
entPhysicalName.284 = Port I17
|
||||
entPhysicalName.285 = Port I18
|
||||
entPhysicalName.286 = Port I19
|
||||
entPhysicalName.287 = Port I20
|
||||
entPhysicalName.288 = Port I21
|
||||
entPhysicalName.289 = Port I22
|
||||
entPhysicalName.290 = Port I23
|
||||
entPhysicalName.291 = Port I24
|
||||
entPhysicalName.292 = Port J1
|
||||
entPhysicalName.293 = Port J2
|
||||
entPhysicalName.294 = Port J3
|
||||
entPhysicalName.295 = Port J4
|
||||
entPhysicalName.296 = Port J5
|
||||
entPhysicalName.297 = Port J6
|
||||
entPhysicalName.298 = Port J7
|
||||
entPhysicalName.299 = Port J8
|
||||
entPhysicalName.300 = Port J9
|
||||
entPhysicalName.301 = Port J10
|
||||
entPhysicalName.302 = Port J11
|
||||
entPhysicalName.303 = Port J12
|
||||
entPhysicalName.304 = Port J13
|
||||
entPhysicalName.305 = Port J14
|
||||
entPhysicalName.306 = Port J15
|
||||
entPhysicalName.307 = Port J16
|
||||
entPhysicalName.308 = Port J17
|
||||
entPhysicalName.309 = Port J18
|
||||
entPhysicalName.310 = Port J19
|
||||
entPhysicalName.311 = Port J20
|
||||
entPhysicalName.312 = Port J21
|
||||
entPhysicalName.313 = Port J22
|
||||
entPhysicalName.314 = Port J23
|
||||
entPhysicalName.315 = Port J24
|
||||
entPhysicalName.316 = Port K1
|
||||
entPhysicalName.317 = Port K2
|
||||
entPhysicalName.318 = Port K3
|
||||
entPhysicalName.319 = Port K4
|
||||
entPhysicalName.320 = Port K5
|
||||
entPhysicalName.321 = Port K6
|
||||
entPhysicalName.322 = Port K7
|
||||
entPhysicalName.323 = Port K8
|
||||
entPhysicalName.324 = Port K9
|
||||
entPhysicalName.325 = Port K10
|
||||
entPhysicalName.326 = Port K11
|
||||
entPhysicalName.327 = Port K12
|
||||
entPhysicalName.328 = Port K13
|
||||
entPhysicalName.329 = Port K14
|
||||
entPhysicalName.330 = Port K15
|
||||
entPhysicalName.331 = Port K16
|
||||
entPhysicalName.332 = Port K17
|
||||
entPhysicalName.333 = Port K18
|
||||
entPhysicalName.334 = Port K19
|
||||
entPhysicalName.335 = Port K20
|
||||
entPhysicalName.336 = Port K21
|
||||
entPhysicalName.337 = Port K22
|
||||
entPhysicalName.338 = Port K23
|
||||
entPhysicalName.339 = Port K24
|
||||
entPhysicalName.340 = Port L1
|
||||
entPhysicalName.341 = Port L2
|
||||
entPhysicalName.342 = Port L3
|
||||
entPhysicalName.343 = Port L4
|
||||
entPhysicalName.344 = Port L5
|
||||
entPhysicalName.345 = Port L6
|
||||
entPhysicalName.346 = Port L7
|
||||
entPhysicalName.347 = Port L8
|
||||
entPhysicalName.348 = Port L9
|
||||
entPhysicalName.349 = Port L10
|
||||
entPhysicalName.350 = Port L11
|
||||
entPhysicalName.351 = Port L12
|
||||
entPhysicalName.352 = Port L13
|
||||
entPhysicalName.353 = Port L14
|
||||
entPhysicalName.354 = Port L15
|
||||
entPhysicalName.355 = Port L16
|
||||
entPhysicalName.356 = Port L17
|
||||
entPhysicalName.357 = Port L18
|
||||
entPhysicalName.358 = Port L19
|
||||
entPhysicalName.359 = Port L20
|
||||
entPhysicalName.360 = Port L21
|
||||
entPhysicalName.361 = Port L22
|
||||
entPhysicalName.362 = Port L23
|
||||
entPhysicalName.363 = Port L24
|
||||
entPhysicalName.364 = SSC
|
||||
entPhysicalName.365 = CSI
|
||||
entPhysicalName.404 = CSI
|
||||
entPhysicalName.405 = GP1
|
||||
entPhysicalName.406 = GP2
|
||||
1075
tests/data/providerRewriteEntityName.csv
Normal file
1075
tests/data/providerRewriteEntityName.csv
Normal file
File diff suppressed because it is too large
Load Diff
4
tests/data/snmp/snmp_walk_bare_oid-1.json
Normal file
4
tests/data/snmp/snmp_walk_bare_oid-1.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"dupsIdentManufacturer": "Delta",
|
||||
"dupsIdentModel": "UPS302R2RT2B035"
|
||||
}
|
||||
46
tests/data/snmp/snmp_walk_lldp-1.json
Normal file
46
tests/data/snmp/snmp_walk_lldp-1.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"121": {
|
||||
"14": {
|
||||
"1182": {
|
||||
"lldpRemSysDesc": "Ruijie 10G Ethernet Switch(S2910-48GT4XS-E) By Ruijie Networks"
|
||||
}
|
||||
}
|
||||
},
|
||||
"120": {
|
||||
"21": {
|
||||
"2486": {
|
||||
"lldpRemSysDesc": "S5700S-52P-LI-AC"
|
||||
}
|
||||
},
|
||||
"24": {
|
||||
"1072": {
|
||||
"lldpRemSysDesc": "Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 12.2(37)SE, RELEASE SOFTWARE (fc2)"
|
||||
}
|
||||
},
|
||||
"32": {
|
||||
"1361": {
|
||||
"lldpRemSysDesc": "MikroTik RouterOS 6.40.9 (bugfix) CCR1009-8G-1S-1S+"
|
||||
}
|
||||
},
|
||||
"36": {
|
||||
"925": {
|
||||
"lldpRemSysDesc": "Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 12.2(37)SE, RELEASE SOFTWARE (fc2)"
|
||||
}
|
||||
},
|
||||
"50": {
|
||||
"2432": {
|
||||
"lldpRemSysDesc": ""
|
||||
}
|
||||
},
|
||||
"51": {
|
||||
"948": {
|
||||
"lldpRemSysDesc": "V4.10(AAGE.6) | 09\/16\/2014"
|
||||
}
|
||||
},
|
||||
"52": {
|
||||
"949": {
|
||||
"lldpRemSysDesc": "V4.10(AAGE.6) | 09\/16\/2014"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
46
tests/data/snmp/snmp_walk_lldp-2.json
Normal file
46
tests/data/snmp/snmp_walk_lldp-2.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"121": {
|
||||
"14": {
|
||||
"1182": {
|
||||
"lldpRemSysDesc": "Ruijie 10G Ethernet Switch(S2910-48GT4XS-E) By Ruijie Networks"
|
||||
}
|
||||
}
|
||||
},
|
||||
"120": {
|
||||
"21": {
|
||||
"2486": {
|
||||
"lldpRemSysDesc": "S5700S-52P-LI-AC Huawei Versatile Routing Platform Software VRP (R) software, Version 5.160 (S5700 V200R006C00SPC500) Copyright (C) 2000-2014 HUAWEI TECH CO., LTD"
|
||||
}
|
||||
},
|
||||
"24": {
|
||||
"1072": {
|
||||
"lldpRemSysDesc": "Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 12.2(37)SE, RELEASE SOFTWARE (fc2) Copyright (c) 1986-2007 by Cisco Systems, Inc. Compiled Thu 10-May-07 16:43 by antonino"
|
||||
}
|
||||
},
|
||||
"32": {
|
||||
"1361": {
|
||||
"lldpRemSysDesc": "MikroTik RouterOS 6.40.9 (bugfix) CCR1009-8G-1S-1S+"
|
||||
}
|
||||
},
|
||||
"36": {
|
||||
"925": {
|
||||
"lldpRemSysDesc": "Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 12.2(37)SE, RELEASE SOFTWARE (fc2) Copyright (c) 1986-2007 by Cisco Systems, Inc. Compiled Thu 10-May-07 16:43 by antonino"
|
||||
}
|
||||
},
|
||||
"50": {
|
||||
"2432": {
|
||||
"lldpRemSysDesc": ""
|
||||
}
|
||||
},
|
||||
"51": {
|
||||
"948": {
|
||||
"lldpRemSysDesc": "V4.10(AAGE.6) | 09\/16\/2014"
|
||||
}
|
||||
},
|
||||
"52": {
|
||||
"949": {
|
||||
"lldpRemSysDesc": "V4.10(AAGE.6) | 09\/16\/2014"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
28
tests/data/snmp/snmp_walk_lldp-3.json
Normal file
28
tests/data/snmp/snmp_walk_lldp-3.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"58": {
|
||||
"11": {
|
||||
"1": {
|
||||
"lldpRemSysDesc": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"75": {
|
||||
"1": {
|
||||
"2": {
|
||||
"lldpRemSysDesc": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"88": {
|
||||
"10": {
|
||||
"9": {
|
||||
"lldpRemSysDesc": ""
|
||||
}
|
||||
},
|
||||
"12": {
|
||||
"10": {
|
||||
"lldpRemSysDesc": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
94
tests/data/snmp/snmp_walk_multipart_lldp-1.json
Normal file
94
tests/data/snmp/snmp_walk_multipart_lldp-1.json
Normal file
@ -0,0 +1,94 @@
|
||||
{
|
||||
"121": {
|
||||
"14": {
|
||||
"1182": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "00 74 9C CB 53 FD ",
|
||||
"lldpRemPortIdSubtype": "interfaceName",
|
||||
"lldpRemPortId": "Gi0\/13",
|
||||
"lldpRemPortDesc": "GigabitEthernet 0\/13",
|
||||
"lldpRemSysName": "MMR-IDC3D-SW",
|
||||
"lldpRemSysDesc": "Ruijie 10G Ethernet Switch(S2910-48GT4XS-E) By Ruijie Networks"
|
||||
}
|
||||
}
|
||||
},
|
||||
"120": {
|
||||
"21": {
|
||||
"2486": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "68 8F 84 02 4E D1 ",
|
||||
"lldpRemPortIdSubtype": "interfaceName",
|
||||
"lldpRemPortId": "GigabitEthernet0\/0\/15",
|
||||
"lldpRemPortDesc": "Peer-Upstream-Isatnet",
|
||||
"lldpRemSysName": "SW-MMR-3D-JKT01",
|
||||
"lldpRemSysDesc": "S5700S-52P-LI-AC Huawei Versatile Routing Platform Software VRP (R) software, Version 5.160 (S5700 V200R006C00SPC500) Copyright (C) 2000-2014 HUAWEI TECH CO., LTD"
|
||||
}
|
||||
},
|
||||
"24": {
|
||||
"1072": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "00 1C B1 02 4C 94 ",
|
||||
"lldpRemPortIdSubtype": "interfaceAlias",
|
||||
"lldpRemPortId": "To-Isat",
|
||||
"lldpRemPortDesc": "GigabitEthernet0\/20",
|
||||
"lldpRemSysName": "SW01-3D-F3-MMR",
|
||||
"lldpRemSysDesc": "Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 12.2(37)SE, RELEASE SOFTWARE (fc2) Copyright (c) 1986-2007 by Cisco Systems, Inc. Compiled Thu 10-May-07 16:43 by antonino"
|
||||
}
|
||||
},
|
||||
"32": {
|
||||
"1361": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "6C 3B 6B 1B FB DA ",
|
||||
"lldpRemPortIdSubtype": "interfaceName",
|
||||
"lldpRemPortId": "ether7",
|
||||
"lldpRemPortDesc": "",
|
||||
"lldpRemSysName": "RB-D3",
|
||||
"lldpRemSysDesc": "MikroTik RouterOS 6.40.9 (bugfix) CCR1009-8G-1S-1S+"
|
||||
}
|
||||
},
|
||||
"36": {
|
||||
"925": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "00 1C B1 02 4C 92 ",
|
||||
"lldpRemPortIdSubtype": "interfaceAlias",
|
||||
"lldpRemPortId": "Isat-2",
|
||||
"lldpRemPortDesc": "GigabitEthernet0\/18",
|
||||
"lldpRemSysName": "SW01-3D-F3-MMR",
|
||||
"lldpRemSysDesc": "Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 12.2(37)SE, RELEASE SOFTWARE (fc2) Copyright (c) 1986-2007 by Cisco Systems, Inc. Compiled Thu 10-May-07 16:43 by antonino"
|
||||
}
|
||||
},
|
||||
"50": {
|
||||
"2432": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "34 17 EB 2E 16 00 ",
|
||||
"lldpRemPortIdSubtype": "interfaceName",
|
||||
"lldpRemPortId": "TenGigabitEthernet 1\/18",
|
||||
"lldpRemPortDesc": "",
|
||||
"lldpRemSysName": "",
|
||||
"lldpRemSysDesc": ""
|
||||
}
|
||||
},
|
||||
"51": {
|
||||
"948": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "B0 B2 DC 6F 3A 67 ",
|
||||
"lldpRemPortIdSubtype": "local",
|
||||
"lldpRemPortId": "51",
|
||||
"lldpRemPortDesc": "To3D-Hypernet",
|
||||
"lldpRemSysName": "XGS3700-Multitech",
|
||||
"lldpRemSysDesc": "V4.10(AAGE.6) | 09\/16\/2014"
|
||||
}
|
||||
},
|
||||
"52": {
|
||||
"949": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "B0 B2 DC 6F 3A 67 ",
|
||||
"lldpRemPortIdSubtype": "local",
|
||||
"lldpRemPortId": "52",
|
||||
"lldpRemPortDesc": "To3D-Powertel",
|
||||
"lldpRemSysName": "XGS3700-Multitech",
|
||||
"lldpRemSysDesc": "V4.10(AAGE.6) | 09\/16\/2014"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
86
tests/data/snmp/snmp_walk_multipart_lldp-2.json
Normal file
86
tests/data/snmp/snmp_walk_multipart_lldp-2.json
Normal file
@ -0,0 +1,86 @@
|
||||
{
|
||||
"121": {
|
||||
"14": {
|
||||
"1182": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "00 74 9C CB 53 FD ",
|
||||
"lldpRemPortIdSubtype": "interfaceName",
|
||||
"lldpRemPortId": "Gi0\/13",
|
||||
"lldpRemPortDesc": "GigabitEthernet 0\/13",
|
||||
"lldpRemSysName": "MMR-IDC3D-SW"
|
||||
}
|
||||
}
|
||||
},
|
||||
"120": {
|
||||
"21": {
|
||||
"2486": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "68 8F 84 02 4E D1 ",
|
||||
"lldpRemPortIdSubtype": "interfaceName",
|
||||
"lldpRemPortId": "GigabitEthernet0\/0\/15",
|
||||
"lldpRemPortDesc": "Peer-Upstream-Isatnet",
|
||||
"lldpRemSysName": "SW-MMR-3D-JKT01"
|
||||
}
|
||||
},
|
||||
"24": {
|
||||
"1072": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "00 1C B1 02 4C 94 ",
|
||||
"lldpRemPortIdSubtype": "interfaceAlias",
|
||||
"lldpRemPortId": "To-Isat",
|
||||
"lldpRemPortDesc": "GigabitEthernet0\/20",
|
||||
"lldpRemSysName": "SW01-3D-F3-MMR"
|
||||
}
|
||||
},
|
||||
"32": {
|
||||
"1361": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "6C 3B 6B 1B FB DA ",
|
||||
"lldpRemPortIdSubtype": "interfaceName",
|
||||
"lldpRemPortId": "ether7",
|
||||
"lldpRemPortDesc": "",
|
||||
"lldpRemSysName": "RB-D3"
|
||||
}
|
||||
},
|
||||
"36": {
|
||||
"925": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "00 1C B1 02 4C 92 ",
|
||||
"lldpRemPortIdSubtype": "interfaceAlias",
|
||||
"lldpRemPortId": "Isat-2",
|
||||
"lldpRemPortDesc": "GigabitEthernet0\/18",
|
||||
"lldpRemSysName": "SW01-3D-F3-MMR"
|
||||
}
|
||||
},
|
||||
"50": {
|
||||
"2432": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "34 17 EB 2E 16 00 ",
|
||||
"lldpRemPortIdSubtype": "interfaceName",
|
||||
"lldpRemPortId": "TenGigabitEthernet 1\/18",
|
||||
"lldpRemPortDesc": "",
|
||||
"lldpRemSysName": ""
|
||||
}
|
||||
},
|
||||
"51": {
|
||||
"948": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "B0 B2 DC 6F 3A 67 ",
|
||||
"lldpRemPortIdSubtype": "local",
|
||||
"lldpRemPortId": "51",
|
||||
"lldpRemPortDesc": "To3D-Hypernet",
|
||||
"lldpRemSysName": "XGS3700-Multitech"
|
||||
}
|
||||
},
|
||||
"52": {
|
||||
"949": {
|
||||
"lldpRemChassisIdSubtype": "macAddress",
|
||||
"lldpRemChassisId": "B0 B2 DC 6F 3A 67 ",
|
||||
"lldpRemPortIdSubtype": "local",
|
||||
"lldpRemPortId": "52",
|
||||
"lldpRemPortDesc": "To3D-Powertel",
|
||||
"lldpRemSysName": "XGS3700-Multitech"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
32
tests/data/snmp/snmp_walk_multipart_oid-1.json
Normal file
32
tests/data/snmp/snmp_walk_multipart_oid-1.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"64": {
|
||||
"72": {
|
||||
"74": {
|
||||
"193": {
|
||||
"bgpPeerState": "idle",
|
||||
"bgpPeerAdminStatus": "stop"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"65": {
|
||||
"169": {
|
||||
"15": {
|
||||
"2": {
|
||||
"bgpPeerState": "established",
|
||||
"bgpPeerAdminStatus": "start"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"104": {
|
||||
"247": {
|
||||
"49": {
|
||||
"221": {
|
||||
"bgpPeerState": "established",
|
||||
"bgpPeerAdminStatus": "start"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
8
tests/data/snmp/snmp_walk_multipart_oid-2.json
Normal file
8
tests/data/snmp/snmp_walk_multipart_oid-2.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
".1.3.6.1.2.1.15.3.1.2.64.72.74.193": "idle",
|
||||
".1.3.6.1.2.1.15.3.1.2.65.169.15.2": "established",
|
||||
".1.3.6.1.2.1.15.3.1.2.104.247.49.221": "established",
|
||||
".1.3.6.1.2.1.15.3.1.3.64.72.74.193": "stop",
|
||||
".1.3.6.1.2.1.15.3.1.3.65.169.15.2": "start",
|
||||
".1.3.6.1.2.1.15.3.1.3.104.247.49.221": "start"
|
||||
}
|
||||
26
tests/data/snmp/snmp_walk_multipart_oid-3.json
Normal file
26
tests/data/snmp/snmp_walk_multipart_oid-3.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"0": {
|
||||
"nsExtendNumEntries": "3"
|
||||
},
|
||||
"test1": {
|
||||
"nsExtendOutputFull": "Hello, world!",
|
||||
"1": {
|
||||
"nsExtendOutLine": "Hello, world!"
|
||||
}
|
||||
},
|
||||
"test2": {
|
||||
"nsExtendOutputFull": "Hello, world!",
|
||||
"1": {
|
||||
"nsExtendOutLine": "Hello, world!"
|
||||
},
|
||||
"2": {
|
||||
"nsExtendOutLine": "Hi there"
|
||||
}
|
||||
},
|
||||
"distro": {
|
||||
"nsExtendOutputFull": "Linux|4.4.0-77-generic|amd64|Ubuntu|16.04|kvm",
|
||||
"1": {
|
||||
"nsExtendOutLine": "Linux|4.4.0-77-generic|amd64|Ubuntu|16.04|kvm"
|
||||
}
|
||||
}
|
||||
}
|
||||
6
tests/data/snmp/snmp_walk_multipart_oid-4.json
Normal file
6
tests/data/snmp/snmp_walk_multipart_oid-4.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"": {
|
||||
"dupsIdentManufacturer": "Delta",
|
||||
"dupsIdentModel": "UPS302R2RT2B035"
|
||||
}
|
||||
}
|
||||
14
tests/data/snmp/snmp_walk_multipart_prnt-1.json
Normal file
14
tests/data/snmp/snmp_walk_multipart_prnt-1.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"1": {
|
||||
"1": {
|
||||
"prtMarkerSuppliesDescription": "42 6C 61 63 6B 20 43 61 72 74 72 69 64 67 65 20",
|
||||
"prtMarkerSuppliesType": "tonerCartridge",
|
||||
"prtMarkerSuppliesLevel": "73"
|
||||
},
|
||||
"2": {
|
||||
"prtMarkerSuppliesDescription": "4D 61 69 6E 74 65 6E 61 6E 63 65 20 4B 69 74 20",
|
||||
"prtMarkerSuppliesType": "fuser",
|
||||
"prtMarkerSuppliesLevel": "-2"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
tests/data/snmp/snmp_walk_multipart_prnt-2.json
Normal file
14
tests/data/snmp/snmp_walk_multipart_prnt-2.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"1": {
|
||||
"1": {
|
||||
"prtMarkerSuppliesDescription": "42 6C 61 63 6B 20 43 61 72 74 72 69 64 67 65 20 38 31 58 20 48 50 20 43 46 32 38 31 58 00 ",
|
||||
"prtMarkerSuppliesType": "tonerCartridge",
|
||||
"prtMarkerSuppliesLevel": "73"
|
||||
},
|
||||
"2": {
|
||||
"prtMarkerSuppliesDescription": "4D 61 69 6E 74 65 6E 61 6E 63 65 20 4B 69 74 20 48 50 20 31 31 30 56 2D 46 32 47 37 36 41 2C 20 32 32 30 56 2D 46 32 47 37 37 41 00 ",
|
||||
"prtMarkerSuppliesType": "fuser",
|
||||
"prtMarkerSuppliesLevel": "-2"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
tests/data/snmp/snmp_walk_multipart_prnt-3.json
Normal file
14
tests/data/snmp/snmp_walk_multipart_prnt-3.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"1": {
|
||||
"1": {
|
||||
"prtMarkerSuppliesDescription": "Black Cartridge 81X HP CF281X.",
|
||||
"prtMarkerSuppliesType": "tonerCartridge",
|
||||
"prtMarkerSuppliesLevel": "73"
|
||||
},
|
||||
"2": {
|
||||
"prtMarkerSuppliesDescription": "Maintenance Kit HP 110V-F2G76A, 220V-F2G77A.",
|
||||
"prtMarkerSuppliesType": "fuser",
|
||||
"prtMarkerSuppliesLevel": "-2"
|
||||
}
|
||||
}
|
||||
}
|
||||
205
tests/data/test_definitions.inc.php
Normal file
205
tests/data/test_definitions.inc.php
Normal file
@ -0,0 +1,205 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Observium
|
||||
*
|
||||
* This file is part of Observium.
|
||||
*
|
||||
* @package observium
|
||||
* @subpackage tests
|
||||
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2016 Observium Limited
|
||||
*
|
||||
*/
|
||||
|
||||
/////////////////////////////////////////////////////////
|
||||
// NO CHANGES TO THIS FILE, IT IS NOT USER-EDITABLE //
|
||||
/////////////////////////////////////////////////////////
|
||||
// FAKE DEFINITIONS //
|
||||
/////////////////////////////////////////////////////////
|
||||
|
||||
$GLOBALS['cache']['db_version'] = 999; // Set fake DB version
|
||||
setlocale(LC_ALL, 'C');
|
||||
putenv('LC_ALL=C');
|
||||
define('OBS_DEBUG', 0);
|
||||
|
||||
/*
|
||||
set_include_path(dirname(__FILE__) . "/../../includes/pear" . PATH_SEPARATOR . get_include_path());
|
||||
|
||||
require("Net/IPv4.php");
|
||||
require("Net/IPv6.php");
|
||||
require("Console/Color2.php");
|
||||
*/
|
||||
|
||||
unset($config['os_group']['default']); // Override default for tests
|
||||
|
||||
$config['os_group']['default']['graphs'][] = "device_bits";
|
||||
$config['os_group']['default']['graphs'][] = "device_uptime";
|
||||
$config['os_group']['default']['graphs'][] = "device_ping";
|
||||
$config['os_group']['default']['comments'] = "/^\s*#/";
|
||||
// MIBs enabled for any os (except blacklisted mibs)
|
||||
$config['os_group']['default']['mibs'][] = "EtherLike-MIB"; // in ports module
|
||||
$config['os_group']['default']['mibs'][] = "ENTITY-MIB";
|
||||
$config['os_group']['default']['mibs'][] = "ENTITY-SENSOR-MIB";
|
||||
$config['os_group']['default']['mibs'][] = "CISCO-ENTITY-VENDORTYPE-OID-MIB"; // Inventory module
|
||||
$config['os_group']['default']['mibs'][] = "HOST-RESOURCES-MIB";
|
||||
$config['os_group']['default']['mibs'][] = "Q-BRIDGE-MIB";
|
||||
$config['os_group']['default']['mibs'][] = "LLDP-MIB"; // Should be before CISCO-CDP-MIB, but I not know why (in neighbours)
|
||||
$config['os_group']['default']['mibs'][] = "CISCO-CDP-MIB";
|
||||
$config['os_group']['default']['mibs'][] = "PW-STD-MIB"; // Pseudowires. FIXME, possible more os specific?
|
||||
$config['os_group']['default']['mibs'][] = "DISMAN-PING-MIB";// RFC4560, SLA
|
||||
$config['os_group']['default']['mibs'][] = "BGP4-MIB";
|
||||
|
||||
$os_group = "test_unix";
|
||||
$config['os_group'][$os_group]['type'] = "server";
|
||||
$config['os_group'][$os_group]['processor_stacked'] = 1;
|
||||
$config['os_group'][$os_group]['graphs'][0] = "device_processor";
|
||||
$config['os_group'][$os_group]['graphs'][1] = "device_ucd_memory";
|
||||
$config['os_group'][$os_group]['mibs'][] = "UCD-SNMP-MIB"; // Should be before HOST-RESOURCES-MIB (in storage)
|
||||
$config['os_group'][$os_group]['mibs'][] = "HOST-RESOURCES-MIB"; // There duplicate entry as in default, for correct order!
|
||||
$config['os_group'][$os_group]['mibs'][] = "LSI-MegaRAID-SAS-MIB";
|
||||
|
||||
$os_group = "test_cisco";
|
||||
$config['os_group'][$os_group]['type'] = "network";
|
||||
$config['os_group'][$os_group]['graphs'][0] = "device_bits";
|
||||
$config['os_group'][$os_group]['graphs'][1] = "device_processor";
|
||||
$config['os_group'][$os_group]['graphs'][2] = "device_mempool";
|
||||
$config['os_group'][$os_group]['comments'] = "/^\s*!/";
|
||||
$config['os_group'][$os_group]['mibs'][] = "CISCO-IETF-IP-MIB";
|
||||
$config['os_group'][$os_group]['mibs'][] = "CISCO-ENTITY-SENSOR-MIB";
|
||||
$config['os_group'][$os_group]['mibs'][] = "CISCO-VTP-MIB";
|
||||
$config['os_group'][$os_group]['mibs'][] = "CISCO-ENVMON-MIB";
|
||||
$config['os_group'][$os_group]['mibs'][] = "CISCO-ENTITY-QFP-MIB";
|
||||
$config['os_group'][$os_group]['mibs'][] = "CISCO-IP-STAT-MIB";
|
||||
$config['os_group'][$os_group]['mibs'][] = "CISCO-FIREWALL-MIB";
|
||||
$config['os_group'][$os_group]['mibs'][] = "CISCO-ENHANCED-MEMPOOL-MIB";
|
||||
$config['os_group'][$os_group]['mibs'][] = "CISCO-MEMORY-POOL-MIB"; // Keep this below CISCO-ENHANCED-MEMPOOL-MIB, checks for duplicates.
|
||||
$config['os_group'][$os_group]['mibs'][] = "CISCO-PROCESS-MIB"; // Goes after "CISCO-MEMORY-POOL-MIB" and "CISCO-ENHANCED-MEMPOOL-MIB" cos Cisco suck.
|
||||
|
||||
$os_group = "test_exclude";
|
||||
$config['os_group'][$os_group]['type'] = "network";
|
||||
$config['os_group'][$os_group]['graphs'][0] = "device_bits";
|
||||
$config['os_group'][$os_group]['graphs'][1] = "device_processor";
|
||||
$config['os_group'][$os_group]['graphs'][2] = "device_mempool";
|
||||
$config['os_group'][$os_group]['mibs'][] = "CISCO-IETF-IP-MIB";
|
||||
$config['os_group'][$os_group]['mibs'][] = "CISCO-ENTITY-SENSOR-MIB";
|
||||
$config['os_group'][$os_group]['mib_blacklist'][] = "Q-BRIDGE-MIB";
|
||||
|
||||
$os = "test_generic";
|
||||
$config['os'][$os]['text'] = "Generic Device";
|
||||
$config['os'][$os]['group'] = "test_unix"; // Try detect generic device as generic Unix
|
||||
|
||||
// Linux-based OSes here please.
|
||||
|
||||
$os = "test_linux";
|
||||
$config['os'][$os]['text'] = "Linux";
|
||||
$config['os'][$os]['type'] = "server";
|
||||
$config['os'][$os]['group'] = "test_unix";
|
||||
$config['os'][$os]['ifname'] = 1;
|
||||
$config['os'][$os]['snmp']['max-rep'] = 100;
|
||||
$config['os'][$os]['graphs'][0] = "device_processor";
|
||||
$config['os'][$os]['graphs'][1] = "device_ucd_memory";
|
||||
$config['os'][$os]['graphs'][2] = "device_storage";
|
||||
$config['os'][$os]['graphs'][3] = "device_bits";
|
||||
$config['os'][$os]['mibs'][] = "LM-SENSORS-MIB";
|
||||
$config['os'][$os]['mibs'][] = "SUPERMICRO-HEALTH-MIB";
|
||||
$config['os'][$os]['mibs'][] = "MIB-Dell-10892";
|
||||
$config['os'][$os]['mibs'][] = "CPQHLTH-MIB";
|
||||
$config['os'][$os]['mibs'][] = "CPQIDA-MIB";
|
||||
$config['os'][$os]['realtime'] = 15;
|
||||
|
||||
$os = "test_freebsd";
|
||||
$config['os'][$os]['text'] = "FreeBSD";
|
||||
$config['os'][$os]['type'] = "server";
|
||||
$config['os'][$os]['group'] = "test_exclude";
|
||||
$config['os'][$os]['discovery_os'] = "freebsd";
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.8072.3.2.8";
|
||||
$config['os'][$os]['mib_blacklist'][] = "ENTITY-SENSOR-MIB";
|
||||
|
||||
$os = "test_ios";
|
||||
$config['os'][$os]['text'] = "Cisco IOS";
|
||||
$config['os'][$os]['group'] = "test_cisco";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['discovery_os'] = "cisco";
|
||||
$config['os'][$os]['snmp']['max-rep'] = 100;
|
||||
$config['os'][$os]['graphs'][0] = "device_bits";
|
||||
$config['os'][$os]['graphs'][1] = "device_processor";
|
||||
$config['os'][$os]['graphs'][2] = "device_mempool";
|
||||
$config['os'][$os]['icon'] = "cisco";
|
||||
|
||||
$os = "test_ciscosb";
|
||||
$config['os'][$os]['text'] = "Cisco Small Business";
|
||||
$config['os'][$os]['ifname'] = 1;
|
||||
$config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['icon'] = "ciscosb";
|
||||
$config['os'][$os]['graphs'][0] = "device_bits";
|
||||
$config['os'][$os]['graphs'][1] = "device_processor";
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.9.6.1.80.";
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.9.6.1.81.";
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.9.6.1.82.";
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.9.6.1.83.";
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.9.6.1.85.";
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.9.6.1.87."; // SF200-48
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.9.6.1.88."; // SG200-50
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.9.6.1.89.";
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.9.6.1.11.82.";
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.3955.";
|
||||
$config['os'][$os]['mibs'][] = "CISCOSB-rndMng";
|
||||
|
||||
$os = "test_junos";
|
||||
$config['os'][$os]['text'] = "Juniper JunOS";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['icon'] = "juniper";
|
||||
// $config['os'][$os]['snmp']['max-rep'] = 50; // Juniper is full of derp, this massively reduces performance.
|
||||
$config['os'][$os]['graphs'][0] = "device_bits";
|
||||
$config['os'][$os]['graphs'][1] = "device_processor";
|
||||
$config['os'][$os]['graphs'][2] = "device_mempool";
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.2636";
|
||||
$config['os'][$os]['mib_blacklist'][] = "ENTITY-MIB";
|
||||
$config['os'][$os]['mib_blacklist'][] = "ENTITY-SENSOR-MIB";
|
||||
$config['os'][$os]['mibs'][] = "JUNIPER-MIB";
|
||||
$config['os'][$os]['mibs'][] = "JUNIPER-ALARM-MIB";
|
||||
$config['os'][$os]['mibs'][] = "JUNIPER-DOM-MIB";
|
||||
$config['os'][$os]['mibs'][] = "JUNIPER-SRX5000-SPU-MONITORING-MIB";
|
||||
$config['os'][$os]['mibs'][] = "JUNIPER-VLAN-MIB";
|
||||
$config['os'][$os]['mibs'][] = "JUNIPER-MAC-MIB";
|
||||
|
||||
$os = "test_drac";
|
||||
$config['os'][$os]['text'] = "Dell iDRAC";
|
||||
$config['os'][$os]['icon'] = "dell";
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.674.10892.2";
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.674.10892.5";
|
||||
$config['os'][$os]['mibs'][] = "DELL-RAC-MIB";
|
||||
|
||||
$os = "test_dlinkfw";
|
||||
$config['os'][$os]['text'] = "D-Link Firewall";
|
||||
$config['os'][$os]['type'] = "firewall";
|
||||
$config['os'][$os]['vendor'] = "D-Link";
|
||||
$config['os'][$os]['sysDescr'][] = "/D-Link Firewall /";
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.171.20.";
|
||||
$config['os'][$os]['mibs'][] = "JUST-TEST-MIB";
|
||||
$config['os'][$os]['model'] = "d-link";
|
||||
|
||||
$os = "test_order";
|
||||
$config['os'][$os]['text'] = "D-Link Firewall";
|
||||
$config['os'][$os]['type'] = "firewall";
|
||||
$config['os'][$os]['group'] = "test_exclude";
|
||||
$config['os'][$os]['vendor'] = "D-Link";
|
||||
$config['os'][$os]['sysDescr'][] = "/D-Link Firewall /";
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.171.20.";
|
||||
$config['os'][$os]['mibs'][] = "JUST-TEST-MIB";
|
||||
$config['os'][$os]['model'] = "d-link";
|
||||
|
||||
$os = "test_calix";
|
||||
$config['os'][$os]['text'] = "Calix";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['icon'] = "calix";
|
||||
$config['os'][$os]['ifname'] = 1;
|
||||
#$config['os'][$os]['snmp']['max-rep'] = 15; // More - breaks, less or nobulk - very slow polling and discovery
|
||||
$config['os'][$os]['graphs'][] = "device_bits";
|
||||
$config['os'][$os]['graphs'][] = "device_processor";
|
||||
$config['os'][$os]['graphs'][] = "device_mempool";
|
||||
$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.6321";
|
||||
$config['os'][$os]['mibs'][] = "E7-Calix-MIB";
|
||||
$config['os'][$os]['model'] = "calix"; // Per-HW hardware names
|
||||
|
||||
// EOF
|
||||
11
tests/data/text.txt
Normal file
11
tests/data/text.txt
Normal file
@ -0,0 +1,11 @@
|
||||
Observium is an autodiscovering network monitoring platform
|
||||
supporting a wide range of hardware platforms and operating systems
|
||||
including Cisco, Windows, Linux, HP, Juniper, Dell, FreeBSD, Brocade,
|
||||
Netscaler, NetApp and many more.
|
||||
|
||||
Observium seeks to provide a powerful yet simple and intuitive interface
|
||||
to the health and status of your network.
|
||||
|
||||
~!@#$%^&*()_+`1234567890-=[]\{}|;':",./<>?
|
||||
|
||||
|
||||
9
tests/data/vrp.hwEntityBomEnDesc.txt
Normal file
9
tests/data/vrp.hwEntityBomEnDesc.txt
Normal file
@ -0,0 +1,9 @@
|
||||
hwEntityBomEnDesc.67108873 = Quidway S6324-EI, LS6ZE24CM0, S6324-EI Mainframe (24 GE SFP/10 GE SFP+, Chassis, Dual Slots of power, Without Power Module)
|
||||
hwEntityBomEnDesc.67158029 = Ethernet Switch,CX7E1FANA,Fan Assembly
|
||||
hwEntityBomEnDesc.67174413 = AC/DC power module--25degC-55degC-90V-264V-12V/10A,-53.5V/7.1A
|
||||
hwEntityBomEnDesc.67190797 = AC/DC power module--25degC-55degC-90V-264V-12V/10A,-53.5V/7.1A
|
||||
hwEntityBomEnDesc.67239949 = Ethernet Switch,CX7E1FANA,Fan Assembly
|
||||
hwEntityBomEnDesc.67321934 = 10Gbps-256nm-0
|
||||
hwEntityBomEnDesc.67321998 = 10Gbps-1310nm-0
|
||||
hwEntityBomEnDesc.67322126 = 10Gbps-1310nm-0
|
||||
hwEntityBomEnDesc.67323086 = 10Gbps-1310nm-0
|
||||
Reference in New Issue
Block a user