View Issue Details

IDProjectCategoryView StatusLast Update
350RackTablesSNMPpublic2012-01-29 05:21
Reporteruser143Assigned Toadoom42  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version0.17.11 
Target Version0.20.0Fixed in Version0.20.0 
Summary350: Support for Cisco Linksys
DescriptionFor Linksys SRW2048 I need to patch the inc/snmp.php
TagsNo tags attached.

Activities

2010-06-30 16:53

 

linksys-0.17.11.patch (1,893 bytes)   
diff -rupN /tmp/RackTables-0.17.11/inc/snmp.php ./inc/snmp.php
--- /tmp/RackTables-0.17.11/inc/snmp.php        2010-06-02 05:43:48.000000000 +0200
+++ ./inc/snmp.php      2010-06-30 18:15:48.000000000 +0200
@@ -399,6 +399,15 @@ $iftable_processors['fgs-uplinks'] = arr
        'try_next_proc' => FALSE,
 );
 
+$iftable_processors['linksys'] = array
+(
+        'pattern' => '@^Ethernet Interface (.*)$@',
+        'replacement' => 'g\\1',
+        'dict_key' => 24,
+        'label' => '',
+        'try_next_proc' => FALSE,
+);
+
 $known_switches = array // key is system OID w/o "enterprises" prefix
 (
        '9.1.248' => array
@@ -677,6 +686,12 @@ $known_switches = array // key is system
                'text' => 'FGS648P-POE: 48 RJ-45/10-100-1000T(X) + 4 combo-gig + uplink slot',
                'processors' => array ('fgs-1-to-4-comboSFP', 'fgs-any-1000T', 'fgs-uplinks'),
        ),
+        '3955.6.1.2048.1' => array
+        (
+                'dict_key' => 50002,
+                'text' => '',
+                'processors' => array ('linksys'),
+        ),
 );
 
 function updateStickerForCell ($cell, $attr_id, $new_value)
@@ -870,6 +885,16 @@ function doSwitchSNMPmining ($objectInfo
        {
                $randomindex = ereg_replace ("^.*${tablename}\.(.+)\$", '\\1', $oid);
                $value = trim (ereg_replace ('^.+: (.+)$', '\\1', $value), '"');

+                // Check if the ifDescr has some number in it..
+                if( !preg_match("[0-9]", $value) )
+                {
+                        $realindex = snmpget($hostname, $community, "IF-MIB::ifIndex." . $randomindex);
+                        $realindex = ereg_replace('INTEGER: (.+)$', '\\1', $realindex);
+                        $value .= " " . $realindex;
+                }
+
                $ifInfo[$randomindex][$tablename] = $value;
        }
        $tablename = 'ifPhysAddress';
linksys-0.17.11.patch (1,893 bytes)   
infrastation

infrastation

2010-07-02 16:45

administrator   ~0000107

What is record 50002?
infrastation

infrastation

2010-07-02 16:46

administrator   ~0000108

Could you show the complete IF-MIB walk?

2010-07-05 18:54

 

IF-MIBwalk.txt (44,592 bytes)   
IF-MIB::ifName.1 = STRING: g1
IF-MIB::ifName.2 = STRING: g2
IF-MIB::ifName.3 = STRING: g3
IF-MIB::ifName.4 = STRING: g4
IF-MIB::ifName.5 = STRING: g5
IF-MIB::ifName.6 = STRING: g6
IF-MIB::ifName.7 = STRING: g7
IF-MIB::ifName.8 = STRING: g8
IF-MIB::ifName.9 = STRING: g9
IF-MIB::ifName.10 = STRING: g10
IF-MIB::ifName.11 = STRING: g11
IF-MIB::ifName.12 = STRING: g12
IF-MIB::ifName.13 = STRING: g13
IF-MIB::ifName.14 = STRING: g14
IF-MIB::ifName.15 = STRING: g15
IF-MIB::ifName.16 = STRING: g16
IF-MIB::ifName.17 = STRING: g17
IF-MIB::ifName.18 = STRING: g18
IF-MIB::ifName.19 = STRING: g19
IF-MIB::ifName.20 = STRING: g20
IF-MIB::ifName.21 = STRING: g21
IF-MIB::ifName.22 = STRING: g22
IF-MIB::ifName.23 = STRING: g23
IF-MIB::ifName.24 = STRING: g24
IF-MIB::ifName.25 = STRING: g25
IF-MIB::ifName.26 = STRING: g26
IF-MIB::ifName.27 = STRING: g27
IF-MIB::ifName.28 = STRING: g28
IF-MIB::ifName.29 = STRING: g29
IF-MIB::ifName.30 = STRING: g30
IF-MIB::ifName.31 = STRING: g31
IF-MIB::ifName.32 = STRING: g32
IF-MIB::ifName.33 = STRING: g33
IF-MIB::ifName.34 = STRING: g34
IF-MIB::ifName.35 = STRING: g35
IF-MIB::ifName.36 = STRING: g36
IF-MIB::ifName.37 = STRING: g37
IF-MIB::ifName.38 = STRING: g38
IF-MIB::ifName.39 = STRING: g39
IF-MIB::ifName.40 = STRING: g40
IF-MIB::ifName.41 = STRING: g41
IF-MIB::ifName.42 = STRING: g42
IF-MIB::ifName.43 = STRING: g43
IF-MIB::ifName.44 = STRING: g44
IF-MIB::ifName.45 = STRING: g45
IF-MIB::ifName.46 = STRING: g46
IF-MIB::ifName.47 = STRING: g47
IF-MIB::ifName.48 = STRING: g48
IF-MIB::ifName.53 = STRING: ch1
IF-MIB::ifName.54 = STRING: ch2
IF-MIB::ifName.55 = STRING: ch3
IF-MIB::ifName.56 = STRING: ch4
IF-MIB::ifName.57 = STRING: ch5
IF-MIB::ifName.58 = STRING: ch6
IF-MIB::ifName.59 = STRING: ch7
IF-MIB::ifName.60 = STRING: ch8
IF-MIB::ifName.100000 = STRING: 1
IF-MIB::ifName.100046 = STRING: 47
IF-MIB::ifName.100051 = STRING: 52
IF-MIB::ifName.100058 = STRING: 59
IF-MIB::ifName.100094 = STRING: 95
IF-MIB::ifName.100097 = STRING: 98
IF-MIB::ifName.100560 = STRING: 561
IF-MIB::ifName.100562 = STRING: 563
IF-MIB::ifName.100700 = STRING: 701
IF-MIB::ifName.100909 = STRING: 910
IF-MIB::ifName.100979 = STRING: 980
IF-MIB::ifName.100998 = STRING: 999
IF-MIB::ifInMulticastPkts.1 = Counter32: 18
IF-MIB::ifInMulticastPkts.2 = Counter32: 30
IF-MIB::ifInMulticastPkts.3 = Counter32: 0
IF-MIB::ifInMulticastPkts.4 = Counter32: 0
IF-MIB::ifInMulticastPkts.5 = Counter32: 20765
IF-MIB::ifInMulticastPkts.6 = Counter32: 20741
IF-MIB::ifInMulticastPkts.7 = Counter32: 0
IF-MIB::ifInMulticastPkts.8 = Counter32: 0
IF-MIB::ifInMulticastPkts.9 = Counter32: 0
IF-MIB::ifInMulticastPkts.10 = Counter32: 0
IF-MIB::ifInMulticastPkts.11 = Counter32: 0
IF-MIB::ifInMulticastPkts.12 = Counter32: 12
IF-MIB::ifInMulticastPkts.13 = Counter32: 27
IF-MIB::ifInMulticastPkts.14 = Counter32: 0
IF-MIB::ifInMulticastPkts.15 = Counter32: 0
IF-MIB::ifInMulticastPkts.16 = Counter32: 0
IF-MIB::ifInMulticastPkts.17 = Counter32: 6
IF-MIB::ifInMulticastPkts.18 = Counter32: 0
IF-MIB::ifInMulticastPkts.19 = Counter32: 30
IF-MIB::ifInMulticastPkts.20 = Counter32: 697
IF-MIB::ifInMulticastPkts.21 = Counter32: 18
IF-MIB::ifInMulticastPkts.22 = Counter32: 206127
IF-MIB::ifInMulticastPkts.23 = Counter32: 28235
IF-MIB::ifInMulticastPkts.24 = Counter32: 0
IF-MIB::ifInMulticastPkts.25 = Counter32: 12
IF-MIB::ifInMulticastPkts.26 = Counter32: 0
IF-MIB::ifInMulticastPkts.27 = Counter32: 0
IF-MIB::ifInMulticastPkts.28 = Counter32: 6
IF-MIB::ifInMulticastPkts.29 = Counter32: 0
IF-MIB::ifInMulticastPkts.30 = Counter32: 0
IF-MIB::ifInMulticastPkts.31 = Counter32: 0
IF-MIB::ifInMulticastPkts.32 = Counter32: 0
IF-MIB::ifInMulticastPkts.33 = Counter32: 0
IF-MIB::ifInMulticastPkts.34 = Counter32: 0
IF-MIB::ifInMulticastPkts.35 = Counter32: 0
IF-MIB::ifInMulticastPkts.36 = Counter32: 12
IF-MIB::ifInMulticastPkts.37 = Counter32: 0
IF-MIB::ifInMulticastPkts.38 = Counter32: 0
IF-MIB::ifInMulticastPkts.39 = Counter32: 20958
IF-MIB::ifInMulticastPkts.40 = Counter32: 20825
IF-MIB::ifInMulticastPkts.41 = Counter32: 209
IF-MIB::ifInMulticastPkts.42 = Counter32: 0
IF-MIB::ifInMulticastPkts.43 = Counter32: 0
IF-MIB::ifInMulticastPkts.44 = Counter32: 6
IF-MIB::ifInMulticastPkts.45 = Counter32: 18
IF-MIB::ifInMulticastPkts.46 = Counter32: 0
IF-MIB::ifInMulticastPkts.47 = Counter32: 0
IF-MIB::ifInMulticastPkts.48 = Counter32: 10861901
IF-MIB::ifInMulticastPkts.53 = Counter32: 10861901
IF-MIB::ifInMulticastPkts.54 = Counter32: 41488
IF-MIB::ifInMulticastPkts.55 = Counter32: 41743
IF-MIB::ifInMulticastPkts.56 = Counter32: 52947
IF-MIB::ifInMulticastPkts.57 = Counter32: 0
IF-MIB::ifInMulticastPkts.58 = Counter32: 0
IF-MIB::ifInMulticastPkts.59 = Counter32: 0
IF-MIB::ifInMulticastPkts.60 = Counter32: 0
IF-MIB::ifInMulticastPkts.100000 = Counter32: 0
IF-MIB::ifInMulticastPkts.100046 = Counter32: 0
IF-MIB::ifInMulticastPkts.100051 = Counter32: 0
IF-MIB::ifInMulticastPkts.100058 = Counter32: 0
IF-MIB::ifInMulticastPkts.100094 = Counter32: 0
IF-MIB::ifInMulticastPkts.100097 = Counter32: 0
IF-MIB::ifInMulticastPkts.100560 = Counter32: 0
IF-MIB::ifInMulticastPkts.100562 = Counter32: 0
IF-MIB::ifInMulticastPkts.100700 = Counter32: 0
IF-MIB::ifInMulticastPkts.100909 = Counter32: 0
IF-MIB::ifInMulticastPkts.100979 = Counter32: 0
IF-MIB::ifInMulticastPkts.100998 = Counter32: 0
IF-MIB::ifInBroadcastPkts.1 = Counter32: 183606
IF-MIB::ifInBroadcastPkts.2 = Counter32: 15653
IF-MIB::ifInBroadcastPkts.3 = Counter32: 0
IF-MIB::ifInBroadcastPkts.4 = Counter32: 0
IF-MIB::ifInBroadcastPkts.5 = Counter32: 60984
IF-MIB::ifInBroadcastPkts.6 = Counter32: 4208
IF-MIB::ifInBroadcastPkts.7 = Counter32: 0
IF-MIB::ifInBroadcastPkts.8 = Counter32: 0
IF-MIB::ifInBroadcastPkts.9 = Counter32: 0
IF-MIB::ifInBroadcastPkts.10 = Counter32: 0
IF-MIB::ifInBroadcastPkts.11 = Counter32: 0
IF-MIB::ifInBroadcastPkts.12 = Counter32: 345
IF-MIB::ifInBroadcastPkts.13 = Counter32: 4283
IF-MIB::ifInBroadcastPkts.14 = Counter32: 1137
IF-MIB::ifInBroadcastPkts.15 = Counter32: 75
IF-MIB::ifInBroadcastPkts.16 = Counter32: 41
IF-MIB::ifInBroadcastPkts.17 = Counter32: 2329
IF-MIB::ifInBroadcastPkts.18 = Counter32: 4296
IF-MIB::ifInBroadcastPkts.19 = Counter32: 6805
IF-MIB::ifInBroadcastPkts.20 = Counter32: 427052
IF-MIB::ifInBroadcastPkts.21 = Counter32: 4458
IF-MIB::ifInBroadcastPkts.22 = Counter32: 145883
IF-MIB::ifInBroadcastPkts.23 = Counter32: 37
IF-MIB::ifInBroadcastPkts.24 = Counter32: 0
IF-MIB::ifInBroadcastPkts.25 = Counter32: 844
IF-MIB::ifInBroadcastPkts.26 = Counter32: 0
IF-MIB::ifInBroadcastPkts.27 = Counter32: 2
IF-MIB::ifInBroadcastPkts.28 = Counter32: 10
IF-MIB::ifInBroadcastPkts.29 = Counter32: 0
IF-MIB::ifInBroadcastPkts.30 = Counter32: 0
IF-MIB::ifInBroadcastPkts.31 = Counter32: 0
IF-MIB::ifInBroadcastPkts.32 = Counter32: 0
IF-MIB::ifInBroadcastPkts.33 = Counter32: 0
IF-MIB::ifInBroadcastPkts.34 = Counter32: 0
IF-MIB::ifInBroadcastPkts.35 = Counter32: 0
IF-MIB::ifInBroadcastPkts.36 = Counter32: 5
IF-MIB::ifInBroadcastPkts.37 = Counter32: 0
IF-MIB::ifInBroadcastPkts.38 = Counter32: 0
IF-MIB::ifInBroadcastPkts.39 = Counter32: 2943
IF-MIB::ifInBroadcastPkts.40 = Counter32: 4624
IF-MIB::ifInBroadcastPkts.41 = Counter32: 127843
IF-MIB::ifInBroadcastPkts.42 = Counter32: 884
IF-MIB::ifInBroadcastPkts.43 = Counter32: 18483
IF-MIB::ifInBroadcastPkts.44 = Counter32: 657594
IF-MIB::ifInBroadcastPkts.45 = Counter32: 669452
IF-MIB::ifInBroadcastPkts.46 = Counter32: 0
IF-MIB::ifInBroadcastPkts.47 = Counter32: 0
IF-MIB::ifInBroadcastPkts.48 = Counter32: 78380408
IF-MIB::ifInBroadcastPkts.53 = Counter32: 78380408
IF-MIB::ifInBroadcastPkts.54 = Counter32: 5957
IF-MIB::ifInBroadcastPkts.55 = Counter32: 2578
IF-MIB::ifInBroadcastPkts.56 = Counter32: 5443
IF-MIB::ifInBroadcastPkts.57 = Counter32: 0
IF-MIB::ifInBroadcastPkts.58 = Counter32: 0
IF-MIB::ifInBroadcastPkts.59 = Counter32: 0
IF-MIB::ifInBroadcastPkts.60 = Counter32: 0
IF-MIB::ifInBroadcastPkts.100000 = Counter32: 0
IF-MIB::ifInBroadcastPkts.100046 = Counter32: 0
IF-MIB::ifInBroadcastPkts.100051 = Counter32: 0
IF-MIB::ifInBroadcastPkts.100058 = Counter32: 0
IF-MIB::ifInBroadcastPkts.100094 = Counter32: 0
IF-MIB::ifInBroadcastPkts.100097 = Counter32: 0
IF-MIB::ifInBroadcastPkts.100560 = Counter32: 0
IF-MIB::ifInBroadcastPkts.100562 = Counter32: 0
IF-MIB::ifInBroadcastPkts.100700 = Counter32: 0
IF-MIB::ifInBroadcastPkts.100909 = Counter32: 0
IF-MIB::ifInBroadcastPkts.100979 = Counter32: 0
IF-MIB::ifInBroadcastPkts.100998 = Counter32: 0
IF-MIB::ifOutMulticastPkts.1 = Counter32: 4988386
IF-MIB::ifOutMulticastPkts.2 = Counter32: 4944819
IF-MIB::ifOutMulticastPkts.3 = Counter32: 4986907
IF-MIB::ifOutMulticastPkts.4 = Counter32: 4986907
IF-MIB::ifOutMulticastPkts.5 = Counter32: 5008679
IF-MIB::ifOutMulticastPkts.6 = Counter32: 21521
IF-MIB::ifOutMulticastPkts.7 = Counter32: 4986907
IF-MIB::ifOutMulticastPkts.8 = Counter32: 0
IF-MIB::ifOutMulticastPkts.9 = Counter32: 0
IF-MIB::ifOutMulticastPkts.10 = Counter32: 0
IF-MIB::ifOutMulticastPkts.11 = Counter32: 0
IF-MIB::ifOutMulticastPkts.12 = Counter32: 524044
IF-MIB::ifOutMulticastPkts.13 = Counter32: 4982564
IF-MIB::ifOutMulticastPkts.14 = Counter32: 4983261
IF-MIB::ifOutMulticastPkts.15 = Counter32: 4983208
IF-MIB::ifOutMulticastPkts.16 = Counter32: 4983993
IF-MIB::ifOutMulticastPkts.17 = Counter32: 4988398
IF-MIB::ifOutMulticastPkts.18 = Counter32: 4988412
IF-MIB::ifOutMulticastPkts.19 = Counter32: 4986964
IF-MIB::ifOutMulticastPkts.20 = Counter32: 4987730
IF-MIB::ifOutMulticastPkts.21 = Counter32: 4988416
IF-MIB::ifOutMulticastPkts.22 = Counter32: 5657082
IF-MIB::ifOutMulticastPkts.23 = Counter32: 49187
IF-MIB::ifOutMulticastPkts.24 = Counter32: 7874
IF-MIB::ifOutMulticastPkts.25 = Counter32: 4985098
IF-MIB::ifOutMulticastPkts.26 = Counter32: 482345
IF-MIB::ifOutMulticastPkts.27 = Counter32: 4983732
IF-MIB::ifOutMulticastPkts.28 = Counter32: 4980875
IF-MIB::ifOutMulticastPkts.29 = Counter32: 0
IF-MIB::ifOutMulticastPkts.30 = Counter32: 0
IF-MIB::ifOutMulticastPkts.31 = Counter32: 0
IF-MIB::ifOutMulticastPkts.32 = Counter32: 0
IF-MIB::ifOutMulticastPkts.33 = Counter32: 0
IF-MIB::ifOutMulticastPkts.34 = Counter32: 0
IF-MIB::ifOutMulticastPkts.35 = Counter32: 0
IF-MIB::ifOutMulticastPkts.36 = Counter32: 617857
IF-MIB::ifOutMulticastPkts.37 = Counter32: 0
IF-MIB::ifOutMulticastPkts.38 = Counter32: 0
IF-MIB::ifOutMulticastPkts.39 = Counter32: 947421
IF-MIB::ifOutMulticastPkts.40 = Counter32: 1014527
IF-MIB::ifOutMulticastPkts.41 = Counter32: 5563714
IF-MIB::ifOutMulticastPkts.42 = Counter32: 5875531
IF-MIB::ifOutMulticastPkts.43 = Counter32: 4986907
IF-MIB::ifOutMulticastPkts.44 = Counter32: 4987058
IF-MIB::ifOutMulticastPkts.45 = Counter32: 4987046
IF-MIB::ifOutMulticastPkts.46 = Counter32: 0
IF-MIB::ifOutMulticastPkts.47 = Counter32: 0
IF-MIB::ifOutMulticastPkts.48 = Counter32: 5378596
IF-MIB::ifOutMulticastPkts.53 = Counter32: 5386470
IF-MIB::ifOutMulticastPkts.54 = Counter32: 483763
IF-MIB::ifOutMulticastPkts.55 = Counter32: 796099
IF-MIB::ifOutMulticastPkts.56 = Counter32: 539229
IF-MIB::ifOutMulticastPkts.57 = Counter32: 0
IF-MIB::ifOutMulticastPkts.58 = Counter32: 0
IF-MIB::ifOutMulticastPkts.59 = Counter32: 0
IF-MIB::ifOutMulticastPkts.60 = Counter32: 0
IF-MIB::ifOutMulticastPkts.100000 = Counter32: 0
IF-MIB::ifOutMulticastPkts.100046 = Counter32: 0
IF-MIB::ifOutMulticastPkts.100051 = Counter32: 0
IF-MIB::ifOutMulticastPkts.100058 = Counter32: 0
IF-MIB::ifOutMulticastPkts.100094 = Counter32: 0
IF-MIB::ifOutMulticastPkts.100097 = Counter32: 0
IF-MIB::ifOutMulticastPkts.100560 = Counter32: 0
IF-MIB::ifOutMulticastPkts.100562 = Counter32: 0
IF-MIB::ifOutMulticastPkts.100700 = Counter32: 0
IF-MIB::ifOutMulticastPkts.100909 = Counter32: 0
IF-MIB::ifOutMulticastPkts.100979 = Counter32: 0
IF-MIB::ifOutMulticastPkts.100998 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.1 = Counter32: 695064
IF-MIB::ifOutBroadcastPkts.2 = Counter32: 512665
IF-MIB::ifOutBroadcastPkts.3 = Counter32: 65025
IF-MIB::ifOutBroadcastPkts.4 = Counter32: 65025
IF-MIB::ifOutBroadcastPkts.5 = Counter32: 803948
IF-MIB::ifOutBroadcastPkts.6 = Counter32: 9521
IF-MIB::ifOutBroadcastPkts.7 = Counter32: 65025
IF-MIB::ifOutBroadcastPkts.8 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.9 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.10 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.11 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.12 = Counter32: 99703
IF-MIB::ifOutBroadcastPkts.13 = Counter32: 12
IF-MIB::ifOutBroadcastPkts.14 = Counter32: 5458965
IF-MIB::ifOutBroadcastPkts.15 = Counter32: 4331
IF-MIB::ifOutBroadcastPkts.16 = Counter32: 66018
IF-MIB::ifOutBroadcastPkts.17 = Counter32: 876340
IF-MIB::ifOutBroadcastPkts.18 = Counter32: 874386
IF-MIB::ifOutBroadcastPkts.19 = Counter32: 5458210
IF-MIB::ifOutBroadcastPkts.20 = Counter32: 516637
IF-MIB::ifOutBroadcastPkts.21 = Counter32: 939233
IF-MIB::ifOutBroadcastPkts.22 = Counter32: 8549490
IF-MIB::ifOutBroadcastPkts.23 = Counter32: 296143
IF-MIB::ifOutBroadcastPkts.24 = Counter32: 714
IF-MIB::ifOutBroadcastPkts.25 = Counter32: 869614
IF-MIB::ifOutBroadcastPkts.26 = Counter32: 435
IF-MIB::ifOutBroadcastPkts.27 = Counter32: 64829
IF-MIB::ifOutBroadcastPkts.28 = Counter32: 5457109
IF-MIB::ifOutBroadcastPkts.29 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.30 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.31 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.32 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.33 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.34 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.35 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.36 = Counter32: 472738
IF-MIB::ifOutBroadcastPkts.37 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.38 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.39 = Counter32: 259003
IF-MIB::ifOutBroadcastPkts.40 = Counter32: 288480
IF-MIB::ifOutBroadcastPkts.41 = Counter32: 6309130
IF-MIB::ifOutBroadcastPkts.42 = Counter32: 2581289
IF-MIB::ifOutBroadcastPkts.43 = Counter32: 46548
IF-MIB::ifOutBroadcastPkts.44 = Counter32: 669947
IF-MIB::ifOutBroadcastPkts.45 = Counter32: 658080
IF-MIB::ifOutBroadcastPkts.46 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.47 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.48 = Counter32: 2460285
IF-MIB::ifOutBroadcastPkts.53 = Counter32: 2460999
IF-MIB::ifOutBroadcastPkts.54 = Counter32: 53182
IF-MIB::ifOutBroadcastPkts.55 = Counter32: 222413
IF-MIB::ifOutBroadcastPkts.56 = Counter32: 937951
IF-MIB::ifOutBroadcastPkts.57 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.58 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.59 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.60 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.100000 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.100046 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.100051 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.100058 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.100094 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.100097 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.100560 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.100562 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.100700 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.100909 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.100979 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.100998 = Counter32: 0
IF-MIB::ifHCInOctets.1 = Counter64: 13411910927
IF-MIB::ifHCInOctets.2 = Counter64: 996575640
IF-MIB::ifHCInOctets.3 = Counter64: 52064
IF-MIB::ifHCInOctets.4 = Counter64: 48654
IF-MIB::ifHCInOctets.5 = Counter64: 1867863864954
IF-MIB::ifHCInOctets.6 = Counter64: 73227590063
IF-MIB::ifHCInOctets.7 = Counter64: 0
IF-MIB::ifHCInOctets.8 = Counter64: 0
IF-MIB::ifHCInOctets.9 = Counter64: 0
IF-MIB::ifHCInOctets.10 = Counter64: 0
IF-MIB::ifHCInOctets.11 = Counter64: 0
IF-MIB::ifHCInOctets.12 = Counter64: 19915115
IF-MIB::ifHCInOctets.13 = Counter64: 1070420
IF-MIB::ifHCInOctets.14 = Counter64: 48435963272
IF-MIB::ifHCInOctets.15 = Counter64: 330228
IF-MIB::ifHCInOctets.16 = Counter64: 56116
IF-MIB::ifHCInOctets.17 = Counter64: 7397466593
IF-MIB::ifHCInOctets.18 = Counter64: 1992318821
IF-MIB::ifHCInOctets.19 = Counter64: 797983293549
IF-MIB::ifHCInOctets.20 = Counter64: 876153343135
IF-MIB::ifHCInOctets.21 = Counter64: 2070522386
IF-MIB::ifHCInOctets.22 = Counter64: 19881573244
IF-MIB::ifHCInOctets.23 = Counter64: 918661739
IF-MIB::ifHCInOctets.24 = Counter64: 3467467754
IF-MIB::ifHCInOctets.25 = Counter64: 1234544382829
IF-MIB::ifHCInOctets.26 = Counter64: 0
IF-MIB::ifHCInOctets.27 = Counter64: 54886
IF-MIB::ifHCInOctets.28 = Counter64: 857375707
IF-MIB::ifHCInOctets.29 = Counter64: 0
IF-MIB::ifHCInOctets.30 = Counter64: 0
IF-MIB::ifHCInOctets.31 = Counter64: 0
IF-MIB::ifHCInOctets.32 = Counter64: 0
IF-MIB::ifHCInOctets.33 = Counter64: 0
IF-MIB::ifHCInOctets.34 = Counter64: 0
IF-MIB::ifHCInOctets.35 = Counter64: 0
IF-MIB::ifHCInOctets.36 = Counter64: 276747
IF-MIB::ifHCInOctets.37 = Counter64: 0
IF-MIB::ifHCInOctets.38 = Counter64: 0
IF-MIB::ifHCInOctets.39 = Counter64: 155044026769
IF-MIB::ifHCInOctets.40 = Counter64: 358993306386
IF-MIB::ifHCInOctets.41 = Counter64: 1981665791958
IF-MIB::ifHCInOctets.42 = Counter64: 7130845
IF-MIB::ifHCInOctets.43 = Counter64: 1081074743
IF-MIB::ifHCInOctets.44 = Counter64: 718152100012
IF-MIB::ifHCInOctets.45 = Counter64: 8450632585214
IF-MIB::ifHCInOctets.46 = Counter64: 0
IF-MIB::ifHCInOctets.47 = Counter64: 0
IF-MIB::ifHCInOctets.48 = Counter64: 7628508991655
IF-MIB::ifHCInOctets.53 = Counter64: 7631976462913
IF-MIB::ifHCInOctets.54 = Counter64: 412051520164
IF-MIB::ifHCInOctets.55 = Counter64: 356966105249
IF-MIB::ifHCInOctets.56 = Counter64: 1396708639
IF-MIB::ifHCInOctets.57 = Counter64: 0
IF-MIB::ifHCInOctets.58 = Counter64: 0
IF-MIB::ifHCInOctets.59 = Counter64: 0
IF-MIB::ifHCInOctets.60 = Counter64: 0
IF-MIB::ifHCInOctets.100000 = Counter64: 0
IF-MIB::ifHCInOctets.100046 = Counter64: 0
IF-MIB::ifHCInOctets.100051 = Counter64: 0
IF-MIB::ifHCInOctets.100058 = Counter64: 0
IF-MIB::ifHCInOctets.100094 = Counter64: 0
IF-MIB::ifHCInOctets.100097 = Counter64: 0
IF-MIB::ifHCInOctets.100560 = Counter64: 0
IF-MIB::ifHCInOctets.100562 = Counter64: 0
IF-MIB::ifHCInOctets.100700 = Counter64: 0
IF-MIB::ifHCInOctets.100909 = Counter64: 0
IF-MIB::ifHCInOctets.100979 = Counter64: 0
IF-MIB::ifHCInOctets.100998 = Counter64: 0
IF-MIB::ifHCOutOctets.1 = Counter64: 10238900834
IF-MIB::ifHCOutOctets.2 = Counter64: 4292805570
IF-MIB::ifHCOutOctets.3 = Counter64: 323358064
IF-MIB::ifHCOutOctets.4 = Counter64: 323357214
IF-MIB::ifHCOutOctets.5 = Counter64: 391336866638
IF-MIB::ifHCOutOctets.6 = Counter64: 59412016402
IF-MIB::ifHCOutOctets.7 = Counter64: 323360206
IF-MIB::ifHCOutOctets.8 = Counter64: 0
IF-MIB::ifHCOutOctets.9 = Counter64: 0
IF-MIB::ifHCOutOctets.10 = Counter64: 0
IF-MIB::ifHCOutOctets.11 = Counter64: 0
IF-MIB::ifHCOutOctets.12 = Counter64: 133299936
IF-MIB::ifHCOutOctets.13 = Counter64: 319210646
IF-MIB::ifHCOutOctets.14 = Counter64: 12939877452
IF-MIB::ifHCOutOctets.15 = Counter64: 319994451
IF-MIB::ifHCOutOctets.16 = Counter64: 323237760
IF-MIB::ifHCOutOctets.17 = Counter64: 36101918118
IF-MIB::ifHCOutOctets.18 = Counter64: 2146805570
IF-MIB::ifHCOutOctets.19 = Counter64: 1102384507680
IF-MIB::ifHCOutOctets.20 = Counter64: 600887084507
IF-MIB::ifHCOutOctets.21 = Counter64: 2264994733
IF-MIB::ifHCOutOctets.22 = Counter64: 1373132995432
IF-MIB::ifHCOutOctets.23 = Counter64: 52938160107
IF-MIB::ifHCOutOctets.24 = Counter64: 132400584003
IF-MIB::ifHCOutOctets.25 = Counter64: 149621483000
IF-MIB::ifHCOutOctets.26 = Counter64: 30919734
IF-MIB::ifHCOutOctets.27 = Counter64: 323141017
IF-MIB::ifHCOutOctets.28 = Counter64: 841711412
IF-MIB::ifHCOutOctets.29 = Counter64: 0
IF-MIB::ifHCOutOctets.30 = Counter64: 0
IF-MIB::ifHCOutOctets.31 = Counter64: 0
IF-MIB::ifHCOutOctets.32 = Counter64: 0
IF-MIB::ifHCOutOctets.33 = Counter64: 0
IF-MIB::ifHCOutOctets.34 = Counter64: 0
IF-MIB::ifHCOutOctets.35 = Counter64: 0
IF-MIB::ifHCOutOctets.36 = Counter64: 98296873
IF-MIB::ifHCOutOctets.37 = Counter64: 0
IF-MIB::ifHCOutOctets.38 = Counter64: 0
IF-MIB::ifHCOutOctets.39 = Counter64: 492525237179
IF-MIB::ifHCOutOctets.40 = Counter64: 19672464617
IF-MIB::ifHCOutOctets.41 = Counter64: 1960894614217
IF-MIB::ifHCOutOctets.42 = Counter64: 821474446
IF-MIB::ifHCOutOctets.43 = Counter64: 1281965725
IF-MIB::ifHCOutOctets.44 = Counter64: 283605318144
IF-MIB::ifHCOutOctets.45 = Counter64: 2373010263227
IF-MIB::ifHCOutOctets.46 = Counter64: 0
IF-MIB::ifHCOutOctets.47 = Counter64: 0
IF-MIB::ifHCOutOctets.48 = Counter64: 15136460172228
IF-MIB::ifHCOutOctets.53 = Counter64: 15268860758001
IF-MIB::ifHCOutOctets.54 = Counter64: 71276118012
IF-MIB::ifHCOutOctets.55 = Counter64: 355425743585
IF-MIB::ifHCOutOctets.56 = Counter64: 72855434573
IF-MIB::ifHCOutOctets.57 = Counter64: 0
IF-MIB::ifHCOutOctets.58 = Counter64: 0
IF-MIB::ifHCOutOctets.59 = Counter64: 0
IF-MIB::ifHCOutOctets.60 = Counter64: 0
IF-MIB::ifHCOutOctets.100000 = Counter64: 0
IF-MIB::ifHCOutOctets.100046 = Counter64: 0
IF-MIB::ifHCOutOctets.100051 = Counter64: 0
IF-MIB::ifHCOutOctets.100058 = Counter64: 0
IF-MIB::ifHCOutOctets.100094 = Counter64: 0
IF-MIB::ifHCOutOctets.100097 = Counter64: 0
IF-MIB::ifHCOutOctets.100560 = Counter64: 0
IF-MIB::ifHCOutOctets.100562 = Counter64: 0
IF-MIB::ifHCOutOctets.100700 = Counter64: 0
IF-MIB::ifHCOutOctets.100909 = Counter64: 0
IF-MIB::ifHCOutOctets.100979 = Counter64: 0
IF-MIB::ifHCOutOctets.100998 = Counter64: 0
IF-MIB::ifLinkUpDownTrapEnable.1 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.2 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.3 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.4 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.5 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.6 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.7 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.8 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.9 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.10 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.11 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.12 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.13 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.14 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.15 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.16 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.17 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.18 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.19 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.20 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.21 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.22 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.23 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.24 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.25 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.26 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.27 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.28 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.29 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.30 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.31 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.32 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.33 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.34 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.35 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.36 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.37 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.38 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.39 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.40 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.41 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.42 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.43 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.44 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.45 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.46 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.47 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.48 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.53 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.54 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.55 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.56 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.57 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.58 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.59 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.60 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.100000 = INTEGER: disabled(2)
IF-MIB::ifLinkUpDownTrapEnable.100046 = INTEGER: disabled(2)
IF-MIB::ifLinkUpDownTrapEnable.100051 = INTEGER: disabled(2)
IF-MIB::ifLinkUpDownTrapEnable.100058 = INTEGER: disabled(2)
IF-MIB::ifLinkUpDownTrapEnable.100094 = INTEGER: disabled(2)
IF-MIB::ifLinkUpDownTrapEnable.100097 = INTEGER: disabled(2)
IF-MIB::ifLinkUpDownTrapEnable.100560 = INTEGER: disabled(2)
IF-MIB::ifLinkUpDownTrapEnable.100562 = INTEGER: disabled(2)
IF-MIB::ifLinkUpDownTrapEnable.100700 = INTEGER: disabled(2)
IF-MIB::ifLinkUpDownTrapEnable.100909 = INTEGER: disabled(2)
IF-MIB::ifLinkUpDownTrapEnable.100979 = INTEGER: disabled(2)
IF-MIB::ifLinkUpDownTrapEnable.100998 = INTEGER: disabled(2)
IF-MIB::ifHighSpeed.1 = Gauge32: 1000
IF-MIB::ifHighSpeed.2 = Gauge32: 1000
IF-MIB::ifHighSpeed.3 = Gauge32: 100
IF-MIB::ifHighSpeed.4 = Gauge32: 100
IF-MIB::ifHighSpeed.5 = Gauge32: 1000
IF-MIB::ifHighSpeed.6 = Gauge32: 1000
IF-MIB::ifHighSpeed.7 = Gauge32: 100
IF-MIB::ifHighSpeed.8 = Gauge32: 1000
IF-MIB::ifHighSpeed.9 = Gauge32: 1000
IF-MIB::ifHighSpeed.10 = Gauge32: 1000
IF-MIB::ifHighSpeed.11 = Gauge32: 1000
IF-MIB::ifHighSpeed.12 = Gauge32: 1000
IF-MIB::ifHighSpeed.13 = Gauge32: 1000
IF-MIB::ifHighSpeed.14 = Gauge32: 1000
IF-MIB::ifHighSpeed.15 = Gauge32: 1000
IF-MIB::ifHighSpeed.16 = Gauge32: 100
IF-MIB::ifHighSpeed.17 = Gauge32: 1000
IF-MIB::ifHighSpeed.18 = Gauge32: 1000
IF-MIB::ifHighSpeed.19 = Gauge32: 1000
IF-MIB::ifHighSpeed.20 = Gauge32: 1000
IF-MIB::ifHighSpeed.21 = Gauge32: 1000
IF-MIB::ifHighSpeed.22 = Gauge32: 1000
IF-MIB::ifHighSpeed.23 = Gauge32: 1000
IF-MIB::ifHighSpeed.24 = Gauge32: 1000
IF-MIB::ifHighSpeed.25 = Gauge32: 1000
IF-MIB::ifHighSpeed.26 = Gauge32: 1000
IF-MIB::ifHighSpeed.27 = Gauge32: 100
IF-MIB::ifHighSpeed.28 = Gauge32: 1000
IF-MIB::ifHighSpeed.29 = Gauge32: 1000
IF-MIB::ifHighSpeed.30 = Gauge32: 1000
IF-MIB::ifHighSpeed.31 = Gauge32: 1000
IF-MIB::ifHighSpeed.32 = Gauge32: 1000
IF-MIB::ifHighSpeed.33 = Gauge32: 1000
IF-MIB::ifHighSpeed.34 = Gauge32: 1000
IF-MIB::ifHighSpeed.35 = Gauge32: 1000
IF-MIB::ifHighSpeed.36 = Gauge32: 1000
IF-MIB::ifHighSpeed.37 = Gauge32: 1000
IF-MIB::ifHighSpeed.38 = Gauge32: 1000
IF-MIB::ifHighSpeed.39 = Gauge32: 1000
IF-MIB::ifHighSpeed.40 = Gauge32: 1000
IF-MIB::ifHighSpeed.41 = Gauge32: 1000
IF-MIB::ifHighSpeed.42 = Gauge32: 1000
IF-MIB::ifHighSpeed.43 = Gauge32: 100
IF-MIB::ifHighSpeed.44 = Gauge32: 1000
IF-MIB::ifHighSpeed.45 = Gauge32: 1000
IF-MIB::ifHighSpeed.46 = Gauge32: 1000
IF-MIB::ifHighSpeed.47 = Gauge32: 1000
IF-MIB::ifHighSpeed.48 = Gauge32: 1000
IF-MIB::ifHighSpeed.53 = Gauge32: 1000
IF-MIB::ifHighSpeed.54 = Gauge32: 1000
IF-MIB::ifHighSpeed.55 = Gauge32: 1000
IF-MIB::ifHighSpeed.56 = Gauge32: 1000
IF-MIB::ifHighSpeed.57 = Gauge32: 0
IF-MIB::ifHighSpeed.58 = Gauge32: 0
IF-MIB::ifHighSpeed.59 = Gauge32: 0
IF-MIB::ifHighSpeed.60 = Gauge32: 0
IF-MIB::ifHighSpeed.100000 = Gauge32: 0
IF-MIB::ifHighSpeed.100046 = Gauge32: 0
IF-MIB::ifHighSpeed.100051 = Gauge32: 0
IF-MIB::ifHighSpeed.100058 = Gauge32: 0
IF-MIB::ifHighSpeed.100094 = Gauge32: 0
IF-MIB::ifHighSpeed.100097 = Gauge32: 0
IF-MIB::ifHighSpeed.100560 = Gauge32: 0
IF-MIB::ifHighSpeed.100562 = Gauge32: 0
IF-MIB::ifHighSpeed.100700 = Gauge32: 0
IF-MIB::ifHighSpeed.100909 = Gauge32: 0
IF-MIB::ifHighSpeed.100979 = Gauge32: 0
IF-MIB::ifHighSpeed.100998 = Gauge32: 0
IF-MIB::ifPromiscuousMode.1 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.2 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.3 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.4 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.5 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.6 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.7 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.8 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.9 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.10 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.11 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.12 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.13 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.14 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.15 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.16 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.17 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.18 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.19 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.20 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.21 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.22 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.23 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.24 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.25 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.26 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.27 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.28 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.29 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.30 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.31 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.32 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.33 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.34 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.35 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.36 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.37 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.38 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.39 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.40 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.41 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.42 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.43 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.44 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.45 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.46 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.47 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.48 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.53 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.54 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.55 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.56 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.57 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.58 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.59 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.60 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.100000 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.100046 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.100051 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.100058 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.100094 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.100097 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.100560 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.100562 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.100700 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.100909 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.100979 = INTEGER: true(1)
IF-MIB::ifPromiscuousMode.100998 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.1 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.2 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.3 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.4 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.5 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.6 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.7 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.8 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.9 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.10 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.11 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.12 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.13 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.14 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.15 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.16 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.17 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.18 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.19 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.20 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.21 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.22 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.23 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.24 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.25 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.26 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.27 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.28 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.29 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.30 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.31 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.32 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.33 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.34 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.35 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.36 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.37 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.38 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.39 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.40 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.41 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.42 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.43 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.44 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.45 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.46 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.47 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.48 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.53 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.54 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.55 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.56 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.57 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.58 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.59 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.60 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.100000 = INTEGER: false(2)
IF-MIB::ifConnectorPresent.100046 = INTEGER: false(2)
IF-MIB::ifConnectorPresent.100051 = INTEGER: false(2)
IF-MIB::ifConnectorPresent.100058 = INTEGER: false(2)
IF-MIB::ifConnectorPresent.100094 = INTEGER: false(2)
IF-MIB::ifConnectorPresent.100097 = INTEGER: false(2)
IF-MIB::ifConnectorPresent.100560 = INTEGER: false(2)
IF-MIB::ifConnectorPresent.100562 = INTEGER: false(2)
IF-MIB::ifConnectorPresent.100700 = INTEGER: false(2)
IF-MIB::ifConnectorPresent.100909 = INTEGER: false(2)
IF-MIB::ifConnectorPresent.100979 = INTEGER: false(2)
IF-MIB::ifConnectorPresent.100998 = INTEGER: false(2)
IF-MIB::ifAlias.1 = STRING: 
IF-MIB::ifAlias.2 = STRING: 
IF-MIB::ifAlias.3 = STRING: 
IF-MIB::ifAlias.4 = STRING: 
IF-MIB::ifAlias.5 = STRING: 
IF-MIB::ifAlias.6 = STRING: 
IF-MIB::ifAlias.7 = STRING: 
IF-MIB::ifAlias.8 = STRING: 
IF-MIB::ifAlias.9 = STRING: 
IF-MIB::ifAlias.10 = STRING: 
IF-MIB::ifAlias.11 = STRING: 
IF-MIB::ifAlias.12 = STRING: 
IF-MIB::ifAlias.13 = STRING: 
IF-MIB::ifAlias.14 = STRING: 
IF-MIB::ifAlias.15 = STRING: 
IF-MIB::ifAlias.16 = STRING: 
IF-MIB::ifAlias.17 = STRING: 
IF-MIB::ifAlias.18 = STRING: 
IF-MIB::ifAlias.19 = STRING: 
IF-MIB::ifAlias.20 = STRING: 
IF-MIB::ifAlias.21 = STRING: 
IF-MIB::ifAlias.22 = STRING: 
IF-MIB::ifAlias.23 = STRING: 
IF-MIB::ifAlias.24 = STRING: 
IF-MIB::ifAlias.25 = STRING: 
IF-MIB::ifAlias.26 = STRING: 
IF-MIB::ifAlias.27 = STRING: 
IF-MIB::ifAlias.28 = STRING: 
IF-MIB::ifAlias.29 = STRING: 
IF-MIB::ifAlias.30 = STRING: 
IF-MIB::ifAlias.31 = STRING: 
IF-MIB::ifAlias.32 = STRING: 
IF-MIB::ifAlias.33 = STRING: 
IF-MIB::ifAlias.34 = STRING: 
IF-MIB::ifAlias.35 = STRING: 
IF-MIB::ifAlias.36 = STRING: 
IF-MIB::ifAlias.37 = STRING: 
IF-MIB::ifAlias.38 = STRING: 
IF-MIB::ifAlias.39 = STRING: 
IF-MIB::ifAlias.40 = STRING: 
IF-MIB::ifAlias.41 = STRING: 
IF-MIB::ifAlias.42 = STRING: 
IF-MIB::ifAlias.43 = STRING: 
IF-MIB::ifAlias.44 = STRING: 
IF-MIB::ifAlias.45 = STRING: 
IF-MIB::ifAlias.46 = STRING: 
IF-MIB::ifAlias.47 = STRING: 
IF-MIB::ifAlias.48 = STRING: 
IF-MIB::ifAlias.53 = STRING: Uplink
IF-MIB::ifAlias.54 = STRING: 
IF-MIB::ifAlias.55 = STRING: 
IF-MIB::ifAlias.56 = STRING: 
IF-MIB::ifAlias.57 = STRING: 
IF-MIB::ifAlias.58 = STRING: 
IF-MIB::ifAlias.59 = STRING: 
IF-MIB::ifAlias.60 = STRING: 
IF-MIB::ifAlias.100000 = STRING: 
IF-MIB::ifAlias.100046 = STRING: 
IF-MIB::ifAlias.100051 = STRING: 
IF-MIB::ifAlias.100058 = STRING: 
IF-MIB::ifAlias.100094 = STRING: 
IF-MIB::ifAlias.100097 = STRING: 
IF-MIB::ifAlias.100560 = STRING: 
IF-MIB::ifAlias.100562 = STRING: 
IF-MIB::ifAlias.100700 = STRING: 
IF-MIB::ifAlias.100909 = STRING: 
IF-MIB::ifAlias.100979 = STRING: 
IF-MIB::ifAlias.100998 = STRING: 
IF-MIB::ifCounterDiscontinuityTime.1 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.2 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.3 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.4 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.5 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.6 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.7 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.8 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.9 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.10 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.11 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.12 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.13 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.14 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.15 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.16 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.17 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.18 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.19 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.20 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.21 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.22 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.23 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.24 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.25 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.26 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.27 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.28 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.29 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.30 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.31 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.32 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.33 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.34 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.35 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.36 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.37 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.38 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.39 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.40 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.41 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.42 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.43 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.44 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.45 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.46 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.47 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.48 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.53 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.54 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.55 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.56 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.57 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.58 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.59 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.60 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.100000 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.100046 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.100051 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.100058 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.100094 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.100097 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.100560 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.100562 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.100700 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.100909 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.100979 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.100998 = Timeticks: (0) 0:00:00.00
IF-MIB::ifStackStatus.100000.8 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.9 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.10 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.11 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.13 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.15 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.26 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.29 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.30 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.31 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.32 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.33 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.34 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.35 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.37 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.38 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.53 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.56 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.57 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.58 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.59 = INTEGER: active(1)
IF-MIB::ifStackStatus.100000.60 = INTEGER: active(1)
IF-MIB::ifStackStatus.100046.41 = INTEGER: active(1)
IF-MIB::ifStackStatus.100046.53 = INTEGER: active(1)
IF-MIB::ifStackStatus.100046.55 = INTEGER: active(1)
IF-MIB::ifStackStatus.100051.53 = INTEGER: active(1)
IF-MIB::ifStackStatus.100051.55 = INTEGER: active(1)
IF-MIB::ifStackStatus.100058.14 = INTEGER: active(1)
IF-MIB::ifStackStatus.100058.19 = INTEGER: active(1)
IF-MIB::ifStackStatus.100058.28 = INTEGER: active(1)
IF-MIB::ifStackStatus.100058.41 = INTEGER: active(1)
IF-MIB::ifStackStatus.100058.53 = INTEGER: active(1)
IF-MIB::ifStackStatus.100058.56 = INTEGER: active(1)
IF-MIB::ifStackStatus.100094.3 = INTEGER: active(1)
IF-MIB::ifStackStatus.100094.4 = INTEGER: active(1)
IF-MIB::ifStackStatus.100094.7 = INTEGER: active(1)
IF-MIB::ifStackStatus.100094.16 = INTEGER: active(1)
IF-MIB::ifStackStatus.100094.20 = INTEGER: active(1)
IF-MIB::ifStackStatus.100094.21 = INTEGER: active(1)
IF-MIB::ifStackStatus.100094.27 = INTEGER: active(1)
IF-MIB::ifStackStatus.100094.43 = INTEGER: active(1)
IF-MIB::ifStackStatus.100094.47 = INTEGER: active(1)
IF-MIB::ifStackStatus.100094.53 = INTEGER: active(1)
IF-MIB::ifStackStatus.100094.56 = INTEGER: active(1)
IF-MIB::ifStackStatus.100560.1 = INTEGER: active(1)
IF-MIB::ifStackStatus.100560.12 = INTEGER: active(1)
IF-MIB::ifStackStatus.100560.17 = INTEGER: active(1)
IF-MIB::ifStackStatus.100560.18 = INTEGER: active(1)
IF-MIB::ifStackStatus.100560.20 = INTEGER: active(1)
IF-MIB::ifStackStatus.100560.21 = INTEGER: active(1)
IF-MIB::ifStackStatus.100560.25 = INTEGER: active(1)
IF-MIB::ifStackStatus.100560.41 = INTEGER: active(1)
IF-MIB::ifStackStatus.100560.53 = INTEGER: active(1)
IF-MIB::ifStackStatus.100560.54 = INTEGER: active(1)
IF-MIB::ifStackStatus.100560.55 = INTEGER: active(1)
IF-MIB::ifStackStatus.100560.56 = INTEGER: active(1)
IF-MIB::ifStackStatus.100562.36 = INTEGER: active(1)
IF-MIB::ifStackStatus.100562.42 = INTEGER: active(1)
IF-MIB::ifStackStatus.100562.53 = INTEGER: active(1)
IF-MIB::ifStackStatus.100562.56 = INTEGER: active(1)
IF-MIB::ifStackStatus.100909.41 = INTEGER: active(1)
IF-MIB::ifStackStatus.100909.53 = INTEGER: active(1)
IF-MIB::ifStackStatus.100979.44 = INTEGER: active(1)
IF-MIB::ifStackStatus.100979.45 = INTEGER: active(1)
IF-MIB::ifStackStatus.100979.46 = INTEGER: active(1)
IF-MIB::ifStackStatus.100979.53 = INTEGER: active(1)
IF-MIB::ifStackStatus.100998.2 = INTEGER: active(1)
IF-MIB::ifStackStatus.100998.53 = INTEGER: active(1)
IF-MIB::ifTableLastChange.0 = Timeticks: (384471678) 44 days, 11:58:36.78
IF-MIBwalk.txt (44,592 bytes)   

user143

2010-07-05 18:57

  ~0000109

I've attached the IF-MIB walk..

record 50002 is just a record for the switch: "Cisco%GPASS%Linksys SRW2048". I don't know what id preconfigured switches should use - feel free to change the id ;)
infrastation

infrastation

2010-07-06 13:32

administrator   ~0000110

I will consider this for the next 0.18 series release.

user143

2010-11-20 20:42

  ~0000187

I changed it a bit to reflect the combo gbic-ports:


$iftable_processors['linksys-1-to-48'] = array
(
        'pattern' => '@^(Ethernet Interface ([1-4]?[[:digit:]]))$@',
        'replacement' => '\\1',
        'dict_key' => '1-24',
        'label' => 'g\\2',
        'try_next_proc' => FALSE,
);

$iftable_processors['linksys-45-to-48-combo-gbic'] = array
(
        'pattern' => '@^(Ethernet Interface (45|46|47|48))$@',
        'replacement' => '\\1',
        'dict_key' => '4-24',
        'label' => 'g\\2',
        'try_next_proc' => FALSE,
);

$known_switches = array
(
[..]
        '3955.6.1.2048.1' => array
        (
                'dict_key' => 50002,
                'text' => 'SRW 2048',
                'processors' => array ('linksys-45-to-48-combo-gbic', 'linksys-1-to-48'),
        ),
[..]
infrastation

infrastation

2010-11-21 11:45

administrator   ~0000188

So, you tested this on the real hardware and it works? Could you handle the serial console port, if the device has any?

user143

2010-11-22 09:21

  ~0000192

Yes, I've tested with some of my Linksys SRW2048..

How can I handle serial port and ac?


I'm a little bit unsure whether combo gbic is ok.. The Cisco 2960 gets two ports with each having the same l2address. Is it a design error? Because I can't create such two ports manually - same mac address :(
infrastation

infrastation

2010-11-22 12:20

administrator   ~0000194

Regarding the serial port:
    case '2636.1.1.1.2.31' == $sysObjectID: // Juniper EX4200
        detectSoftwareType ($objectInfo, $sysDescr);
        checkPIC ('1-29');
        commitAddPort ($objectInfo['id'], 'con', '1-29', 'CON', ''); // RJ-45 RS-232 console
        // EX4200-24T is already in DB
        if (preg_match ('/^Juniper Networks, Inc. ex4200-48t internet router/', $sysDescr))
            updateStickerForCell ($objectInfo, 2, 907);
        $log = mergeLogs ($log, oneLiner (81, array ('juniper-ex')));
        break;


Regarding MAC addresses: no, that is not an error, and you should be able to create combo ports one by one. This model was built after real hardware and software.
infrastation

infrastation

2010-12-02 16:59

administrator   ~0000197

any update on this?
adoom42

adoom42

2012-01-29 05:21

administrator   ~0000542

I added support for this switch to v0.20.

Issue History

Date Modified Username Field Change
2010-06-30 16:53 user143 New Issue
2010-06-30 16:53 user143 File Added: linksys-0.17.11.patch
2010-07-02 16:45 infrastation Note Added: 0000107
2010-07-02 16:46 infrastation Note Added: 0000108
2010-07-02 16:47 infrastation Status new => feedback
2010-07-05 18:54 user143 File Added: IF-MIBwalk.txt
2010-07-05 18:57 user143 Note Added: 0000109
2010-07-06 13:32 infrastation Note Added: 0000110
2010-07-06 13:32 infrastation Status feedback => acknowledged
2010-11-20 20:42 user143 Note Added: 0000187
2010-11-21 11:45 infrastation Note Added: 0000188
2010-11-21 11:45 infrastation Assigned To => infrastation
2010-11-21 11:45 infrastation Status acknowledged => assigned
2010-11-21 11:45 infrastation Target Version => 0.19.0
2010-11-22 09:21 user143 Note Added: 0000192
2010-11-22 12:20 infrastation Note Added: 0000194
2010-12-02 16:59 infrastation Note Added: 0000197
2010-12-02 16:59 infrastation Status assigned => feedback
2011-01-26 08:50 infrastation Status feedback => closed
2011-01-26 08:50 infrastation Resolution open => not fixable
2011-01-26 08:50 infrastation Target Version 0.19.0 =>
2012-01-29 05:21 adoom42 Note Added: 0000542
2012-01-29 05:21 adoom42 Assigned To infrastation => adoom42
2012-01-29 05:21 adoom42 Resolution not fixable => fixed
2012-01-29 05:21 adoom42 Fixed in Version => 0.20.0
2012-01-29 05:21 adoom42 Target Version => 0.20.0