View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2097 [RackTables] default feature have not tried 2024-03-21 12:59 2024-03-21 12:59
Reporter: GF Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Feature Request - display HardDisks per server
Description: Ability to have a table for several HDDs per server (similar to the IP address/network port table).
e.g.
Server1 has
- 4 NVMe with 512GB
- 16 SAS SSDs with 2.4TB
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2081 [RackTables] default feature always 2023-05-01 00:24 2024-03-12 21:53
Reporter: Jose Luis Le Vraux Platform: debian 11  
Assigned To: OS: debian 11  
Priority: high OS Version: debian 11  
Status: new Product Version: 0.22.0  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: RackTables installation: step 5 of 7
Description: http://localhost/racktables/wwwroot/?module=installer

RackTables installation: step 5 of 7
Your database is already holding 74 tables, so I will stop here and let you check it yourself.
There is some important data there probably.

borre la base y la cree de nuevo, borre las tablas probe varias formas, pero siempre quedo en el paso 5 de 7, las tablas se crean automaticamente
Tags:
Steps To Reproduce:
Additional Information: MariaDB [racktables_db]> show tables
    -> ;
+---------------------------+
| Tables_in_racktables_db |
+---------------------------+
| Atom |
| Attribute |
| AttributeMap |
| AttributeValue |
| CachedPAV |
| CachedPNV |
| CachedPVM |
| Chapter |
| Config |
| Dictionary |
| EntityLink |
| File |
| FileLink |
| IPv4Address |
| IPv4Allocation |
| IPv4LB |
| IPv4Log |
| IPv4NAT |
| IPv4Network |
| IPv4RS |
| IPv4RSPool |
| IPv4VS |
| IPv6Address |
| IPv6Allocation |
| IPv6Log |
| IPv6Network |
| LDAPCache |
| Link |
| Location |
| Molecule |
| MountOperation |
| Object |
| ObjectHistory |
| ObjectLog |
| ObjectParentCompat |
| PatchCableConnector |
| PatchCableConnectorCompat |
| PatchCableHeap |
| PatchCableHeapLog |
| PatchCableOIFCompat |
| PatchCableType |
| Plugin |
| Port |
| PortAllowedVLAN |
| PortCompat |
| PortInnerInterface |
| PortInterfaceCompat |
| PortLog |
| PortNativeVLAN |
| PortOuterInterface |
| PortVLANMode |
| Rack |
| RackObject |
| RackSpace |
| RackThumbnail |
| Row |
| Script |
| TagStorage |
| TagTree |
| UserAccount |
| UserConfig |
| VLANDescription |
| VLANDomain |
| VLANIPv4 |
| VLANIPv6 |
| VLANSTRule |
| VLANSwitch |
| VLANSwitchTemplate |
| VLANValidID |
| VS |
| VSEnabledIPs |
| VSEnabledPorts |
| VSIPs |
| VSPorts |
+---------------------------+
74 rows in set (0,001 sec)
Attached Files: index.php (10,033 bytes) 2023-05-01 00:24
https://bugs.racktables.org/file_download.php?file_id=1183&type=bug
Notes
(0004485)
Jose Luis Le Vraux   
2023-05-01 00:28   
despues de presionar muchas veces RETRY aparece el siguiente mensaje en http://localhost/racktables/wwwroot/?module=installer

PDOException
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'innodb_test' already exists (42S01)
at file /var/www/html/racktables/wwwroot/inc/dictionary.php, line 46

/var/www/html/racktables/wwwroot/inc/dictionary.php:46 query()
/var/www/html/racktables/wwwroot/inc/install.php:357 isInnoDBSupported()
/var/www/html/racktables/wwwroot/inc/install.php:59 init_database_static()
/var/www/html/racktables/wwwroot/index.php:299 renderInstallerHTML()
Error info:
Array
(
    [0] => 42S01
    [1] => 1050
    [2] => Table 'innodb_test' already exists
)
Parameters:
GET
(array)
module installer
POST
(array)
step 5
COOKIE
(array)
Pycharm-3f5a1ac 0029b808-6642-4403-9d44-6c0439c81323
(0004487)
infrastation   
2023-05-01 00:42   
I do not remember seeing such an error before. Could you post detailed steps to reproduce please?
(0004541)
buckyswider   
2024-03-01 04:15   
I encountered this very same issue installing on Ubuntu 22. It looks like the current installation script is trying to configure the database twice- once in step 2 (or maybe it was 3?- when I was asked to enter the database credentials) and again here in step 5. My workaround was to comment out the 7 lines in install.php:

# if (count ($tables))
#ji {
# echo 'Your database is already holding ' . count ($tables);
# echo ' tables, so I will stop here and let you check it yourself.
';
# echo 'There is some important data there probably.
';
# return FALSE;
# }

I was then able to proceed- I received pages and pages of errors trying to re-create the tables that already were created, but the installer allowed me to proceed, and everything seems to be working OK.

An alternate workaround would be to delete all 74 tables.
(0004545)
infrastation   
2024-03-12 21:53   
As mentioned before, this bug needs the exact steps to reproduce. To the best of my understanding, the logic that guards pre-existing tables in the database has been in place for many years and always worked as intended.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2095 [RackTables] default minor always 2024-02-21 17:43 2024-03-12 21:26
Reporter: tomium Platform: Linux  
Assigned To: OS: OpenSuse Leap  
Priority: normal OS Version: 15.3  
Status: acknowledged Product Version: 0.21.5  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Feature Request: Add IIFs
Description: Hi,
please add the following inner interface types:
QSFP-DD
OASFP

it would be very convinient to be able to add IIFs or edit the list of Inner Interface Types.


Thank you very much
Thomas
Tags:
Steps To Reproduce:
Additional Information:
System Description
Attached Files:
Notes
(0004543)
infrastation   
2024-03-12 21:26   
I suppose a few more are missing. I will try to have a look, time permitting.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2093 [RackTables] VMs/containers minor always 2024-02-01 08:57 2024-02-01 08:57
Reporter: Neci Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.22.0  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Link between virtual switch/physical switch
Description: Hello,

we want to link Virtual Machine to Virtual Switch and this Virtual Switch to Physical switch. How it is possible? Because on Virtual switch we cannot link port to physical switch and on VM we cannot link port to virtual switch.

In compatible spare ports we didn't see any port. Any suggestion?

Thanks
Tags:
Steps To Reproduce: Create VM, physical switch, virtual switch, VM cluster, server with hypervisor "yes" and assign to VM cluster.
Assign ports on all objects.
Try to link port from VM to virtual port.
Try to link port from virtual switch to server or physical switch.
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2083 [RackTables] default feature always 2023-05-23 00:23 2024-01-26 18:14
Reporter: RC Platform:  
Assigned To: infrastation OS:  
Priority: low OS Version:  
Status: assigned Product Version: 0.22.0  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version: 0.22.1  
    Target Version: 0.22.1  
Summary: Search for WWPN/WWNN works only if colons are removed
Description: Searching for WWPN doesn't work if colons are included.
e.g.
A search for 21:00:00:e0:8b:05:05:04 returns: Nothing found for '21:00:00:e0:8b:05:05:04'
A search for 210000e08b050504 takes us right to the correct port.

Annoying as the colon notation is how Racktables displays the WWPN addresses. It was only upon looking into the database that I saw they are stored without punctuation and tried to search that way, successfully.

Less importantly, some equipment reports WWPNs without colons, but with a leading "0x". e.g.: 0x210000F08B050504
It would be desirable for search to handle that notation as well.

With (shorter) MAC addresses, search handles similar colon notation as well as periods (Cisco) properly.
Tags:
Steps To Reproduce: Create a port with a WWPN of 21:00:00:e0:8b:05:05:04.
Search for 21:00:00:e0:8b:05:05:04
Search for 210000e08b050504

Additional Information:
Attached Files: fix-search.php (895 bytes) 2023-05-23 01:12
https://bugs.racktables.org/file_download.php?file_id=1185&type=bug
Notes
(0004489)
RC   
2023-05-23 01:12   
Attached is fix-search.php which can be placed in the plugins directory. It very simply removes all colons from the search string. This fixes the WWPN/WWNN search issue for us. Unsure if it may cause issues for others, perhaps using colons in Object names, file names, etc.?
(0004491)
infrastation   
2023-05-23 01:24   
Thank you for this bug report. The RE_L2_WWN_COLON regexp pattern was supposed to match this format, but obviously it does not: the bug reproduces as described. I except to be able to debug this later this week, if you decide to do that sooner, please post a comment with the root cause.
(0004493)
infrastation   
2023-05-23 09:48   
The reason is, a colon-separated WWN address also matches IPv6 address syntax, which sends searchEntitiesByText() code flow down an unexpected branch. This should not be difficult to fix.
(0004495)
infrastation   
2023-05-23 23:39   
Please try this patch and confirm whether it resolves the problem completely.
--- a/wwwroot/inc/functions.php
+++ b/wwwroot/inc/functions.php
@@ -5040,7 +5040,7 @@ function searchEntitiesByText ($terms)
    if ($net_id = getIPv4AddressNetworkId ($ip_bin))
      $summary['ipv4addressbydq'][$ip_bin] = array ('net_id' => $net_id, 'ip' => $ip_bin);
  }
- elseif (FALSE !== ($ip_bin = ip6_checkparse ($terms)))
+ elseif (FALSE !== ($ip_bin = ip6_checkparse ($terms)) && $ip_bin[0] != "\x00")
  // Search for IPv6 address
  {
    if ($net_id = getIPv6AddressNetworkId ($ip_bin))
(0004497)
RC   
2023-05-24 02:36   
The patch works nicely to get WWPN searches working, and doesn't appear to have any regressions (does not break IPv6 searches, MAC addresses, etc).

Now that I'm testing search, I'm noticing how it very rarely (but sometimes) matches on port "Local name", though it does match on "Visible label". Not an issue, I can't think of a case where I'd need to search for a port by name across systems.

Thanks very much
(0004499)
infrastation   
2023-05-31 22:54   
Thank you for confirming, the next release will include the bug fix (perhaps that's a good reason to make a release soon).

Port names typically are not a good search material, as they tend to repeat if the hardware and the software are the same ("eth0", "fa0", "e1" etc.). Labels are more likely to be unique because typically the purpose of a cable label is to identify a cable in a building no matter if connected or not. I vaguely remember that the search function in the past required a number of changes to account for peculiarities such as that.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2087 [RackTables] default minor always 2023-10-31 10:38 2023-12-06 08:47
Reporter: MyFirstBug Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: new Product Version: 0.22.0  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unable To Connect Front to Back Ports
Description: When I try to connect front port with back ports in the 'Link Management' section then I receive a error message "PDOException".
Also when I try to connect front port and front port, then I receive the same error message.

Otherwise when I connect the ports within the 'ports' section, then it is working, but I can only connect one to one instead when I use multipe patch panels.

PDOException
SQLSTATE[HY000]: General error: 1442 Can't update table 'port' in stored function/trigger because it is already used by statement which invoked this stored function/trigger (HY000)
at file /var/www/racktables/wwwroot/inc/database.php, line 3940

/var/www/racktables/wwwroot/inc/database.php:3940 execute()
/var/www/racktables/plugins/linkmgmt/plugin.php:4069 usePreparedInsertBlade()
/var/www/racktables/plugins/linkmgmt/plugin.php:3990 linkmgmt_linkPorts()
/var/www/racktables/wwwroot/inc/functions.php:5679 linkmgmt_oplinkPort()
/var/www/racktables/plugins/linkmgmt/plugin.php:4098 getOutputOf()
/var/www/racktables/wwwroot/inc/functions.php:6032 linkmgmt_opPortLinkDialog()
/var/www/racktables/wwwroot/index.php:238 universalOpHandler()
Error info:
Array
(
    [0] => HY000
    [1] => 1442
    [2] => Can't update table 'port' in stored function/trigger because it is already used by statement which invoked this stored function/trigger
)
Parameters:
GET
(array)
module redirect
page object
tab linkmgmt
object_id 131
allports 1
op PortLinkDialog
port 1831
linktype front
POST
(array)
port 1831
filter-obj
filter-port
in_rack 1
remote_object 461
remote_ports
(array)
0 7174
cable
do_link Link front
COOKIE
(array)
__cmpcpcu7702 __51__
__cmpconsent7702 BP0LbLkP0LbLkAfSABDEABAAAAAAAA
__cmpcvcu7702 __s23_s2612_s1409_s24_s1475_s893_c43145_c2838_c2837_U__
PHPSESSID 67m3rkvea2vi8or7h0qtn5c8ls
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: RackTables pop-up-10_37_15.jpg (214,816 bytes) 2023-10-31 10:38
https://bugs.racktables.org/file_download.php?file_id=1187&type=bug
PDOException-10_38_04.jpg (142,267 bytes) 2023-10-31 10:38
https://bugs.racktables.org/file_download.php?file_id=1189&type=bug
Notes
(0004517)
MyFirstBug   
2023-11-23 15:36   
Is there any updates when the request will be proceeded?
(0004525)
infrastation   
2023-12-06 00:18   
Thank you for reporting the bug. I do not remember seeing this before. Could you describe a simple way to reproduce the problem?
(0004529)
MyFirstBug   
2023-12-06 08:47   
Yes always, when I try to connect ports in the "Link Management" section, then I receive this exception.
When I use the port section to connect the device it is working.

Can it be possible to have issues between compatibilities?


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2091 [RackTables] default minor always 2023-11-19 18:44 2023-11-19 22:43
Reporter: kurosaki Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.22.0  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Cannot link device in different racks
Description: Hi all,
is there a way to link devices in different racks that are in different locations ?
I have a datacenter with four rooms(manged with location in racktables),
every room have 6 rows of racks and every row have 10 racks.
Now in the room A row 1 rack 1 there is a router and I want to link a port to a device's port located in room B row 1 rack 1.
Changed the proximity from 0 to different value but there is no way to have in the window to link the port a list of ports not in the same row.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0004511)
infrastation   
2023-11-19 21:23   
It is not immediately clear whether this is a bug or the intended behaviour. That said, the port linker pop-up has a form at the top. If you input the object name, uncheck "nearest racks" and run the search, the list should include the expected ports. Does this provide a workaround?
(0004513)
kurosaki   
2023-11-19 21:41   
Also with "nearest racks" unchecked the list is empty, i've tried also to use a single location for all the row but not working. The only working situation is when devices are in racks in the same row, but changing to put all the rack in a single row when they are from different rows and from different rooms it's not praticall . Now I'm exploring the php code to understand how this works. I think that this proximity parameter is not clear how it works, and if it possibile to do a real situation....quite confusing.
(0004515)
infrastation   
2023-11-19 22:43   
In case it is not obvious, unchecking "nearest racks" takes the proximity parameter out of the filtering process.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2079 [RackTables] SNMP minor always 2023-03-29 16:31 2023-04-09 18:51
Reporter: aprudente Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.22.0  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Configuration SNMP switch
Description:
Hi,
I plugged in a Cissco Catalist 2960X-48FPD-L switch configured community snmp v2c but it always returns "Fatal SNMP failure".
I have also done the same configuration with some Alcatel switches for testing but I still get the same error.
Could you help me identify the problem?
Thanks
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0004481)
aprudente   
2023-03-29 17:38   
by running the console command snmpwalk -v2c -c community ip address | less the system returns the data correctly
(0004483)
infrastation   
2023-04-09 18:51   
Please install the PHP SNMP module and MIBs and if the problem persists, see https://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2077 [RackTables] default minor have not tried 2023-03-25 17:39 2023-03-25 23:14
Reporter: aprudente Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.22.0  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Change color or image of the rack - add logo organization
Description: Hi,
could you help me understand how I can change the background color or the image of the racks in the "Rackspace" page
then how to insert a logo instead of the name of the organization
thank you and congratulations for the excellent work.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: image.png (19,346 bytes) 2023-03-25 17:39
https://bugs.racktables.org/file_download.php?file_id=1181&type=bug
Notes
(0004479)
infrastation   
2023-03-25 23:14   
There are two independent places that define rack colours. One is in "wwwroot/css/pi.css":
.state_F   { background-color: #8fbfbf; }
.state_A   { background-color: #bfbfbf; }
.state_U   { background-color: #bf8f8f; }
.state_T   { background-color: #408080; }
.state_Th  { background-color: #80ffff; }
.state_Tw  { background-color: #804040; }
.state_Thw { background-color: #ff8080; }

The above defines HTML colours. But the colour you want to modify is one of the PNG image colours, which are defined in "wwwroot/inc/solutions.php", function "printRackThumbImage()":
        $color = array
        (
                'F' => colorFromHex ($img, '8fbfbf'),
                'A' => colorFromHex ($img, 'bfbfbf'),
                'U' => colorFromHex ($img, 'bf8f8f'),
                'T' => colorFromHex ($img, '408080'),
                'Th' => colorFromHex ($img, '80ffff'),
                'Tw' => colorFromHex ($img, '804040'),
                'Thw' => colorFromHex ($img, 'ff8080'),
                'black' => colorFromHex ($img, '000000'),
        );

As you can see, the former is a subset of the latter, so in theory it might be better to have one definition in code and to generate the other in CSS. But in the current implementation it is two different sets, so you need to remember to keep the two in sync if you decide to make changes.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2071 [RackTables] default minor always 2022-10-31 19:21 2023-03-21 22:37
Reporter: netniv Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: acknowledged Product Version: 0.22.0  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Helpdesk Banner usage not consistent
Description: The Helpdesk Banner which can be added to the bottom of exceptions is not included in all instances
Tags:
Steps To Reproduce: A generic exception will not display the help desk banner information
Additional Information:
Attached Files:
Notes
(0004445)
netniv   
2022-10-31 19:32   
diff --git a/wwwroot/inc/exceptions.php b/wwwroot/inc/exceptions.php
index adf545aa..9dfaadc7 100644
--- a/wwwroot/inc/exceptions.php
+++ b/wwwroot/inc/exceptions.php
@@ -266,7 +266,8 @@ class RTPermissionDenied extends RackTablesError
                        $target_given_tags,
                        $auto_tags,
                        $expl_tags,
- $impl_tags;
+ $impl_tags,
+ $helpdesk_banner;
                header ('Content-Type: text/html; charset=UTF-8');
                echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' . "\n";
                echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">' . "\n";
@@ -290,6 +291,8 @@ class RTPermissionDenied extends RackTablesError
                echo "<tr><th width='50%' class=tdright>Requested tab:</th><td class=tdleft>${tabno}</td></tr>\n";
                echo "<tr><td colspan=2 align=center>Click <a href='index.php?logout'>here</a> to logout.</td></tr>\n";
                echo "</table>\n";
+ if (isset ($helpdesk_banner))
+ echo '<hr>' . $helpdesk_banner;
                echo '</body></html>';
        }
 }
@@ -400,6 +403,8 @@ function stringTrace ($trace)

 function printPDOException ($e)
 {
+ global $helpdesk_banner;
+
        header ('HTTP/1.1 500 Internal Server Error');
        header ('Content-Type: text/html; charset=UTF-8');
        echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' . "\n";
@@ -423,11 +428,15 @@ function printPDOException ($e)
        dumpArray ($_POST);
        echo '<h3>COOKIE</h3>';
        dumpArray ($_COOKIE);
+ if (isset ($helpdesk_banner))
+ echo '<hr>' . $helpdesk_banner;
        echo '</body></html>';
 }

 function printGenericException ($e)
 {
+ global $helpdesk_banner;
+
        header('HTTP/1.1 500 Internal Server Error');
        header ('Content-Type: text/html; charset=UTF-8');
        echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' . "\n";
@@ -447,6 +456,8 @@ function printGenericException ($e)
        dumpArray ($_POST);
        echo '<h3>COOKIE</h3>';
        dumpArray ($_COOKIE);
+ if (isset ($helpdesk_banner))
+ echo '<hr>' . $helpdesk_banner;
        echo '</body></html>';
 }


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2075 [RackTables] SNMP minor always 2022-12-01 12:59 2022-12-16 09:44
Reporter: DerZivi Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: acknowledged Product Version: 0.22.0  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '11.2.3.7.11.182.21' Aruba JL357A 2540-48G-PoE+-4SFP+ Switch
Description: Hello together,

I always get the Error "Unknown OID '11.2.3.7.11.182.21' " when I do the SNMP sync on an Aruba JL357A 2540-48G-PoE+-4SFP+ Switch.

Must I add the MIB Information somewhere manual?

Best regards,
Martin
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0004467)
infrastation   
2022-12-08 22:30   
Please see https://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29

It would be best if you prepared and tested a patch yourself, please do that if you can and open a pull request at https://github.com/RackTables/racktables

Otherwise please post the SNMP data and if this switch is not too much different from the two existing Aruba switches in wwwroot/inc/snmp.php, it might be a quick job to make it supported.
(0004469)
DerZivi   
2022-12-12 11:32   
Hallo,

den Eintrag im Wiki habe ich gelesenen.
Ich habe aber nicht verstanden was ich wo eintragen muss. Die Dokumentation könnte hier ein wenig ausführlicher sein. :-)

Meine Ergebnisse vom "snmpwalk" sehen so aus:

SNMPv2-MIB::sysDescr.0 = STRING: HP J9773A 2530-24G-PoEP Switch, revision YA.16.11.0007, ROM YA.15.20 (/ws/swbuildm/rel_beluru_qaoff/code/build/lakes(swbuildm_rel_beluru_qaoff_rel_beluru)) (Formerly ProCurve)

.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.11.2.3.7.11.137

IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifIndex.2 = INTEGER: 2
IF-MIB::ifIndex.3 = INTEGER: 3
IF-MIB::ifIndex.4 = INTEGER: 4
IF-MIB::ifIndex.5 = INTEGER: 5
IF-MIB::ifIndex.6 = INTEGER: 6
IF-MIB::ifIndex.7 = INTEGER: 7
IF-MIB::ifIndex.8 = INTEGER: 8
IF-MIB::ifIndex.9 = INTEGER: 9
IF-MIB::ifIndex.10 = INTEGER: 10
IF-MIB::ifIndex.11 = INTEGER: 11
IF-MIB::ifIndex.12 = INTEGER: 12
IF-MIB::ifIndex.13 = INTEGER: 13
IF-MIB::ifIndex.14 = INTEGER: 14
IF-MIB::ifIndex.15 = INTEGER: 15
IF-MIB::ifIndex.16 = INTEGER: 16
IF-MIB::ifIndex.17 = INTEGER: 17
IF-MIB::ifIndex.18 = INTEGER: 18
IF-MIB::ifIndex.19 = INTEGER: 19
IF-MIB::ifIndex.20 = INTEGER: 20
IF-MIB::ifIndex.21 = INTEGER: 21
IF-MIB::ifIndex.22 = INTEGER: 22
IF-MIB::ifIndex.23 = INTEGER: 23
IF-MIB::ifIndex.24 = INTEGER: 24
IF-MIB::ifIndex.25 = INTEGER: 25
IF-MIB::ifIndex.26 = INTEGER: 26
IF-MIB::ifIndex.27 = INTEGER: 27
IF-MIB::ifIndex.28 = INTEGER: 28
IF-MIB::ifIndex.54 = INTEGER: 54
IF-MIB::ifIndex.55 = INTEGER: 55
IF-MIB::ifIndex.102 = INTEGER: 102
IF-MIB::ifIndex.202 = INTEGER: 202
IF-MIB::ifIndex.203 = INTEGER: 203
IF-MIB::ifIndex.204 = INTEGER: 204
IF-MIB::ifIndex.205 = INTEGER: 205
IF-MIB::ifIndex.206 = INTEGER: 206
IF-MIB::ifIndex.207 = INTEGER: 207
IF-MIB::ifIndex.1101 = INTEGER: 1101
IF-MIB::ifIndex.4324 = INTEGER: 4324
IF-MIB::ifIndex.4325 = INTEGER: 4325
IF-MIB::ifIndex.4326 = INTEGER: 4326
IF-MIB::ifIndex.4327 = INTEGER: 4327
IF-MIB::ifIndex.4328 = INTEGER: 4328
IF-MIB::ifIndex.4329 = INTEGER: 4329
IF-MIB::ifIndex.4330 = INTEGER: 4330
IF-MIB::ifIndex.4331 = INTEGER: 4331
IF-MIB::ifDescr.1 = STRING: 1
IF-MIB::ifDescr.2 = STRING: 2
IF-MIB::ifDescr.3 = STRING: 3
IF-MIB::ifDescr.4 = STRING: 4
IF-MIB::ifDescr.5 = STRING: 5
IF-MIB::ifDescr.6 = STRING: 6
IF-MIB::ifDescr.7 = STRING: 7
IF-MIB::ifDescr.8 = STRING: 8
IF-MIB::ifDescr.9 = STRING: 9
IF-MIB::ifDescr.10 = STRING: 10
IF-MIB::ifDescr.11 = STRING: 11
IF-MIB::ifDescr.12 = STRING: 12
IF-MIB::ifDescr.13 = STRING: 13
IF-MIB::ifDescr.14 = STRING: 14
IF-MIB::ifDescr.15 = STRING: 15
IF-MIB::ifDescr.16 = STRING: 16
IF-MIB::ifDescr.17 = STRING: 17
IF-MIB::ifDescr.18 = STRING: 18
IF-MIB::ifDescr.19 = STRING: 19
IF-MIB::ifDescr.20 = STRING: 20
IF-MIB::ifDescr.21 = STRING: 21
IF-MIB::ifDescr.22 = STRING: 22
IF-MIB::ifDescr.23 = STRING: 23
IF-MIB::ifDescr.24 = STRING: 24
IF-MIB::ifDescr.25 = STRING: 25
IF-MIB::ifDescr.26 = STRING: 26
IF-MIB::ifDescr.27 = STRING: 27
IF-MIB::ifDescr.28 = STRING: 28
IF-MIB::ifDescr.54 = STRING: Trk1
IF-MIB::ifDescr.55 = STRING: Trk2
IF-MIB::ifDescr.102 = STRING: DEFAULT_VLAN
IF-MIB::ifDescr.202 = STRING: VLAN101
IF-MIB::ifDescr.203 = STRING: VLAN102
IF-MIB::ifDescr.204 = STRING: VLAN103
IF-MIB::ifDescr.205 = STRING: VLAN104
IF-MIB::ifDescr.206 = STRING: VLAN105
IF-MIB::ifDescr.207 = STRING: VLAN106
IF-MIB::ifDescr.1101 = STRING: VLAN1000
IF-MIB::ifDescr.4324 = STRING: Switch loopback interface
IF-MIB::ifDescr.4325 = STRING: Switch loopback interface
IF-MIB::ifDescr.4326 = STRING: Switch loopback interface
IF-MIB::ifDescr.4327 = STRING: Switch loopback interface
IF-MIB::ifDescr.4328 = STRING: Switch loopback interface
IF-MIB::ifDescr.4329 = STRING: Switch loopback interface
IF-MIB::ifDescr.4330 = STRING: Switch loopback interface
IF-MIB::ifDescr.4331 = STRING: Switch loopback interface
IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.3 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.5 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.6 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.7 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.8 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.9 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.10 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.11 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.12 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.13 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.14 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.15 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.16 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.17 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.18 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.19 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.20 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.21 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.22 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.23 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.24 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.25 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.26 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.27 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.28 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.54 = INTEGER: ieee8023adLag(161)
IF-MIB::ifType.55 = INTEGER: ieee8023adLag(161)
IF-MIB::ifType.102 = INTEGER: propVirtual(53)
IF-MIB::ifType.202 = INTEGER: propVirtual(53)
IF-MIB::ifType.203 = INTEGER: propVirtual(53)
IF-MIB::ifType.204 = INTEGER: propVirtual(53)
IF-MIB::ifType.205 = INTEGER: propVirtual(53)
IF-MIB::ifType.206 = INTEGER: propVirtual(53)
IF-MIB::ifType.207 = INTEGER: propVirtual(53)
IF-MIB::ifType.1101 = INTEGER: propVirtual(53)
IF-MIB::ifType.4324 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4325 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4326 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4327 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4328 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4329 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4330 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4331 = INTEGER: softwareLoopback(24)
IF-MIB::ifMtu.1 = INTEGER: 1526
IF-MIB::ifMtu.2 = INTEGER: 1526
IF-MIB::ifMtu.3 = INTEGER: 1526
IF-MIB::ifMtu.4 = INTEGER: 1526
IF-MIB::ifMtu.5 = INTEGER: 1526
IF-MIB::ifMtu.6 = INTEGER: 1526
IF-MIB::ifMtu.7 = INTEGER: 1526
IF-MIB::ifMtu.8 = INTEGER: 1526
IF-MIB::ifMtu.9 = INTEGER: 1526
IF-MIB::ifMtu.10 = INTEGER: 1526
IF-MIB::ifMtu.11 = INTEGER: 1526
IF-MIB::ifMtu.12 = INTEGER: 1526
IF-MIB::ifMtu.13 = INTEGER: 1526
IF-MIB::ifMtu.14 = INTEGER: 1526
IF-MIB::ifMtu.15 = INTEGER: 1526
IF-MIB::ifMtu.16 = INTEGER: 1526
IF-MIB::ifMtu.17 = INTEGER: 1526
IF-MIB::ifMtu.18 = INTEGER: 1526
IF-MIB::ifMtu.19 = INTEGER: 1526
IF-MIB::ifMtu.20 = INTEGER: 1526
IF-MIB::ifMtu.21 = INTEGER: 1526
IF-MIB::ifMtu.22 = INTEGER: 1526
IF-MIB::ifMtu.23 = INTEGER: 1526
IF-MIB::ifMtu.24 = INTEGER: 1526
IF-MIB::ifMtu.25 = INTEGER: 1526
IF-MIB::ifMtu.26 = INTEGER: 0
IF-MIB::ifMtu.27 = INTEGER: 0
IF-MIB::ifMtu.28 = INTEGER: 0
IF-MIB::ifMtu.54 = INTEGER: 1526
IF-MIB::ifMtu.55 = INTEGER: 1526
IF-MIB::ifMtu.102 = INTEGER: 1500
IF-MIB::ifMtu.202 = INTEGER: 1500
IF-MIB::ifMtu.203 = INTEGER: 1500
IF-MIB::ifMtu.204 = INTEGER: 1500
IF-MIB::ifMtu.205 = INTEGER: 1500
IF-MIB::ifMtu.206 = INTEGER: 1500
IF-MIB::ifMtu.207 = INTEGER: 1500
IF-MIB::ifMtu.1101 = INTEGER: 1488
IF-MIB::ifMtu.4324 = INTEGER: 65535
IF-MIB::ifMtu.4325 = INTEGER: 9198
IF-MIB::ifMtu.4326 = INTEGER: 9198
IF-MIB::ifMtu.4327 = INTEGER: 9198
IF-MIB::ifMtu.4328 = INTEGER: 9198
IF-MIB::ifMtu.4329 = INTEGER: 9198
IF-MIB::ifMtu.4330 = INTEGER: 9198
IF-MIB::ifMtu.4331 = INTEGER: 9198
IF-MIB::ifSpeed.1 = Gauge32: 1000000000
IF-MIB::ifSpeed.2 = Gauge32: 1000000000
IF-MIB::ifSpeed.3 = Gauge32: 1000000000
IF-MIB::ifSpeed.4 = Gauge32: 100000000
IF-MIB::ifSpeed.5 = Gauge32: 1000000000
IF-MIB::ifSpeed.6 = Gauge32: 1000000000
IF-MIB::ifSpeed.7 = Gauge32: 100000000
IF-MIB::ifSpeed.8 = Gauge32: 1000000000
IF-MIB::ifSpeed.9 = Gauge32: 1000000000
IF-MIB::ifSpeed.10 = Gauge32: 1000000000
IF-MIB::ifSpeed.11 = Gauge32: 1000000000
IF-MIB::ifSpeed.12 = Gauge32: 1000000000
IF-MIB::ifSpeed.13 = Gauge32: 1000000000
IF-MIB::ifSpeed.14 = Gauge32: 1000000000
IF-MIB::ifSpeed.15 = Gauge32: 1000000000
IF-MIB::ifSpeed.16 = Gauge32: 1000000000
IF-MIB::ifSpeed.17 = Gauge32: 1000000000
IF-MIB::ifSpeed.18 = Gauge32: 1000000000
IF-MIB::ifSpeed.19 = Gauge32: 1000000000
IF-MIB::ifSpeed.20 = Gauge32: 1000000000
IF-MIB::ifSpeed.21 = Gauge32: 1000000000
IF-MIB::ifSpeed.22 = Gauge32: 1000000000
IF-MIB::ifSpeed.23 = Gauge32: 1000000000
IF-MIB::ifSpeed.24 = Gauge32: 1000000000
IF-MIB::ifSpeed.25 = Gauge32: 1000000000
IF-MIB::ifSpeed.26 = Gauge32: 0
IF-MIB::ifSpeed.27 = Gauge32: 0
IF-MIB::ifSpeed.28 = Gauge32: 0
IF-MIB::ifSpeed.54 = Gauge32: 2000000000
IF-MIB::ifSpeed.55 = Gauge32: 2000000000
IF-MIB::ifSpeed.102 = Gauge32: 0
IF-MIB::ifSpeed.202 = Gauge32: 0
IF-MIB::ifSpeed.203 = Gauge32: 0
IF-MIB::ifSpeed.204 = Gauge32: 0
IF-MIB::ifSpeed.205 = Gauge32: 0
IF-MIB::ifSpeed.206 = Gauge32: 0
IF-MIB::ifSpeed.207 = Gauge32: 0
IF-MIB::ifSpeed.1101 = Gauge32: 0
IF-MIB::ifSpeed.4324 = Gauge32: 0
IF-MIB::ifSpeed.4325 = Gauge32: 0
IF-MIB::ifSpeed.4326 = Gauge32: 0
IF-MIB::ifSpeed.4327 = Gauge32: 0
IF-MIB::ifSpeed.4328 = Gauge32: 0
IF-MIB::ifSpeed.4329 = Gauge32: 0
IF-MIB::ifSpeed.4330 = Gauge32: 0
IF-MIB::ifSpeed.4331 = Gauge32: 0
IF-MIB::ifPhysAddress.1 = STRING: 10:4f:58:2a:cd:5f
IF-MIB::ifPhysAddress.2 = STRING: 10:4f:58:2a:cd:5e
IF-MIB::ifPhysAddress.3 = STRING: 10:4f:58:2a:cd:5d
IF-MIB::ifPhysAddress.4 = STRING: 10:4f:58:2a:cd:5c
IF-MIB::ifPhysAddress.5 = STRING: 10:4f:58:2a:cd:5b
IF-MIB::ifPhysAddress.6 = STRING: 10:4f:58:2a:cd:5a
IF-MIB::ifPhysAddress.7 = STRING: 10:4f:58:2a:cd:59
IF-MIB::ifPhysAddress.8 = STRING: 10:4f:58:2a:cd:58
IF-MIB::ifPhysAddress.9 = STRING: 10:4f:58:2a:cd:57
IF-MIB::ifPhysAddress.10 = STRING: 10:4f:58:2a:cd:56
IF-MIB::ifPhysAddress.11 = STRING: 10:4f:58:2a:cd:55
IF-MIB::ifPhysAddress.12 = STRING: 10:4f:58:2a:cd:54
IF-MIB::ifPhysAddress.13 = STRING: 10:4f:58:2a:cd:53
IF-MIB::ifPhysAddress.14 = STRING: 10:4f:58:2a:cd:52
IF-MIB::ifPhysAddress.15 = STRING: 10:4f:58:2a:cd:51
IF-MIB::ifPhysAddress.16 = STRING: 10:4f:58:2a:cd:50
IF-MIB::ifPhysAddress.17 = STRING: 10:4f:58:2a:cd:4f
IF-MIB::ifPhysAddress.18 = STRING: 10:4f:58:2a:cd:4e
IF-MIB::ifPhysAddress.19 = STRING: 10:4f:58:2a:cd:4d
IF-MIB::ifPhysAddress.20 = STRING: 10:4f:58:2a:cd:4c
IF-MIB::ifPhysAddress.21 = STRING: 10:4f:58:2a:cd:4b
IF-MIB::ifPhysAddress.22 = STRING: 10:4f:58:2a:cd:4a
IF-MIB::ifPhysAddress.23 = STRING: 10:4f:58:2a:cd:49
IF-MIB::ifPhysAddress.24 = STRING: 10:4f:58:2a:cd:48
IF-MIB::ifPhysAddress.25 = STRING: 10:4f:58:2a:cd:47
IF-MIB::ifPhysAddress.26 = STRING: 10:4f:58:2a:cd:46
IF-MIB::ifPhysAddress.27 = STRING: 10:4f:58:2a:cd:45
IF-MIB::ifPhysAddress.28 = STRING: 10:4f:58:2a:cd:44
IF-MIB::ifPhysAddress.54 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.55 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.102 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.202 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.203 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.204 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.205 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.206 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.207 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.1101 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.4324 = STRING:
IF-MIB::ifPhysAddress.4325 = STRING:
IF-MIB::ifPhysAddress.4326 = STRING:
IF-MIB::ifPhysAddress.4327 = STRING:
IF-MIB::ifPhysAddress.4328 = STRING:
IF-MIB::ifPhysAddress.4329 = STRING:
IF-MIB::ifPhysAddress.4330 = STRING:
IF-MIB::ifPhysAddress.4331 = STRING:
IF-MIB::ifAdminStatus.1 = INTEGER: up(1)
IF-MIB::ifAdminStatus.2 = INTEGER: up(1)
IF-MIB::ifAdminStatus.3 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4 = INTEGER: up(1)
IF-MIB::ifAdminStatus.5 = INTEGER: up(1)
IF-MIB::ifAdminStatus.6 = INTEGER: up(1)
IF-MIB::ifAdminStatus.7 = INTEGER: up(1)
IF-MIB::ifAdminStatus.8 = INTEGER: up(1)
IF-MIB::ifAdminStatus.9 = INTEGER: up(1)
IF-MIB::ifAdminStatus.10 = INTEGER: up(1)
IF-MIB::ifAdminStatus.11 = INTEGER: up(1)
IF-MIB::ifAdminStatus.12 = INTEGER: up(1)
IF-MIB::ifAdminStatus.13 = INTEGER: up(1)
IF-MIB::ifAdminStatus.14 = INTEGER: up(1)
IF-MIB::ifAdminStatus.15 = INTEGER: up(1)
IF-MIB::ifAdminStatus.16 = INTEGER: up(1)
IF-MIB::ifAdminStatus.17 = INTEGER: up(1)
IF-MIB::ifAdminStatus.18 = INTEGER: up(1)
IF-MIB::ifAdminStatus.19 = INTEGER: up(1)
IF-MIB::ifAdminStatus.20 = INTEGER: up(1)
IF-MIB::ifAdminStatus.21 = INTEGER: up(1)
IF-MIB::ifAdminStatus.22 = INTEGER: up(1)
IF-MIB::ifAdminStatus.23 = INTEGER: up(1)
IF-MIB::ifAdminStatus.24 = INTEGER: up(1)
IF-MIB::ifAdminStatus.25 = INTEGER: up(1)
IF-MIB::ifAdminStatus.26 = INTEGER: up(1)
IF-MIB::ifAdminStatus.27 = INTEGER: up(1)
IF-MIB::ifAdminStatus.28 = INTEGER: up(1)
IF-MIB::ifAdminStatus.54 = INTEGER: up(1)
IF-MIB::ifAdminStatus.55 = INTEGER: up(1)
IF-MIB::ifAdminStatus.102 = INTEGER: up(1)
IF-MIB::ifAdminStatus.202 = INTEGER: up(1)
IF-MIB::ifAdminStatus.203 = INTEGER: up(1)
IF-MIB::ifAdminStatus.204 = INTEGER: up(1)
IF-MIB::ifAdminStatus.205 = INTEGER: up(1)
IF-MIB::ifAdminStatus.206 = INTEGER: up(1)
IF-MIB::ifAdminStatus.207 = INTEGER: up(1)
IF-MIB::ifAdminStatus.1101 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4324 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4325 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4326 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4327 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4328 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4329 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4330 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4331 = INTEGER: down(2)
IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.2 = INTEGER: up(1)
IF-MIB::ifOperStatus.3 = INTEGER: up(1)
IF-MIB::ifOperStatus.4 = INTEGER: up(1)
IF-MIB::ifOperStatus.5 = INTEGER: up(1)
IF-MIB::ifOperStatus.6 = INTEGER: up(1)
IF-MIB::ifOperStatus.7 = INTEGER: up(1)
IF-MIB::ifOperStatus.8 = INTEGER: up(1)
IF-MIB::ifOperStatus.9 = INTEGER: up(1)
IF-MIB::ifOperStatus.10 = INTEGER: up(1)
IF-MIB::ifOperStatus.11 = INTEGER: up(1)
IF-MIB::ifOperStatus.12 = INTEGER: up(1)
IF-MIB::ifOperStatus.13 = INTEGER: down(2)
IF-MIB::ifOperStatus.14 = INTEGER: down(2)
IF-MIB::ifOperStatus.15 = INTEGER: down(2)
IF-MIB::ifOperStatus.16 = INTEGER: down(2)
IF-MIB::ifOperStatus.17 = INTEGER: up(1)
IF-MIB::ifOperStatus.18 = INTEGER: up(1)
IF-MIB::ifOperStatus.19 = INTEGER: up(1)
IF-MIB::ifOperStatus.20 = INTEGER: up(1)
IF-MIB::ifOperStatus.21 = INTEGER: up(1)
IF-MIB::ifOperStatus.22 = INTEGER: up(1)
IF-MIB::ifOperStatus.23 = INTEGER: up(1)
IF-MIB::ifOperStatus.24 = INTEGER: up(1)
IF-MIB::ifOperStatus.25 = INTEGER: up(1)
IF-MIB::ifOperStatus.26 = INTEGER: down(2)
IF-MIB::ifOperStatus.27 = INTEGER: down(2)
IF-MIB::ifOperStatus.28 = INTEGER: down(2)
IF-MIB::ifOperStatus.54 = INTEGER: up(1)
IF-MIB::ifOperStatus.55 = INTEGER: up(1)
IF-MIB::ifOperStatus.102 = INTEGER: up(1)
IF-MIB::ifOperStatus.202 = INTEGER: up(1)
IF-MIB::ifOperStatus.203 = INTEGER: up(1)
IF-MIB::ifOperStatus.204 = INTEGER: up(1)
IF-MIB::ifOperStatus.205 = INTEGER: up(1)
IF-MIB::ifOperStatus.206 = INTEGER: up(1)
IF-MIB::ifOperStatus.207 = INTEGER: up(1)
IF-MIB::ifOperStatus.1101 = INTEGER: up(1)
IF-MIB::ifOperStatus.4324 = INTEGER: up(1)
IF-MIB::ifOperStatus.4325 = INTEGER: down(2)
IF-MIB::ifOperStatus.4326 = INTEGER: down(2)
IF-MIB::ifOperStatus.4327 = INTEGER: down(2)
IF-MIB::ifOperStatus.4328 = INTEGER: down(2)
IF-MIB::ifOperStatus.4329 = INTEGER: down(2)
IF-MIB::ifOperStatus.4330 = INTEGER: down(2)
IF-MIB::ifOperStatus.4331 = INTEGER: down(2)
IF-MIB::ifLastChange.1 = Timeticks: (80242764) 9 days, 6:53:47.64
IF-MIB::ifLastChange.2 = Timeticks: (80242614) 9 days, 6:53:46.14
IF-MIB::ifLastChange.3 = Timeticks: (80242620) 9 days, 6:53:46.20
IF-MIB::ifLastChange.4 = Timeticks: (80245803) 9 days, 6:54:18.03
IF-MIB::ifLastChange.5 = Timeticks: (80256105) 9 days, 6:56:01.05
IF-MIB::ifLastChange.6 = Timeticks: (80242703) 9 days, 6:53:47.03
IF-MIB::ifLastChange.7 = Timeticks: (101653524) 11 days, 18:22:15.24
IF-MIB::ifLastChange.8 = Timeticks: (80206856) 9 days, 6:47:48.56
IF-MIB::ifLastChange.9 = Timeticks: (80242544) 9 days, 6:53:45.44
IF-MIB::ifLastChange.10 = Timeticks: (80242634) 9 days, 6:53:46.34
IF-MIB::ifLastChange.11 = Timeticks: (543952450) 62 days, 22:58:44.50
IF-MIB::ifLastChange.12 = Timeticks: (543995982) 62 days, 23:05:59.82
IF-MIB::ifLastChange.13 = Timeticks: (267) 0:00:02.67
IF-MIB::ifLastChange.14 = Timeticks: (268) 0:00:02.68
IF-MIB::ifLastChange.15 = Timeticks: (269) 0:00:02.69
IF-MIB::ifLastChange.16 = Timeticks: (271) 0:00:02.71
IF-MIB::ifLastChange.17 = Timeticks: (544094918) 62 days, 23:22:29.18
IF-MIB::ifLastChange.18 = Timeticks: (122920756) 14 days, 5:26:47.56
IF-MIB::ifLastChange.19 = Timeticks: (9035147) 1 day, 1:05:51.47
IF-MIB::ifLastChange.20 = Timeticks: (9035152) 1 day, 1:05:51.52
IF-MIB::ifLastChange.21 = Timeticks: (115730346) 13 days, 9:28:23.46
IF-MIB::ifLastChange.22 = Timeticks: (363023401) 42 days, 0:23:54.01
IF-MIB::ifLastChange.23 = Timeticks: (602) 0:00:06.02
IF-MIB::ifLastChange.24 = Timeticks: (606) 0:00:06.06
IF-MIB::ifLastChange.25 = Timeticks: (392) 0:00:03.92
IF-MIB::ifLastChange.26 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.27 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.28 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.54 = Timeticks: (734) 0:00:07.34
IF-MIB::ifLastChange.55 = Timeticks: (9035172) 1 day, 1:05:51.72
IF-MIB::ifLastChange.102 = Timeticks: (405) 0:00:04.05
IF-MIB::ifLastChange.202 = Timeticks: (405) 0:00:04.05
IF-MIB::ifLastChange.203 = Timeticks: (405) 0:00:04.05
IF-MIB::ifLastChange.204 = Timeticks: (1823347) 5:03:53.47
IF-MIB::ifLastChange.205 = Timeticks: (405) 0:00:04.05
IF-MIB::ifLastChange.206 = Timeticks: (405) 0:00:04.05
IF-MIB::ifLastChange.207 = Timeticks: (405) 0:00:04.05
IF-MIB::ifLastChange.1101 = Timeticks: (36766529) 4 days, 6:07:45.29
IF-MIB::ifLastChange.4324 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4325 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4326 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4327 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4328 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4329 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4330 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4331 = Timeticks: (0) 0:00:00.00
IF-MIB::ifInOctets.1 = Counter32: 545261865
IF-MIB::ifInOctets.2 = Counter32: 3406926616
IF-MIB::ifInOctets.3 = Counter32: 3392089738
IF-MIB::ifInOctets.4 = Counter32: 1076008242
IF-MIB::ifInOctets.5 = Counter32: 3687929649
IF-MIB::ifInOctets.6 = Counter32: 3430762271
IF-MIB::ifInOctets.7 = Counter32: 2053913733
IF-MIB::ifInOctets.8 = Counter32: 3265994347
IF-MIB::ifInOctets.9 = Counter32: 3178775492
IF-MIB::ifInOctets.10 = Counter32: 3016003586
IF-MIB::ifInOctets.11 = Counter32: 268629983
IF-MIB::ifInOctets.12 = Counter32: 342842537
IF-MIB::ifInOctets.13 = Counter32: 0
IF-MIB::ifInOctets.14 = Counter32: 0
IF-MIB::ifInOctets.15 = Counter32: 0
IF-MIB::ifInOctets.16 = Counter32: 0
IF-MIB::ifInOctets.17 = Counter32: 565316891
IF-MIB::ifInOctets.18 = Counter32: 372337418
IF-MIB::ifInOctets.19 = Counter32: 899145342
IF-MIB::ifInOctets.20 = Counter32: 3933018601
IF-MIB::ifInOctets.21 = Counter32: 697600743
IF-MIB::ifInOctets.22 = Counter32: 1039128379
IF-MIB::ifInOctets.23 = Counter32: 1232612258
IF-MIB::ifInOctets.24 = Counter32: 3539136133
IF-MIB::ifInOctets.25 = Counter32: 3393110127
IF-MIB::ifInOctets.26 = Counter32: 0
IF-MIB::ifInOctets.27 = Counter32: 0
IF-MIB::ifInOctets.28 = Counter32: 0
IF-MIB::ifInOctets.54 = Counter32: 476781095
IF-MIB::ifInOctets.55 = Counter32: 537196867
IF-MIB::ifInOctets.102 = Counter32: 0
IF-MIB::ifInOctets.202 = Counter32: 0
IF-MIB::ifInOctets.203 = Counter32: 0
IF-MIB::ifInOctets.204 = Counter32: 0
IF-MIB::ifInOctets.205 = Counter32: 0
IF-MIB::ifInOctets.206 = Counter32: 0
IF-MIB::ifInOctets.207 = Counter32: 0
IF-MIB::ifInOctets.1101 = Counter32: 0
IF-MIB::ifInOctets.4324 = Counter32: 58889377
IF-MIB::ifInOctets.4325 = Counter32: 0
IF-MIB::ifInOctets.4326 = Counter32: 0
IF-MIB::ifInOctets.4327 = Counter32: 0
IF-MIB::ifInOctets.4328 = Counter32: 0
IF-MIB::ifInOctets.4329 = Counter32: 0
IF-MIB::ifInOctets.4330 = Counter32: 0
IF-MIB::ifInOctets.4331 = Counter32: 0
IF-MIB::ifInUcastPkts.1 = Counter32: 41995480
IF-MIB::ifInUcastPkts.2 = Counter32: 27707426
IF-MIB::ifInUcastPkts.3 = Counter32: 68704900
IF-MIB::ifInUcastPkts.4 = Counter32: 47674885
IF-MIB::ifInUcastPkts.5 = Counter32: 18516503
IF-MIB::ifInUcastPkts.6 = Counter32: 51226458
IF-MIB::ifInUcastPkts.7 = Counter32: 52009146
IF-MIB::ifInUcastPkts.8 = Counter32: 23293184
IF-MIB::ifInUcastPkts.9 = Counter32: 9748877
IF-MIB::ifInUcastPkts.10 = Counter32: 7524060
IF-MIB::ifInUcastPkts.11 = Counter32: 1575237
IF-MIB::ifInUcastPkts.12 = Counter32: 2288309
IF-MIB::ifInUcastPkts.13 = Counter32: 0
IF-MIB::ifInUcastPkts.14 = Counter32: 0
IF-MIB::ifInUcastPkts.15 = Counter32: 0
IF-MIB::ifInUcastPkts.16 = Counter32: 0
IF-MIB::ifInUcastPkts.17 = Counter32: 5190084
IF-MIB::ifInUcastPkts.18 = Counter32: 885455
IF-MIB::ifInUcastPkts.19 = Counter32: 47453850
IF-MIB::ifInUcastPkts.20 = Counter32: 48921673
IF-MIB::ifInUcastPkts.21 = Counter32: 916354593
IF-MIB::ifInUcastPkts.22 = Counter32: 477019552
IF-MIB::ifInUcastPkts.23 = Counter32: 39405605
IF-MIB::ifInUcastPkts.24 = Counter32: 25459057
IF-MIB::ifInUcastPkts.25 = Counter32: 36377700
IF-MIB::ifInUcastPkts.26 = Counter32: 0
IF-MIB::ifInUcastPkts.27 = Counter32: 0
IF-MIB::ifInUcastPkts.28 = Counter32: 0
IF-MIB::ifInUcastPkts.54 = Counter32: 64864662
IF-MIB::ifInUcastPkts.55 = Counter32: 96375523
IF-MIB::ifInUcastPkts.102 = Counter32: 0
IF-MIB::ifInUcastPkts.202 = Counter32: 0
IF-MIB::ifInUcastPkts.203 = Counter32: 0
IF-MIB::ifInUcastPkts.204 = Counter32: 0
IF-MIB::ifInUcastPkts.205 = Counter32: 0
IF-MIB::ifInUcastPkts.206 = Counter32: 0
IF-MIB::ifInUcastPkts.207 = Counter32: 0
IF-MIB::ifInUcastPkts.1101 = Counter32: 0
IF-MIB::ifInUcastPkts.4324 = Counter32: 650815
IF-MIB::ifInUcastPkts.4325 = Counter32: 0
IF-MIB::ifInUcastPkts.4326 = Counter32: 0
IF-MIB::ifInUcastPkts.4327 = Counter32: 0
IF-MIB::ifInUcastPkts.4328 = Counter32: 0
IF-MIB::ifInUcastPkts.4329 = Counter32: 0
IF-MIB::ifInUcastPkts.4330 = Counter32: 0
IF-MIB::ifInUcastPkts.4331 = Counter32: 0
IF-MIB::ifInNUcastPkts.1 = Counter32: 1164964
IF-MIB::ifInNUcastPkts.2 = Counter32: 1309063
IF-MIB::ifInNUcastPkts.3 = Counter32: 1635694
IF-MIB::ifInNUcastPkts.4 = Counter32: 1272092
IF-MIB::ifInNUcastPkts.5 = Counter32: 1302927
IF-MIB::ifInNUcastPkts.6 = Counter32: 1158209
IF-MIB::ifInNUcastPkts.7 = Counter32: 1227380
IF-MIB::ifInNUcastPkts.8 = Counter32: 7108199
IF-MIB::ifInNUcastPkts.9 = Counter32: 937471
IF-MIB::ifInNUcastPkts.10 = Counter32: 936455
IF-MIB::ifInNUcastPkts.11 = Counter32: 270970
IF-MIB::ifInNUcastPkts.12 = Counter32: 285488
IF-MIB::ifInNUcastPkts.13 = Counter32: 0
IF-MIB::ifInNUcastPkts.14 = Counter32: 0
IF-MIB::ifInNUcastPkts.15 = Counter32: 0
IF-MIB::ifInNUcastPkts.16 = Counter32: 0
IF-MIB::ifInNUcastPkts.17 = Counter32: 261901
IF-MIB::ifInNUcastPkts.18 = Counter32: 81949
IF-MIB::ifInNUcastPkts.19 = Counter32: 43794712
IF-MIB::ifInNUcastPkts.20 = Counter32: 42400969
IF-MIB::ifInNUcastPkts.21 = Counter32: 6725485
IF-MIB::ifInNUcastPkts.22 = Counter32: 44039
IF-MIB::ifInNUcastPkts.23 = Counter32: 1007840
IF-MIB::ifInNUcastPkts.24 = Counter32: 1010456
IF-MIB::ifInNUcastPkts.25 = Counter32: 2975361
IF-MIB::ifInNUcastPkts.26 = Counter32: 0
IF-MIB::ifInNUcastPkts.27 = Counter32: 0
IF-MIB::ifInNUcastPkts.28 = Counter32: 0
IF-MIB::ifInNUcastPkts.54 = Counter32: 2018296
IF-MIB::ifInNUcastPkts.55 = Counter32: 86195681
IF-MIB::ifInNUcastPkts.102 = Counter32: 0
IF-MIB::ifInNUcastPkts.202 = Counter32: 0
IF-MIB::ifInNUcastPkts.203 = Counter32: 0
IF-MIB::ifInNUcastPkts.204 = Counter32: 0
IF-MIB::ifInNUcastPkts.205 = Counter32: 0
IF-MIB::ifInNUcastPkts.206 = Counter32: 0
IF-MIB::ifInNUcastPkts.207 = Counter32: 0
IF-MIB::ifInNUcastPkts.1101 = Counter32: 0
IF-MIB::ifInNUcastPkts.4324 = Counter32: 0
IF-MIB::ifInNUcastPkts.4325 = Counter32: 0
IF-MIB::ifInNUcastPkts.4326 = Counter32: 0
IF-MIB::ifInNUcastPkts.4327 = Counter32: 0
IF-MIB::ifInNUcastPkts.4328 = Counter32: 0
IF-MIB::ifInNUcastPkts.4329 = Counter32: 0
IF-MIB::ifInNUcastPkts.4330 = Counter32: 0
IF-MIB::ifInNUcastPkts.4331 = Counter32: 0
IF-MIB::ifInDiscards.1 = Counter32: 0
IF-MIB::ifInDiscards.2 = Counter32: 0
IF-MIB::ifInDiscards.3 = Counter32: 0
IF-MIB::ifInDiscards.4 = Counter32: 0
IF-MIB::ifInDiscards.5 = Counter32: 0
IF-MIB::ifInDiscards.6 = Counter32: 0
IF-MIB::ifInDiscards.7 = Counter32: 0
IF-MIB::ifInDiscards.8 = Counter32: 0
IF-MIB::ifInDiscards.9 = Counter32: 0
IF-MIB::ifInDiscards.10 = Counter32: 0
IF-MIB::ifInDiscards.11 = Counter32: 0
IF-MIB::ifInDiscards.12 = Counter32: 0
IF-MIB::ifInDiscards.13 = Counter32: 0
IF-MIB::ifInDiscards.14 = Counter32: 0
IF-MIB::ifInDiscards.15 = Counter32: 0
IF-MIB::ifInDiscards.16 = Counter32: 0
IF-MIB::ifInDiscards.17 = Counter32: 0
IF-MIB::ifInDiscards.18 = Counter32: 0
IF-MIB::ifInDiscards.19 = Counter32: 0
IF-MIB::ifInDiscards.20 = Counter32: 0
IF-MIB::ifInDiscards.21 = Counter32: 0
IF-MIB::ifInDiscards.22 = Counter32: 0
IF-MIB::ifInDiscards.23 = Counter32: 0
IF-MIB::ifInDiscards.24 = Counter32: 0
IF-MIB::ifInDiscards.25 = Counter32: 0
IF-MIB::ifInDiscards.26 = Counter32: 0
IF-MIB::ifInDiscards.27 = Counter32: 0
IF-MIB::ifInDiscards.28 = Counter32: 0
IF-MIB::ifInDiscards.54 = Counter32: 0
IF-MIB::ifInDiscards.55 = Counter32: 0
IF-MIB::ifInDiscards.102 = Counter32: 0
IF-MIB::ifInDiscards.202 = Counter32: 0
IF-MIB::ifInDiscards.203 = Counter32: 0
IF-MIB::ifInDiscards.204 = Counter32: 0
IF-MIB::ifInDiscards.205 = Counter32: 0
IF-MIB::ifInDiscards.206 = Counter32: 0
IF-MIB::ifInDiscards.207 = Counter32: 0
IF-MIB::ifInDiscards.1101 = Counter32: 0
IF-MIB::ifInDiscards.4324 = Counter32: 0
IF-MIB::ifInDiscards.4325 = Counter32: 0
IF-MIB::ifInDiscards.4326 = Counter32: 0
IF-MIB::ifInDiscards.4327 = Counter32: 0
IF-MIB::ifInDiscards.4328 = Counter32: 0
IF-MIB::ifInDiscards.4329 = Counter32: 0
IF-MIB::ifInDiscards.4330 = Counter32: 0
IF-MIB::ifInDiscards.4331 = Counter32: 0
IF-MIB::ifInErrors.1 = Counter32: 7
IF-MIB::ifInErrors.2 = Counter32: 12
IF-MIB::ifInErrors.3 = Counter32: 45
IF-MIB::ifInErrors.4 = Counter32: 0
IF-MIB::ifInErrors.5 = Counter32: 39
IF-MIB::ifInErrors.6 = Counter32: 7
IF-MIB::ifInErrors.7 = Counter32: 48
IF-MIB::ifInErrors.8 = Counter32: 6
IF-MIB::ifInErrors.9 = Counter32: 0
IF-MIB::ifInErrors.10 = Counter32: 1
IF-MIB::ifInErrors.11 = Counter32: 0
IF-MIB::ifInErrors.12 = Counter32: 0
IF-MIB::ifInErrors.13 = Counter32: 0
IF-MIB::ifInErrors.14 = Counter32: 0
IF-MIB::ifInErrors.15 = Counter32: 0
IF-MIB::ifInErrors.16 = Counter32: 0
IF-MIB::ifInErrors.17 = Counter32: 0
IF-MIB::ifInErrors.18 = Counter32: 0
IF-MIB::ifInErrors.19 = Counter32: 0
IF-MIB::ifInErrors.20 = Counter32: 0
IF-MIB::ifInErrors.21 = Counter32: 0
IF-MIB::ifInErrors.22 = Counter32: 0
IF-MIB::ifInErrors.23 = Counter32: 0
IF-MIB::ifInErrors.24 = Counter32: 0
IF-MIB::ifInErrors.25 = Counter32: 0
IF-MIB::ifInErrors.26 = Counter32: 0
IF-MIB::ifInErrors.27 = Counter32: 0
IF-MIB::ifInErrors.28 = Counter32: 0
IF-MIB::ifInErrors.54 = Counter32: 0
IF-MIB::ifInErrors.55 = Counter32: 0
IF-MIB::ifInErrors.102 = Counter32: 0
IF-MIB::ifInErrors.202 = Counter32: 0
IF-MIB::ifInErrors.203 = Counter32: 0
IF-MIB::ifInErrors.204 = Counter32: 0
IF-MIB::ifInErrors.205 = Counter32: 0
IF-MIB::ifInErrors.206 = Counter32: 0
IF-MIB::ifInErrors.207 = Counter32: 0
IF-MIB::ifInErrors.1101 = Counter32: 0
IF-MIB::ifInErrors.4324 = Counter32: 0
IF-MIB::ifInErrors.4325 = Counter32: 0
IF-MIB::ifInErrors.4326 = Counter32: 0
IF-MIB::ifInErrors.4327 = Counter32: 0
IF-MIB::ifInErrors.4328 = Counter32: 0
IF-MIB::ifInErrors.4329 = Counter32: 0
IF-MIB::ifInErrors.4330 = Counter32: 0
IF-MIB::ifInErrors.4331 = Counter32: 0
IF-MIB::ifInUnknownProtos.1 = Counter32: 0
IF-MIB::ifInUnknownProtos.2 = Counter32: 0
IF-MIB::ifInUnknownProtos.3 = Counter32: 0
IF-MIB::ifInUnknownProtos.4 = Counter32: 0
IF-MIB::ifInUnknownProtos.5 = Counter32: 0
IF-MIB::ifInUnknownProtos.6 = Counter32: 0
IF-MIB::ifInUnknownProtos.7 = Counter32: 0
IF-MIB::ifInUnknownProtos.8 = Counter32: 0
IF-MIB::ifInUnknownProtos.9 = Counter32: 0
IF-MIB::ifInUnknownProtos.10 = Counter32: 0
IF-MIB::ifInUnknownProtos.11 = Counter32: 0
IF-MIB::ifInUnknownProtos.12 = Counter32: 0
IF-MIB::ifInUnknownProtos.13 = Counter32: 0
IF-MIB::ifInUnknownProtos.14 = Counter32: 0
IF-MIB::ifInUnknownProtos.15 = Counter32: 0
IF-MIB::ifInUnknownProtos.16 = Counter32: 0
IF-MIB::ifInUnknownProtos.17 = Counter32: 0
IF-MIB::ifInUnknownProtos.18 = Counter32: 0
IF-MIB::ifInUnknownProtos.19 = Counter32: 0
IF-MIB::ifInUnknownProtos.20 = Counter32: 0
IF-MIB::ifInUnknownProtos.21 = Counter32: 0
IF-MIB::ifInUnknownProtos.22 = Counter32: 0
IF-MIB::ifInUnknownProtos.23 = Counter32: 0
IF-MIB::ifInUnknownProtos.24 = Counter32: 0
IF-MIB::ifInUnknownProtos.25 = Counter32: 0
IF-MIB::ifInUnknownProtos.26 = Counter32: 0
IF-MIB::ifInUnknownProtos.27 = Counter32: 0
IF-MIB::ifInUnknownProtos.28 = Counter32: 0
IF-MIB::ifInUnknownProtos.54 = Counter32: 0
IF-MIB::ifInUnknownProtos.55 = Counter32: 0
IF-MIB::ifInUnknownProtos.102 = Counter32: 0
IF-MIB::ifInUnknownProtos.202 = Counter32: 0
IF-MIB::ifInUnknownProtos.203 = Counter32: 0
IF-MIB::ifInUnknownProtos.204 = Counter32: 0
IF-MIB::ifInUnknownProtos.205 = Counter32: 0
IF-MIB::ifInUnknownProtos.206 = Counter32: 0
IF-MIB::ifInUnknownProtos.207 = Counter32: 0
IF-MIB::ifInUnknownProtos.1101 = Counter32: 0
IF-MIB::ifInUnknownProtos.4324 = Counter32: 0
IF-MIB::ifInUnknownProtos.4325 = Counter32: 0
IF-MIB::ifInUnknownProtos.4326 = Counter32: 0
IF-MIB::ifInUnknownProtos.4327 = Counter32: 0
IF-MIB::ifInUnknownProtos.4328 = Counter32: 0
IF-MIB::ifInUnknownProtos.4329 = Counter32: 0
IF-MIB::ifInUnknownProtos.4330 = Counter32: 0
IF-MIB::ifInUnknownProtos.4331 = Counter32: 0
IF-MIB::ifOutOctets.1 = Counter32: 906986595
IF-MIB::ifOutOctets.2 = Counter32: 4279014456
IF-MIB::ifOutOctets.3 = Counter32: 3450479696
IF-MIB::ifOutOctets.4 = Counter32: 2276051429
IF-MIB::ifOutOctets.5 = Counter32: 2143707918
IF-MIB::ifOutOctets.6 = Counter32: 4008576873
IF-MIB::ifOutOctets.7 = Counter32: 427178715
IF-MIB::ifOutOctets.8 = Counter32: 518601199
IF-MIB::ifOutOctets.9 = Counter32: 175758415
IF-MIB::ifOutOctets.10 = Counter32: 2686541241
IF-MIB::ifOutOctets.11 = Counter32: 3907817422
IF-MIB::ifOutOctets.12 = Counter32: 1925688092
IF-MIB::ifOutOctets.13 = Counter32: 0
IF-MIB::ifOutOctets.14 = Counter32: 0
IF-MIB::ifOutOctets.15 = Counter32: 0
IF-MIB::ifOutOctets.16 = Counter32: 0
IF-MIB::ifOutOctets.17 = Counter32: 4093015743
IF-MIB::ifOutOctets.18 = Counter32: 2938479943
IF-MIB::ifOutOctets.19 = Counter32: 2805353188
IF-MIB::ifOutOctets.20 = Counter32: 1280223421
IF-MIB::ifOutOctets.21 = Counter32: 2888949403
IF-MIB::ifOutOctets.22 = Counter32: 1204384352
IF-MIB::ifOutOctets.23 = Counter32: 1424459577
IF-MIB::ifOutOctets.24 = Counter32: 2991090798
IF-MIB::ifOutOctets.25 = Counter32: 2887405111
IF-MIB::ifOutOctets.26 = Counter32: 0
IF-MIB::ifOutOctets.27 = Counter32: 0
IF-MIB::ifOutOctets.28 = Counter32: 0
IF-MIB::ifOutOctets.54 = Counter32: 120583079
IF-MIB::ifOutOctets.55 = Counter32: 4085576609
IF-MIB::ifOutOctets.102 = Counter32: 0
IF-MIB::ifOutOctets.202 = Counter32: 0
IF-MIB::ifOutOctets.203 = Counter32: 0
IF-MIB::ifOutOctets.204 = Counter32: 0
IF-MIB::ifOutOctets.205 = Counter32: 0
IF-MIB::ifOutOctets.206 = Counter32: 0
IF-MIB::ifOutOctets.207 = Counter32: 0
IF-MIB::ifOutOctets.1101 = Counter32: 0
IF-MIB::ifOutOctets.4324 = Counter32: 56001461
IF-MIB::ifOutOctets.4325 = Counter32: 0
IF-MIB::ifOutOctets.4326 = Counter32: 0
IF-MIB::ifOutOctets.4327 = Counter32: 0
IF-MIB::ifOutOctets.4328 = Counter32: 0
IF-MIB::ifOutOctets.4329 = Counter32: 0
IF-MIB::ifOutOctets.4330 = Counter32: 0
IF-MIB::ifOutOctets.4331 = Counter32: 0
IF-MIB::ifOutUcastPkts.1 = Counter32: 91131574
IF-MIB::ifOutUcastPkts.2 = Counter32: 128950562
IF-MIB::ifOutUcastPkts.3 = Counter32: 254338489
IF-MIB::ifOutUcastPkts.4 = Counter32: 99103273
IF-MIB::ifOutUcastPkts.5 = Counter32: 27923208
IF-MIB::ifOutUcastPkts.6 = Counter32: 142114633
IF-MIB::ifOutUcastPkts.7 = Counter32: 110469298
IF-MIB::ifOutUcastPkts.8 = Counter32: 89556043
IF-MIB::ifOutUcastPkts.9 = Counter32: 7518266
IF-MIB::ifOutUcastPkts.10 = Counter32: 4889166
IF-MIB::ifOutUcastPkts.11 = Counter32: 2951970
IF-MIB::ifOutUcastPkts.12 = Counter32: 5458124
IF-MIB::ifOutUcastPkts.13 = Counter32: 0
IF-MIB::ifOutUcastPkts.14 = Counter32: 0
IF-MIB::ifOutUcastPkts.15 = Counter32: 0
IF-MIB::ifOutUcastPkts.16 = Counter32: 0
IF-MIB::ifOutUcastPkts.17 = Counter32: 11708276
IF-MIB::ifOutUcastPkts.18 = Counter32: 811635
IF-MIB::ifOutUcastPkts.19 = Counter32: 111840942
IF-MIB::ifOutUcastPkts.20 = Counter32: 26529515
IF-MIB::ifOutUcastPkts.21 = Counter32: 448406343
IF-MIB::ifOutUcastPkts.22 = Counter32: 108638182
IF-MIB::ifOutUcastPkts.23 = Counter32: 113019352
IF-MIB::ifOutUcastPkts.24 = Counter32: 123873366
IF-MIB::ifOutUcastPkts.25 = Counter32: 40410888
IF-MIB::ifOutUcastPkts.26 = Counter32: 0
IF-MIB::ifOutUcastPkts.27 = Counter32: 0
IF-MIB::ifOutUcastPkts.28 = Counter32: 0
IF-MIB::ifOutUcastPkts.54 = Counter32: 236892718
IF-MIB::ifOutUcastPkts.55 = Counter32: 138370462
IF-MIB::ifOutUcastPkts.102 = Counter32: 0
IF-MIB::ifOutUcastPkts.202 = Counter32: 0
IF-MIB::ifOutUcastPkts.203 = Counter32: 0
IF-MIB::ifOutUcastPkts.204 = Counter32: 0
IF-MIB::ifOutUcastPkts.205 = Counter32: 0
IF-MIB::ifOutUcastPkts.206 = Counter32: 0
IF-MIB::ifOutUcastPkts.207 = Counter32: 0
IF-MIB::ifOutUcastPkts.1101 = Counter32: 0
IF-MIB::ifOutUcastPkts.4324 = Counter32: 605343
IF-MIB::ifOutUcastPkts.4325 = Counter32: 0
IF-MIB::ifOutUcastPkts.4326 = Counter32: 0
IF-MIB::ifOutUcastPkts.4327 = Counter32: 0
IF-MIB::ifOutUcastPkts.4328 = Counter32: 0
IF-MIB::ifOutUcastPkts.4329 = Counter32: 0
IF-MIB::ifOutUcastPkts.4330 = Counter32: 0
IF-MIB::ifOutUcastPkts.4331 = Counter32: 0
IF-MIB::ifOutNUcastPkts.1 = Counter32: 116080102
IF-MIB::ifOutNUcastPkts.2 = Counter32: 115970266
IF-MIB::ifOutNUcastPkts.3 = Counter32: 115598132
IF-MIB::ifOutNUcastPkts.4 = Counter32: 115962305
IF-MIB::ifOutNUcastPkts.5 = Counter32: 115939658
IF-MIB::ifOutNUcastPkts.6 = Counter32: 116082673
IF-MIB::ifOutNUcastPkts.7 = Counter32: 116006897
IF-MIB::ifOutNUcastPkts.8 = Counter32: 110137409
IF-MIB::ifOutNUcastPkts.9 = Counter32: 116312378
IF-MIB::ifOutNUcastPkts.10 = Counter32: 116274367
IF-MIB::ifOutNUcastPkts.11 = Counter32: 7662118
IF-MIB::ifOutNUcastPkts.12 = Counter32: 7891721
IF-MIB::ifOutNUcastPkts.13 = Counter32: 0
IF-MIB::ifOutNUcastPkts.14 = Counter32: 0
IF-MIB::ifOutNUcastPkts.15 = Counter32: 0
IF-MIB::ifOutNUcastPkts.16 = Counter32: 0
IF-MIB::ifOutNUcastPkts.17 = Counter32: 7613498
IF-MIB::ifOutNUcastPkts.18 = Counter32: 60625620
IF-MIB::ifOutNUcastPkts.19 = Counter32: 21579748
IF-MIB::ifOutNUcastPkts.20 = Counter32: 10002993
IF-MIB::ifOutNUcastPkts.21 = Counter32: 110138850
IF-MIB::ifOutNUcastPkts.22 = Counter32: 116818952
IF-MIB::ifOutNUcastPkts.23 = Counter32: 90327865
IF-MIB::ifOutNUcastPkts.24 = Counter32: 25791334
IF-MIB::ifOutNUcastPkts.25 = Counter32: 114071696
IF-MIB::ifOutNUcastPkts.26 = Counter32: 0
IF-MIB::ifOutNUcastPkts.27 = Counter32: 0
IF-MIB::ifOutNUcastPkts.28 = Counter32: 0
IF-MIB::ifOutNUcastPkts.54 = Counter32: 116119199
IF-MIB::ifOutNUcastPkts.55 = Counter32: 31582741
IF-MIB::ifOutNUcastPkts.102 = Counter32: 0
IF-MIB::ifOutNUcastPkts.202 = Counter32: 0
IF-MIB::ifOutNUcastPkts.203 = Counter32: 0
IF-MIB::ifOutNUcastPkts.204 = Counter32: 0
IF-MIB::ifOutNUcastPkts.205 = Counter32: 0
IF-MIB::ifOutNUcastPkts.206 = Counter32: 0
IF-MIB::ifOutNUcastPkts.207 = Counter32: 0
IF-MIB::ifOutNUcastPkts.1101 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4324 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4325 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4326 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4327 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4328 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4329 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4330 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4331 = Counter32: 0
IF-MIB::ifOutDiscards.1 = Counter32: 6
IF-MIB::ifOutDiscards.2 = Counter32: 0
IF-MIB::ifOutDiscards.3 = Counter32: 610
IF-MIB::ifOutDiscards.4 = Counter32: 246418
IF-MIB::ifOutDiscards.5 = Counter32: 0
IF-MIB::ifOutDiscards.6 = Counter32: 157
IF-MIB::ifOutDiscards.7 = Counter32: 182033
IF-MIB::ifOutDiscards.8 = Counter32: 0
IF-MIB::ifOutDiscards.9 = Counter32: 0
IF-MIB::ifOutDiscards.10 = Counter32: 0
IF-MIB::ifOutDiscards.11 = Counter32: 0
IF-MIB::ifOutDiscards.12 = Counter32: 0
IF-MIB::ifOutDiscards.13 = Counter32: 0
IF-MIB::ifOutDiscards.14 = Counter32: 0
IF-MIB::ifOutDiscards.15 = Counter32: 0
IF-MIB::ifOutDiscards.16 = Counter32: 0
IF-MIB::ifOutDiscards.17 = Counter32: 0
IF-MIB::ifOutDiscards.18 = Counter32: 0
IF-MIB::ifOutDiscards.19 = Counter32: 0
IF-MIB::ifOutDiscards.20 = Counter32: 0
IF-MIB::ifOutDiscards.21 = Counter32: 0
IF-MIB::ifOutDiscards.22 = Counter32: 7
IF-MIB::ifOutDiscards.23 = Counter32: 238
IF-MIB::ifOutDiscards.24 = Counter32: 0
IF-MIB::ifOutDiscards.25 = Counter32: 0
IF-MIB::ifOutDiscards.26 = Counter32: 0
IF-MIB::ifOutDiscards.27 = Counter32: 0
IF-MIB::ifOutDiscards.28 = Counter32: 0
IF-MIB::ifOutDiscards.54 = Counter32: 238
IF-MIB::ifOutDiscards.55 = Counter32: 0
IF-MIB::ifOutDiscards.102 = Counter32: 0
IF-MIB::ifOutDiscards.202 = Counter32: 0
IF-MIB::ifOutDiscards.203 = Counter32: 0
IF-MIB::ifOutDiscards.204 = Counter32: 0
IF-MIB::ifOutDiscards.205 = Counter32: 0
IF-MIB::ifOutDiscards.206 = Counter32: 0
IF-MIB::ifOutDiscards.207 = Counter32: 0
IF-MIB::ifOutDiscards.1101 = Counter32: 0
IF-MIB::ifOutDiscards.4324 = Counter32: 0
IF-MIB::ifOutDiscards.4325 = Counter32: 0
IF-MIB::ifOutDiscards.4326 = Counter32: 0
IF-MIB::ifOutDiscards.4327 = Counter32: 0
IF-MIB::ifOutDiscards.4328 = Counter32: 0
IF-MIB::ifOutDiscards.4329 = Counter32: 0
IF-MIB::ifOutDiscards.4330 = Counter32: 0
IF-MIB::ifOutDiscards.4331 = Counter32: 0
IF-MIB::ifOutErrors.1 = Counter32: 0
IF-MIB::ifOutErrors.2 = Counter32: 0
IF-MIB::ifOutErrors.3 = Counter32: 0
IF-MIB::ifOutErrors.4 = Counter32: 0
IF-MIB::ifOutErrors.5 = Counter32: 0
IF-MIB::ifOutErrors.6 = Counter32: 0
IF-MIB::ifOutErrors.7 = Counter32: 0
IF-MIB::ifOutErrors.8 = Counter32: 0
IF-MIB::ifOutErrors.9 = Counter32: 0
IF-MIB::ifOutErrors.10 = Counter32: 0
IF-MIB::ifOutErrors.11 = Counter32: 0
IF-MIB::ifOutErrors.12 = Counter32: 0
IF-MIB::ifOutErrors.13 = Counter32: 0
IF-MIB::ifOutErrors.14 = Counter32: 0
IF-MIB::ifOutErrors.15 = Counter32: 0
IF-MIB::ifOutErrors.16 = Counter32: 0
IF-MIB::ifOutErrors.17 = Counter32: 0
IF-MIB::ifOutErrors.18 = Counter32: 0
IF-MIB::ifOutErrors.19 = Counter32: 0
IF-MIB::ifOutErrors.20 = Counter32: 0
IF-MIB::ifOutErrors.21 = Counter32: 0
IF-MIB::ifOutErrors.22 = Counter32: 0
IF-MIB::ifOutErrors.23 = Counter32: 0
IF-MIB::ifOutErrors.24 = Counter32: 0
IF-MIB::ifOutErrors.25 = Counter32: 0
IF-MIB::ifOutErrors.26 = Counter32: 0
IF-MIB::ifOutErrors.27 = Counter32: 0
IF-MIB::ifOutErrors.28 = Counter32: 0
IF-MIB::ifOutErrors.54 = Counter32: 0
IF-MIB::ifOutErrors.55 = Counter32: 0
IF-MIB::ifOutErrors.102 = Counter32: 0
IF-MIB::ifOutErrors.202 = Counter32: 0
IF-MIB::ifOutErrors.203 = Counter32: 0
IF-MIB::ifOutErrors.204 = Counter32: 0
IF-MIB::ifOutErrors.205 = Counter32: 0
IF-MIB::ifOutErrors.206 = Counter32: 0
IF-MIB::ifOutErrors.207 = Counter32: 0
IF-MIB::ifOutErrors.1101 = Counter32: 0
IF-MIB::ifOutErrors.4324 = Counter32: 0
IF-MIB::ifOutErrors.4325 = Counter32: 0
IF-MIB::ifOutErrors.4326 = Counter32: 0
IF-MIB::ifOutErrors.4327 = Counter32: 0
IF-MIB::ifOutErrors.4328 = Counter32: 0
IF-MIB::ifOutErrors.4329 = Counter32: 0
IF-MIB::ifOutErrors.4330 = Counter32: 0
IF-MIB::ifOutErrors.4331 = Counter32: 0
IF-MIB::ifOutQLen.1 = Gauge32: 0
IF-MIB::ifOutQLen.2 = Gauge32: 0
IF-MIB::ifOutQLen.3 = Gauge32: 0
IF-MIB::ifOutQLen.4 = Gauge32: 0
IF-MIB::ifOutQLen.5 = Gauge32: 0
IF-MIB::ifOutQLen.6 = Gauge32: 0
IF-MIB::ifOutQLen.7 = Gauge32: 0
IF-MIB::ifOutQLen.8 = Gauge32: 0
IF-MIB::ifOutQLen.9 = Gauge32: 0
IF-MIB::ifOutQLen.10 = Gauge32: 0
IF-MIB::ifOutQLen.11 = Gauge32: 0
IF-MIB::ifOutQLen.12 = Gauge32: 0
IF-MIB::ifOutQLen.13 = Gauge32: 0
IF-MIB::ifOutQLen.14 = Gauge32: 0
IF-MIB::ifOutQLen.15 = Gauge32: 0
IF-MIB::ifOutQLen.16 = Gauge32: 0
IF-MIB::ifOutQLen.17 = Gauge32: 0
IF-MIB::ifOutQLen.18 = Gauge32: 0
IF-MIB::ifOutQLen.19 = Gauge32: 0
IF-MIB::ifOutQLen.20 = Gauge32: 0
IF-MIB::ifOutQLen.21 = Gauge32: 0
IF-MIB::ifOutQLen.22 = Gauge32: 0
IF-MIB::ifOutQLen.23 = Gauge32: 0
IF-MIB::ifOutQLen.24 = Gauge32: 0
IF-MIB::ifOutQLen.25 = Gauge32: 0
IF-MIB::ifOutQLen.26 = Gauge32: 0
IF-MIB::ifOutQLen.27 = Gauge32: 0
IF-MIB::ifOutQLen.28 = Gauge32: 0
IF-MIB::ifOutQLen.54 = Gauge32: 0
IF-MIB::ifOutQLen.55 = Gauge32: 0
IF-MIB::ifOutQLen.102 = Gauge32: 0
IF-MIB::ifOutQLen.202 = Gauge32: 0
IF-MIB::ifOutQLen.203 = Gauge32: 0
IF-MIB::ifOutQLen.204 = Gauge32: 0
IF-MIB::ifOutQLen.205 = Gauge32: 0
IF-MIB::ifOutQLen.206 = Gauge32: 0
IF-MIB::ifOutQLen.207 = Gauge32: 0
IF-MIB::ifOutQLen.1101 = Gauge32: 0
IF-MIB::ifOutQLen.4324 = Gauge32: 0
IF-MIB::ifOutQLen.4325 = Gauge32: 0
IF-MIB::ifOutQLen.4326 = Gauge32: 0
IF-MIB::ifOutQLen.4327 = Gauge32: 0
IF-MIB::ifOutQLen.4328 = Gauge32: 0
IF-MIB::ifOutQLen.4329 = Gauge32: 0
IF-MIB::ifOutQLen.4330 = Gauge32: 0
IF-MIB::ifOutQLen.4331 = Gauge32: 0
IF-MIB::ifSpecific.1 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.2 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.3 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.4 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.5 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.6 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.7 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.8 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.9 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.10 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.11 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.12 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.13 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.14 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.15 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.16 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.17 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.18 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.19 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.20 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.21 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.22 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.23 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.24 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.25 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.26 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.27 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.28 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.54 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.55 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.102 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.202 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.203 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.204 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.205 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.206 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.207 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.1101 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4324 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4325 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4326 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4327 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4328 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4329 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4330 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4331 = OID: SNMPv2-SMI::zeroDotZero

Was trage ich davon jetzt in der snmp.php und dictionary.php ein?
(0004471)
DerZivi   
2022-12-12 11:37   
Sorry wrong language :-)

Hello,

I read the entry in the wiki.
But I didn't understand what I have to enter where. The documentation could be a bit more detailed here. :-)

My results from "snmpwalk" look like this:

SNMPv2-MIB::sysDescr.0 = STRING: HP J9773A 2530-24G-PoEP Switch, revision YA.16.11.0007, ROM YA.15.20 (/ws/swbuildm/rel_beluru_qaoff/code/build/lakes(swbuildm_rel_beluru_qaoff_rel_beluru)) (Formerly ProCurve)

.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.11.2.3.7.11.137

IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifIndex.2 = INTEGER: 2
IF-MIB::ifIndex.3 = INTEGER: 3
IF-MIB::ifIndex.4 = INTEGER: 4
IF-MIB::ifIndex.5 = INTEGER: 5
IF-MIB::ifIndex.6 = INTEGER: 6
IF-MIB::ifIndex.7 = INTEGER: 7
IF-MIB::ifIndex.8 = INTEGER: 8
IF-MIB::ifIndex.9 = INTEGER: 9
IF-MIB::ifIndex.10 = INTEGER: 10
IF-MIB::ifIndex.11 = INTEGER: 11
IF-MIB::ifIndex.12 = INTEGER: 12
IF-MIB::ifIndex.13 = INTEGER: 13
IF-MIB::ifIndex.14 = INTEGER: 14
IF-MIB::ifIndex.15 = INTEGER: 15
IF-MIB::ifIndex.16 = INTEGER: 16
IF-MIB::ifIndex.17 = INTEGER: 17
IF-MIB::ifIndex.18 = INTEGER: 18
IF-MIB::ifIndex.19 = INTEGER: 19
IF-MIB::ifIndex.20 = INTEGER: 20
IF-MIB::ifIndex.21 = INTEGER: 21
IF-MIB::ifIndex.22 = INTEGER: 22
IF-MIB::ifIndex.23 = INTEGER: 23
IF-MIB::ifIndex.24 = INTEGER: 24
IF-MIB::ifIndex.25 = INTEGER: 25
IF-MIB::ifIndex.26 = INTEGER: 26
IF-MIB::ifIndex.27 = INTEGER: 27
IF-MIB::ifIndex.28 = INTEGER: 28
IF-MIB::ifIndex.54 = INTEGER: 54
IF-MIB::ifIndex.55 = INTEGER: 55
IF-MIB::ifIndex.102 = INTEGER: 102
IF-MIB::ifIndex.202 = INTEGER: 202
IF-MIB::ifIndex.203 = INTEGER: 203
IF-MIB::ifIndex.204 = INTEGER: 204
IF-MIB::ifIndex.205 = INTEGER: 205
IF-MIB::ifIndex.206 = INTEGER: 206
IF-MIB::ifIndex.207 = INTEGER: 207
IF-MIB::ifIndex.1101 = INTEGER: 1101
IF-MIB::ifIndex.4324 = INTEGER: 4324
IF-MIB::ifIndex.4325 = INTEGER: 4325
IF-MIB::ifIndex.4326 = INTEGER: 4326
IF-MIB::ifIndex.4327 = INTEGER: 4327
IF-MIB::ifIndex.4328 = INTEGER: 4328
IF-MIB::ifIndex.4329 = INTEGER: 4329
IF-MIB::ifIndex.4330 = INTEGER: 4330
IF-MIB::ifIndex.4331 = INTEGER: 4331
IF-MIB::ifDescr.1 = STRING: 1
IF-MIB::ifDescr.2 = STRING: 2
IF-MIB::ifDescr.3 = STRING: 3
IF-MIB::ifDescr.4 = STRING: 4
IF-MIB::ifDescr.5 = STRING: 5
IF-MIB::ifDescr.6 = STRING: 6
IF-MIB::ifDescr.7 = STRING: 7
IF-MIB::ifDescr.8 = STRING: 8
IF-MIB::ifDescr.9 = STRING: 9
IF-MIB::ifDescr.10 = STRING: 10
IF-MIB::ifDescr.11 = STRING: 11
IF-MIB::ifDescr.12 = STRING: 12
IF-MIB::ifDescr.13 = STRING: 13
IF-MIB::ifDescr.14 = STRING: 14
IF-MIB::ifDescr.15 = STRING: 15
IF-MIB::ifDescr.16 = STRING: 16
IF-MIB::ifDescr.17 = STRING: 17
IF-MIB::ifDescr.18 = STRING: 18
IF-MIB::ifDescr.19 = STRING: 19
IF-MIB::ifDescr.20 = STRING: 20
IF-MIB::ifDescr.21 = STRING: 21
IF-MIB::ifDescr.22 = STRING: 22
IF-MIB::ifDescr.23 = STRING: 23
IF-MIB::ifDescr.24 = STRING: 24
IF-MIB::ifDescr.25 = STRING: 25
IF-MIB::ifDescr.26 = STRING: 26
IF-MIB::ifDescr.27 = STRING: 27
IF-MIB::ifDescr.28 = STRING: 28
IF-MIB::ifDescr.54 = STRING: Trk1
IF-MIB::ifDescr.55 = STRING: Trk2
IF-MIB::ifDescr.102 = STRING: DEFAULT_VLAN
IF-MIB::ifDescr.202 = STRING: VLAN101
IF-MIB::ifDescr.203 = STRING: VLAN102
IF-MIB::ifDescr.204 = STRING: VLAN103
IF-MIB::ifDescr.205 = STRING: VLAN104
IF-MIB::ifDescr.206 = STRING: VLAN105
IF-MIB::ifDescr.207 = STRING: VLAN106
IF-MIB::ifDescr.1101 = STRING: VLAN1000
IF-MIB::ifDescr.4324 = STRING: Switch loopback interface
IF-MIB::ifDescr.4325 = STRING: Switch loopback interface
IF-MIB::ifDescr.4326 = STRING: Switch loopback interface
IF-MIB::ifDescr.4327 = STRING: Switch loopback interface
IF-MIB::ifDescr.4328 = STRING: Switch loopback interface
IF-MIB::ifDescr.4329 = STRING: Switch loopback interface
IF-MIB::ifDescr.4330 = STRING: Switch loopback interface
IF-MIB::ifDescr.4331 = STRING: Switch loopback interface
IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.3 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.5 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.6 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.7 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.8 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.9 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.10 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.11 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.12 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.13 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.14 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.15 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.16 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.17 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.18 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.19 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.20 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.21 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.22 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.23 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.24 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.25 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.26 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.27 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.28 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.54 = INTEGER: ieee8023adLag(161)
IF-MIB::ifType.55 = INTEGER: ieee8023adLag(161)
IF-MIB::ifType.102 = INTEGER: propVirtual(53)
IF-MIB::ifType.202 = INTEGER: propVirtual(53)
IF-MIB::ifType.203 = INTEGER: propVirtual(53)
IF-MIB::ifType.204 = INTEGER: propVirtual(53)
IF-MIB::ifType.205 = INTEGER: propVirtual(53)
IF-MIB::ifType.206 = INTEGER: propVirtual(53)
IF-MIB::ifType.207 = INTEGER: propVirtual(53)
IF-MIB::ifType.1101 = INTEGER: propVirtual(53)
IF-MIB::ifType.4324 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4325 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4326 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4327 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4328 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4329 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4330 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4331 = INTEGER: softwareLoopback(24)
IF-MIB::ifMtu.1 = INTEGER: 1526
IF-MIB::ifMtu.2 = INTEGER: 1526
IF-MIB::ifMtu.3 = INTEGER: 1526
IF-MIB::ifMtu.4 = INTEGER: 1526
IF-MIB::ifMtu.5 = INTEGER: 1526
IF-MIB::ifMtu.6 = INTEGER: 1526
IF-MIB::ifMtu.7 = INTEGER: 1526
IF-MIB::ifMtu.8 = INTEGER: 1526
IF-MIB::ifMtu.9 = INTEGER: 1526
IF-MIB::ifMtu.10 = INTEGER: 1526
IF-MIB::ifMtu.11 = INTEGER: 1526
IF-MIB::ifMtu.12 = INTEGER: 1526
IF-MIB::ifMtu.13 = INTEGER: 1526
IF-MIB::ifMtu.14 = INTEGER: 1526
IF-MIB::ifMtu.15 = INTEGER: 1526
IF-MIB::ifMtu.16 = INTEGER: 1526
IF-MIB::ifMtu.17 = INTEGER: 1526
IF-MIB::ifMtu.18 = INTEGER: 1526
IF-MIB::ifMtu.19 = INTEGER: 1526
IF-MIB::ifMtu.20 = INTEGER: 1526
IF-MIB::ifMtu.21 = INTEGER: 1526
IF-MIB::ifMtu.22 = INTEGER: 1526
IF-MIB::ifMtu.23 = INTEGER: 1526
IF-MIB::ifMtu.24 = INTEGER: 1526
IF-MIB::ifMtu.25 = INTEGER: 1526
IF-MIB::ifMtu.26 = INTEGER: 0
IF-MIB::ifMtu.27 = INTEGER: 0
IF-MIB::ifMtu.28 = INTEGER: 0
IF-MIB::ifMtu.54 = INTEGER: 1526
IF-MIB::ifMtu.55 = INTEGER: 1526
IF-MIB::ifMtu.102 = INTEGER: 1500
IF-MIB::ifMtu.202 = INTEGER: 1500
IF-MIB::ifMtu.203 = INTEGER: 1500
IF-MIB::ifMtu.204 = INTEGER: 1500
IF-MIB::ifMtu.205 = INTEGER: 1500
IF-MIB::ifMtu.206 = INTEGER: 1500
IF-MIB::ifMtu.207 = INTEGER: 1500
IF-MIB::ifMtu.1101 = INTEGER: 1488
IF-MIB::ifMtu.4324 = INTEGER: 65535
IF-MIB::ifMtu.4325 = INTEGER: 9198
IF-MIB::ifMtu.4326 = INTEGER: 9198
IF-MIB::ifMtu.4327 = INTEGER: 9198
IF-MIB::ifMtu.4328 = INTEGER: 9198
IF-MIB::ifMtu.4329 = INTEGER: 9198
IF-MIB::ifMtu.4330 = INTEGER: 9198
IF-MIB::ifMtu.4331 = INTEGER: 9198
IF-MIB::ifSpeed.1 = Gauge32: 1000000000
IF-MIB::ifSpeed.2 = Gauge32: 1000000000
IF-MIB::ifSpeed.3 = Gauge32: 1000000000
IF-MIB::ifSpeed.4 = Gauge32: 100000000
IF-MIB::ifSpeed.5 = Gauge32: 1000000000
IF-MIB::ifSpeed.6 = Gauge32: 1000000000
IF-MIB::ifSpeed.7 = Gauge32: 100000000
IF-MIB::ifSpeed.8 = Gauge32: 1000000000
IF-MIB::ifSpeed.9 = Gauge32: 1000000000
IF-MIB::ifSpeed.10 = Gauge32: 1000000000
IF-MIB::ifSpeed.11 = Gauge32: 1000000000
IF-MIB::ifSpeed.12 = Gauge32: 1000000000
IF-MIB::ifSpeed.13 = Gauge32: 1000000000
IF-MIB::ifSpeed.14 = Gauge32: 1000000000
IF-MIB::ifSpeed.15 = Gauge32: 1000000000
IF-MIB::ifSpeed.16 = Gauge32: 1000000000
IF-MIB::ifSpeed.17 = Gauge32: 1000000000
IF-MIB::ifSpeed.18 = Gauge32: 1000000000
IF-MIB::ifSpeed.19 = Gauge32: 1000000000
IF-MIB::ifSpeed.20 = Gauge32: 1000000000
IF-MIB::ifSpeed.21 = Gauge32: 1000000000
IF-MIB::ifSpeed.22 = Gauge32: 1000000000
IF-MIB::ifSpeed.23 = Gauge32: 1000000000
IF-MIB::ifSpeed.24 = Gauge32: 1000000000
IF-MIB::ifSpeed.25 = Gauge32: 1000000000
IF-MIB::ifSpeed.26 = Gauge32: 0
IF-MIB::ifSpeed.27 = Gauge32: 0
IF-MIB::ifSpeed.28 = Gauge32: 0
IF-MIB::ifSpeed.54 = Gauge32: 2000000000
IF-MIB::ifSpeed.55 = Gauge32: 2000000000
IF-MIB::ifSpeed.102 = Gauge32: 0
IF-MIB::ifSpeed.202 = Gauge32: 0
IF-MIB::ifSpeed.203 = Gauge32: 0
IF-MIB::ifSpeed.204 = Gauge32: 0
IF-MIB::ifSpeed.205 = Gauge32: 0
IF-MIB::ifSpeed.206 = Gauge32: 0
IF-MIB::ifSpeed.207 = Gauge32: 0
IF-MIB::ifSpeed.1101 = Gauge32: 0
IF-MIB::ifSpeed.4324 = Gauge32: 0
IF-MIB::ifSpeed.4325 = Gauge32: 0
IF-MIB::ifSpeed.4326 = Gauge32: 0
IF-MIB::ifSpeed.4327 = Gauge32: 0
IF-MIB::ifSpeed.4328 = Gauge32: 0
IF-MIB::ifSpeed.4329 = Gauge32: 0
IF-MIB::ifSpeed.4330 = Gauge32: 0
IF-MIB::ifSpeed.4331 = Gauge32: 0
IF-MIB::ifPhysAddress.1 = STRING: 10:4f:58:2a:cd:5f
IF-MIB::ifPhysAddress.2 = STRING: 10:4f:58:2a:cd:5e
IF-MIB::ifPhysAddress.3 = STRING: 10:4f:58:2a:cd:5d
IF-MIB::ifPhysAddress.4 = STRING: 10:4f:58:2a:cd:5c
IF-MIB::ifPhysAddress.5 = STRING: 10:4f:58:2a:cd:5b
IF-MIB::ifPhysAddress.6 = STRING: 10:4f:58:2a:cd:5a
IF-MIB::ifPhysAddress.7 = STRING: 10:4f:58:2a:cd:59
IF-MIB::ifPhysAddress.8 = STRING: 10:4f:58:2a:cd:58
IF-MIB::ifPhysAddress.9 = STRING: 10:4f:58:2a:cd:57
IF-MIB::ifPhysAddress.10 = STRING: 10:4f:58:2a:cd:56
IF-MIB::ifPhysAddress.11 = STRING: 10:4f:58:2a:cd:55
IF-MIB::ifPhysAddress.12 = STRING: 10:4f:58:2a:cd:54
IF-MIB::ifPhysAddress.13 = STRING: 10:4f:58:2a:cd:53
IF-MIB::ifPhysAddress.14 = STRING: 10:4f:58:2a:cd:52
IF-MIB::ifPhysAddress.15 = STRING: 10:4f:58:2a:cd:51
IF-MIB::ifPhysAddress.16 = STRING: 10:4f:58:2a:cd:50
IF-MIB::ifPhysAddress.17 = STRING: 10:4f:58:2a:cd:4f
IF-MIB::ifPhysAddress.18 = STRING: 10:4f:58:2a:cd:4e
IF-MIB::ifPhysAddress.19 = STRING: 10:4f:58:2a:cd:4d
IF-MIB::ifPhysAddress.20 = STRING: 10:4f:58:2a:cd:4c
IF-MIB::ifPhysAddress.21 = STRING: 10:4f:58:2a:cd:4b
IF-MIB::ifPhysAddress.22 = STRING: 10:4f:58:2a:cd:4a
IF-MIB::ifPhysAddress.23 = STRING: 10:4f:58:2a:cd:49
IF-MIB::ifPhysAddress.24 = STRING: 10:4f:58:2a:cd:48
IF-MIB::ifPhysAddress.25 = STRING: 10:4f:58:2a:cd:47
IF-MIB::ifPhysAddress.26 = STRING: 10:4f:58:2a:cd:46
IF-MIB::ifPhysAddress.27 = STRING: 10:4f:58:2a:cd:45
IF-MIB::ifPhysAddress.28 = STRING: 10:4f:58:2a:cd:44
IF-MIB::ifPhysAddress.54 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.55 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.102 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.202 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.203 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.204 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.205 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.206 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.207 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.1101 = STRING: 10:4f:58:2a:cd:40
IF-MIB::ifPhysAddress.4324 = STRING:
IF-MIB::ifPhysAddress.4325 = STRING:
IF-MIB::ifPhysAddress.4326 = STRING:
IF-MIB::ifPhysAddress.4327 = STRING:
IF-MIB::ifPhysAddress.4328 = STRING:
IF-MIB::ifPhysAddress.4329 = STRING:
IF-MIB::ifPhysAddress.4330 = STRING:
IF-MIB::ifPhysAddress.4331 = STRING:
IF-MIB::ifAdminStatus.1 = INTEGER: up(1)
IF-MIB::ifAdminStatus.2 = INTEGER: up(1)
IF-MIB::ifAdminStatus.3 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4 = INTEGER: up(1)
IF-MIB::ifAdminStatus.5 = INTEGER: up(1)
IF-MIB::ifAdminStatus.6 = INTEGER: up(1)
IF-MIB::ifAdminStatus.7 = INTEGER: up(1)
IF-MIB::ifAdminStatus.8 = INTEGER: up(1)
IF-MIB::ifAdminStatus.9 = INTEGER: up(1)
IF-MIB::ifAdminStatus.10 = INTEGER: up(1)
IF-MIB::ifAdminStatus.11 = INTEGER: up(1)
IF-MIB::ifAdminStatus.12 = INTEGER: up(1)
IF-MIB::ifAdminStatus.13 = INTEGER: up(1)
IF-MIB::ifAdminStatus.14 = INTEGER: up(1)
IF-MIB::ifAdminStatus.15 = INTEGER: up(1)
IF-MIB::ifAdminStatus.16 = INTEGER: up(1)
IF-MIB::ifAdminStatus.17 = INTEGER: up(1)
IF-MIB::ifAdminStatus.18 = INTEGER: up(1)
IF-MIB::ifAdminStatus.19 = INTEGER: up(1)
IF-MIB::ifAdminStatus.20 = INTEGER: up(1)
IF-MIB::ifAdminStatus.21 = INTEGER: up(1)
IF-MIB::ifAdminStatus.22 = INTEGER: up(1)
IF-MIB::ifAdminStatus.23 = INTEGER: up(1)
IF-MIB::ifAdminStatus.24 = INTEGER: up(1)
IF-MIB::ifAdminStatus.25 = INTEGER: up(1)
IF-MIB::ifAdminStatus.26 = INTEGER: up(1)
IF-MIB::ifAdminStatus.27 = INTEGER: up(1)
IF-MIB::ifAdminStatus.28 = INTEGER: up(1)
IF-MIB::ifAdminStatus.54 = INTEGER: up(1)
IF-MIB::ifAdminStatus.55 = INTEGER: up(1)
IF-MIB::ifAdminStatus.102 = INTEGER: up(1)
IF-MIB::ifAdminStatus.202 = INTEGER: up(1)
IF-MIB::ifAdminStatus.203 = INTEGER: up(1)
IF-MIB::ifAdminStatus.204 = INTEGER: up(1)
IF-MIB::ifAdminStatus.205 = INTEGER: up(1)
IF-MIB::ifAdminStatus.206 = INTEGER: up(1)
IF-MIB::ifAdminStatus.207 = INTEGER: up(1)
IF-MIB::ifAdminStatus.1101 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4324 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4325 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4326 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4327 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4328 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4329 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4330 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4331 = INTEGER: down(2)
IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.2 = INTEGER: up(1)
IF-MIB::ifOperStatus.3 = INTEGER: up(1)
IF-MIB::ifOperStatus.4 = INTEGER: up(1)
IF-MIB::ifOperStatus.5 = INTEGER: up(1)
IF-MIB::ifOperStatus.6 = INTEGER: up(1)
IF-MIB::ifOperStatus.7 = INTEGER: up(1)
IF-MIB::ifOperStatus.8 = INTEGER: up(1)
IF-MIB::ifOperStatus.9 = INTEGER: up(1)
IF-MIB::ifOperStatus.10 = INTEGER: up(1)
IF-MIB::ifOperStatus.11 = INTEGER: up(1)
IF-MIB::ifOperStatus.12 = INTEGER: up(1)
IF-MIB::ifOperStatus.13 = INTEGER: down(2)
IF-MIB::ifOperStatus.14 = INTEGER: down(2)
IF-MIB::ifOperStatus.15 = INTEGER: down(2)
IF-MIB::ifOperStatus.16 = INTEGER: down(2)
IF-MIB::ifOperStatus.17 = INTEGER: up(1)
IF-MIB::ifOperStatus.18 = INTEGER: up(1)
IF-MIB::ifOperStatus.19 = INTEGER: up(1)
IF-MIB::ifOperStatus.20 = INTEGER: up(1)
IF-MIB::ifOperStatus.21 = INTEGER: up(1)
IF-MIB::ifOperStatus.22 = INTEGER: up(1)
IF-MIB::ifOperStatus.23 = INTEGER: up(1)
IF-MIB::ifOperStatus.24 = INTEGER: up(1)
IF-MIB::ifOperStatus.25 = INTEGER: up(1)
IF-MIB::ifOperStatus.26 = INTEGER: down(2)
IF-MIB::ifOperStatus.27 = INTEGER: down(2)
IF-MIB::ifOperStatus.28 = INTEGER: down(2)
IF-MIB::ifOperStatus.54 = INTEGER: up(1)
IF-MIB::ifOperStatus.55 = INTEGER: up(1)
IF-MIB::ifOperStatus.102 = INTEGER: up(1)
IF-MIB::ifOperStatus.202 = INTEGER: up(1)
IF-MIB::ifOperStatus.203 = INTEGER: up(1)
IF-MIB::ifOperStatus.204 = INTEGER: up(1)
IF-MIB::ifOperStatus.205 = INTEGER: up(1)
IF-MIB::ifOperStatus.206 = INTEGER: up(1)
IF-MIB::ifOperStatus.207 = INTEGER: up(1)
IF-MIB::ifOperStatus.1101 = INTEGER: up(1)
IF-MIB::ifOperStatus.4324 = INTEGER: up(1)
IF-MIB::ifOperStatus.4325 = INTEGER: down(2)
IF-MIB::ifOperStatus.4326 = INTEGER: down(2)
IF-MIB::ifOperStatus.4327 = INTEGER: down(2)
IF-MIB::ifOperStatus.4328 = INTEGER: down(2)
IF-MIB::ifOperStatus.4329 = INTEGER: down(2)
IF-MIB::ifOperStatus.4330 = INTEGER: down(2)
IF-MIB::ifOperStatus.4331 = INTEGER: down(2)
IF-MIB::ifLastChange.1 = Timeticks: (80242764) 9 days, 6:53:47.64
IF-MIB::ifLastChange.2 = Timeticks: (80242614) 9 days, 6:53:46.14
IF-MIB::ifLastChange.3 = Timeticks: (80242620) 9 days, 6:53:46.20
IF-MIB::ifLastChange.4 = Timeticks: (80245803) 9 days, 6:54:18.03
IF-MIB::ifLastChange.5 = Timeticks: (80256105) 9 days, 6:56:01.05
IF-MIB::ifLastChange.6 = Timeticks: (80242703) 9 days, 6:53:47.03
IF-MIB::ifLastChange.7 = Timeticks: (101653524) 11 days, 18:22:15.24
IF-MIB::ifLastChange.8 = Timeticks: (80206856) 9 days, 6:47:48.56
IF-MIB::ifLastChange.9 = Timeticks: (80242544) 9 days, 6:53:45.44
IF-MIB::ifLastChange.10 = Timeticks: (80242634) 9 days, 6:53:46.34
IF-MIB::ifLastChange.11 = Timeticks: (543952450) 62 days, 22:58:44.50
IF-MIB::ifLastChange.12 = Timeticks: (543995982) 62 days, 23:05:59.82
IF-MIB::ifLastChange.13 = Timeticks: (267) 0:00:02.67
IF-MIB::ifLastChange.14 = Timeticks: (268) 0:00:02.68
IF-MIB::ifLastChange.15 = Timeticks: (269) 0:00:02.69
IF-MIB::ifLastChange.16 = Timeticks: (271) 0:00:02.71
IF-MIB::ifLastChange.17 = Timeticks: (544094918) 62 days, 23:22:29.18
IF-MIB::ifLastChange.18 = Timeticks: (122920756) 14 days, 5:26:47.56
IF-MIB::ifLastChange.19 = Timeticks: (9035147) 1 day, 1:05:51.47
IF-MIB::ifLastChange.20 = Timeticks: (9035152) 1 day, 1:05:51.52
IF-MIB::ifLastChange.21 = Timeticks: (115730346) 13 days, 9:28:23.46
IF-MIB::ifLastChange.22 = Timeticks: (363023401) 42 days, 0:23:54.01
IF-MIB::ifLastChange.23 = Timeticks: (602) 0:00:06.02
IF-MIB::ifLastChange.24 = Timeticks: (606) 0:00:06.06
IF-MIB::ifLastChange.25 = Timeticks: (392) 0:00:03.92
IF-MIB::ifLastChange.26 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.27 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.28 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.54 = Timeticks: (734) 0:00:07.34
IF-MIB::ifLastChange.55 = Timeticks: (9035172) 1 day, 1:05:51.72
IF-MIB::ifLastChange.102 = Timeticks: (405) 0:00:04.05
IF-MIB::ifLastChange.202 = Timeticks: (405) 0:00:04.05
IF-MIB::ifLastChange.203 = Timeticks: (405) 0:00:04.05
IF-MIB::ifLastChange.204 = Timeticks: (1823347) 5:03:53.47
IF-MIB::ifLastChange.205 = Timeticks: (405) 0:00:04.05
IF-MIB::ifLastChange.206 = Timeticks: (405) 0:00:04.05
IF-MIB::ifLastChange.207 = Timeticks: (405) 0:00:04.05
IF-MIB::ifLastChange.1101 = Timeticks: (36766529) 4 days, 6:07:45.29
IF-MIB::ifLastChange.4324 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4325 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4326 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4327 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4328 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4329 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4330 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4331 = Timeticks: (0) 0:00:00.00
IF-MIB::ifInOctets.1 = Counter32: 545261865
IF-MIB::ifInOctets.2 = Counter32: 3406926616
IF-MIB::ifInOctets.3 = Counter32: 3392089738
IF-MIB::ifInOctets.4 = Counter32: 1076008242
IF-MIB::ifInOctets.5 = Counter32: 3687929649
IF-MIB::ifInOctets.6 = Counter32: 3430762271
IF-MIB::ifInOctets.7 = Counter32: 2053913733
IF-MIB::ifInOctets.8 = Counter32: 3265994347
IF-MIB::ifInOctets.9 = Counter32: 3178775492
IF-MIB::ifInOctets.10 = Counter32: 3016003586
IF-MIB::ifInOctets.11 = Counter32: 268629983
IF-MIB::ifInOctets.12 = Counter32: 342842537
IF-MIB::ifInOctets.13 = Counter32: 0
IF-MIB::ifInOctets.14 = Counter32: 0
IF-MIB::ifInOctets.15 = Counter32: 0
IF-MIB::ifInOctets.16 = Counter32: 0
IF-MIB::ifInOctets.17 = Counter32: 565316891
IF-MIB::ifInOctets.18 = Counter32: 372337418
IF-MIB::ifInOctets.19 = Counter32: 899145342
IF-MIB::ifInOctets.20 = Counter32: 3933018601
IF-MIB::ifInOctets.21 = Counter32: 697600743
IF-MIB::ifInOctets.22 = Counter32: 1039128379
IF-MIB::ifInOctets.23 = Counter32: 1232612258
IF-MIB::ifInOctets.24 = Counter32: 3539136133
IF-MIB::ifInOctets.25 = Counter32: 3393110127
IF-MIB::ifInOctets.26 = Counter32: 0
IF-MIB::ifInOctets.27 = Counter32: 0
IF-MIB::ifInOctets.28 = Counter32: 0
IF-MIB::ifInOctets.54 = Counter32: 476781095
IF-MIB::ifInOctets.55 = Counter32: 537196867
IF-MIB::ifInOctets.102 = Counter32: 0
IF-MIB::ifInOctets.202 = Counter32: 0
IF-MIB::ifInOctets.203 = Counter32: 0
IF-MIB::ifInOctets.204 = Counter32: 0
IF-MIB::ifInOctets.205 = Counter32: 0
IF-MIB::ifInOctets.206 = Counter32: 0
IF-MIB::ifInOctets.207 = Counter32: 0
IF-MIB::ifInOctets.1101 = Counter32: 0
IF-MIB::ifInOctets.4324 = Counter32: 58889377
IF-MIB::ifInOctets.4325 = Counter32: 0
IF-MIB::ifInOctets.4326 = Counter32: 0
IF-MIB::ifInOctets.4327 = Counter32: 0
IF-MIB::ifInOctets.4328 = Counter32: 0
IF-MIB::ifInOctets.4329 = Counter32: 0
IF-MIB::ifInOctets.4330 = Counter32: 0
IF-MIB::ifInOctets.4331 = Counter32: 0
IF-MIB::ifInUcastPkts.1 = Counter32: 41995480
IF-MIB::ifInUcastPkts.2 = Counter32: 27707426
IF-MIB::ifInUcastPkts.3 = Counter32: 68704900
IF-MIB::ifInUcastPkts.4 = Counter32: 47674885
IF-MIB::ifInUcastPkts.5 = Counter32: 18516503
IF-MIB::ifInUcastPkts.6 = Counter32: 51226458
IF-MIB::ifInUcastPkts.7 = Counter32: 52009146
IF-MIB::ifInUcastPkts.8 = Counter32: 23293184
IF-MIB::ifInUcastPkts.9 = Counter32: 9748877
IF-MIB::ifInUcastPkts.10 = Counter32: 7524060
IF-MIB::ifInUcastPkts.11 = Counter32: 1575237
IF-MIB::ifInUcastPkts.12 = Counter32: 2288309
IF-MIB::ifInUcastPkts.13 = Counter32: 0
IF-MIB::ifInUcastPkts.14 = Counter32: 0
IF-MIB::ifInUcastPkts.15 = Counter32: 0
IF-MIB::ifInUcastPkts.16 = Counter32: 0
IF-MIB::ifInUcastPkts.17 = Counter32: 5190084
IF-MIB::ifInUcastPkts.18 = Counter32: 885455
IF-MIB::ifInUcastPkts.19 = Counter32: 47453850
IF-MIB::ifInUcastPkts.20 = Counter32: 48921673
IF-MIB::ifInUcastPkts.21 = Counter32: 916354593
IF-MIB::ifInUcastPkts.22 = Counter32: 477019552
IF-MIB::ifInUcastPkts.23 = Counter32: 39405605
IF-MIB::ifInUcastPkts.24 = Counter32: 25459057
IF-MIB::ifInUcastPkts.25 = Counter32: 36377700
IF-MIB::ifInUcastPkts.26 = Counter32: 0
IF-MIB::ifInUcastPkts.27 = Counter32: 0
IF-MIB::ifInUcastPkts.28 = Counter32: 0
IF-MIB::ifInUcastPkts.54 = Counter32: 64864662
IF-MIB::ifInUcastPkts.55 = Counter32: 96375523
IF-MIB::ifInUcastPkts.102 = Counter32: 0
IF-MIB::ifInUcastPkts.202 = Counter32: 0
IF-MIB::ifInUcastPkts.203 = Counter32: 0
IF-MIB::ifInUcastPkts.204 = Counter32: 0
IF-MIB::ifInUcastPkts.205 = Counter32: 0
IF-MIB::ifInUcastPkts.206 = Counter32: 0
IF-MIB::ifInUcastPkts.207 = Counter32: 0
IF-MIB::ifInUcastPkts.1101 = Counter32: 0
IF-MIB::ifInUcastPkts.4324 = Counter32: 650815
IF-MIB::ifInUcastPkts.4325 = Counter32: 0
IF-MIB::ifInUcastPkts.4326 = Counter32: 0
IF-MIB::ifInUcastPkts.4327 = Counter32: 0
IF-MIB::ifInUcastPkts.4328 = Counter32: 0
IF-MIB::ifInUcastPkts.4329 = Counter32: 0
IF-MIB::ifInUcastPkts.4330 = Counter32: 0
IF-MIB::ifInUcastPkts.4331 = Counter32: 0
IF-MIB::ifInNUcastPkts.1 = Counter32: 1164964
IF-MIB::ifInNUcastPkts.2 = Counter32: 1309063
IF-MIB::ifInNUcastPkts.3 = Counter32: 1635694
IF-MIB::ifInNUcastPkts.4 = Counter32: 1272092
IF-MIB::ifInNUcastPkts.5 = Counter32: 1302927
IF-MIB::ifInNUcastPkts.6 = Counter32: 1158209
IF-MIB::ifInNUcastPkts.7 = Counter32: 1227380
IF-MIB::ifInNUcastPkts.8 = Counter32: 7108199
IF-MIB::ifInNUcastPkts.9 = Counter32: 937471
IF-MIB::ifInNUcastPkts.10 = Counter32: 936455
IF-MIB::ifInNUcastPkts.11 = Counter32: 270970
IF-MIB::ifInNUcastPkts.12 = Counter32: 285488
IF-MIB::ifInNUcastPkts.13 = Counter32: 0
IF-MIB::ifInNUcastPkts.14 = Counter32: 0
IF-MIB::ifInNUcastPkts.15 = Counter32: 0
IF-MIB::ifInNUcastPkts.16 = Counter32: 0
IF-MIB::ifInNUcastPkts.17 = Counter32: 261901
IF-MIB::ifInNUcastPkts.18 = Counter32: 81949
IF-MIB::ifInNUcastPkts.19 = Counter32: 43794712
IF-MIB::ifInNUcastPkts.20 = Counter32: 42400969
IF-MIB::ifInNUcastPkts.21 = Counter32: 6725485
IF-MIB::ifInNUcastPkts.22 = Counter32: 44039
IF-MIB::ifInNUcastPkts.23 = Counter32: 1007840
IF-MIB::ifInNUcastPkts.24 = Counter32: 1010456
IF-MIB::ifInNUcastPkts.25 = Counter32: 2975361
IF-MIB::ifInNUcastPkts.26 = Counter32: 0
IF-MIB::ifInNUcastPkts.27 = Counter32: 0
IF-MIB::ifInNUcastPkts.28 = Counter32: 0
IF-MIB::ifInNUcastPkts.54 = Counter32: 2018296
IF-MIB::ifInNUcastPkts.55 = Counter32: 86195681
IF-MIB::ifInNUcastPkts.102 = Counter32: 0
IF-MIB::ifInNUcastPkts.202 = Counter32: 0
IF-MIB::ifInNUcastPkts.203 = Counter32: 0
IF-MIB::ifInNUcastPkts.204 = Counter32: 0
IF-MIB::ifInNUcastPkts.205 = Counter32: 0
IF-MIB::ifInNUcastPkts.206 = Counter32: 0
IF-MIB::ifInNUcastPkts.207 = Counter32: 0
IF-MIB::ifInNUcastPkts.1101 = Counter32: 0
IF-MIB::ifInNUcastPkts.4324 = Counter32: 0
IF-MIB::ifInNUcastPkts.4325 = Counter32: 0
IF-MIB::ifInNUcastPkts.4326 = Counter32: 0
IF-MIB::ifInNUcastPkts.4327 = Counter32: 0
IF-MIB::ifInNUcastPkts.4328 = Counter32: 0
IF-MIB::ifInNUcastPkts.4329 = Counter32: 0
IF-MIB::ifInNUcastPkts.4330 = Counter32: 0
IF-MIB::ifInNUcastPkts.4331 = Counter32: 0
IF-MIB::ifInDiscards.1 = Counter32: 0
IF-MIB::ifInDiscards.2 = Counter32: 0
IF-MIB::ifInDiscards.3 = Counter32: 0
IF-MIB::ifInDiscards.4 = Counter32: 0
IF-MIB::ifInDiscards.5 = Counter32: 0
IF-MIB::ifInDiscards.6 = Counter32: 0
IF-MIB::ifInDiscards.7 = Counter32: 0
IF-MIB::ifInDiscards.8 = Counter32: 0
IF-MIB::ifInDiscards.9 = Counter32: 0
IF-MIB::ifInDiscards.10 = Counter32: 0
IF-MIB::ifInDiscards.11 = Counter32: 0
IF-MIB::ifInDiscards.12 = Counter32: 0
IF-MIB::ifInDiscards.13 = Counter32: 0
IF-MIB::ifInDiscards.14 = Counter32: 0
IF-MIB::ifInDiscards.15 = Counter32: 0
IF-MIB::ifInDiscards.16 = Counter32: 0
IF-MIB::ifInDiscards.17 = Counter32: 0
IF-MIB::ifInDiscards.18 = Counter32: 0
IF-MIB::ifInDiscards.19 = Counter32: 0
IF-MIB::ifInDiscards.20 = Counter32: 0
IF-MIB::ifInDiscards.21 = Counter32: 0
IF-MIB::ifInDiscards.22 = Counter32: 0
IF-MIB::ifInDiscards.23 = Counter32: 0
IF-MIB::ifInDiscards.24 = Counter32: 0
IF-MIB::ifInDiscards.25 = Counter32: 0
IF-MIB::ifInDiscards.26 = Counter32: 0
IF-MIB::ifInDiscards.27 = Counter32: 0
IF-MIB::ifInDiscards.28 = Counter32: 0
IF-MIB::ifInDiscards.54 = Counter32: 0
IF-MIB::ifInDiscards.55 = Counter32: 0
IF-MIB::ifInDiscards.102 = Counter32: 0
IF-MIB::ifInDiscards.202 = Counter32: 0
IF-MIB::ifInDiscards.203 = Counter32: 0
IF-MIB::ifInDiscards.204 = Counter32: 0
IF-MIB::ifInDiscards.205 = Counter32: 0
IF-MIB::ifInDiscards.206 = Counter32: 0
IF-MIB::ifInDiscards.207 = Counter32: 0
IF-MIB::ifInDiscards.1101 = Counter32: 0
IF-MIB::ifInDiscards.4324 = Counter32: 0
IF-MIB::ifInDiscards.4325 = Counter32: 0
IF-MIB::ifInDiscards.4326 = Counter32: 0
IF-MIB::ifInDiscards.4327 = Counter32: 0
IF-MIB::ifInDiscards.4328 = Counter32: 0
IF-MIB::ifInDiscards.4329 = Counter32: 0
IF-MIB::ifInDiscards.4330 = Counter32: 0
IF-MIB::ifInDiscards.4331 = Counter32: 0
IF-MIB::ifInErrors.1 = Counter32: 7
IF-MIB::ifInErrors.2 = Counter32: 12
IF-MIB::ifInErrors.3 = Counter32: 45
IF-MIB::ifInErrors.4 = Counter32: 0
IF-MIB::ifInErrors.5 = Counter32: 39
IF-MIB::ifInErrors.6 = Counter32: 7
IF-MIB::ifInErrors.7 = Counter32: 48
IF-MIB::ifInErrors.8 = Counter32: 6
IF-MIB::ifInErrors.9 = Counter32: 0
IF-MIB::ifInErrors.10 = Counter32: 1
IF-MIB::ifInErrors.11 = Counter32: 0
IF-MIB::ifInErrors.12 = Counter32: 0
IF-MIB::ifInErrors.13 = Counter32: 0
IF-MIB::ifInErrors.14 = Counter32: 0
IF-MIB::ifInErrors.15 = Counter32: 0
IF-MIB::ifInErrors.16 = Counter32: 0
IF-MIB::ifInErrors.17 = Counter32: 0
IF-MIB::ifInErrors.18 = Counter32: 0
IF-MIB::ifInErrors.19 = Counter32: 0
IF-MIB::ifInErrors.20 = Counter32: 0
IF-MIB::ifInErrors.21 = Counter32: 0
IF-MIB::ifInErrors.22 = Counter32: 0
IF-MIB::ifInErrors.23 = Counter32: 0
IF-MIB::ifInErrors.24 = Counter32: 0
IF-MIB::ifInErrors.25 = Counter32: 0
IF-MIB::ifInErrors.26 = Counter32: 0
IF-MIB::ifInErrors.27 = Counter32: 0
IF-MIB::ifInErrors.28 = Counter32: 0
IF-MIB::ifInErrors.54 = Counter32: 0
IF-MIB::ifInErrors.55 = Counter32: 0
IF-MIB::ifInErrors.102 = Counter32: 0
IF-MIB::ifInErrors.202 = Counter32: 0
IF-MIB::ifInErrors.203 = Counter32: 0
IF-MIB::ifInErrors.204 = Counter32: 0
IF-MIB::ifInErrors.205 = Counter32: 0
IF-MIB::ifInErrors.206 = Counter32: 0
IF-MIB::ifInErrors.207 = Counter32: 0
IF-MIB::ifInErrors.1101 = Counter32: 0
IF-MIB::ifInErrors.4324 = Counter32: 0
IF-MIB::ifInErrors.4325 = Counter32: 0
IF-MIB::ifInErrors.4326 = Counter32: 0
IF-MIB::ifInErrors.4327 = Counter32: 0
IF-MIB::ifInErrors.4328 = Counter32: 0
IF-MIB::ifInErrors.4329 = Counter32: 0
IF-MIB::ifInErrors.4330 = Counter32: 0
IF-MIB::ifInErrors.4331 = Counter32: 0
IF-MIB::ifInUnknownProtos.1 = Counter32: 0
IF-MIB::ifInUnknownProtos.2 = Counter32: 0
IF-MIB::ifInUnknownProtos.3 = Counter32: 0
IF-MIB::ifInUnknownProtos.4 = Counter32: 0
IF-MIB::ifInUnknownProtos.5 = Counter32: 0
IF-MIB::ifInUnknownProtos.6 = Counter32: 0
IF-MIB::ifInUnknownProtos.7 = Counter32: 0
IF-MIB::ifInUnknownProtos.8 = Counter32: 0
IF-MIB::ifInUnknownProtos.9 = Counter32: 0
IF-MIB::ifInUnknownProtos.10 = Counter32: 0
IF-MIB::ifInUnknownProtos.11 = Counter32: 0
IF-MIB::ifInUnknownProtos.12 = Counter32: 0
IF-MIB::ifInUnknownProtos.13 = Counter32: 0
IF-MIB::ifInUnknownProtos.14 = Counter32: 0
IF-MIB::ifInUnknownProtos.15 = Counter32: 0
IF-MIB::ifInUnknownProtos.16 = Counter32: 0
IF-MIB::ifInUnknownProtos.17 = Counter32: 0
IF-MIB::ifInUnknownProtos.18 = Counter32: 0
IF-MIB::ifInUnknownProtos.19 = Counter32: 0
IF-MIB::ifInUnknownProtos.20 = Counter32: 0
IF-MIB::ifInUnknownProtos.21 = Counter32: 0
IF-MIB::ifInUnknownProtos.22 = Counter32: 0
IF-MIB::ifInUnknownProtos.23 = Counter32: 0
IF-MIB::ifInUnknownProtos.24 = Counter32: 0
IF-MIB::ifInUnknownProtos.25 = Counter32: 0
IF-MIB::ifInUnknownProtos.26 = Counter32: 0
IF-MIB::ifInUnknownProtos.27 = Counter32: 0
IF-MIB::ifInUnknownProtos.28 = Counter32: 0
IF-MIB::ifInUnknownProtos.54 = Counter32: 0
IF-MIB::ifInUnknownProtos.55 = Counter32: 0
IF-MIB::ifInUnknownProtos.102 = Counter32: 0
IF-MIB::ifInUnknownProtos.202 = Counter32: 0
IF-MIB::ifInUnknownProtos.203 = Counter32: 0
IF-MIB::ifInUnknownProtos.204 = Counter32: 0
IF-MIB::ifInUnknownProtos.205 = Counter32: 0
IF-MIB::ifInUnknownProtos.206 = Counter32: 0
IF-MIB::ifInUnknownProtos.207 = Counter32: 0
IF-MIB::ifInUnknownProtos.1101 = Counter32: 0
IF-MIB::ifInUnknownProtos.4324 = Counter32: 0
IF-MIB::ifInUnknownProtos.4325 = Counter32: 0
IF-MIB::ifInUnknownProtos.4326 = Counter32: 0
IF-MIB::ifInUnknownProtos.4327 = Counter32: 0
IF-MIB::ifInUnknownProtos.4328 = Counter32: 0
IF-MIB::ifInUnknownProtos.4329 = Counter32: 0
IF-MIB::ifInUnknownProtos.4330 = Counter32: 0
IF-MIB::ifInUnknownProtos.4331 = Counter32: 0
IF-MIB::ifOutOctets.1 = Counter32: 906986595
IF-MIB::ifOutOctets.2 = Counter32: 4279014456
IF-MIB::ifOutOctets.3 = Counter32: 3450479696
IF-MIB::ifOutOctets.4 = Counter32: 2276051429
IF-MIB::ifOutOctets.5 = Counter32: 2143707918
IF-MIB::ifOutOctets.6 = Counter32: 4008576873
IF-MIB::ifOutOctets.7 = Counter32: 427178715
IF-MIB::ifOutOctets.8 = Counter32: 518601199
IF-MIB::ifOutOctets.9 = Counter32: 175758415
IF-MIB::ifOutOctets.10 = Counter32: 2686541241
IF-MIB::ifOutOctets.11 = Counter32: 3907817422
IF-MIB::ifOutOctets.12 = Counter32: 1925688092
IF-MIB::ifOutOctets.13 = Counter32: 0
IF-MIB::ifOutOctets.14 = Counter32: 0
IF-MIB::ifOutOctets.15 = Counter32: 0
IF-MIB::ifOutOctets.16 = Counter32: 0
IF-MIB::ifOutOctets.17 = Counter32: 4093015743
IF-MIB::ifOutOctets.18 = Counter32: 2938479943
IF-MIB::ifOutOctets.19 = Counter32: 2805353188
IF-MIB::ifOutOctets.20 = Counter32: 1280223421
IF-MIB::ifOutOctets.21 = Counter32: 2888949403
IF-MIB::ifOutOctets.22 = Counter32: 1204384352
IF-MIB::ifOutOctets.23 = Counter32: 1424459577
IF-MIB::ifOutOctets.24 = Counter32: 2991090798
IF-MIB::ifOutOctets.25 = Counter32: 2887405111
IF-MIB::ifOutOctets.26 = Counter32: 0
IF-MIB::ifOutOctets.27 = Counter32: 0
IF-MIB::ifOutOctets.28 = Counter32: 0
IF-MIB::ifOutOctets.54 = Counter32: 120583079
IF-MIB::ifOutOctets.55 = Counter32: 4085576609
IF-MIB::ifOutOctets.102 = Counter32: 0
IF-MIB::ifOutOctets.202 = Counter32: 0
IF-MIB::ifOutOctets.203 = Counter32: 0
IF-MIB::ifOutOctets.204 = Counter32: 0
IF-MIB::ifOutOctets.205 = Counter32: 0
IF-MIB::ifOutOctets.206 = Counter32: 0
IF-MIB::ifOutOctets.207 = Counter32: 0
IF-MIB::ifOutOctets.1101 = Counter32: 0
IF-MIB::ifOutOctets.4324 = Counter32: 56001461
IF-MIB::ifOutOctets.4325 = Counter32: 0
IF-MIB::ifOutOctets.4326 = Counter32: 0
IF-MIB::ifOutOctets.4327 = Counter32: 0
IF-MIB::ifOutOctets.4328 = Counter32: 0
IF-MIB::ifOutOctets.4329 = Counter32: 0
IF-MIB::ifOutOctets.4330 = Counter32: 0
IF-MIB::ifOutOctets.4331 = Counter32: 0
IF-MIB::ifOutUcastPkts.1 = Counter32: 91131574
IF-MIB::ifOutUcastPkts.2 = Counter32: 128950562
IF-MIB::ifOutUcastPkts.3 = Counter32: 254338489
IF-MIB::ifOutUcastPkts.4 = Counter32: 99103273
IF-MIB::ifOutUcastPkts.5 = Counter32: 27923208
IF-MIB::ifOutUcastPkts.6 = Counter32: 142114633
IF-MIB::ifOutUcastPkts.7 = Counter32: 110469298
IF-MIB::ifOutUcastPkts.8 = Counter32: 89556043
IF-MIB::ifOutUcastPkts.9 = Counter32: 7518266
IF-MIB::ifOutUcastPkts.10 = Counter32: 4889166
IF-MIB::ifOutUcastPkts.11 = Counter32: 2951970
IF-MIB::ifOutUcastPkts.12 = Counter32: 5458124
IF-MIB::ifOutUcastPkts.13 = Counter32: 0
IF-MIB::ifOutUcastPkts.14 = Counter32: 0
IF-MIB::ifOutUcastPkts.15 = Counter32: 0
IF-MIB::ifOutUcastPkts.16 = Counter32: 0
IF-MIB::ifOutUcastPkts.17 = Counter32: 11708276
IF-MIB::ifOutUcastPkts.18 = Counter32: 811635
IF-MIB::ifOutUcastPkts.19 = Counter32: 111840942
IF-MIB::ifOutUcastPkts.20 = Counter32: 26529515
IF-MIB::ifOutUcastPkts.21 = Counter32: 448406343
IF-MIB::ifOutUcastPkts.22 = Counter32: 108638182
IF-MIB::ifOutUcastPkts.23 = Counter32: 113019352
IF-MIB::ifOutUcastPkts.24 = Counter32: 123873366
IF-MIB::ifOutUcastPkts.25 = Counter32: 40410888
IF-MIB::ifOutUcastPkts.26 = Counter32: 0
IF-MIB::ifOutUcastPkts.27 = Counter32: 0
IF-MIB::ifOutUcastPkts.28 = Counter32: 0
IF-MIB::ifOutUcastPkts.54 = Counter32: 236892718
IF-MIB::ifOutUcastPkts.55 = Counter32: 138370462
IF-MIB::ifOutUcastPkts.102 = Counter32: 0
IF-MIB::ifOutUcastPkts.202 = Counter32: 0
IF-MIB::ifOutUcastPkts.203 = Counter32: 0
IF-MIB::ifOutUcastPkts.204 = Counter32: 0
IF-MIB::ifOutUcastPkts.205 = Counter32: 0
IF-MIB::ifOutUcastPkts.206 = Counter32: 0
IF-MIB::ifOutUcastPkts.207 = Counter32: 0
IF-MIB::ifOutUcastPkts.1101 = Counter32: 0
IF-MIB::ifOutUcastPkts.4324 = Counter32: 605343
IF-MIB::ifOutUcastPkts.4325 = Counter32: 0
IF-MIB::ifOutUcastPkts.4326 = Counter32: 0
IF-MIB::ifOutUcastPkts.4327 = Counter32: 0
IF-MIB::ifOutUcastPkts.4328 = Counter32: 0
IF-MIB::ifOutUcastPkts.4329 = Counter32: 0
IF-MIB::ifOutUcastPkts.4330 = Counter32: 0
IF-MIB::ifOutUcastPkts.4331 = Counter32: 0
IF-MIB::ifOutNUcastPkts.1 = Counter32: 116080102
IF-MIB::ifOutNUcastPkts.2 = Counter32: 115970266
IF-MIB::ifOutNUcastPkts.3 = Counter32: 115598132
IF-MIB::ifOutNUcastPkts.4 = Counter32: 115962305
IF-MIB::ifOutNUcastPkts.5 = Counter32: 115939658
IF-MIB::ifOutNUcastPkts.6 = Counter32: 116082673
IF-MIB::ifOutNUcastPkts.7 = Counter32: 116006897
IF-MIB::ifOutNUcastPkts.8 = Counter32: 110137409
IF-MIB::ifOutNUcastPkts.9 = Counter32: 116312378
IF-MIB::ifOutNUcastPkts.10 = Counter32: 116274367
IF-MIB::ifOutNUcastPkts.11 = Counter32: 7662118
IF-MIB::ifOutNUcastPkts.12 = Counter32: 7891721
IF-MIB::ifOutNUcastPkts.13 = Counter32: 0
IF-MIB::ifOutNUcastPkts.14 = Counter32: 0
IF-MIB::ifOutNUcastPkts.15 = Counter32: 0
IF-MIB::ifOutNUcastPkts.16 = Counter32: 0
IF-MIB::ifOutNUcastPkts.17 = Counter32: 7613498
IF-MIB::ifOutNUcastPkts.18 = Counter32: 60625620
IF-MIB::ifOutNUcastPkts.19 = Counter32: 21579748
IF-MIB::ifOutNUcastPkts.20 = Counter32: 10002993
IF-MIB::ifOutNUcastPkts.21 = Counter32: 110138850
IF-MIB::ifOutNUcastPkts.22 = Counter32: 116818952
IF-MIB::ifOutNUcastPkts.23 = Counter32: 90327865
IF-MIB::ifOutNUcastPkts.24 = Counter32: 25791334
IF-MIB::ifOutNUcastPkts.25 = Counter32: 114071696
IF-MIB::ifOutNUcastPkts.26 = Counter32: 0
IF-MIB::ifOutNUcastPkts.27 = Counter32: 0
IF-MIB::ifOutNUcastPkts.28 = Counter32: 0
IF-MIB::ifOutNUcastPkts.54 = Counter32: 116119199
IF-MIB::ifOutNUcastPkts.55 = Counter32: 31582741
IF-MIB::ifOutNUcastPkts.102 = Counter32: 0
IF-MIB::ifOutNUcastPkts.202 = Counter32: 0
IF-MIB::ifOutNUcastPkts.203 = Counter32: 0
IF-MIB::ifOutNUcastPkts.204 = Counter32: 0
IF-MIB::ifOutNUcastPkts.205 = Counter32: 0
IF-MIB::ifOutNUcastPkts.206 = Counter32: 0
IF-MIB::ifOutNUcastPkts.207 = Counter32: 0
IF-MIB::ifOutNUcastPkts.1101 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4324 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4325 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4326 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4327 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4328 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4329 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4330 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4331 = Counter32: 0
IF-MIB::ifOutDiscards.1 = Counter32: 6
IF-MIB::ifOutDiscards.2 = Counter32: 0
IF-MIB::ifOutDiscards.3 = Counter32: 610
IF-MIB::ifOutDiscards.4 = Counter32: 246418
IF-MIB::ifOutDiscards.5 = Counter32: 0
IF-MIB::ifOutDiscards.6 = Counter32: 157
IF-MIB::ifOutDiscards.7 = Counter32: 182033
IF-MIB::ifOutDiscards.8 = Counter32: 0
IF-MIB::ifOutDiscards.9 = Counter32: 0
IF-MIB::ifOutDiscards.10 = Counter32: 0
IF-MIB::ifOutDiscards.11 = Counter32: 0
IF-MIB::ifOutDiscards.12 = Counter32: 0
IF-MIB::ifOutDiscards.13 = Counter32: 0
IF-MIB::ifOutDiscards.14 = Counter32: 0
IF-MIB::ifOutDiscards.15 = Counter32: 0
IF-MIB::ifOutDiscards.16 = Counter32: 0
IF-MIB::ifOutDiscards.17 = Counter32: 0
IF-MIB::ifOutDiscards.18 = Counter32: 0
IF-MIB::ifOutDiscards.19 = Counter32: 0
IF-MIB::ifOutDiscards.20 = Counter32: 0
IF-MIB::ifOutDiscards.21 = Counter32: 0
IF-MIB::ifOutDiscards.22 = Counter32: 7
IF-MIB::ifOutDiscards.23 = Counter32: 238
IF-MIB::ifOutDiscards.24 = Counter32: 0
IF-MIB::ifOutDiscards.25 = Counter32: 0
IF-MIB::ifOutDiscards.26 = Counter32: 0
IF-MIB::ifOutDiscards.27 = Counter32: 0
IF-MIB::ifOutDiscards.28 = Counter32: 0
IF-MIB::ifOutDiscards.54 = Counter32: 238
IF-MIB::ifOutDiscards.55 = Counter32: 0
IF-MIB::ifOutDiscards.102 = Counter32: 0
IF-MIB::ifOutDiscards.202 = Counter32: 0
IF-MIB::ifOutDiscards.203 = Counter32: 0
IF-MIB::ifOutDiscards.204 = Counter32: 0
IF-MIB::ifOutDiscards.205 = Counter32: 0
IF-MIB::ifOutDiscards.206 = Counter32: 0
IF-MIB::ifOutDiscards.207 = Counter32: 0
IF-MIB::ifOutDiscards.1101 = Counter32: 0
IF-MIB::ifOutDiscards.4324 = Counter32: 0
IF-MIB::ifOutDiscards.4325 = Counter32: 0
IF-MIB::ifOutDiscards.4326 = Counter32: 0
IF-MIB::ifOutDiscards.4327 = Counter32: 0
IF-MIB::ifOutDiscards.4328 = Counter32: 0
IF-MIB::ifOutDiscards.4329 = Counter32: 0
IF-MIB::ifOutDiscards.4330 = Counter32: 0
IF-MIB::ifOutDiscards.4331 = Counter32: 0
IF-MIB::ifOutErrors.1 = Counter32: 0
IF-MIB::ifOutErrors.2 = Counter32: 0
IF-MIB::ifOutErrors.3 = Counter32: 0
IF-MIB::ifOutErrors.4 = Counter32: 0
IF-MIB::ifOutErrors.5 = Counter32: 0
IF-MIB::ifOutErrors.6 = Counter32: 0
IF-MIB::ifOutErrors.7 = Counter32: 0
IF-MIB::ifOutErrors.8 = Counter32: 0
IF-MIB::ifOutErrors.9 = Counter32: 0
IF-MIB::ifOutErrors.10 = Counter32: 0
IF-MIB::ifOutErrors.11 = Counter32: 0
IF-MIB::ifOutErrors.12 = Counter32: 0
IF-MIB::ifOutErrors.13 = Counter32: 0
IF-MIB::ifOutErrors.14 = Counter32: 0
IF-MIB::ifOutErrors.15 = Counter32: 0
IF-MIB::ifOutErrors.16 = Counter32: 0
IF-MIB::ifOutErrors.17 = Counter32: 0
IF-MIB::ifOutErrors.18 = Counter32: 0
IF-MIB::ifOutErrors.19 = Counter32: 0
IF-MIB::ifOutErrors.20 = Counter32: 0
IF-MIB::ifOutErrors.21 = Counter32: 0
IF-MIB::ifOutErrors.22 = Counter32: 0
IF-MIB::ifOutErrors.23 = Counter32: 0
IF-MIB::ifOutErrors.24 = Counter32: 0
IF-MIB::ifOutErrors.25 = Counter32: 0
IF-MIB::ifOutErrors.26 = Counter32: 0
IF-MIB::ifOutErrors.27 = Counter32: 0
IF-MIB::ifOutErrors.28 = Counter32: 0
IF-MIB::ifOutErrors.54 = Counter32: 0
IF-MIB::ifOutErrors.55 = Counter32: 0
IF-MIB::ifOutErrors.102 = Counter32: 0
IF-MIB::ifOutErrors.202 = Counter32: 0
IF-MIB::ifOutErrors.203 = Counter32: 0
IF-MIB::ifOutErrors.204 = Counter32: 0
IF-MIB::ifOutErrors.205 = Counter32: 0
IF-MIB::ifOutErrors.206 = Counter32: 0
IF-MIB::ifOutErrors.207 = Counter32: 0
IF-MIB::ifOutErrors.1101 = Counter32: 0
IF-MIB::ifOutErrors.4324 = Counter32: 0
IF-MIB::ifOutErrors.4325 = Counter32: 0
IF-MIB::ifOutErrors.4326 = Counter32: 0
IF-MIB::ifOutErrors.4327 = Counter32: 0
IF-MIB::ifOutErrors.4328 = Counter32: 0
IF-MIB::ifOutErrors.4329 = Counter32: 0
IF-MIB::ifOutErrors.4330 = Counter32: 0
IF-MIB::ifOutErrors.4331 = Counter32: 0
IF-MIB::ifOutQLen.1 = Gauge32: 0
IF-MIB::ifOutQLen.2 = Gauge32: 0
IF-MIB::ifOutQLen.3 = Gauge32: 0
IF-MIB::ifOutQLen.4 = Gauge32: 0
IF-MIB::ifOutQLen.5 = Gauge32: 0
IF-MIB::ifOutQLen.6 = Gauge32: 0
IF-MIB::ifOutQLen.7 = Gauge32: 0
IF-MIB::ifOutQLen.8 = Gauge32: 0
IF-MIB::ifOutQLen.9 = Gauge32: 0
IF-MIB::ifOutQLen.10 = Gauge32: 0
IF-MIB::ifOutQLen.11 = Gauge32: 0
IF-MIB::ifOutQLen.12 = Gauge32: 0
IF-MIB::ifOutQLen.13 = Gauge32: 0
IF-MIB::ifOutQLen.14 = Gauge32: 0
IF-MIB::ifOutQLen.15 = Gauge32: 0
IF-MIB::ifOutQLen.16 = Gauge32: 0
IF-MIB::ifOutQLen.17 = Gauge32: 0
IF-MIB::ifOutQLen.18 = Gauge32: 0
IF-MIB::ifOutQLen.19 = Gauge32: 0
IF-MIB::ifOutQLen.20 = Gauge32: 0
IF-MIB::ifOutQLen.21 = Gauge32: 0
IF-MIB::ifOutQLen.22 = Gauge32: 0
IF-MIB::ifOutQLen.23 = Gauge32: 0
IF-MIB::ifOutQLen.24 = Gauge32: 0
IF-MIB::ifOutQLen.25 = Gauge32: 0
IF-MIB::ifOutQLen.26 = Gauge32: 0
IF-MIB::ifOutQLen.27 = Gauge32: 0
IF-MIB::ifOutQLen.28 = Gauge32: 0
IF-MIB::ifOutQLen.54 = Gauge32: 0
IF-MIB::ifOutQLen.55 = Gauge32: 0
IF-MIB::ifOutQLen.102 = Gauge32: 0
IF-MIB::ifOutQLen.202 = Gauge32: 0
IF-MIB::ifOutQLen.203 = Gauge32: 0
IF-MIB::ifOutQLen.204 = Gauge32: 0
IF-MIB::ifOutQLen.205 = Gauge32: 0
IF-MIB::ifOutQLen.206 = Gauge32: 0
IF-MIB::ifOutQLen.207 = Gauge32: 0
IF-MIB::ifOutQLen.1101 = Gauge32: 0
IF-MIB::ifOutQLen.4324 = Gauge32: 0
IF-MIB::ifOutQLen.4325 = Gauge32: 0
IF-MIB::ifOutQLen.4326 = Gauge32: 0
IF-MIB::ifOutQLen.4327 = Gauge32: 0
IF-MIB::ifOutQLen.4328 = Gauge32: 0
IF-MIB::ifOutQLen.4329 = Gauge32: 0
IF-MIB::ifOutQLen.4330 = Gauge32: 0
IF-MIB::ifOutQLen.4331 = Gauge32: 0
IF-MIB::ifSpecific.1 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.2 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.3 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.4 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.5 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.6 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.7 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.8 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.9 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.10 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.11 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.12 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.13 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.14 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.15 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.16 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.17 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.18 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.19 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.20 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.21 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.22 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.23 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.24 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.25 = OID: SNMPv2-SMI::transmission.7
IF-MIB::ifSpecific.26 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.27 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.28 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.54 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.55 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.102 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.202 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.203 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.204 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.205 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.206 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.207 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.1101 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4324 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4325 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4326 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4327 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4328 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4329 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4330 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4331 = OID: SNMPv2-SMI::zeroDotZero

What do I now enter in snmp.php and dictionary.php?
(0004473)
infrastation   
2022-12-16 09:44   
Thank you, I will have a look.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1899 [RackTables] default tweak always 2019-03-07 11:57 2022-10-31 17:29
Reporter: netniv Platform:  
Assigned To: infrastation OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.21.1  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Documentation on plugin upgrade code is not clear
Description: When looking through the plugin upgrade code, the documentation makes reference to pluign_PLUGINNAME_install, etc. It then gives an example of upgrade code for 'myplugin' as:

Example modeled after the core RackTables upgrader:


function plugin_myplugin_upgrade ()
{
    $db_info = getPlugin ('myplugin');
    $v1 = $db_info['db_version'];
    $code_info = plugin_plugin_info ();
    $v2 = $code_info['version'];

Tags:
Steps To Reproduce:
Additional Information: This is incorrect as it should be plugin_myplugin_info() which would be the name of the plugin in the example. The documentation should also make it clearer to novice programmers who may try to replicate the code that the previously defined plugin_PLUGINNAME_upgrade would, for a plugin named 'myplugin' become plugin_myplugin_upgrade(). This would then help properly establish the link between the templated names (with uppercase characters) and the example names which have been properly replaced with myplugin.
Attached Files:
Notes
(0003919)
netniv   
2019-03-07 12:00   
It may be worth adding a table to show how the functions look for 'myplugin'

{| class="wikitable"
!Name
!Becomes
|-
|plugin_PLUGINNAME_info
|plugin_myplugin_info
|-
|plugin_PLUGINNAME_init
|plugin_myplugin_init
|-
|plugin_PLUGINNAME_install
|plugin_myplugin_install
|-
|plugin_PLUGINNAME_uninstall
|plugin_nyplugin_uninstall
|-
|plugin_PLUGINNAME_upgrade
|plugin_myplugin_upgrade
|}
(0003921)
infrastation   
2019-03-09 21:18   
Thank you for the feedback. Aaron is the best man to review this.
(0004317)
netniv   
2021-07-13 17:26   
I'd forgotten about this.
(0004335)
infrastation   
2021-07-23 14:13   
I have just looked through the wiki page and this issue, but found it a bit hard to follow. Are you saying that the plugin upgrade function should be
plugin_myplugin_info()
instead of
plugin_myplugin_upgrade()
?
(0004443)
netniv   
2022-10-31 17:29   
Sorry, been a while since I last logged into here. Re-reading what I wrote, I believe that the problem is the inconsistency in the naming. Using _plugin_ instead of _myplugin_ (which would be correct for the example).


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2069 [RackTables] default crash always 2022-09-23 08:45 2022-09-26 22:11
Reporter: fcolista Platform:  
Assigned To: infrastation OS:  
Priority: high OS Version:  
Status: assigned Product Version: 0.22.0  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Fatal error: Uncaught TypeError: Unsupported operand types when searched a string with three dots.
Description: With Racktables 0.22.0, when searching for a string with three dots, it returns the following error:

"
Fatal error: Uncaught TypeError: Unsupported operand types: string * int in /usr/share/webapps/RackTables/wwwroot/inc/functions.php:2542 Stack trace: #0 /usr/share/webapps/RackTables/wwwroot/inc/functions.php(2647): ip6_parse() #1 /usr/share/webapps/RackTables/wwwroot/inc/functions.php(5043): ip6_checkparse() #2 /usr/share/webapps/RackTables/wwwroot/inc/interface.php(3683): searchEntitiesByText() #3 /usr/share/webapps/RackTables/wwwroot/index.php(43): searchHandler() #4 {main} thrown in /usr/share/webapps/RackTables/wwwroot/inc/functions.php on line 2542
"

With any other number of "dots" in the string, it works fine.
Tags:
Steps To Reproduce: In the "search" field, digit any domain with three dots: fourth.leveldomain.example.com
If searched for any other number of dots, it works fine.

Additional Information: The issue happens in "RackTables/wwwroot/inc/functions.php on line 2542", as you can see from the error.
Probably the three dots is interpreted as IP address, so numbers are expected.

Thanks
Attached Files:
Notes
(0004433)
infrastation   
2022-09-23 09:44   
Thank you for this bug report. I have tried "fourth.leveldomain.example.com " with RackTables versions 0.21.5 and 0.22.0 on PHP 7.4, and it worked as expected.

It would help to establish the exact steps to reproduce the bug. What are the OS and PHP versions on the system where the bug reproduces?
(0004435)
fcolista   
2022-09-23 10:06   
Thanks for your prompt reply, I missed these important info, sorry.
it's Alpine Linux 3.16 with PHP 8.0.20:

PHP 8.0.20 (cli) (built: Jun 10 2022 09:06:30) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.20, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.20, Copyright (c), by Zend Technologies


# cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.16.0
PRETTY_NAME="Alpine Linux v3.16"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
(0004437)
infrastation   
2022-09-23 22:32   
Thank you for this information. Does the following change solve the problem?
--- a/wwwroot/inc/functions.php
+++ b/wwwroot/inc/functions.php
@@ -2539,8 +2539,8 @@ function ip6_parse ($ip)
    if (count ($split) == 4)
    {
      $hex_tokens = array();
-     $hex_tokens[] = dechex ($split[0] * 256 + $split[1]);
-     $hex_tokens[] = dechex ($split[2] * 256 + $split[3]);
+     $hex_tokens[] = dechex ((int)$split[0] * 256 + (int)$split[1]);
+     $hex_tokens[] = dechex ((int)$split[2] * 256 + (int)$split[3]);
      array_splice ($tokens, -1, 1, $hex_tokens);
    }
    if (count ($tokens) > 8)
(0004439)
fcolista   
2022-09-26 08:44   
Thanks @infrastation.
This indeed fix the error.
Thank you very much for the prompt fix!
(0004441)
infrastation   
2022-09-26 22:11   
Thank you for confirming, this might be not the best way to address this problem, so if I get to reproduce the problem myself, the final fix might be different. Let's leave this open until that's clear.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2003 [RackTables] default minor sometimes 2021-01-08 17:14 2022-08-12 00:06
Reporter: lrupp Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.21.5  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Reports plugin produces line breaks in exported comments (cvs)
Description: This is a report about: https://github.com/RackTables/racktables-contribs/tree/master/

If there is a line break in comments in Rack Tables, it breaks the exported csv.
Tags:
Steps To Reproduce: Have a comment over multiple lines.

Use the export to cvs function in the reports function: the csv contains line breaks, which makes it hard to import in Excel sheets.
Additional Information:
Attached Files:
Notes
(0004249)
lrupp   
2021-01-08 17:23   
@infrastation: sorry for the "noise" here in the bugtracker about the plugin code. But I got this as report (and want to work on it) - but did not find the "issue" tab in the corresponding (racktables-contribs) Github repository.

Feel free to assign this issue here to me directly. I will work on it and update the status here later.
(0004251)
infrastation   
2021-01-08 19:59   
(Last edited: 2021-01-08 20:00)
Oh, well, OK. I don't remember if CSV allows newlines at all, you might have to use < br > or some other substitute to make it correct. Please take your time. Let's see what to do about issue tracking if there are more of them.
(0004427)
tomium   
2022-08-10 15:25   
@lrupp: I had trouble importing CSV files with newlines to Excel, but Libre Office is fine with newlines in CSV.
So, i suppose newlines are generally supported in CSV.
(0004431)
infrastation   
2022-08-12 00:06   
There is no single definition of CSV, but there are multiple implementations. As another example, LibreOffice happily opens a UTF-8 CSV file without BOM, and Excel both requires and writes BOM in UTF-8 CSV files.

So if you want to change the code, please remember to specify exactly what your use case is (and maybe test other implementations if you can).


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
999 [RackTables] default feature have not tried 2013-08-21 17:53 2022-08-12 00:01
Reporter: oernii Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: add pictures to objects
Description: I'd like to be able to add pictures to objects, which could be displayed as scaled background of the table cells.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: rack.html (13,219 bytes) 2013-10-07 11:37
https://bugs.racktables.org/file_download.php?file_id=455&type=bug
hp.jpg (53,246 bytes) 2013-10-07 11:37
https://bugs.racktables.org/file_download.php?file_id=457&type=bug
plugins.zip (28,589 bytes) 2022-08-09 15:26
https://bugs.racktables.org/file_download.php?file_id=1157&type=bug
Notes
(0001753)
melpheos   
2013-09-16 08:03   
You can already do that via add files, picture will show on the first tab
(0001759)
infrastation   
2013-09-17 15:18   
This issue is about TD background.
(0001817)
adoom42   
2013-10-05 23:39   
I'm not sure how to do what you are requesting. Please view the appropriate page in RackTables, save the contents as HTML, make your desired modifications to the file, then attach both the HTML and image to this issue.
(0001831)
oernii   
2013-10-07 11:37   
I've attached the files
(0001961)
cyb3rwulf   
2013-11-22 13:07   
Racktables don't show you the racks from front / backview. So it's not so easy to add this in an useful way.

What will happen if you have in the front/mid a server and in the back a small switch? you wont be able to see anything.

In my opinion you need to add a different table that shows only front / back of the rack, based on the current one, to add these pictures in a meaningful way.
(0002017)
mbrydon   
2013-12-09 13:29   
Noting the previous point I think it would still be a very useful feature to have, as would probably only want to have a picture on something that uses the full font/interior/back space.
It would definitely persuade anyone still trying to use visio to create their layouts that racktables is all you really need.
(0002187)
brkdncr   
2014-02-20 02:28   
How about showing the visual on mouse-over of the equipment? There is other software that does show the front/rear of the cabinent with equipment photos, and the equipment photo is linked to the HW type so you only need to upload a single photo for the same hardware ID. It may be useful to have a front view/rear view, and possible the option to replace the existing display with the photo display.
(0002993)
NazZaR   
2015-10-09 07:03   
I would like to have this functionality too. It is very convenient to have visualized racks, like it is shown in attached file 'rack.html' above.
I don't think that it is too hard to implement. Just an image, filled in the box.
(0004377)
kylemaas   
2022-02-03 23:31   
I would love to see something like this as well.
(0004421)
albertoa   
2022-08-09 15:26   
I have developed a plugin to be able to display a graphic rendering of the racks.
The attachment contains two directories that you can place inside the "plugins" directory: a directory (graphRacks) for the plugin itself plus a "commodity" directory (rackimg) to produce and store the rack graphics (images are also loaded into the DB, but this directory works as a cache for html).
If you want to try the plugin, after putting the code in place, try the following:
1. create a new tag called "Front image" (Configuration -> Tag tree -> Edit tree, put the name in "tag name" field, "assignable" must be "yes" then click the button at the end of the row)
2. load the images for each object in your racks (Files -> Manage -> set the tag "Front image" -> choose and load the file)
3. associate each object with the desired image (for each object, go to the "Files" tab, and link the image; the images used must have the "Front image" tag set or will be ignored)
4. activate the plugin (Plugins -> Edit -> click on "+" to the right of the "Graph Racks" plugin line)
5. run the "graphRacks(0,0)" function from the plugin; you can associate this with a button somewhere but I prefer to run it daily from crontab so that you do not depend on people remembering to update the graphics after each change: put this content in a file (I saved a "crontabGraphicUpdate.php" in "inc" directory):
<?php
$script_mode = TRUE;
include ('init.php');
graphRacks(0, 1);
?>
and schedule its execution in crontab, for example:
30 5 * * * /usr/bin/php [racktables_path]/inc/crontabGraphics.php >/tmp/crontabGraphics.log 2>&1

After a correct execution, you can find rack graphics via RT interface here:
a. Rackspace -> select a row -> tab "Graphics" for all the racks of the selected row
b. Rackspace -> select a rack -> tab "Graphics" (but also in tab "View") for the single rack

HTH
Alberto
(0004423)
infrastation   
2022-08-09 21:11   
Thank you Alberto. I had a brief look at the code, the code style looks good, although a few high-level things could be improved later. If you would like to commit the plugin to racktables-contribs as it is (plus a README perhaps), let me know your github.com username.
(0004425)
albertoa   
2022-08-10 10:26   
Hi, I don't have a github account, but please, since I appreciate RackTables, feel free to use my code at yur convenience and improve it as needed
(0004429)
infrastation   
2022-08-12 00:01   
https://github.com/RackTables/racktables-contribs/commit/16f421c0455bbacdfd90e99ac1249289c53bcaf3

Thank you!


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
965 [RackTables] default feature always 2013-07-27 08:57 2022-06-01 11:16
Reporter: fcoulmier Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.5  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Possibility to have an history on objects changes
Description: It would be awesome to have a change tracking system on the objects so that we can know what have been changed on them and by whom at what time.
I think it could be a new tab on each object, like you already did for IP addresses.
What I would like to know, for example is when we upgrade the amount of RAM of a server. Or When we switched it off. Or when we upgraded the operating system. Even, when we unpugged it from one switch and replugged it on another switch. Or when we changed its location from one rack to another.
Everything should be tracked so we have a better control on what has been done in our datacenter. Also, it would prevent us to restore DB each time we made an error in changing something on the object and don't remembering what it was.

Thank you
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: RT [965] proposal change history.txt (6,857 bytes) 2014-02-03 12:38
https://bugs.racktables.org/file_download.php?file_id=589&type=bug
Notes
(0002151)
Jolrael   
2014-01-29 13:22   
Has anyone been doing any work on this yet?

This is a feature that I'd really love to see as well, and I'm willing to put some time into trying to develop it myself.
(0002153)
adoom42   
2014-01-29 17:41   
Jolrael,

Some thought has been put into the topic of change logging, but no actual work has been done. Contributions are welcome. Please start off by presenting a plan, the more detailed the better.
(0002171)
Jolrael   
2014-02-03 12:40   
Could someone have a look at my attached plan for implementing this feature?

The plan is currently mainly design and database-technical, and not detailed in terms of used functions, etc. to prevent me from putting too much effort into something that might be done entirely different :)
(0002213)
ocontant   
2014-03-02 02:45   
Hi,

I'm a user of Racktables and I use Logs and comment as History. That works great for us. What other type of history you have in mind?
(0002215)
Jolrael   
2014-03-03 08:46   
Basically as described in the description and in my proposal :-)

I'd like to see everything that has been changed, by whom and when, without having to manually add log entries when I make a change.
(0002307)
neptune   
2014-05-13 17:09   
+1
This would be a very useful feature.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2043 [RackTables] SNMP minor always 2021-07-28 14:09 2021-07-28 14:19
Reporter: massimo.guerra Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.21.5  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '.iso.org.dod.internet.private.enterprises.9.1.516' Cisco C3750E
Description: Please add this Switch to object list.

System Informations
sysDescr: Cisco IOS Software, C3750E Software (C3750E-UNIVERSALK9-M), Version 12.2(55)SE5, RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2012 by Cisco Systems, Inc. Compiled Thu 09-Feb-12 18:14 by prod_rel_team
sysObjectID: .iso.org.dod.internet.private.enterprises.9.1.516


Please let me know if additional informations needed.

Thx lot. Mx.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0004337)
massimo.guerra   
2021-07-28 14:19   
WS-C3750X-48P


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2041 [RackTables] SNMP minor always 2021-07-27 09:59 2021-07-28 14:09
Reporter: massimo.guerra Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.21.5  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '9.12.3.1.3.932' Cisco Nexus 7009
Description: Please add this Switch to object list.

SNMPv2-MIB::sysDescr.0 = STRING: Cisco NX-OS(tm) n7000, Software (n7000-s2-dk9), Version 8.2(5), RELEASE SOFTWARE Copyright (c) 2002-2019 by Cisco Systems, Inc. Compiled 8/31/2019 22:00:00
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9.12.3.1.3.932


Please let me know if additional informations needed.

Thx lot. Mx.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2033 [RackTables] default crash have not tried 2021-07-09 22:09 2021-07-23 13:30
Reporter: netniv Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: acknowledged Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Plugins can disable error reporting leading to false negatives
Description: Whilst investigating an issue with LDAP connectivity for a new system, plugins taken from the older system masked the errors being reported. This is because one of them override the PHP error_reporting value and set it to fatal only. This meant warnings and notices went undisplayed and caused a login loop. Later after resolving part of the issue, other errors which had been occurring for some time suddenly became visible highlighting other problems which had not been noticed in the current system as the plugin which disabled the error reporting did not have a problem but another one did which needed to be resolved.
Tags:
Steps To Reproduce: Have a plugin call error_reporting at the start of its code block.
Additional Information: The error reporting value should be saved prior to calling a plugin function and then restored if modified to ensure consistency. That way, one plugin cannot affect another.
Attached Files:
Notes
(0004333)
infrastation   
2021-07-23 13:30   
Indeed this problem stands as described (see commit c257f95 in racktables-contribs) and the solution you have proposed would reduce it. Do you feel confident preparing this change in a way that works for all users?


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2035 [RackTables] default trivial always 2021-07-13 17:09 2021-07-13 17:32
Reporter: netniv Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Common Name vs Visible Label
Description: The display name ('dname') applied to $cell is usually taken from $cell['name'] unless it is blank (then the object type is used). However, as common name ($cell['name']) can be quite long, this can be problematic in racks with lots of long FQDN's. There should be an option within the system configuration to allow visible label to be used over common name. I've included the one line change I did to make things much better for my client but this may not be to everyone's taste so a configuration option to control this makes sense.

Additionally, it may be worth having some form of hook to allow plugins to adjust the displayname when needed.
Tags:
Steps To Reproduce:
Additional Information: diff --git a/wwwroot/inc/functions.php b/wwwroot/inc/functions.php
index 521a98d9..f523cb84 100644
--- a/wwwroot/inc/functions.php
+++ b/wwwroot/inc/functions.php
@@ -601,7 +601,7 @@ function setDisplayedName (&$cell)
 {
        if ($cell['realm'] == 'object')
        {
- $cell['dname'] = formatObjectDisplayedName ($cell['name'], $cell['objtype_id']);
+ $cell['dname'] = formatObjectDisplayedName ($cell['label'], $cell['objtype_id']);
                // If the object has a container, set its dname as well
                if ($cell['container_id'])
                        $cell['container_dname'] = formatObjectDisplayedName ($cell['container_name'], $cell['container_objtype_id']);
Attached Files:
Notes
(0004319)
netniv   
2021-07-13 17:32   
Further testing showed that for some object types, a label may not be set leading to just "Network Switch" for example, so I updated the code to be:

diff --git a/wwwroot/inc/functions.php b/wwwroot/inc/functions.php
index 521a98d9..ca7a4e5e 100644
--- a/wwwroot/inc/functions.php
+++ b/wwwroot/inc/functions.php
@@ -601,7 +601,8 @@ function setDisplayedName (&$cell)
 {
        if ($cell['realm'] == 'object')
        {
- $cell['dname'] = formatObjectDisplayedName ($cell['name'], $cell['objtype_id']);
+ $label = empty($cell['label'])?$cell['name']:$cell['label'];
+ $cell['dname'] = formatObjectDisplayedName ($label, $cell['objtype_id']);
                // If the object has a container, set its dname as well
                if ($cell['container_id'])
                        $cell['container_dname'] = formatObjectDisplayedName ($cell['container_name'], $cell['container_objtype_id']);


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1955 [RackTables] SNMP minor always 2020-02-17 13:55 2021-07-09 21:39
Reporter: ach Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: new Product Version: 0.21.4  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: SNMP Sync issue "Unknown OID '11.2.3.7.11.136'
Description: When I try the SNMP Sync with a HP 2530-48G-PoEP Switch (J9772A) it says the following message "Unknown OID '11.2.3.7.11.136'
Tags:
Steps To Reproduce: add a HP 2530-48G-PoEP Switch (J9772A) to Racktables and try to use the SNMP sync button.
Additional Information:
Attached Files: Capture.PNG (37,741 bytes) 2020-02-17 13:55
https://bugs.racktables.org/file_download.php?file_id=1105&type=bug
Notes
(0004307)
netniv   
2021-07-09 21:39   
This is normally because you don't have the correct MIB installed and enabled. Having the mib installed via snmp-mib-downloader still requires a change to /etc/snmp/snmp.conf under ubuntu for example.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
2015 [RackTables] default feature have not tried 2021-02-25 22:56 2021-02-26 19:50
Reporter: MaDDoG Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: new Product Version: 0.21.4  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Datacenter power tracking
Description: As a feature request, a standard fill-in attribute for PSUs/PDUs/UPSs for "Power Rating" and "CircuitID", as well as a calculated attribute "Max Draw". Then, for all other devices that draw power a standard fill-in attribute for "Power Draw". Finally, within the UI, if the sum of the draw of all devices plugged into a PSU/PDU/UPS exceeds its power rating, visually display that there is a problem with the PDU, specifically calling out that the maximum potential draw exceeds the rating for the PDU/UPS
Tags:
Steps To Reproduce: Flow:

1) User adds a new PSU/PDU/UPS and enters the maximum power draw the device is rated for (for instance an APC AP9562 PDU is rated for 1400W)

2) User adds a new server and enters the rating of the server PSUs (for instance, a Dell PowerEdge R340 might come with a pair of redundant 350W PSUs - the user would enter "350"). If the addition of this device would cause the PSU/PDU/UPS to exceed its rating, notify the user and ask if they want to continue.

3) Either via cronjob, or possibly on-the-fly when a user queries the PSU/PDU/UPS device, the sum of device power ratings is calculated. If ran via cronjob, store the calculated value in an attribute field. If calculated on-the-fly, display the value in the WebUI as part of the properties, including visually notifying the user if the sum is greater than the power rating. A stored value has the benefit of not having to be recalculated *every* time the user displays anything related to the PSU/PDU/UPS, and requires significantly less coding, but has the problem of not being up to date. On-the-fly calculation requires significantly more operations anytime the user displays a PSU/PDU/UPS - and therefore a LOT more code would need to be touched, but is always up-to-date.
    a) possibly set the font to red and/or
    b) possibly set the "Has Problems" flag and adding a Comment
Additional Information: This idea could be expanded on to include standard circuit types and connectors, and even making power circuits a first tier object, so that documenting your datacenter could start with the breaker box->building UPS->room PDU->CircuitID->rack PDU->DevicePSU, and flag or report on devices that have single points of power failure (non-redundant PSUs, both PSUs plugged into the same rack PDU, rack PDUs plugged into the same circuit, or room PDUs, etc).
Attached Files:
Notes
(0004269)
infrastation   
2021-02-26 19:50   
I had implemented a somewhat similar power accounting feature as a proprietary extension to RackTables a few years ago. Perhaps it would make sense to have some basic functionality in the upstream as well. Ideally this would be best implemented by someone with a strong everyday use case for this feature.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1007 [RackTables] 802.1Q VLANs minor always 2013-09-09 23:00 2020-12-15 12:55
Reporter: mmcrill Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Renaming port loses 802.1Q settings
Description: If I rename a port in the Ports tab the 802.1Q settings are no longer tied to the port and instead show N/A for the port. I have to remove the 802.1Q port and re-added the port with the new name
Tags:
Steps To Reproduce: Rename 802.1Q port
Additional Information:
Attached Files:
Notes
(0001793)
infrastation   
2013-09-26 09:13   
This bug is likely to exist, but I cannot handle it right now and unassign it for the time being.
(0004239)
jachhunter777   
2020-12-15 10:58   
1007: https://goo.gl/2DqXGj

Hello this bug was fixed?
(0004243)
infrastation   
2020-12-15 12:55   
No, it was not. You would still have to use the workaround. You are welcome to propose a bugfix.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1981 [RackTables] default major always 2020-08-12 20:45 2020-08-13 00:15
Reporter: mlaven Platform:  
Assigned To: OS: Windows  
Priority: normal OS Version:  
Status: acknowledged Product Version: 0.21.4  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Can not save any date ate expiration date field.
Description: Hi all!

First of all: Racktables is a great product!

I ran into a problem that I can't get solved.
First, my setup: I'm running Racktables 0.21.4 on a Windows 2016 IIS server, with PHP and mySQL.
Everything is working as i should, but only I cannot save any date at the S/W of H/W expiration fields. I tried almost every type of date format (%d-%m-%Y, and reversed, and / instead of -). Nothing will work.

Everytime I put a date in the box and try to save the object I get a HTTP-500 error. All other info I can save without any problem.

Just the date is a problem...

Please help!!

Marcel
The Netherlands.
Tags:
Steps To Reproduce: See description.
Additional Information:
Attached Files:
Notes
(0004147)
mlaven   
2020-08-12 21:13   
By the way:
This is the PHP error I get when trying to save a date:


[12-Aug-2020 21:03:24 Europe/Amsterdam] PHP Fatal error: Uncaught Error: Call to undefined function strptime() in C:\inetpub\Racktables\wwwroot\inc\functions.php:6381
Stack trace:
#0 C:\inetpub\Racktables\wwwroot\inc\functions.php(431): timestampFromDatetimestr()
#1 C:\inetpub\Racktables\wwwroot\inc\ophandlers.php(1374): genericAssertion()
#2 C:\inetpub\Racktables\wwwroot\inc\ophandlers.php(1312): updateObjectAttributes()
#3 C:\inetpub\Racktables\wwwroot\index.php(238): updateObject()
#4 {main}
  thrown in C:\inetpub\Racktables\wwwroot\inc\functions.php on line 6381
(0004149)
infrastation   
2020-08-13 00:15   
Thank you for the bug report. According to PHP documentation, strptime() is a part of PHP core since 5.1.0, but it is not available on Windows. Before switching to strptime() in 2013 RackTables used a different date parsing function and it didn't work well (see the comment in git commit 2a943f8). Before switching to strptime() I had made a comparison of date and time functions and picked the one that worked well, had a good reverse function and did not depend on PHP >= 5.3. Although Windows compatibility was and is not a goal, I accept that another good function may be available now (RackTables now requires PHP >= 7.0), and that in that case the other function might also fix this Windows-specific issue. But before making any changes all edge cases would need to be considered because every RackTables user has date+time data in the database and its processing must not break. In other words, if this problem ever gets fixed, it will take a long time, so if you need a quick solution and want to avoid as many edge cases as possible, please run RackTables on a Linux server/VM with Apache httpd.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1961 [RackTables] default major unable to reproduce 2020-03-14 16:21 2020-05-25 23:40
Reporter: dj Platform:  
Assigned To: OS:  
Priority: high OS Version:  
Status: acknowledged Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Transceiver mgmt
Description: Hi Team,

cloud you add Transceiver mgmt similar to Patch cables? It would help a lot in a heavy network environment...

Thanks,
Dawid
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0004111)
infrastation   
2020-05-25 23:40   
I am well familiar with the problem and agree it would be convenient to have it solved in RackTables. That said, this feature request will have to wait until other, more important work is done.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1497 [RackTables] default feature N/A 2015-07-28 13:07 2020-05-02 15:12
Reporter: marlowesoft Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: acknowledged Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Print temaplate / css for rack prints
Description: Hi,
It would be nice to be able to select a rack to print and have just the rack and the contents displayed.

Currently to print out a rack, you need to select the rack from 'rackspace' but you get all the headers and summary, this can cause a rack diagram to print over 2 pages.

It would be nice to be able to just print the rack diagram so it can be used as a reference when in the data centre and have it print on a single sheet, if this makes sense?

Matt
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: racks.php (3,568 bytes) 2020-05-02 15:12
https://bugs.racktables.org/file_download.php?file_id=1109&type=bug
Notes
(0003521)
bram   
2016-12-05 10:57   
Dear Matt,

I've written a plugin some time ago to create a one page overview that prints quite well in (non IE browsers).

Put the following file in the plugins directory and it will show up as a tab in the reports:
https://gitlab.science.ru.nl/bram/racktables/snippets/81

Bests,

Bram
(0003533)
infrastation   
2017-02-08 18:47   
I agree this would be a useful feature.
(0004061)
venkatra0   
2020-05-02 13:32   
Hi Bram,
I dont have an access to link to get the file, can you help me attaching the same here ?

https://gitlab.science.ru.nl/bram/racktables/snippets/81
(0004063)
bram   
2020-05-02 15:12   
Sorry, I must have cleaned up the repository. Here it is!

Bests,
Bram


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1963 [RackTables] IPv4/IPv6/SLB major always 2020-04-02 14:35 2020-04-02 14:35
Reporter: melpheos Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.21.4  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: 639: Overlapping IPv4 address space
Description: Hi,
i'm just reopening this request as issue 639 has been closed.
I'm not sure if it has been closed because it will not be implemented or it can't be implemented.

The idea would be to be able to create overlapping IPv4 address space and assign them to a specific VRF.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1959 [RackTables] default major unable to reproduce 2020-03-02 18:00 2020-03-03 18:04
Reporter: venkat Platform:  
Assigned To: OS:  
Priority: urgent OS Version:  
Status: new Product Version: 0.21.4  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Rack Space to Bench Space Conversion
Description: Hi Team,
In my lab, Some of the Switches are placed on top of the benches, is there way to define the Benches with desired width ? currently with Rack, i see only three verticals(Front, Interior, Back), There is a way to have Bench dimensions to chose instead of Rack.

Appreciate the support in advance.

Thanks
- Venkat
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0004043)
infrastation   
2020-03-03 15:43   
I understand what you are looking for, but RackTables currently does not support this, and it would be a notable amount of work to implement this feature, so it is not immediately available. You might want to use rack units to mean a bench bay.
(0004045)
venkat   
2020-03-03 17:55   
Thanks for the update, please let me know if there is a scope to get this implemented. If yes, let me know how to notified when this feature been released.
(0004047)
infrastation   
2020-03-03 18:04   
There is a lot of more important work items to do before considering this feature, and not so much time available, so please do not hold your breath.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1751 [RackTables] default feature always 2017-03-23 18:45 2019-12-09 11:28
Reporter: allywilson Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: new Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Multiple LDAP domains
Description: It would be nice if we could have multiple LDAP domains.

We have multiple AD child domains in our org. We can bind to 1 LDAP domain (call it DOMAIN1.forest.com), but not to a secondary domain (call it DOMAIN2.forest.com), so we could then allow members of DOMAIN2 to be able to login.

Tags:
Steps To Reproduce:
Additional Information:
Attached Files: auth.php (25,935 bytes) 2018-10-12 17:42
https://bugs.racktables.org/file_download.php?file_id=1047&type=bug
auth.ldap.patch (17,898 bytes) 2019-12-06 12:52
https://bugs.racktables.org/file_download.php?file_id=1101&type=bug
Notes
(0003825)
Lucky   
2018-10-12 17:42   
#secret.php

$LDAP_options = array
(
  'domains' => array
  (
    array
    (
    'server' => 'dc1.domain1.local by01-dc10.domain1.local',
    'domain' => 'domain1.local',
    'search_attr' => 'userPrincipalName',
    'search_dn' => 'DC=domain1,DC=local',
    'search_bind_rdn' => 'uid=user,dc=domain1,dc=local',
    'search_bind_password' => '*password*',
    'displayname_attrs' => 'cn',
    'group_attr' => 'memberof',
    'group_filter' => '/^[Cc][Nn]=([^,]+)/',
    'options' => array (LDAP_OPT_PROTOCOL_VERSION => 3, LDAP_OPT_REFERRALS => 0),
    'use_tls' => 0,
    ),
    array
    (
    'server' => 'dc2.domain2.local',
    'domain' => 'domain2.local',
    'search_attr' => 'userPrincipalName',
    'search_dn' => 'DC=domain2,DC=local',
    'search_bind_rdn' => 'uid=user,dc=domain2,dc=local',
    'search_bind_password' => '*password*',
    'displayname_attrs' => 'cn',
    'group_attr' => 'memberof',
    'group_filter' => '/^[Cc][Nn]=([^,]+)/',
    'options' => array (LDAP_OPT_PROTOCOL_VERSION => 3, LDAP_OPT_REFERRALS => 0),
    'use_tls' => 0,
    )
  )
);
(0003983)
syunwei   
2019-07-19 11:43   
I tried you method. It not works on my racktables, version 0.21.3.
It pop-up login windows, no domain account can access.
Anything I need change?
(0003985)
Lucky   
2019-07-30 19:00   
i have 0.21.11 and auth.php was modified for this version... later i try to create it as patch
(0003987)
syunwei   
2019-09-18 05:45   
OK, I want confirm the method for enable multiple domains authentication.

1. put auth.php to plugin folder.
2. modify security.php with you provided code.
(0004013)
Lucky   
2019-11-26 17:39   
Add permissions at configuration page by manual.
(0004027)
Lucky   
2019-12-06 12:52   
Create patch for 0.21.3
1. Support multiple ldap domains. Description upper.
2. Support httpd auth + ldap auth.
For this 2nd you need configure apache (kerberose + ad manual: https://imatviyenko.github.io/blog/2018/09/11/Apache-AD-kerberos) + ldap.
Next you need change at config.php:
$user_auth_src = 'httpd+ldap';

____________________________
my apache2 location part of config:
    <Location />
        <If "%{QUERY_STRING} =~ /^login/">
            <Limit GET>
                AuthType Kerberos
                AuthName "Active Directory"
                KrbAuthRealms DOMAIN.LOCAL
                KrbServiceName HTTP
                Krb5Keytab /etc/apache2/kerb-full.keytab
                KrbMethodNegotiate On
                KrbMethodK5Passwd Off
                Require valid-user

                ErrorDocument 401 '<html><meta http-equiv="refresh" content="0; URL=/?login=basic"><body>Kerberos authentication did not pass. Go Next</body></html>'
            </Limit>
        </If>
        <If "%{QUERY_STRING} =~ /^login=basic/">
            Require all granted
        </If>

        Require valid-user
        Require all granted

        ErrorDocument 401 '<html><meta http-equiv="refresh" content="0; URL=/login=on"><body>Need authentication.</body></html>'
    </Location>
(0004029)
Lucky   
2019-12-09 08:51   
Create patch for 0.21.3
1. Support multiple ldap domains. Description upper.
2. Support httpd auth + ldap auth.
For this 2nd you need configure apache (kerberose + ad manual: https://imatviyenko.github.io/blog/2018/09/11/Apache-AD-kerberos) + ldap.
Next you need change at config.php:
$user_auth_src = 'httpd+ldap';

____________________________
my apache2 location part of config:
    <Location />
        <If "%{QUERY_STRING} =~ /^login/">
            <Limit GET>
                AuthType Kerberos
                AuthName "Active Directory"
                KrbAuthRealms DOMAIN.LOCAL
                KrbServiceName HTTP
                Krb5Keytab /etc/apache2/kerb-full.keytab
                KrbMethodNegotiate On
                KrbMethodK5Passwd Off
                Require valid-user

                ErrorDocument 401 '<html><meta http-equiv="refresh" content="0; URL=/?login=basic"><body>Kerberos authentication did not pass. Go Next</body></html>'
            </Limit>
        </If>
        <If "%{QUERY_STRING} =~ /^login=basic/">
            Require all granted
        </If>

        Require valid-user
        Require all granted

        ErrorDocument 401 '<html><meta http-equiv="refresh" content="0; URL=/login=on"><body>Need authentication.</body></html>'
    </Location>

P.S.
2nd not work. sorry.
(0004031)
Lucky   
2019-12-09 11:28   
Working apache config. I send to kerberos for local network and to ldap for others
    <Location />
        Order allow,deny
        Allow from all
        <If "-R '192.168.1.0/24'">
            <Limit GET>
                AuthType Kerberos
                AuthName "Active Directory"
                KrbAuthRealms DOMAIN.LOCAL
                KrbServiceName HTTP
                Krb5Keytab /etc/apache2/kerb-full.keytab
                KrbMethodNegotiate On
                KrbMethodK5Passwd Off
                Require valid-user

                ErrorDocument 401 '<html><meta http-equiv="refresh" content="0; URL=/?login"><body>Kerberos authentication did not pass. Go Next</body></html>'
            </Limit>
        </If>
        </Else>
            Satisfy Any
        </Else>
        <If "%{QUERY_STRING} =~ /^login=basic/">
            Require all granted
        </If>

        Require valid-user

        ErrorDocument 401 '<html><meta http-equiv="refresh" content="0; URL=/login=on"><body>Need authentication.</body></html>'
    </Location>


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1943 [RackTables] SNMP minor always 2019-11-16 04:08 2019-11-19 19:12
Reporter: rmaxwell72 Platform: x86_64  
Assigned To: OS: Ubuntu  
Priority: normal OS Version: 14.04 & 18.04  
Status: new Product Version: 0.21.3  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Issue with ios15ShortenIfName_real
Description: When trying to pull SNMP sync (SNMP Generic Sync), if using ios15ShortenIfName_real for retrieving ifName it returns blank/null. If I edit the remote.php, and change in $shorten_by_breed 'ios15' => 'ios12ShortenIfName_real', it works. I have experienced this with multiple ios 15.x devices, whether switches or routers, all return no ifName using ios15ShortenifName, but all work using ios12ShortenifName.
Tags:
Steps To Reproduce: SNMP Generic Sync of ios 15.x device. = ifName returns blank/null, text box to manually enter.
change in remote.php, $shorten_by_breed 'ios15' => 'ios12ShortenIfName_real'
SNMP Generic Sync of ios 15.x device. = ifName returns populated
Additional Information:
Attached Files:
Notes
(0004005)
infrastation   
2019-11-19 00:22   
Could you add the following details?
* the device sysObjectID and hardware model as shown in RackTables dictionary
* ifName and ifDescr for the ports that do not work as expected out of the box
(0004011)
rmaxwell72   
2019-11-19 19:12   
Hello,

So on the two installations I am dealing with here's some of the devices (this issue covered multiple devices and IOS 15 revisions) this was experienced with:

166 Cisco Catalyst 2960G-48TC-L
50481 Cisco Catalyst 6509
147 Cisco Catalyst 4948
377 Cisco Catalyst 4948-10GE
188 Cisco Catalyst 3750G-12S
50491 Cisco ASR 1002-X

As for ifName and ifDesc:

This was happening with any interface (FastEthernet, GigabitEthernet, Vlan, Port-Channel), but here are some examples of ifName & ifDescr:

root@host1:~# snmpwalk -v 1 -c xxxxxxxx sw1.home ifName
IF-MIB::ifName.1 = STRING: Vl1
IF-MIB::ifName.100 = STRING: Vl100
IF-MIB::ifName.777 = STRING: Vl777
IF-MIB::ifName.5002 = STRING: Po2
IF-MIB::ifName.5003 = STRING: Po3
IF-MIB::ifName.5004 = STRING: Po4
IF-MIB::ifName.5005 = STRING: Po5
IF-MIB::ifName.10101 = STRING: Gi0/1
IF-MIB::ifName.10102 = STRING: Gi0/2
IF-MIB::ifName.10103 = STRING: Gi0/3
IF-MIB::ifName.10104 = STRING: Gi0/4
IF-MIB::ifName.10105 = STRING: Gi0/5
IF-MIB::ifName.10106 = STRING: Gi0/6
IF-MIB::ifName.10107 = STRING: Gi0/7
IF-MIB::ifName.10108 = STRING: Gi0/8
IF-MIB::ifName.10109 = STRING: Gi0/9
IF-MIB::ifName.10110 = STRING: Gi0/10
IF-MIB::ifName.10111 = STRING: Gi0/11
IF-MIB::ifName.10112 = STRING: Gi0/12
IF-MIB::ifName.10113 = STRING: Gi0/13
IF-MIB::ifName.10114 = STRING: Gi0/14
IF-MIB::ifName.10115 = STRING: Gi0/15
IF-MIB::ifName.10116 = STRING: Gi0/16
IF-MIB::ifName.10117 = STRING: Gi0/17
IF-MIB::ifName.10118 = STRING: Gi0/18
IF-MIB::ifName.10119 = STRING: Gi0/19
IF-MIB::ifName.10120 = STRING: Gi0/20
IF-MIB::ifName.10121 = STRING: Gi0/21
IF-MIB::ifName.10122 = STRING: Gi0/22
IF-MIB::ifName.10123 = STRING: Gi0/23
IF-MIB::ifName.10124 = STRING: Gi0/24
IF-MIB::ifName.10125 = STRING: Gi0/25
IF-MIB::ifName.10126 = STRING: Gi0/26
IF-MIB::ifName.10127 = STRING: Gi0/27
IF-MIB::ifName.10128 = STRING: Gi0/28
IF-MIB::ifName.10129 = STRING: Gi0/29
IF-MIB::ifName.10130 = STRING: Gi0/30
IF-MIB::ifName.10131 = STRING: Gi0/31
IF-MIB::ifName.10132 = STRING: Gi0/32
IF-MIB::ifName.10133 = STRING: Gi0/33
IF-MIB::ifName.10134 = STRING: Gi0/34
IF-MIB::ifName.10135 = STRING: Gi0/35
IF-MIB::ifName.10136 = STRING: Gi0/36
IF-MIB::ifName.10137 = STRING: Gi0/37
IF-MIB::ifName.10138 = STRING: Gi0/38
IF-MIB::ifName.10139 = STRING: Gi0/39
IF-MIB::ifName.10140 = STRING: Gi0/40
IF-MIB::ifName.10141 = STRING: Gi0/41
IF-MIB::ifName.10142 = STRING: Gi0/42
IF-MIB::ifName.10143 = STRING: Gi0/43
IF-MIB::ifName.10144 = STRING: Gi0/44
IF-MIB::ifName.10145 = STRING: Gi0/45
IF-MIB::ifName.10146 = STRING: Gi0/46
IF-MIB::ifName.10147 = STRING: Gi0/47
IF-MIB::ifName.10148 = STRING: Gi0/48
IF-MIB::ifName.10501 = STRING: Nu0
root@host1:~# snmpwalk -v 1 -c xxxxxxxx sw1.home ifDescr
IF-MIB::ifDescr.1 = STRING: Vlan1
IF-MIB::ifDescr.100 = STRING: Vlan100
IF-MIB::ifDescr.777 = STRING: Vlan777
IF-MIB::ifDescr.5002 = STRING: Port-channel2
IF-MIB::ifDescr.5003 = STRING: Port-channel3
IF-MIB::ifDescr.5004 = STRING: Port-channel4
IF-MIB::ifDescr.5005 = STRING: Port-channel5
IF-MIB::ifDescr.10101 = STRING: GigabitEthernet0/1
IF-MIB::ifDescr.10102 = STRING: GigabitEthernet0/2
IF-MIB::ifDescr.10103 = STRING: GigabitEthernet0/3
IF-MIB::ifDescr.10104 = STRING: GigabitEthernet0/4
IF-MIB::ifDescr.10105 = STRING: GigabitEthernet0/5
IF-MIB::ifDescr.10106 = STRING: GigabitEthernet0/6
IF-MIB::ifDescr.10107 = STRING: GigabitEthernet0/7
IF-MIB::ifDescr.10108 = STRING: GigabitEthernet0/8
IF-MIB::ifDescr.10109 = STRING: GigabitEthernet0/9
IF-MIB::ifDescr.10110 = STRING: GigabitEthernet0/10
IF-MIB::ifDescr.10111 = STRING: GigabitEthernet0/11
IF-MIB::ifDescr.10112 = STRING: GigabitEthernet0/12
IF-MIB::ifDescr.10113 = STRING: GigabitEthernet0/13
IF-MIB::ifDescr.10114 = STRING: GigabitEthernet0/14
IF-MIB::ifDescr.10115 = STRING: GigabitEthernet0/15
IF-MIB::ifDescr.10116 = STRING: GigabitEthernet0/16
IF-MIB::ifDescr.10117 = STRING: GigabitEthernet0/17
IF-MIB::ifDescr.10118 = STRING: GigabitEthernet0/18
IF-MIB::ifDescr.10119 = STRING: GigabitEthernet0/19
IF-MIB::ifDescr.10120 = STRING: GigabitEthernet0/20
IF-MIB::ifDescr.10121 = STRING: GigabitEthernet0/21
IF-MIB::ifDescr.10122 = STRING: GigabitEthernet0/22
IF-MIB::ifDescr.10123 = STRING: GigabitEthernet0/23
IF-MIB::ifDescr.10124 = STRING: GigabitEthernet0/24
IF-MIB::ifDescr.10125 = STRING: GigabitEthernet0/25
IF-MIB::ifDescr.10126 = STRING: GigabitEthernet0/26
IF-MIB::ifDescr.10127 = STRING: GigabitEthernet0/27
IF-MIB::ifDescr.10128 = STRING: GigabitEthernet0/28
IF-MIB::ifDescr.10129 = STRING: GigabitEthernet0/29
IF-MIB::ifDescr.10130 = STRING: GigabitEthernet0/30
IF-MIB::ifDescr.10131 = STRING: GigabitEthernet0/31
IF-MIB::ifDescr.10132 = STRING: GigabitEthernet0/32
IF-MIB::ifDescr.10133 = STRING: GigabitEthernet0/33
IF-MIB::ifDescr.10134 = STRING: GigabitEthernet0/34
IF-MIB::ifDescr.10135 = STRING: GigabitEthernet0/35
IF-MIB::ifDescr.10136 = STRING: GigabitEthernet0/36
IF-MIB::ifDescr.10137 = STRING: GigabitEthernet0/37
IF-MIB::ifDescr.10138 = STRING: GigabitEthernet0/38
IF-MIB::ifDescr.10139 = STRING: GigabitEthernet0/39
IF-MIB::ifDescr.10140 = STRING: GigabitEthernet0/40
IF-MIB::ifDescr.10141 = STRING: GigabitEthernet0/41
IF-MIB::ifDescr.10142 = STRING: GigabitEthernet0/42
IF-MIB::ifDescr.10143 = STRING: GigabitEthernet0/43
IF-MIB::ifDescr.10144 = STRING: GigabitEthernet0/44
IF-MIB::ifDescr.10145 = STRING: GigabitEthernet0/45
IF-MIB::ifDescr.10146 = STRING: GigabitEthernet0/46
IF-MIB::ifDescr.10147 = STRING: GigabitEthernet0/47
IF-MIB::ifDescr.10148 = STRING: GigabitEthernet0/48
IF-MIB::ifDescr.10501 = STRING: Null0

rmaxwell@host2:~$ snmpwalk -v 1 -c xxxxxxxx sw ifName
IF-MIB::ifName.1 = STRING: Fa1
IF-MIB::ifName.2 = STRING: Gi1/1
IF-MIB::ifName.3 = STRING: Gi1/2
IF-MIB::ifName.4 = STRING: Gi1/3
IF-MIB::ifName.5 = STRING: Gi1/4
IF-MIB::ifName.6 = STRING: Gi1/5
IF-MIB::ifName.7 = STRING: Gi1/6
IF-MIB::ifName.8 = STRING: Gi1/7
IF-MIB::ifName.9 = STRING: Gi1/8
IF-MIB::ifName.10 = STRING: Gi1/9
IF-MIB::ifName.11 = STRING: Gi1/10
IF-MIB::ifName.12 = STRING: Gi1/11
IF-MIB::ifName.13 = STRING: Gi1/12
IF-MIB::ifName.14 = STRING: Gi1/13
IF-MIB::ifName.15 = STRING: Gi1/14
IF-MIB::ifName.16 = STRING: Gi1/15
IF-MIB::ifName.17 = STRING: Gi1/16
IF-MIB::ifName.18 = STRING: Gi1/17
IF-MIB::ifName.19 = STRING: Gi1/18
IF-MIB::ifName.20 = STRING: Gi1/19
IF-MIB::ifName.21 = STRING: Gi1/20
IF-MIB::ifName.22 = STRING: Gi1/21
IF-MIB::ifName.23 = STRING: Gi1/22
IF-MIB::ifName.24 = STRING: Gi1/23
IF-MIB::ifName.25 = STRING: Gi1/24
IF-MIB::ifName.26 = STRING: Gi1/25
IF-MIB::ifName.27 = STRING: Gi1/26
IF-MIB::ifName.28 = STRING: Gi1/27
IF-MIB::ifName.29 = STRING: Gi1/28
IF-MIB::ifName.30 = STRING: Gi1/29
IF-MIB::ifName.31 = STRING: Gi1/30
IF-MIB::ifName.32 = STRING: Gi1/31
IF-MIB::ifName.33 = STRING: Gi1/32
IF-MIB::ifName.34 = STRING: Gi1/33
IF-MIB::ifName.35 = STRING: Gi1/34
IF-MIB::ifName.36 = STRING: Gi1/35
IF-MIB::ifName.37 = STRING: Gi1/36
IF-MIB::ifName.38 = STRING: Gi1/37
IF-MIB::ifName.39 = STRING: Gi1/38
IF-MIB::ifName.40 = STRING: Gi1/39
IF-MIB::ifName.41 = STRING: Gi1/40
IF-MIB::ifName.42 = STRING: Gi1/41
IF-MIB::ifName.43 = STRING: Gi1/42
IF-MIB::ifName.44 = STRING: Gi1/43
IF-MIB::ifName.45 = STRING: Gi1/44
IF-MIB::ifName.46 = STRING: Gi1/45
IF-MIB::ifName.47 = STRING: Gi1/46
IF-MIB::ifName.48 = STRING: Gi1/47
IF-MIB::ifName.49 = STRING: Gi1/48
IF-MIB::ifName.50 = STRING: Te1/49
IF-MIB::ifName.51 = STRING: Te1/50
IF-MIB::ifName.52 = STRING: Nu0
IF-MIB::ifName.53 = STRING: Vl1
IF-MIB::ifName.54 = STRING: VLAN-1
IF-MIB::ifName.55 = STRING: VLAN-1002
IF-MIB::ifName.56 = STRING: VLAN-1004
IF-MIB::ifName.57 = STRING: VLAN-1005
IF-MIB::ifName.58 = STRING: VLAN-1003
IF-MIB::ifName.59 = STRING: Vl47
IF-MIB::ifName.60 = STRING: VLAN-47
IF-MIB::ifName.62 = STRING: VLAN-273
IF-MIB::ifName.67 = STRING: VLAN-212
IF-MIB::ifName.68 = STRING: VLAN-2017
IF-MIB::ifName.69 = STRING: VLAN-2005
rmaxwell@host2:~$ snmpwalk -v 1 -c xxxxxxxxx sw ifDescr
IF-MIB::ifDescr.1 = STRING: FastEthernet1
IF-MIB::ifDescr.2 = STRING: GigabitEthernet1/1
IF-MIB::ifDescr.3 = STRING: GigabitEthernet1/2
IF-MIB::ifDescr.4 = STRING: GigabitEthernet1/3
IF-MIB::ifDescr.5 = STRING: GigabitEthernet1/4
IF-MIB::ifDescr.6 = STRING: GigabitEthernet1/5
IF-MIB::ifDescr.7 = STRING: GigabitEthernet1/6
IF-MIB::ifDescr.8 = STRING: GigabitEthernet1/7
IF-MIB::ifDescr.9 = STRING: GigabitEthernet1/8
IF-MIB::ifDescr.10 = STRING: GigabitEthernet1/9
IF-MIB::ifDescr.11 = STRING: GigabitEthernet1/10
IF-MIB::ifDescr.12 = STRING: GigabitEthernet1/11
IF-MIB::ifDescr.13 = STRING: GigabitEthernet1/12
IF-MIB::ifDescr.14 = STRING: GigabitEthernet1/13
IF-MIB::ifDescr.15 = STRING: GigabitEthernet1/14
IF-MIB::ifDescr.16 = STRING: GigabitEthernet1/15
IF-MIB::ifDescr.17 = STRING: GigabitEthernet1/16
IF-MIB::ifDescr.18 = STRING: GigabitEthernet1/17
IF-MIB::ifDescr.19 = STRING: GigabitEthernet1/18
IF-MIB::ifDescr.20 = STRING: GigabitEthernet1/19
IF-MIB::ifDescr.21 = STRING: GigabitEthernet1/20
IF-MIB::ifDescr.22 = STRING: GigabitEthernet1/21
IF-MIB::ifDescr.23 = STRING: GigabitEthernet1/22
IF-MIB::ifDescr.24 = STRING: GigabitEthernet1/23
IF-MIB::ifDescr.25 = STRING: GigabitEthernet1/24
IF-MIB::ifDescr.26 = STRING: GigabitEthernet1/25
IF-MIB::ifDescr.27 = STRING: GigabitEthernet1/26
IF-MIB::ifDescr.28 = STRING: GigabitEthernet1/27
IF-MIB::ifDescr.29 = STRING: GigabitEthernet1/28
IF-MIB::ifDescr.30 = STRING: GigabitEthernet1/29
IF-MIB::ifDescr.31 = STRING: GigabitEthernet1/30
IF-MIB::ifDescr.32 = STRING: GigabitEthernet1/31
IF-MIB::ifDescr.33 = STRING: GigabitEthernet1/32
IF-MIB::ifDescr.34 = STRING: GigabitEthernet1/33
IF-MIB::ifDescr.35 = STRING: GigabitEthernet1/34
IF-MIB::ifDescr.36 = STRING: GigabitEthernet1/35
IF-MIB::ifDescr.37 = STRING: GigabitEthernet1/36
IF-MIB::ifDescr.38 = STRING: GigabitEthernet1/37
IF-MIB::ifDescr.39 = STRING: GigabitEthernet1/38
IF-MIB::ifDescr.40 = STRING: GigabitEthernet1/39
IF-MIB::ifDescr.41 = STRING: GigabitEthernet1/40
IF-MIB::ifDescr.42 = STRING: GigabitEthernet1/41
IF-MIB::ifDescr.43 = STRING: GigabitEthernet1/42
IF-MIB::ifDescr.44 = STRING: GigabitEthernet1/43
IF-MIB::ifDescr.45 = STRING: GigabitEthernet1/44
IF-MIB::ifDescr.46 = STRING: GigabitEthernet1/45
IF-MIB::ifDescr.47 = STRING: GigabitEthernet1/46
IF-MIB::ifDescr.48 = STRING: GigabitEthernet1/47
IF-MIB::ifDescr.49 = STRING: GigabitEthernet1/48
IF-MIB::ifDescr.50 = STRING: TenGigabitEthernet1/49
IF-MIB::ifDescr.51 = STRING: TenGigabitEthernet1/50
IF-MIB::ifDescr.52 = STRING: Null0
IF-MIB::ifDescr.53 = STRING: Vlan1
IF-MIB::ifDescr.54 = STRING: unrouted VLAN 1
IF-MIB::ifDescr.55 = STRING: unrouted VLAN 1002
IF-MIB::ifDescr.56 = STRING: unrouted VLAN 1004
IF-MIB::ifDescr.57 = STRING: unrouted VLAN 1005
IF-MIB::ifDescr.58 = STRING: unrouted VLAN 1003
IF-MIB::ifDescr.59 = STRING: Vlan47
IF-MIB::ifDescr.60 = STRING: unrouted VLAN 47
IF-MIB::ifDescr.62 = STRING: unrouted VLAN 273
IF-MIB::ifDescr.67 = STRING: unrouted VLAN 212
IF-MIB::ifDescr.68 = STRING: unrouted VLAN 2017
IF-MIB::ifDescr.69 = STRING: unrouted VLAN 2005

If this is not the information you need, please let me know and I'll try to get you the details you require. If you need me to test I have a test environment that is separate from my production with a single IOS15 device on it, but my production environment has several switches and routers that are running various IOS15 variants.

Thanks,
Robert Maxwell


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1921 [RackTables] SNMP minor always 2019-09-25 16:33 2019-09-25 16:33
Reporter: unknown0815 Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.21.3  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: SNMP SYNC ERROR Unknown OID '11.2.3.7.11.136' and '11.2.3.7.11.137' - J9773A HP 2530-24G-PoE+ and J9772A HP 2530-48G-PoE+
Description: Could someone help me please for implementing these switches for using with snmp sync.

The apache log looks like:
[php7:warn] [pid 1731] [client ...:57675] PHP Warning: snmp2_get(): Invalid object identifier: sysObjectID.0 in /var/www/racktables/wwwroot/inc/snmp.php on line 5079, referer: http://racktables......

I have edited the /inc/snmp.php and the /inc/dictionary.php with following:
dictionary:
50013 => array ('chapter_id' => 12, 'dict_value' => '[[HP%GPASS%HP Aruba 2530 48G PoE+ Switch]]'),

snmp:
'11.2.3.7.11.136' => array
        (
                'dict_key' => 3657,
                'text' => 'HP Aruba 2530 48G PoE+ Switch, (48) RJ-45 10/100/1000 PoE+ ports, (4) SFP+ fixed 1000/10000 SFP+ ports,
                'processors' => array ('procurve-49-to-52-10000SFP+'),
        ),
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1919 [RackTables] SNMP minor always 2019-08-27 21:38 2019-08-27 22:28
Reporter: dyeman20 Platform: Cisco  
Assigned To: OS: IOS  
Priority: normal OS Version: 15.0(2)SE11  
Status: new Product Version: 0.21.3  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '9.1.789 on Cisco 3750 G series switch
Description: SNMP Sync producing Unknown OID '9.1.789 error with 3750 Series Switches.

They're stacked and the command no snmp-server sysobjectid type stack-oid has been run.

Model number : WS-C3750G-24TS-E1U
Ports g/01 - 0/24 are 10/100
Ports 25-28 are SFP X2 ports
4 X2 sfp ports are combo

SNMP Files Are attached
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: 3750gEntity-MIB.txt (47,672 bytes) 2019-08-27 21:38
https://bugs.racktables.org/file_download.php?file_id=1085&type=bug
3750gifTable.txt (29,500 bytes) 2019-08-27 22:28
https://bugs.racktables.org/file_download.php?file_id=1087&type=bug
3750gSNMPWalk.txt (247,597 bytes) 2019-08-27 22:28
https://bugs.racktables.org/file_download.php?file_id=1089&type=bug
3750gSYSdescr0.txt (280 bytes) 2019-08-27 22:28
https://bugs.racktables.org/file_download.php?file_id=1091&type=bug
3750gSYSObjectID0.txt (130 bytes) 2019-08-27 22:28
https://bugs.racktables.org/file_download.php?file_id=1093&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1917 [RackTables] SNMP minor always 2019-08-27 21:15 2019-08-27 21:20
Reporter: dyeman20 Platform: Cisco  
Assigned To: OS: IOS  
Priority: normal OS Version: 12.2(55)SE12  
Status: new Product Version: 0.21.3  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '9.1.789 on Cisco 3750 E series switch
Description: SNMP Sync producing Unknown OID '9.1.789 error with 3750 Series Switches.

They're stacked and the command no snmp-server sysobjectid type stack-oid has been run.

Model number : WS-C3750E-24TD-E
Ports g/01 - 0/24 are 10/100
Ports 25-28 are SFP X2 ports
4 X2 sfp ports are combo



SNMP Output are attached as separate files
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: sysdescr.0.txt (283 bytes) 2019-08-27 21:15
https://bugs.racktables.org/file_download.php?file_id=1073&type=bug
entitymib.txt (83,928 bytes) 2019-08-27 21:16
https://bugs.racktables.org/file_download.php?file_id=1075&type=bug
iftable.txt (116,416 bytes) 2019-08-27 21:16
https://bugs.racktables.org/file_download.php?file_id=1077&type=bug
snmpwalk.txt (383,322 bytes) 2019-08-27 21:16
https://bugs.racktables.org/file_download.php?file_id=1079&type=bug
sysobjectid0.txt (255 bytes) 2019-08-27 21:20
https://bugs.racktables.org/file_download.php?file_id=1083&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1915 [RackTables] SNMP minor have not tried 2019-07-17 21:16 2019-07-17 21:16
Reporter: zuqueto Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.21.3  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: HP A5120-48G (JE069 A) EI Switch with 2 Interface Slots Software Version 5.20.99
Description: Patch for switch HP A5120-48G stackable. Informations:
- 48 RJ-45 autosensing 10/100/1000 ports
- 4 dual-personality ports; PoE auto-sensing 10/100/1000Base-T or SFP
- min=0 \ max=4 SFP Transceivers
- 2 port expansion module slots

SNMPv2-MIB::sysDescr.0 = STRING: HP Comware Platform Software, Software Version 5.20.99 Release 2222P02
HP A5120-48G EI Switch with 2 Interface Slots
Copyright (c) 2010-2016 Hewlett Packard Enterprise Development LP

SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.25506.11.1.34


Tags:
Steps To Reproduce:
Additional Information:
Attached Files: hp.txt (501,245 bytes) 2019-07-17 21:16
https://bugs.racktables.org/file_download.php?file_id=1071&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1891 [RackTables] SNMP major always 2019-02-05 08:53 2019-05-21 14:57
Reporter: issam.khatteli Platform:  
Assigned To: OS:  
Priority: high OS Version:  
Status: new Product Version: 0.20.14  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: SNMP SYNC ERROR Unknown OID '9.1.509'
Description: I want to add snmp v2c community andcheck but I have this error with a cisco 7609 router Unknown OID '9.1.509'

Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0003933)
lrupp   
2019-05-21 14:57   
Does https://wiki.racktables.org/index.php/RackTablesDevelGuide#SNMP_sync give you something you can start with?


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1901 [RackTables] IPv4/IPv6/SLB minor have not tried 2019-04-18 19:53 2019-04-18 19:53
Reporter: corvar Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.21.2  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Search for /32 Network Does Not Give Results
Description: If you have created a /32 network to track a specific IP address, the search function does not find it when you search for it.
Tags:
Steps To Reproduce: Create a /32 IPv4 network.
Type that network number into the search box.
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1827 [RackTables] default minor have not tried 2018-06-21 17:37 2019-02-24 09:39
Reporter: twielgos Platform:  
Assigned To: OS:  
Priority: none OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Feature request: Label generation from cable maps
Description: A feature I would like to see would be to output a CSV from cable maps so that they can be imported into popular label printer software from Panduit, Brother, Dymo, whoever.

An example would be a 4 column CSV with source hostname, local port, remote port, destination hostname

Doing this would allow me to rack and map cables in Racktables prior to physical installation of hardware. It would expand Racktables use as an architectural tool - not simply a documentation tool.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: cableMapLabelGeneration.php (1,871 bytes) 2018-09-06 15:50
https://bugs.racktables.org/file_download.php?file_id=1045&type=bug
Notes
(0003811)
albertoa   
2018-09-06 15:50   
I have created a plugin that could respond to your needs.
Since I am working with version 0.21.1 which has a different plugin management, I have back-ported my plugin to be compatible with version 0.20.14, the current stable release (at the moment I no longer have a 0.20.14 environment for a complete test ... hope it works!)
Once installed (i.e. put the attached file in the 'plugins' directory of your installation, and set attributes and ownership as required), you should find a 'Cable labels' tab when displaying object information.
Feel free to use or modify it as needed.
(0003813)
infrastation   
2018-09-07 11:23   
If you would like to commit this to the racktables-contribs repository, tell your GitHub username and you will have access.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1869 [RackTables] default feature N/A 2018-11-11 17:14 2019-01-09 02:44
Reporter: jeronimo Platform:  
Assigned To: OS:  
Priority: none OS Version:  
Status: new Product Version: 0.20.14  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Search result should display full "paths" to racks
Description: Search results should display full "paths" to racks (location -> row -> name).

Currently it only displays the rack name, which may not help you a lot if they are named "A01", "B03", etc. everywhere.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0003897)
VL   
2019-01-09 02:44   
I suggest, as an option, as I do, to call objects by names, and you will understand where it stands. And of course do not forget about the tags


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1885 [RackTables] default feature N/A 2018-12-20 15:22 2018-12-22 10:05
Reporter: noxin Platform:  
Assigned To: OS:  
Priority: none OS Version:  
Status: acknowledged Product Version: 0.20.14  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Frature request : custom relationships between objets
Description: Hello,
We have some sort of relationships between objets, like A is connected to B with a between ports.
We have also for the virtuals objets a container relation : A is an hypervisor and B is contained by A.
With IP we also have a relation, like A is router for an IP prefix and B is connected in the same range, so A is router for B.

I would like to be able to define some other relationships like for instance :
B is a backup server, C is backuped by B
M is a monitoring server, A is monitored by M
D is a Database serveur, S is using a database on D
...

Right now this sort of relationship can be simulated by creating custom interfaces, or by using tags, but it would be great to have a generic "relationship" system on the same model as the virtualisation container system.

Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0003887)
infrastation   
2018-12-22 10:05   
That's an interesting idea, though I cannot promise an immediate implementation.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1347 [RackTables] default minor always 2014-10-14 16:45 2018-11-15 10:56
Reporter: wojtur Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: acknowledged Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Container does not change colour to red if object in the container is red
Description: First a big thank you for the great work with the racktables software.

So I am not sure if this is per design or a bug but when I have a container (a blade chassis) and the object in the container (server) is marked as faulty the object changes colour to red but the container does not. So on the global rack view there is no way to tell which objects if they are inside container have problems. I think the easiest solutions would be that even if one object has a problem then entire chassis changes colour (different colour could be used e.g. amber to indicate that this is not a chassis problem), so system manager know that the chassis needs investigating. A better solution would be that if the container has multiple objects then it gets divided into cells and cell changes a colour.

Many thanks for looking into this.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0003867)
infrastation   
2018-11-15 10:56   
It has been 4 years since the original report, but some work needed to be done to come to a sound response.

The next release of RackTables will allow to assign colours to tags. The user interface will respond to these colours in ways that are roughly similar to the current "has problems" checkbox effects. In particular, it will not mix the nested object colours into the container object colours, which so far seems to look better. Also it will not display any contained objects on the rack thumbnails, which actually could be a good next improvement if anybody is willing to contribute it.

That said, with the new feature the original problem you had stated (impossible to tell quickly which objects are marked with "has problems") is going to have a solution (retrieving the list of objects that have a tag is straightforward). To eliminate the confusion between the old and the new features, subsequent releases will drop support for the "has problems" flag (with an automatic one-time conversion to a red-coloured tag).

Once the release with the new feature is available, you are welcome to test it and to provide additional feedback to see if anything else needs to be taken into account in this process.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1563 [RackTables] SNMP minor always 2015-12-14 13:19 2018-11-14 14:50
Reporter: BiloxiGeek Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Dell PowerConnect M8024-k (unknown OID 674.10895.3041)
Description: snmpwalk info for Dell PowerConnect M8024-k 10G Blade Switch, installs in a M1000e blade chassis.
Tags: stackable
Steps To Reproduce:
Additional Information:
Attached Files: M8024-k.txt (127,407 bytes) 2015-12-14 13:19
https://bugs.racktables.org/file_download.php?file_id=901&type=bug
M8024-k-additional.txt (21,165 bytes) 2015-12-14 17:43
https://bugs.racktables.org/file_download.php?file_id=905&type=bug
Notes
(0003053)
adoom42   
2015-12-14 17:19   
The switch is modular and stackable. Attach ENTITY-MIB data. http://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1561 [RackTables] SNMP minor always 2015-12-14 13:17 2018-11-14 14:50
Reporter: BiloxiGeek Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Dell PowerConnect M8024 (unknown OID 674.10895.3022)
Description: snmpwalk info for Dell PowerConnect M8024 10G Blade Switch, installs in a M1000e blade chassis.
Tags: stackable
Steps To Reproduce:
Additional Information:
Attached Files: M8024.txt (42,157 bytes) 2015-12-14 13:17
https://bugs.racktables.org/file_download.php?file_id=899&type=bug
M8024-additional.txt (21,916 bytes) 2015-12-14 17:43
https://bugs.racktables.org/file_download.php?file_id=903&type=bug
Notes
(0003051)
adoom42   
2015-12-14 17:18   
The switch is modular and stackable. Attach ENTITY-MIB data. http://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1503 [RackTables] SNMP minor have not tried 2015-08-19 21:33 2018-11-14 14:50
Reporter: skolar Platform: Linux  
Assigned To: adoom42 OS: Debian  
Priority: normal OS Version: 7.8  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Cisco Nexus 7010 Unknown OID
Description: When attempting to connect to a Nexus 7010 unit I get the following errors:

Stock SNMP MIBS imported
Unknown OID '9.12.3.1.3.612'

With CISCO-ENTITY-VENDORTYPE-OID-MIB imported
Unknown OID 'OID: CISCO-ENTITY-VENDORTYPE-OID-MIB::cevChassisN7Kc7010'

I do have other cisco switch syncing correctly.

I have attached snmpwalks listed in wiki site.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: EntityMIB.txt (850,971 bytes) 2015-08-19 21:33
https://bugs.racktables.org/file_download.php?file_id=851&type=bug
FullWalk.txt (2,400,763 bytes) 2015-08-20 15:33
https://bugs.racktables.org/file_download.php?file_id=853&type=bug
Notes
(0002929)
adoom42   
2015-08-20 00:38   
Please provide the other SNMP data described here: http://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29

sysDescr.0
sysObjectID.0
ifTable

A full walk would also be helpful.
(0002931)
skolar   
2015-08-20 15:33   
Attached is the full snmpwalk as requested. I did have to block out some IP's so you will see some as 000.000.000. Thank you.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1381 [RackTables] SNMP minor always 2015-01-03 14:19 2018-11-14 14:50
Reporter: WiXZlo Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '2636.1.1.1.2.36' Juniper SRX210
Description: Please add this object to the list
Tags:
Steps To Reproduce:
Additional Information: 1) sysDescr.0:
SNMPv2-MIB::sysDescr.0 = STRING: Juniper SRX210

2) sysObjectID.0:
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.2636.1.1.1.2.36
Attached Files: ifTable.txt (39,139 bytes) 2015-01-03 14:19
https://bugs.racktables.org/file_download.php?file_id=777&type=bug
snmpwalk.txt (277,111 bytes) 2015-01-03 19:41
https://bugs.racktables.org/file_download.php?file_id=779&type=bug
Notes
(0002603)
adoom42   
2015-01-03 19:29   
Since this is a modular device, please attach a full SNMP walk.
(0002605)
WiXZlo   
2015-01-03 19:41   
Added "snmpwalk.txt"


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1331 [RackTables] SNMP feature N/A 2014-09-03 18:14 2018-11-14 14:50
Reporter: flaminidavid Platform:  
Assigned To: adoom42 OS:  
Priority: none OS Version:  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: SNMP Sync Juniper MX104/MX480
Description: Patch for Juniper MX104/MX480


dictionary.php:

50000 => array ('chapter_id' => 17, 'dict_value' => '[[Juniper%GPASS%MX104 | http://www.juniper.net/products_and_services/mx_series/index.html]]'),



snmp.php


Line 1098:

$iftable_processors['juniper-ge'] = array
(
    'pattern' => '@^ge-([[:digit:]]+)/([[:digit:]]+/[[:digit:]]+)$@',
    'replacement' => '\\0',
    'dict_key' => '4-1077', // SFP/empty
    'label' => 'slot \\1 port \\2',
    'try_next_proc' => FALSE,
);


Line 2967:

    '2636.1.1.1.2.97' => array
    (
        'dict_key' => 5000,
        'text' => 'Juniper MX104',
        'processors' => array ('juniper-DPCE-R-4XGE-XFP','juniper-ge'),
    ),
    '2636.1.1.1.2.25' => array
    (
        'dict_key' => 926,
        'text' => 'Juniper MX480',
        'processors' => array ('juniper-DPCE-R-4XGE-XFP','juniper-ge'),
    ),



Line 3390:

    case preg_match ('/^2636\.1\.1\.1\.2\.97/', $sysObjectID): // Juniper MX104
        updateStickerForCell ($objectInfo, 2, 50000);
        checkPIC ('1-681');
        commitAddPort ($objectInfo['id'], 'RE0-CON0', '1-681', 'RE0-CON0', ''); // console
        commitAddPort ($objectInfo['id'], 'RE1-CON0', '1-681', 'RE1-CON0', ''); // console
        checkPIC ('1-24');
        commitAddPort ($objectInfo['id'], 'RE1-ETH0', '1-24', 'RE1-ETH0', ''); // fxp
        commitAddPort ($objectInfo['id'], 'RE0-ETH0', '1-24', 'RE0-ETH0', ''); // fxp
        checkPIC ('1-16');
        commitAddPort ($objectInfo['id'], 'PS0', '1-16', 'PS0', '');
        commitAddPort ($objectInfo['id'], 'PS1', '1-16', 'PS1', '');
        break;
    case preg_match ('/^2636\.1\.1\.1\.2\./', $sysObjectID): // Juniper
        checkPIC ('1-681');
        commitAddPort ($objectInfo['id'], 'console', '1-681', 'console', ''); // DB-9 RS-232 console
        break;
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: juniper2636mx104.txt (1,990,754 bytes) 2014-09-03 23:14
https://bugs.racktables.org/file_download.php?file_id=737&type=bug
juniperifTablemx104.txt (79,313 bytes) 2014-09-03 23:14
https://bugs.racktables.org/file_download.php?file_id=739&type=bug
junipersysDescrmx104.txt (185 bytes) 2014-09-03 23:14
https://bugs.racktables.org/file_download.php?file_id=741&type=bug
junipersysObjectIDmx104.txt (73 bytes) 2014-09-03 23:14
https://bugs.racktables.org/file_download.php?file_id=743&type=bug
juniperEntitymx104.txt (158 bytes) 2014-09-03 23:16
https://bugs.racktables.org/file_download.php?file_id=745&type=bug
Notes
(0002475)
adoom42   
2014-09-03 21:58   
Those are modular devices. Please attach a full SNMP walk.

https://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29
(0002477)
flaminidavid   
2014-09-03 23:16   
Done. Thanks!
(0002979)
S53B32   
2015-09-28 12:05   
Was this patch created? I am looking to use Racktables with SNMP sync on my MX104 and this would be very useful.

Thanks
(0002981)
flaminidavid   
2015-09-28 16:33   
Hi S53B32, this has been open for a while, you may want use the patch I created in the meantime, quick & dirty but it works, you can find it in the description field above.
(0002983)
S53B32   
2015-09-29 15:55   
Thank you very much, flaminidavid.

Do I just need to add the code to dictionary.php and snmp.php ?

Can you tell me how to reload the dictionary.php into Racktables? I cannot find this information anywhere online!

Thanks again
(0002985)
flaminidavid   
2015-09-30 23:20   
Hi S53B32, you just need to add the code to those files. Make a backup of your production environment just in case. Changes are applied as soon as you save the files.
(0002987)
S53B32   
2015-10-01 01:15   
Superb, thank you!


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1307 [RackTables] SNMP minor always 2014-08-08 13:17 2018-11-14 14:50
Reporter: NicolBolas Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '9.1.223' - Cisco 7204VXR - NPE-G1
Description: Missing OID
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: ENTITY-MIB (10,125 bytes) 2014-08-11 10:50
https://bugs.racktables.org/file_download.php?file_id=691&type=bug
ifTable (195,154 bytes) 2014-08-11 10:50
https://bugs.racktables.org/file_download.php?file_id=693&type=bug
sysDescr.0 (289 bytes) 2014-08-11 10:51
https://bugs.racktables.org/file_download.php?file_id=695&type=bug
sysObjectID.0 (47 bytes) 2014-08-11 10:51
https://bugs.racktables.org/file_download.php?file_id=697&type=bug
Notes
(0002445)
adoom42   
2014-08-08 16:23   
Attach the required information: https://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1265 [RackTables] SNMP minor have not tried 2014-06-27 14:04 2018-11-14 14:50
Reporter: georg.hoellrigl Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '9.1.416' - Cisco C1760
Description: SNMPv2-MIB::sysDescr.0 = STRING: Cisco IOS Software, C1700 Software (C1700-ADVIPSERVICESK9-M), Version 12.4(23), RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Sat 08-Nov-08 18:56 by prod_rel_team

.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.9.1.416
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: attatch2.txt (18,601 bytes) 2014-06-27 14:04
https://bugs.racktables.org/file_download.php?file_id=655&type=bug
c1760-ENTITY-MIB.txt (16,100 bytes) 2014-07-07 11:35
https://bugs.racktables.org/file_download.php?file_id=659&type=bug
Notes
(0002397)
adoom42   
2014-07-05 19:40   
This is a modular device. Please attach the ENTITY-MIB data:

https://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29
(0002407)
georg.hoellrigl   
2014-07-07 11:36   
attatched ENTITY-MIB data


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1263 [RackTables] SNMP minor have not tried 2014-06-27 14:00 2018-11-14 14:50
Reporter: georg.hoellrigl Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '2636.1.1.1.2.92' EX4550
Description: SNMPv2-MIB::sysDescr.0 = STRING: Juniper Networks, Inc. ex4550-32f internet router, kernel JUNOS 12.2R4.5, Build date: 2013-04-04 13:03:29 UTC Copyright (c) 1996-2013 Juniper Networks, Inc.

.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.2636.1.1.1.2.92

Tags: stackable
Steps To Reproduce:
Additional Information:
Attached Files: attatch1.txt (89,578 bytes) 2014-06-27 14:00
https://bugs.racktables.org/file_download.php?file_id=653&type=bug
full-juniper-walk (4,689,906 bytes) 2014-07-07 16:09
https://bugs.racktables.org/file_download.php?file_id=667&type=bug
Notes
(0002399)
adoom42   
2014-07-05 19:42   
This device is both modular and stackable. Please attach the ENTITY-MIB data described here:

https://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29


If ENTITY-MIB data isn't available, please attach a full snmpwalk.
(0002411)
georg.hoellrigl   
2014-07-07 15:55   
~# snmpwalk -v 2c -c public 10.xxx.xxx.xxx .1.3.6.1.2.1.47
SNMPv2-SMI::mib-2.47 = No Such Object available on this agent at this OID

will add full snmpwalk


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1155 [RackTables] SNMP feature always 2014-01-24 03:52 2018-11-14 14:50
Reporter: vijayakb Platform: Linux  
Assigned To: adoom42 OS: RHEL 5  
Priority: normal OS Version: Update 9  
Status: assigned Product Version: 0.20.6  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: SNMP Sync does not work for Cisco 4510 switch. Unknown OID '9.1.1287'
Description: Getting Unknown OID '9.1.1287' error for Cisco 4510 switch. Below are the switch details.
cisco WS-C4510R+E (P5040) processor (revision 2) with 4194304K bytes of physical memory.
Processor board ID FXS1735Q0PF
P5040 CPU at 2.2GHz, Supervisor 8-E
Last reset from PowerUp
5 Virtual Ethernet interfaces
384 Gigabit Ethernet interfaces
8 Ten Gigabit Ethernet interfaces
511K bytes of non-volatile configuration memory.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: ifTable.txt (316,648 bytes) 2014-01-24 03:52
https://bugs.racktables.org/file_download.php?file_id=571&type=bug
sysDescr.0.txt (289 bytes) 2014-01-24 03:53
https://bugs.racktables.org/file_download.php?file_id=573&type=bug
sysObjectID.0.txt (66 bytes) 2014-01-24 03:53
https://bugs.racktables.org/file_download.php?file_id=575&type=bug
ENTITY-MIB.txt (394,400 bytes) 2014-01-24 09:40
https://bugs.racktables.org/file_download.php?file_id=585&type=bug
Notes
(0002129)
adoom42   
2014-01-24 07:01   
This switch is modular. Please attach ENTITY-MIB data.
(0002131)
vijayakb   
2014-01-24 09:40   
Added ENTITY-MIB data.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1151 [RackTables] SNMP feature always 2014-01-23 06:28 2018-11-14 14:50
Reporter: vijayakb Platform: RHEL  
Assigned To: adoom42 OS: RHEL 5 - U9  
Priority: normal OS Version: RHEL5-U9  
Status: assigned Product Version: 0.20.6  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unable do SNMP Sync
Description: Getting error as below when SNMP Sync is done.
Unknown OID '9.1.917'

Switch details :
cisco WS-C4900M (MPC8548) processor (revision 2) with 524288K bytes of memory.
Processor board ID JAE1226NE8S
MPC8548 CPU at 1.33GHz, Cisco Catalyst 4900M
Last reset from PowerUp
6 Virtual Ethernet interfaces
40 Gigabit Ethernet interfaces
8 Ten Gigabit Ethernet interfaces
511K bytes of non-volatile configuration memory.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: ENTITY-MIB.txt (64,586 bytes) 2014-01-24 03:37
https://bugs.racktables.org/file_download.php?file_id=563&type=bug
iftable.txt (51,236 bytes) 2014-01-24 03:37
https://bugs.racktables.org/file_download.php?file_id=565&type=bug
sysDescr.0.txt (289 bytes) 2014-01-24 03:37
https://bugs.racktables.org/file_download.php?file_id=567&type=bug
sysObjectID.0.txt (65 bytes) 2014-01-24 03:37
https://bugs.racktables.org/file_download.php?file_id=569&type=bug
Notes
(0002125)
adoom42   
2014-01-23 16:46   
SNMP output is required. Since this is a modular device, be sure to include ENTITY-MIB data: http://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29
(0002127)
vijayakb   
2014-01-24 03:46   
SNMP output and ENTITY-MIB data attached.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1147 [RackTables] SNMP minor always 2014-01-21 21:48 2018-11-14 14:50
Reporter: eschwim Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.6  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: No SNMP Sync support for Dell PowerConnect 81xx switches
Description: Racktables 0.20.6 doesn't support SNMP sync for the new Dell PowerConnect 8132/8164 switches. The attached patch files are my attempt to add this functionality.
Tags: stackable
Steps To Reproduce:
Additional Information:
Attached Files: racktables-0.20.6-dell-powerconnect-81xx-snmp.patch (2,658 bytes) 2014-01-21 21:48
https://bugs.racktables.org/file_download.php?file_id=559&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1099 [RackTables] SNMP major always 2013-12-02 16:29 2018-11-14 14:50
Reporter: rcarreras@interwor-tsic.com Platform:  
Assigned To: adoom42 OS:  
Priority: high OS Version:  
Status: assigned Product Version: 0.20.6  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID with Catalyst 4507R-E
Description: Hello,

I have tried to use SNMPSync with a Cisco Catalyst 4507R-E but I get Unknown OID '9.1.876'

We have some Cisco 2960 and there is no problem with SNMPSync


Plese can you help me ?

Ricard

Tags:
Steps To Reproduce:
Additional Information: I am attaching snmpwalks :

snmpwalk -v 1 -c community 10.1.1.1 sysDescr.0
snmpwalk -v 1 -c community 10.1.1.1 sysObjectID.0
snmpwalk -v 1 -c community 10.1.1.1 ifTable
snmpwalk -v 1 -c community 10.1.1.1 .1.3.6.1.2.1.47


Attached Files: snmpwalk_Catalyst4507R-E.txt (420,537 bytes) 2013-12-02 16:29
https://bugs.racktables.org/file_download.php?file_id=499&type=bug
Notes
(0002095)
rcarreras@interwor-tsic.com   
2014-01-20 11:36   
Please, do you have any news with this bug ??

Thx
(0002099)
adoom42   
2014-01-20 17:35   
Modular devices require special discovery methods which aren't available yet. They may not be available until 0.21.

As an immediate workaround, you could try the snmpgeneric contrib module:
https://github.com/RackTables/racktables-contribs/blob/master/snmpgeneric.php


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
777 [RackTables] SNMP feature N/A 2013-03-05 11:41 2018-11-14 14:50
Reporter: Kvantum Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.3  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '9.1.679' - Cisco AS5350XM (Voice Gateway)
Description: SNMPv2-MIB::sysDescr.0 = STRING: Cisco IOS Software, 5350 Software (C5350-IS-M), Version 12.4(9)T7, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Thu 10-Jan-08 18:52 by prod_rel_team
SNMPv2-MIB::sysObjectID.0 = OID: CISCO-SMI::ciscoProducts.679?

Please add device.
I add some snmp data in to archive.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: 9.1.679.zip (10,602 bytes) 2013-03-05 11:41
https://bugs.racktables.org/file_download.php?file_id=289&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1873 [RackTables] default feature N/A 2018-11-11 17:16 2018-11-11 17:16
Reporter: jeronimo Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: new Product Version: 0.20.14  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Ordering of location items in rack properties location drop-down
Description: In rack properties, sort the "Rack row" drop-down by location, not by row. If for example you have a row A and a row B in two datacenters it shows:

A [DC-A]
A [DC-B]
B [DC-A]
B [DC-B]

while the following would be more useful:

A [DC-A]
B [DC-A]
A [DC-B]
B [DC-B]

If you move a rack, it's probably going to stay in the same datacenter. In any case, the rows physically closest to the row currently selected should be displayed next to the currently selected one anyhow.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1871 [RackTables] default feature N/A 2018-11-11 17:15 2018-11-11 17:15
Reporter: jeronimo Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: new Product Version: 0.20.14  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Allow to change rack display alignment
Description: Allow to change alignment of racks:
1) on main screen: In our datacenters for example the first rack is always at the opposite wall to the door (the furthest one away down the isle). Therefore we have racktables show the rack with the highest ID to the left. In that scenario it would make sense to show the racks aligned to the right.

2) Maybe also introduce a configuration option that automatically add any new rack to the left (the top on the Row/Manage screen)
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1787 [RackTables] default major always 2017-09-15 00:24 2018-10-23 04:54
Reporter: rdinoff Platform: CentOS release 6.9 (Final)  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.14  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Argument 'bypass' of value '(NULL)' is invalid
Description: We have upgraded from 0.20.11 to 0.20.14 hoping that this would fix the "Argument 'bypass' of value '(NULL)' is invalid" error but it has not.
Clicking on Objects gives the following error:
 
 https://racktables/index.php?page=depot
 Internal error
 Argument 'bypass' of value '(NULL)' is invalid (must be specified for the given page name).

 Looks like a similar issues was reported in 2013 and resolution was fixed (http://bugs.racktables.org/view.php?id=823)
Tags:
Steps To Reproduce: Clicking on Objects
Additional Information:
Attached Files:
Notes
(0003747)
infrastation   
2017-10-23 16:22   
Does this installation of RackTables list any issues under reports/data integrity?
(0003749)
rdinoff   
2017-10-23 16:35   
no issues listed .... "No integrity violations found"
(0003751)
infrastation   
2017-10-23 16:45   
Could you add the following to the secret.php file and if it prints a stack trace instead of the original error message, copy it here?

$debug_mode = TRUE;
(0003753)
rdinoff   
2017-10-23 17:34   
Uncaught exception: InvalidArgException

Argument 'bypass' of value '(NULL)' is invalid (must be specified for the given page name). (0)
at file /var/www/RackTables-0.20.14/wwwroot/inc/functions.php, line 2961

/var/www/RackTables-0.20.14/wwwroot/inc/interface.php:2422 mkA('row#', 'row', NULL)
renderDepot(NULL)
/var/www/RackTables-0.20.14/wwwroot/index.php:35 call_user_func('renderDepot', NULL)
Parameters:

GET

page depot
POST

COOKIE

PHPSESSID 28nsg83p844f1027lj5r1jb576
(0003755)
infrastation   
2017-10-23 22:47   
Thank you for the update. This issue is not a duplicate as far as I can tell. Looks like it is caused by invalid data coming from the function getMountInfo(); that function has not changed for at least 5 years but I don't remember any similar reports.

If the root cause is discrepancies in the database, the fact the integrity report does not detect them is a bug itself. If I have the time to look into this, I will request more debugging information and provide means to retrieve it.
(0003775)
rdinoff   
2018-04-09 04:52   
Some objects were listed as being in two racks. I am not sure how this happened (bad csv import?) but I have deleted the incorrect rows (rack_id 29) from the database and now the object view works.

mysql> select * from RackSpace where object_id=2197;
+---------+---------+----------+-------+-----------+
| rack_id | unit_no | atom | state | object_id |
+---------+---------+----------+-------+-----------+
| 29 | 43 | interior | T | 2197 |
| 29 | 43 | rear | T | 2197 |
| 946 | 43 | interior | T | 2197 |
| 946 | 43 | rear | T | 2197 |

I do not think this case should ever happen so a new data integrity check can be created. If the following query returns any rows it means the object is in more then one rack

select object_id, count(*) racks from (select distinct rack_id, object_id from RackSpace) rs group by object_id having racks > 1;
(0003827)
neuro42   
2018-10-23 04:54   
The case of objects being in two racks is useful for planning out migrations between two locations, but it isn't the actual cause of the problem, as this alone doesn't cause the error.

I was mass deleting some objects with commitDeleteObject() on the output of various SQL queries, and ran into the same error message. I've traced it to the case where commitDeleteObject() is passed a rack objectID before every object in that rack might be removed from RackSpace. commitResetObject only removes the objectID from the rack; it doesn't deal with the case where the objectID is the rack. This causes the rack object removal to fail, but the entities linking it to the row do get removed. After the entity links for the row have been removed, mkA() ends up being passed NULL for the row_id, which causes the exception.

When commitResetObject is passed a rack, the delete for RackSpace should probably use array( 'rack_id' => $object_id ) instead of array('object_id' => $object_id). This will let the rack removal complete properly, and not leave the DB in a bad state.

An integrity check to catch this would ensure that every rack_id in RackSpace has a matching EntityLink for row, so that mkA won't later fail.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1849 [RackTables] SNMP tweak always 2018-10-19 08:51 2018-10-19 08:51
Reporter: manjit.singh Platform: t2.small  
Assigned To: adoom42 OS: Centos 7  
Priority: normal OS Version: Centos 7  
Status: assigned Product Version: 0.20.14  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '29671.2.106'
Description: I am using Cisco Meraki devices and when trying to poll get the error "Unknown OID '29671.2.106'"

Model of Meraki Devices we are using are

Switches :https://meraki.cisco.com/products/switches#models
Firewalls: https://meraki.cisco.com/products/appliances#models
Wireless : https://meraki.cisco.com/products/wireless#models

OID Reference for Meraki devices http://oidref.com/1.3.6.1.4.1.29671.2



Tags:
Steps To Reproduce: Add Object > Add interface with IP's > Try to sync SNMP and you get error ""Unknown OID '29671.2.106'"
Additional Information:
Attached Files: snmpmib_walk (23,655 bytes) 2018-10-19 08:51
https://bugs.racktables.org/file_download.php?file_id=1049&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1845 [RackTables] SNMP feature always 2018-08-28 17:13 2018-08-28 17:13
Reporter: mijo Platform: switch  
Assigned To: adoom42 OS:  
Priority: high OS Version:  
Status: assigned Product Version: 0.20.14  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '259.10.1.22.101'
Description: When i try snmp rsync i got this error:

Unknown OID '259.10.1.22.101'
i have switches edgecore, which dont support you by Racktables...

could you give me step-by-step howto, how to add my own switches, devices etc.?

thank you

btw, racktables is very very good app :)
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1837 [RackTables] default tweak always 2018-08-02 09:05 2018-08-02 09:05
Reporter: RonnyQuerfurth Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: new Product Version: 0.21.1  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Formatting error in Row-View
Description: Good day everyone,

I had encountered a mild inconvenience a minute ago.
It happens while i put quotes in the name of Rack.
For Example, if i name it something like: "draft" Schrank 133
then it is displayed in the main "Rack-view" as well in the "Row-view" as:
"draft" Schrank 133
In the single Rackview however it is displayed correctly.

With kind regards
Ronny
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1569 [RackTables] default feature N/A 2015-12-17 17:34 2018-07-07 19:11
Reporter: marti.cardus Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: acknowledged Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Ability to make attributes required
Description: Is it possible to add an extra field on "attribute mapping" to make an attribute required depending of the type of object?

For example, in the VM object "FQDN" is required, but not in Server object.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0003071)
infrastation   
2015-12-23 15:29   
Do you mean to require the attribute set when the object is created? Or to allow to create an object anyway and just block the "save properties" form if the value is empty?
(0003073)
marti.cardus   
2015-12-23 15:50   
Hi

I need the second option. Create an object anyway and just block the "save properties" form if the value is empty

Kind regards
(0003075)
infrastation   
2015-12-23 17:05   
A local plugin can solve this task.
(0003077)
marti.cardus   
2015-12-23 17:52   
Is there any existing plugin with this functionality?

I don't know how to modify properties the form to solve this, can you explain me if you don't want to integrate in RackTables?

Kind regards
(0003079)
infrastation   
2015-12-24 00:26   
Please try this:
https://github.com/RackTables/racktables-contribs/blob/master/mandatory_attr.php
(0003081)
marti.cardus   
2015-12-24 09:09   
Hi,

I downloaded the file in the directory plugins.

When modifying an object I can leave empty "FQDN" field.

I have the version 0.20.8 of RackTables

I guess this was just a proof of concept, would be nice to define through gui the attributes required versus object type.

Kind regards
(0003083)
infrastation   
2015-12-24 09:34   
The two constants at the file top provide the means for customisation.
(0003085)
marti.cardus   
2015-12-24 09:46   
Hi,

How it works if i need to mark as required more attributes on especific object type?

Anyway, this doesn't work with the example.

Thanks
(0003087)
infrastation   
2015-12-24 09:54   
Let me have some time to check and update.
(0003089)
marti.cardus   
2015-12-24 10:25   
OK thanks,
I hope for your updates

Kind regards
(0003093)
marti.cardus   
2015-12-31 11:05   
Hi there,

Is any update in this?

Thanks
(0003097)
infrastation   
2016-01-03 20:30   
I've got a technical draft how to implement it without a plugin and with the flexibility you are looking for. I will update once there is a code to show.
(0003189)
infrastation   
2016-05-19 12:21   
This was implemented about halfway and then I got backlogged with other work. I need more time to resolve this (in either way).
(0003191)
marti.cardus   
2016-05-19 12:39   
Hi,

Thanks for the update. I'll keep waiting for more news

Kind regards
(0003483)
infrastation   
2016-10-01 22:24   
I have saved my working copy here: https://github.com/infrastation/racktables/tree/Mantis-1569


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1087 [RackTables] default feature have not tried 2013-11-23 17:16 2018-07-05 14:15
Reporter: nareshbtech@yahoo.com Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.5  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Archival of objects
Description: Sorry to reopen this
https://bugs.racktables.org/view.php?id=953

you mentioned tagging will do, but the removed hardware cant be created ( reused ) again
1. mac-address shouldn't match as the decommsioned and reused will clash
2. only other way is to remove all ports, serial numbers and stuff
int this way there is no point to keep track of decommissioned object.

If I may only way is to move a copy of existing object to a new table and which has nothing but history.

Thank you
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0001969)
cyb3rwulf   
2013-11-24 12:39   
I'm not sure if I understand your use case right.

You just want to keep the name of an object along with its history to say "this object was here, but it is not available anymore" ?
At the same time you want to reuse the device name for a new object with differnt hardware?

Please specify your use case more.
(0001971)
nareshbtech@yahoo.com   
2013-11-24 18:37   
Hi cyb3rwulf
yes this is to keep track of devices that have influenced the network and has been decommissioned.

it might be the same device might be reused in a different purpose with different entities
(0001979)
cyb3rwulf   
2013-11-25 01:17   
I see..

well you could do what you said in 2.)

after deleting ports and stuff you should be able to assign the unused tag. The log history - which keeps track of the state of the art - is still there.

I don't see any problem for a reuse of the hardware later. You must create an new object then but thats all.
(0001981)
nareshbtech@yahoo.com   
2013-11-25 15:21   
yes but with out any serial/id how what use will it be to keep them
I think it would be better to have an option of move the decommissioned devices in a different way. but just to mention this is not high prioriy
when compared to
https://bugs.racktables.org/view.php?id=715


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1823 [RackTables] default minor have not tried 2018-06-08 13:36 2018-06-10 13:05
Reporter: Yasharah Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: new Product Version: 0.21.1  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Tooltip: tag instead of asset tag
Description: Hello,
is there a way to change the tooltip to show the tag instead of the asset tag?

greetings
Yasha
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0003789)
infrastation   
2018-06-10 13:05   
This is hard-coded, you would need to modify the source code to change it. The function printObjectDetailsForRenderRack() generates the tooltip text.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1807 [RackTables] default major always 2017-11-21 21:14 2018-04-10 13:10
Reporter: mhagen Platform:  
Assigned To: OS:  
Priority: high OS Version:  
Status: new Product Version: 0.21.1  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Bulk update port fields
Description: Currently on the object page port tab every row needs a separate POST.
If you have a 48 port switch and you need to change the labels, and snmp is not help because custom labels, you have to do it 48 times.
This is so slow and takes way too much time. Just update the fields and bulk update everything.
Tags: interface, port
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1719 [RackTables] default feature N/A 2017-01-11 17:30 2018-02-28 20:59
Reporter: fstuck Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Objects Page Type Filter
Description: Similar to the "Location filter" on the Rackspace screen create a "Type Filter" on the objects page to allow filtering by Type and HW type.

Additionally, for sites with a large number of objects it may be good to break up the objects page into either multiple pages based on Type page. This could be optional based on a "User interface" boolean value (e.g. Object_Type_Screen = <True|False>).

Thanks!
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0003539)
infrastation   
2017-02-09 12:02   
Please see if the workaround in 1581 does the trick for you.
(0003543)
fstuck   
2017-02-09 20:46   
It helps with filtering. Is there any way to make them only show up on the screen they're defined for? Since the ones I'm creating are based on type IDs for objects I don't need them on the IPv4 or Rackspace tabs.

As far as a large number of objects this wouldn't break up the objects into separate pages.

Thanks!
(0003545)
infrastation   
2017-02-10 10:48   
The predicates have always been a global device but what you are saying makes sense. I cannot implement it right now but let's keep the ticket open.
(0003773)
mrstuart88   
2018-02-28 20:59   
Can I upvote this? Specifically paginating the results on the Objects tab. We have over 3500 objects and I had to increase the php memory limit for it load all the objects.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1801 [RackTables] default feature always 2017-10-24 02:30 2017-10-24 02:30
Reporter: Anneke Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.14  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Update for bug 0001739
Description: A change was asked for the "visible label" when adding bulk ports, but it would be better when the number only would be added when the visible label is not empty. Otherwise you just get the number.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1791 [RackTables] default minor have not tried 2017-09-27 03:16 2017-10-09 10:52
Reporter: craig.gleason Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.14  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Upgrade to 0.20.14
Description: Hello – Is there any documentation on how you perform an upgrade of Racktables on RHEL 6.4 – 0.20.10 is currently installed and would like to upgrade to 0.20.14. The information in the readme is a little sparse.
Tags:
Steps To Reproduce: Tried following what is in the readme, but, when you open the URL, it starts off at step 3 – DB setup….which doesn’t seem correct. No upgrade message is shown.
Additional Information:
Attached Files:
Notes
(0003715)
infrastation   
2017-09-27 10:38   
What is the message above the URL that you open?
(0003717)
craig.gleason   
2017-09-27 21:01   
when I entered http://<node>/racktables it redirected me to racktables/wwwroot/?module=installer
(0003719)
infrastation   
2017-09-27 22:09   
There are a few strange things about this issue.

1. When RackTables prompts to install or to upgrade, it does not redirect. It returns a page with a message and a link and it is up to the user whether to follow the link.
2. When RackTables URI is "/racktables/", it will never redirect a user to "/racktables/wwwroot/".
3. The installer always starts at step 1.
4. After the upgrade RackTables never prompts to run the installer (unless the upgrade involved removing secret.php).

It would help if you double-checked everything and provided exact steps to reproduce the problem.
(0003721)
craig.gleason   
2017-09-27 23:03   
As the upgrade instruction consisted of:
# How to upgrade RackTables

0. **Backup your database** and check the release notes below before actually
   starting the upgrade.
1. Remove all existing files except configuration (the `inc/secret.php` file)
   and local plugins (in the `plugins/` directory).
2. Put the contents of the new tar.gz/zip archive into the place.
3. Open the RackTables page in a browser. The software will detect version
   mismatch and display a message telling to log in as admin to finish
   the upgrade.
4. Do that and report any errors to the bug tracker or the mailing list.


The easiest way to remove all the existing files was just rename the racktable directory, create a new one, restore the inc/secret.php file and the plugins directory. Then, place the contents of the new release into the racktables directory.
(0003729)
infrastation   
2017-10-05 19:03   
One actual bug I can confirm is that in RackTables 0.20.14 at installer step 4 if the code fails to require secret.php (after the user has likely adjusted the permissions as advised on the previous page) it ends ups in a blank page and an error in the log file:

PHP Fatal error: require_once(): Failed opening required '/usr/local/racktables/wwwroot/inc/secret.php' (include_path='.:/usr/share/php') in /usr/local/racktables/wwwroot/inc/pre-init.php on line 48

But in the first place the installer does not start when secret.php is present.
(0003731)
craig.gleason   
2017-10-06 00:12   
Looking in the web server log, I do see the PHP Fatal error that you mentioned - any idea how to resolve it? Maybe try 0.21.0?
(0003733)
infrastation   
2017-10-06 16:15   
To resolve the failure to require secret.php it would help to make the file readable (as much as the web-server process is concerned, specifically). To understand other issues mentioned here it would help to read my comment 4 comments before and provide the specific information it requests.
(0003735)
craig.gleason   
2017-10-06 18:44   
What information are you asking for? I provided the steps taken for the upgrade.
(0003737)
craig.gleason   
2017-10-09 10:52   
changing the protection to 755 on secret.php resulted in the login being displayed - in version 0.20.10 I did not have to do this....in any case, the problem is resolved.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1783 [RackTables] default tweak always 2017-09-04 03:50 2017-09-04 03:50
Reporter: rcktbls Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Avoid duplicated racks and rows
Description: By default duplicated racks and rows are allowed, but it is needed an option to turn off/turn on that feature.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1763 [RackTables] default minor always 2017-06-03 17:20 2017-08-18 15:56
Reporter: dmnmitsupu Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: acknowledged Product Version: 0.20.14  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Tag Sorting in Drop Down
Description: Tags are not sorted alphabetically in drop down menu to select tags.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: Capture.PNG (28,770 bytes) 2017-08-18 05:45
https://bugs.racktables.org/file_download.php?file_id=1021&type=bug
Notes
(0003665)
adoom42   
2017-08-09 05:54   
Browsing around demo.racktables.org, the tags look sorted to me. Please provide steps to reproduce and/or screenshots.
(0003675)
adoom42   
2017-08-18 05:33   
Closing ticket, please re-open if you can provide steps to reproduce the sorting issue.
(0003677)
dmnmitsupu   
2017-08-18 05:43   
Sorry I missed your reply on the 9th.

Here is my convo with Dennis back In June:

Denis Ovsienko denis@ovsienko.info via freelists.org
    
Jun 2
    
to racktables-use.
---- On Thu, 01 Jun 2017 15:48:14 +0100 Chris James<chris@datacate.com> wrote ----
 > Hi all,
 >
 > I am noticing as we are using more and more tags for the first time they do not appear in alphabetical order when selecting from the drop down. Is it possible to fix this or is this a setting I am missing?

Hello Chris.

I have poked around relevant bits of code a little and found two cases where the tags sort order is not alphabetical (it is not the same even between those two cases). This looks like a bug but I could not see a proper solution for it today.
(0003679)
dmnmitsupu   
2017-08-18 05:45   
Screenshot
(0003681)
dmnmitsupu   
2017-08-18 05:47   
Also - This still exists in 20.14 as well. I am unable to update the version in the ticket.
(0003683)
infrastation   
2017-08-18 15:56   
What I remember is that the very first implementation of tags in RackTables used PHP sorting. Quite soon it turned out the sorting only worked well for the 7-bit ASCII tags because PHP at that time wasn't equipped to compare UTF-8 strings properly (the fact this bug exists and my comment above may be due the same reason still standing, I cannot tell reliably right now).

As a solution to that problem I changed the code to make the MySQL server sort the tags (traditionally it gets character sets much better) and then in PHP to save the order of the table row into "ci" (collation index) PHP array key such that a simple numeric sorting by that key would reproduce the MySQL order. For a while that worked quite well.

A few years later the "ci" key was removed, probably because it was blocking some other internal change, and some other PHP-level code put into place to sort the tags, I presume that time it worked otherwise there would be bug reports. But apparently right now it does not work as intended.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1781 [RackTables] SNMP tweak always 2017-08-04 09:47 2017-08-04 09:47
Reporter: jehos Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.13  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unkown OID '25506.1.159' - "HP(H3C) S7510"
Description: * http://www.snmplink.org/cgi-bin/nd/m/Ent/H/HUAWEI%20Technology%20Co.,Ltd/H3C%20Technologies%20Co.,%20Limited/*252011__04__22%20-%20HP%20MIBs%20v3.1%20-%20HP%20A%20E%20Series/HP%20A-Series/hh3c-product-id.mib

  [OID] hh3c-s7510E
  [OID] .1.3.6.1.4.1.25506.1.159

Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1761 [RackTables] default minor always 2017-05-26 19:08 2017-08-03 13:28
Reporter: glitch25 Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.13  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Multiple port creation from Ports tab fills in unexpected/unwanted data on Visible Label column
Description: When creating multiple ports at once, it appears that the script is adding a "Visible Label" label in the form of the enumeration of the port ie port "1" shows "1" in the Visible Label field. This is different behavior than what it has done in past. Expected behavior is for the script to create the enumerated ports but not fill in any data in any other field.
Tags:
Steps To Reproduce: In an object, go into the "Port" tab and use the multiple port creation tool. Enter something in the local name ie "gig0/" and then place the start number and count for the port range and hit enter or +. Port names are created correctly, but port numbers show up in "Visible Label" field.
Additional Information:
Attached Files:
Notes
(0003659)
glitch25   
2017-08-01 19:41   
Am I understanding that the ticket this was linked to suggests that what I'm reporting was new functionality?
(0003663)
infrastation   
2017-08-03 13:28   
Yes, exactly. Different users view the same behaviour as a feature or a bug. Looks like this should be a matter of local configuration rather than hard-coded.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1535 [RackTables] default feature N/A 2015-11-25 01:07 2017-06-23 16:03
Reporter: bpothier Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: acknowledged Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Add more support for Fibre Channel (FC) transceivers and cabling
Description: Most current Fibre Channel(FC) ports utilize the SFP style adapter to LC fiber connectors (old 1G mostly used SC fiber connectors).
Common data rates include 2/4/8/16Gb (1G, 10G, 20G also exist, 32G & 128G are coming)
At least for Cisco, some backwards compatibility exists:
2G - 1/2/4
4G - (1/)2/4/8/16
8G - (1/)2/4/8/16
16G - 4/8/16

There are 2 common modules: ShortWave(SW - multimode) and LongWave(LW - singlemode), with SW being more common.
Some additional transceiver options include ExtendedReach(ER) and a variety of CWDM "colors" for 1/2/4/8G, but these are probably not common enough to bother with(for now?).
On some Cisco models, the physical socket can be reconfigured to accept FC or ethernet SFP+ modules - e.g. Unified Ports on Nexus 5000 series .
Tags:
Steps To Reproduce:
Additional Information: Not sure if a new PortInnerInterface type is needed? e.g. FC-SFP+ / "Empty FC-SFP+", etc...?

PortOuterInterface needs entries like:
FC2G-SW, FC2G-LW - (SW=ShortWave/Multi Mode, LW=LongWave/Single mode)
FC4G-SW, FC4G-LW
FC8G-SW, FC8G-LW
FC16G-SW, FC16G-LW

PatchCableOIFCompat needs entries like:
FCxx-SW - 2xMMF(1,2,3,4 - OM1/2/3/4)
FCxx-LW - 2xSMF(5,6 - OS1/2)

PortInterfaceCompat needs entries like:
FC-SFP+, Empty FC-SFP+
FC-SFP+, FCxxG-xW (2/4/8/16 and SW/LW)

PortCompat needs entries like:
FC2G-SW - FC1/2/4G-SW - not sure whether to bother with 1G?
FC2G-LW - FC1/2/4G-LW
FC4G-SW - FC2/4/8/16G-SW - not sure where 1G compat goes away, may vary...
FC4G-LW - FC2/4/8/16G-LW
FC8G-SW - FC2/4/8/16G-SW
FC8G-LW - FC2/4/8/16G-LW
FC16G-SW - FC4/8/16G-SW - not sure where 2G compat goes away, may vary...
FC16G-LW - FC4/8/16G-LW
Attached Files:
Notes
(0003101)
infrastation   
2016-01-08 12:22   
This request is generally reasonable but the suggested mappings need to be carefully studied before adding to avoid unnecessary complications in future.
(0003637)
twielgos   
2017-06-23 16:02   
Would love to help with this. The interface types listed above appear generally correct - what remains?
(0003639)
twielgos   
2017-06-23 16:03   
Although one thing I should mention is that 32Gb fiber channel has hit the market recently - that should be accounted for as well.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1775 [RackTables] default feature always 2017-06-20 20:07 2017-06-20 20:07
Reporter: migalhas Platform:  
Assigned To: OS:  
Priority: immediate OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Create additional chassis type
Description: Ability to create a new chassis type.
Create an option to include in Configuration : Dictionary : Chapter 'ObjectType'
for new chassis type other than server chassis, network chassis
Tags:
Steps To Reproduce:
Additional Information: Workaround

racktables/wwwroot/inc/interface.php

Add a new chassis type id in the array

if (in_array ($objectData['objtype_id'], array (1502,1503))) // server chassis, network chassis
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1757 [RackTables] SNMP block always 2017-05-18 22:49 2017-05-18 22:49
Reporter: isvinoukhov Platform: Linux  
Assigned To: adoom42 OS: SLES  
Priority: normal OS Version: 11 SP4  
Status: assigned Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: HP 1910/1920 48G unable to do SNMP SYNC
Description: Same issue as below

https://bugs.racktables.org/view.php?id=1193

seems to be resolved already, but what was the patch for the switch that resolves this issue?

I have all the relevant MIBs installed and can snmpget or walk the device without issues for the mentioned OID

snmpget -v2c -c read_com ${switch_ip} sysObjectID.0
SNMPv2-MIB::sysObjectID.0 = OID: HH3C-PRODUCT-ID-MIB::hp192048G

 snmpget -v2c -c read_com ${switch_ip} sysDescr.0
SNMPv2-MIB::sysDescr.0 = STRING: 1920-48G Switch Software Version 5.20.99, Release 1107
Copyright(c)2010-2015 Hewlett-Packard Development Company, L.P.



Tags:
Steps To Reproduce: add new network switch object in racktables
assign an access ip address
try to do snmp sync and get the unknown oid error
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1753 [RackTables] default feature N/A 2017-04-26 17:17 2017-05-12 18:38
Reporter: Marten Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: acknowledged Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Multiple files upload at once
Description: It would be nice to have ability to upload multiple files in one transaction via button in web GUI
Tags: interface
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0003615)
infrastation   
2017-05-12 18:38   
That's a good point.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1481 [RackTables] SNMP minor always 2015-06-08 18:19 2017-05-09 17:56
Reporter: cabbiebatman Platform: Linux  
Assigned To: adoom42 OS: CentOS  
Priority: normal OS Version: 7  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: reopened  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Add Cisco cat3560x48
Description: add support for cisco 3560
Unknown OID 'OID: CISCO-PRODUCTS-MIB::cat3560x48'
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: output.txt (112,771 bytes) 2015-06-18 16:39
https://bugs.racktables.org/file_download.php?file_id=841&type=bug
Notes
(0002849)
adoom42   
2015-06-08 18:37   
Upload required information: http://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29
(0002851)
adoom42   
2015-06-11 03:53   
Re-open if you can provide the required info.
(0003611)
infrastation   
2017-05-09 17:56   
CISCO-PRODUCTS-MIB::cat3560x48 stands for 9.1.1227, which was added in 2011 (see commit 13b28c2). The problem here seems to be that the OID is translated back into string form using the locally installed MIB, if the OID stays numeric everything should just work.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1715 [RackTables] default feature have not tried 2016-12-08 21:03 2017-04-08 21:47
Reporter: garry.shtern@xrtrading.com Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Link between Ports & IP addresses
Description: Right now, these two are separate properties of an object. However, when it comes to any device that has network connectivity, there are number of instances where physical ports have IP addresses assigned to them. This is very true about servers. As it stands now, one ends up tying IP addresses to the "OS interface" using the name of the physical port.

A better approach would be to offer a drop-down list of server's ports when assigning IP(s).
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0003597)
laimaretto   
2017-04-08 21:47   
Hi, I thin this feature could be joined with https://bugs.racktables.org/view.php?id=1341, since in the former the concept of attributes for ports and/or interfaces is discussed. If so, a "port_attribute" could be considered for interfaces in order for the linkage to be done ...


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1341 [RackTables] IPv4/IPv6/SLB feature unable to reproduce 2014-10-09 04:18 2017-04-08 21:45
Reporter: laimaretto Platform:  
Assigned To: andriyanov OS: ubuntu  
Priority: normal OS Version: 14.04 lts  
Status: assigned Product Version: 0.20.7  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: add attributes to ip interfaces or ports
Description: The chance of adding extra attributes to objects, today, is really handy and helpful.

Now, how difficult is it to add extra attributes to interfaces or ports?
In our company (service provider) we mostly deal with routers (tons of them, +1700) rather than servers and those have multiple interfaces with different kind of configurations:

- different MTU values
- different protocols and/or parametrization:
   - ospf and different areas, timers, etc
   - vrrp: timers, priorities
   - bfd, etc
- QoS policies might also be different depending on the interface
- ACLs ... and so on.

So, the ability of adding personalized attributes to both ports and/or interfaces would be just great!

What do you think?

Best regards!

Lucas
Tags: interface, port
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0002525)
laimaretto   
2014-10-09 04:38   
Hi! Just for the record, I'm not a programmer but I'm willing to help if needed. If only you could somehow guide me with this, I'll be glad to do it ...
Regards! Lucas
(0002569)
hackmaster   
2014-11-29 20:22   
I would value the ability to add 802.1Q tags to a port on a switch object which would permit me to keep track of what ports are access ports to a particular VLAN or what VLANs are trunked across a port.
(0002889)
bbrass   
2015-06-23 20:57   
I would also like the functionality described by hackmaster.

I find the 802.1q management configured in racktables to be too much for what I want. I'd just like to manually record which ports are tagged/untagged and on what vlans.
(0003595)
laimaretto   
2017-04-08 21:45   
I would consider -if this feature goes on- the ability to also map interfaces to ports. For example, when creating an interface (L3) one would have the chance of selecting which port (L2) is such an interface using. This will be particularly useful if a port has -for example- encapsulation attribute with dot1q. If so, multiple interfaces (L3) could use the same port (L2) where the VLAN ID will be the segregation feature.

So, in the end, a possible attribute for an interface would be a feasible L2 port.

This has also been stated in this issue: https://bugs.racktables.org/view.php?id=1715


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1281 [RackTables] VMs/containers feature have not tried 2014-07-17 11:29 2017-04-06 10:50
Reporter: tommen Platform:  
Assigned To: OS:  
Priority: high OS Version:  
Status: new Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Switch stacking, and HA equipment
Description: There is a big gap in functionality when it comes to equipment that is stacked, or in some way of HA.

My examples is with Cisco stacked equipment. Buth with stack cables and VSS (ethernet). Switches is stacked and often placed in the same rack, underneet eachother. There is 2 or more switches sharing the same IP and connection, but its not the same box. Different S/N, different port setup sometimes etc.

I was told there is a somewhat "workaround" to this, by creating a new container and put the switches in this. But you loose all functionality, as this container does not has any ports and cannot use live ports and stuff like that.

Sharing IP is one way of fiksing that, but if that same IP is routing something, then IPv4 page is underdocumented...

Another thing is HA.
Firewalls mostly come with someway of HA. You meet the same problem here, but the differense is that they only share one IP, and that can be fixed with shared. Still, IPv4 page will be faulty.

I thing this is something that must be looked at and made an solution for.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0002473)
cyb3rwulf   
2014-08-29 17:22   
Well I solved the stacking problem by edit the switches themself. I added the ability to mount a switch into another switch(stack). So all abilities of the switch will be provided by the stack.
(0003589)
malik0974   
2017-03-08 08:10   
Hi cyb3rwulf
Can you please explain how you achieved the stacking?
Thanking you,
(0003593)
mbrydon   
2017-04-06 10:50   
We have solved this in a similar way so created an object type of switch stack giving it all the same attributes as a switch (or you could use Network Chassis) then in the object container compatibility section made the network switch a child of network stack. You then choose the stack as the container for each switch and add all the interfaces, attributes etc to the stack rather than the switch


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1747 [RackTables] SNMP feature N/A 2017-03-18 07:14 2017-03-18 07:14
Reporter: AevumDecessus Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.12  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '890.1.5.8.64' - Zyxel GS1910-48
Description: # snmpwalk -v 1 -c public switch01 sysDescr.0
SNMPv2-MIB::sysDescr.0 = STRING: GS1910-48 52x1G Ethernet Switch
# snmpwalk -On -v 1 -c public switch01 sysObjectID.0
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.890.1.5.8.64

Ports 1-48 are standard 1000T
ports 49-52 are standalone SFP ports
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: zyxel_iftable.txt (49,035 bytes) 2017-03-18 07:14
https://bugs.racktables.org/file_download.php?file_id=1009&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1745 [RackTables] default minor have not tried 2017-03-08 08:05 2017-03-08 08:05
Reporter: malik0974 Platform: Cisco Catalyst 2960XR-24PS-I  
Assigned To: OS:  
Priority: normal OS Version: 15.0(2)EX5  
Status: new Product Version: 0.20.12  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: stacked swtich
Description: Hi
I've successfully installed racktables. I'm having some troubles inserting two stacked Cisco Catalyst 2960XR-24PS-I:
In view and ports, the ports are listed correctly but the "live ports" tab show only some of the actual ports of the stack. The status seem incorrectly too.
Any help would be appreciated.

Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1039 [RackTables] SNMP minor always 2013-10-17 17:21 2017-02-13 19:28
Reporter: cyb3rwulf Platform: Dell PowerConnect 5548  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.5  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '674.10895.3033'
Description: Missing Device: Dell PowerConnect5548 in SNMP
Tags: stackable
Steps To Reproduce:
Additional Information:
Attached Files: snmpwalk.log (78,088 bytes) 2013-10-17 17:21
https://bugs.racktables.org/file_download.php?file_id=469&type=bug
entity-mib.log (65,654 bytes) 2013-10-17 17:21
https://bugs.racktables.org/file_download.php?file_id=471&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1605 [RackTables] IPv4/IPv6/SLB crash always 2016-04-01 16:10 2017-02-09 16:13
Reporter: MessedUpHare Platform: Linux  
Assigned To: andriyanov OS: CentOS  
Priority: normal OS Version: 6  
Status: assigned Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Cannot assign object address to /32 network
Description: Cannot allocate an address to an object when the address range is /32

I have tested this on my own instance and the public demo instance.
Tags:
Steps To Reproduce: If I set up a /32 network, for example:
10.0.0.1/32

Then try to assign this address to an object by either:
objects -> IP
IPv4Space -> allocation

The Site tells me: 'There is no network for IP address "10.0.0.1"'
Additional Information: I have also noticed, when I create this network, if i go to:
IPV4Space
*click details -> 10.0.0.1
I then get a path in the blue bar which says:
Main page : IPv4 space : / : 10.0.0.1
*click "/" in the blue bar
CRASH

with the following page:
Uncaught exception: InvalidRequestArgException

Argument 'id' of value '' is invalid (parameter is not a number). (0)
at file /mnt/csweb/www/racktables/racktables/wwwroot/inc/functions.php, line 177

/mnt/csweb/www/racktables/racktables/wwwroot/inc/functions.php:293 assertUIntArg('id')
/mnt/csweb/www/racktables/racktables/wwwroot/inc/functions.php:436 genericAssertion('id', 'uint')
/mnt/csweb/www/racktables/racktables/wwwroot/inc/functions.php:1650 getBypassValue()
/mnt/csweb/www/racktables/racktables/wwwroot/index.php:26 fixContext()
Parameters:

GET

id
page ipv4net
hl_ip 10.0.0.1
tab default
POST

COOKIE

__utma 266863885.546935462.1434362764.1458732950.1459518810.18
__utmb 266863885.2.10.1459518810
__utmc 266863885
__utmz 266863885.1459518810.18.5.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not provided)
__utmt 1
PHPSESSID udjjuCL-aDoJ3ulKRI4730
System Description
Attached Files:
Notes
(0003541)
f3ex   
2017-02-09 16:13   
The problem affects me too.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1505 [RackTables] default feature always 2015-08-21 14:25 2017-02-09 12:05
Reporter: FGu Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: acknowledged Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Search in Objectlog
Description: as of now the integrated search function does not search the ObjectLog. We are using the log to keep track of all the issues we had so a search function makes things a lot easier to find problems and solutions.
Tags: object log
Steps To Reproduce: Add a new entry to the ObjectLog, use the search function -> entry won't be found
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1681 [RackTables] default crash always 2016-09-02 18:04 2017-02-09 12:04
Reporter: hclima Platform: Linux  
Assigned To: OS: CentOS  
Priority: normal OS Version: 6  
Status: acknowledged Product Version: 0.20.10  
Product Build: Resolution: reopened  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: usePreparedSelectBlade query fails when run against MySQL 5.7.10
Description: Upgraded database from 5.1 to 5.5, then 5.5 to 5.6, then 5.6 to 5.7.10. At the end of the day, one of my IP ranges throws a PDO exception when viewed:

Partial stack trace (proprietary info if I go any further down)

Pdo exception: PDOException
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'container_id' in 'where clause' (42S22)

at file /usr/share/RackTables/wwwroot/inc/database.php, line 3979

/usr/share/RackTables/wwwroot/inc/database.php:3979 execute(Array
(
    [0] => object
    [1] => 7
)
)
/usr/share/RackTables/wwwroot/inc/database.php:590 usePreparedSelectBlade('SELECT tag_id, TagStorage.user as tag_user, UNIX_TIMESTAMP(TagStorage.date) AS tag_time, RackObject.id, RackObject.name, RackObject.label, RackObject.asset_no, RackObject.objtype_id, (SELECT MIN(rack_id) FROM RackSpace WHERE object_id = RackObject.id) as rack_id, (SELECT MIN(parent_entity_id) FROM EntityLink WHERE child_entity_type='object' AND child_entity_id = RackObject.id AND parent_entity_type = 'rack') as rack_id_2, (SELECT MIN(parent_entity_id) FROM EntityLink WHERE child_entity_type='object' AND child_entity_id = RackObject.id AND parent_entity_type = 'object') as container_id, (SELECT name FROM RackObject WHERE id = container_id) as container_name, (SELECT objtype_id FROM RackObject WHERE id = container_id) as container_objtype_id, RackObject.has_problems, RackObject.comment, (SELECT COUNT(*) FROM Port WHERE object_id = RackObject.id) as nports, (SELECT domain_id FROM VLANSwitch WHERE object_id = id LIMIT 1) as 8021q_domain_id, (SELECT template_id FROM VLANSwitch WHERE object_id = id LIMIT 1) as 8021q_template_id FROM RackObject LEFT JOIN TagStorage on entity_realm = ? and entity_id = RackObject.id WHERE RackObject.id = ? ORDER BY tag_id', Array
(
    [0] => object
    [1] => 7
)
)
/usr/share/RackTables/wwwroot/inc/interface-lib.php:1066 spotEntity('object', '7')
/usr/share/RackTables/wwwroot/inc/interface.php:2939 makeIPAllocLink('
*#?', Array
(
    [type] => regular
    [name] => snmp
    [object_id] => 7
    [object_name] => erg
)
, 1)
/usr/share/RackTables/wwwroot/inc/interface.php:2850 renderIPv4NetworkAddresses(Array
(


It looks like the container_id subselect isn't visible to subsequent subselects in the query. I suspect some semantic changed between MySQL 5.1 and MySQL 5.7.10 that affects that visibility. Query gets chopped off in the PDO exception, so I can't just feed it into MySQL and start taking it apart to see what's happening. I can pull the full query once I enable the general query log, but I've got other priorities right now.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0003445)
adoom42   
2015-12-09 00:06   
I'm unable to reproduce this issue. Please provide more details and ideally specific steps to reproduce.

Until then, this issue will be considered "on hold pending user data".
(0003447)
mikemol   
2015-12-10 16:23   
a GET request (while logged into MantisBT) to http://f.q.d.n/racktables/index.php?page=ipv4net&id=3

is the URI I used to trigger the the exception. Short of a full database dump, I really don't know what more I can offer you. We're about to replace this particular MySQL 5.7 instance with a Percona 5.6 instance. In the mean time, maybe try your unit test suite against MySQL 5.7, if you haven't?
(0003449)
mikemol   
2015-12-10 20:56   
Full query:

SELECT 
    tag_id,
    TagStorage.user AS tag_user,
    UNIX_TIMESTAMP(TagStorage.date) AS tag_time,
    RackObject.id,
    RackObject.name,
    RackObject.label,
    RackObject.asset_no,
    RackObject.objtype_id,
    (SELECT 
            MIN(rack_id)
        FROM
            RackSpace
        WHERE
            object_id = RackObject.id) AS rack_id,
    (SELECT 
            MIN(parent_entity_id)
        FROM
            EntityLink
        WHERE
            child_entity_type = 'object'
                AND child_entity_id = RackObject.id
                AND parent_entity_type = 'rack') AS rack_id_2,
    (SELECT 
            MIN(parent_entity_id)
        FROM
            EntityLink
        WHERE
            child_entity_type = 'object'
                AND child_entity_id = RackObject.id
                AND parent_entity_type = 'object') AS container_id,
    (SELECT 
            name
        FROM
            RackObject
        WHERE
            id = container_id) AS container_name,
    (SELECT 
            objtype_id
        FROM
            RackObject
        WHERE
            id = container_id) AS container_objtype_id,
    RackObject.has_problems,
    RackObject.comment,
    (SELECT 
            COUNT(*)
        FROM
            Port
        WHERE
            object_id = RackObject.id) AS nports,
    (SELECT 
            domain_id
        FROM
            VLANSwitch
        WHERE
            object_id = id
        LIMIT 1) AS 8021q_domain_id,
    (SELECT 
            template_id
        FROM
            VLANSwitch
        WHERE
            object_id = id
        LIMIT 1) AS 8021q_template_id
FROM
    RackObject
        LEFT JOIN
    TagStorage ON entity_realm = 'object'
        AND entity_id = RackObject.id
WHERE
    RackObject.id = '7'
ORDER BY tag_id



When run against Percona 5.6, this works fine. When run against MySQL 5.7 with the same dataset, this fails.
(0003451)
Axenow   
2016-01-19 15:44   
I can confirm, that this mistake is appeared only in MySQL 5.7.X
(0003453)
infrastation   
2016-05-19 17:09   
This probably has to do with MySQL SQL mode changes in versions 5.7.x.
(0003455)
racktabler   
2016-06-02 15:15   
No issues so far with MySQL 5.7.12.

I just removed "NO_ZERO_DATE" from 5.7 default modes, so RT install works

file my.cnf

[mysqld]
sql_mode = "ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
(0003457)
infrastation   
2016-06-02 15:50   
If you try to click a row one of the queries will fail because of ONLY_FULL_GROUP_BY. I would like to avoid managing the MySQL server if possible.
(0003459)
racktabler   
2016-06-02 16:40   
I clicked some rows but all looks fine.
I also can execute the full query in mysql without errors. (Empty Set of course)
If i change RackObject.id i get some rows.
(0003461)
infrastation   
2016-06-04 00:27   
A user on the mailing list has experienced the issue I meant.
(0003463)
infrastation   
2016-06-14 17:48   
The solution to bug 1635 may have worked around this bug too, it would be great if anybody could check and update. I have not seen this bug reproducing.
(0003465)
infrastation   
2016-06-22 16:16   
Could anybody test if the original issue still reproduces with the change mentioned in the previous comment applied? Thank you.
(0003467)
infrastation   
2016-06-29 18:35   
This query does not fail on my MySQL server version 5.7.12. To work on this bug it is necessary to see how to reproduce it.
(0003469)
infrastation   
2016-08-10 23:11   
If anybody can provide exact instructions how to reproduce this issue, please reopen.
(0003471)
hclima   
2016-09-02 18:05   
(Last edited: 2016-09-02 18:19)
Hi.

Here what I got:

* OS: Windows 2008 R2 (I know that Windows is not supported, but for this diagnostic I think it's not the root cause)
* WAMP Server 3.0.0
  - MySQL: 5.7.9
  - PHP: 5.6.16
  - Apache: 2.4.17
* Rack Tables 10.11

Installation successfully done and I was able to create Locations, Rows and Racks.
Now whenever I try to create an object I got the following output:

#-------------- Start Output
Pdo exception: PDOException
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'container_id' in 'where clause' (42S22)
at file C:\wamp64\apps\RackTables-0.20.11\wwwroot\inc\database.php, line 4058

C:\wamp64\apps\RackTables-0.20.11\wwwroot\inc\database.php:4058 execute(Array
(
    [0] => object
    [1] => 115
)
)
C:\wamp64\apps\RackTables-0.20.11\wwwroot\inc\database.php:587 usePreparedSelectBlade('SELECT tag_id, TagStorage.user as tag_user, UNIX_TIMESTAMP(TagStorage.date) AS tag_time, RackObject.id, RackObject.name, RackObject.label, RackObject.asset_no, RackObject.objtype_id, (SELECT MIN(rack_id) FROM RackSpace WHERE object_id = RackObject.id) as rack_id, (SELECT MIN(parent_entity_id) FROM EntityLink WHERE child_entity_type='object' AND child_entity_id = RackObject.id AND parent_entity_type = 'rack') as rack_id_2, (SELECT MIN(parent_entity_id) FROM EntityLink WHERE child_entity_type='object' AND child_entity_id = RackObject.id AND parent_entity_type = 'object') as container_id, (SELECT name FROM RackObject WHERE id = container_id) as container_name, (SELECT objtype_id FROM RackObject WHERE id = container_id) as container_objtype_id, RackObject.has_problems, RackObject.comment, (SELECT COUNT(*) FROM Port WHERE object_id = RackObject.id) as nports, (SELECT domain_id FROM VLANSwitch WHERE object_id = id LIMIT 1) as 8021q_domain_id, (SELECT template_id FROM VLANSwitch WHERE object_id = id LIMIT 1) as 8021q_template_id FROM RackObject LEFT JOIN TagStorage on entity_realm = ? and entity_id = RackObject.id WHERE RackObject.id = ?', Array
(
    [0] => object
    [1] => 115
)
)
C:\wamp64\apps\RackTables-0.20.11\wwwroot\inc\database.php:4138 spotEntity('object', '115')
C:\wamp64\apps\RackTables-0.20.11\wwwroot\inc\database.php:960 executeAutoPorts('115')
C:\wamp64\apps\RackTables-0.20.11\wwwroot\inc\ophandlers.php:1413 commitAddObject('Test', 'Test', '4', '', Array
(
)
)
addMultipleObjects()
C:\wamp64\apps\RackTables-0.20.11\wwwroot\index.php:231 call_user_func('addMultipleObjects')
Error info:
Array
(
    [0] => 42S22
    [1] => 1054
    [2] => Unknown column 'container_id' in 'where clause'
)
Parameters:
GET
module redirect
page depot
tab addmore
op addObjects

POST
0_object_type_id 4
0_object_name Test
0_object_label Test
0_object_asset_no
1_object_type_id 0
1_object_name
1_object_label
1_object_asset_no
2_object_type_id 0
2_object_name
2_object_label
2_object_asset_no
3_object_type_id 0
3_object_name
3_object_label
3_object_asset_no
4_object_type_id 0
4_object_name
4_object_label
4_object_asset_no
5_object_type_id 0
5_object_name
5_object_label
5_object_asset_no
6_object_type_id 0
6_object_name
6_object_label
6_object_asset_no
7_object_type_id 0
7_object_name
7_object_label
7_object_asset_no
got_fast_data Go!

COOKIE
PHPSESSID lshlrl9tgsih59f709nehn2pc7
MYSAPSSO2 AjExMDAgAA9wb3J0YWw6SjAyMjQ0NDWIABNiYXNpY2F1dGhlbnRpY2F0aW9uAQAISjAyMjQ0NDUCAAMwMDADAANGUDMEAAwyMDE…

#-------------- End Output

After digging a bit on the output I got that it fails in the select part where it needs to use the "container_id" result which is NULL because in the table EntityLink there's no row with parent_entity_type = 'object'.

#-------------- Start Code
SELECT
  tag_id,
  TagStorage.user as tag_user,
  UNIX_TIMESTAMP(TagStorage.date) AS tag_time,
  RackObject.id,
  RackObject.name,
  RackObject.label,
  RackObject.asset_no,
  RackObject.objtype_id,
  (SELECT MIN(rack_id) FROM RackSpace WHERE object_id = RackObject.id) as rack_id,
  (SELECT MIN(parent_entity_id)
    FROM EntityLink
    WHERE child_entity_type='object' AND child_entity_id = RackObject.id AND parent_entity_type = 'rack') as rack_id_2,
  (SELECT MIN(parent_entity_id)
    FROM EntityLink
    WHERE child_entity_type='object' AND child_entity_id = RackObject.id AND parent_entity_type = 'object') as container_id, <<----
  (SELECT name FROM RackObject WHERE id = container_id) as container_name,
  (SELECT objtype_id FROM RackObject WHERE id = container_id) as container_objtype_id, <<----
  RackObject.has_problems,
  RackObject.comment,
  (SELECT COUNT(*) FROM Port WHERE object_id = RackObject.id) as nports,
  (SELECT domain_id FROM VLANSwitch WHERE object_id = id LIMIT 1) as 8021q_domain_id,
  (SELECT template_id FROM VLANSwitch WHERE object_id = id LIMIT 1) as 8021q_template_id
FROM RackObject
LEFT JOIN TagStorage on entity_realm = ? and entity_id = RackObject.id WHERE RackObject.id = ?

#-------------- End Code

Can the issue be on the content of the table EntityLink or in the SQL code which don't take into account when the "container_id" value is NULL?

(0003473)
hclima   
2016-09-02 18:17   
Also, after apply the fix of bug 1635 I got the same error message.

#----Before

$drvoptions = array
(
    PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
    PDO::MYSQL_ATTR_INIT_COMMAND => 'set names "utf8"',
);

#----

#---- After
$drvoptions = array
(
    PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
// Cancel two specific SQL mode options that RackTables has been non-compliant
// with but which used to be off by default until MySQL 5.7. As soon as
// respective SQL queries and table columns become compliant with those options
// stop changing @@SQL_MODE but still keep SET NAMES in place.
    PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES "utf8", @@SQL_MODE = REPLACE(REPLACE(@@SQL_MODE, "NO_ZERO_DATE", ""), "ONLY_FULL_GROUP_BY", "")',
);

#----
(0003475)
hclima   
2016-09-02 18:37   
Another thing, even with the error message the object information is registred in the table "object" and I need to delete it to be able to reuse the Object tab on RackTables.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1713 [RackTables] default feature N/A 2016-12-05 13:01 2016-12-05 13:01
Reporter: bram Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Implicit tags on objects based on the location
Description: It would be nice to have implicit tags based on the objects' location. And be able to use it in filter expressions.

Ie:

{$rack_id_51} for each object in rack with rack_id 54
{$location_id_XX}
{$row_id_XXX}

...or a similar scheme.

You then would be able to implement object filters like "show me all production machines in this row except for that specific rack"

/bram
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
333 [RackTables] default feature N/A 2010-05-07 18:14 2016-11-26 08:21
Reporter: user150 Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: major rework      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Add sql to /install/init.structure.sql to create PatchPanelMap table
Description: This SQL will create the PatchPanelMap table to facilitate mapping/linking patch panels together.
Tags:
Steps To Reproduce:
Additional Information: Linking patch panels together allows the user to view the end-to-end connection, from server/interface, through the two linked patch panels, to the switch/interface (or other devices at either end).
Attached Files: init-structure.sql-USE_THIS_ONE.udiff (1,355 bytes) 2010-05-07 18:30
https://bugs.racktables.org/file_download.php?file_id=9&type=bug
Notes
(0000067)
user145   
2010-05-09 22:54   
i am reviewing the changes and will look at getting them into the code base this week. Thanks.
(0000083)
infrastation   
2010-05-17 18:52   
Jeroen's work has been published on the list, did you look at it?
(0000088)
infrastation   
2010-05-26 19:40   
This feature won't go into 0.18.0, please retarget it later.
(0000100)
user149   
2010-06-11 18:42   
Is there an updated timeline for this issue?
It is a prerequisite for us to put racktables in production at our facility, so I'm anxious to know what the status is.
(0000204)
adoom42   
2010-12-11 01:24   
The patch attached to this ticket defines a one-to-one relationship between two patch panels, and makes the assumption that they are identical (at least in regards to each having the same number of ports). I think a different port-level approach is needed. At least in my data center, there are cases where multiple 8-port PPs are connected to a single 48-port PP.

Ryan Farrington is working on a patch which supports this.
(0000205)
user145   
2010-12-11 03:18   
The timeline is a little pushed as we devs are talking about the actual data structure. I am actually enlisting a DBA @ the office to give me some ideas on how to best handle the implementation and upgrade path if necessary. I am still working on this so dont give up! =)
(0000220)
infrastation   
2011-01-26 08:48   
I am targeting this to 0.19.
(0000232)
infrastation   
2011-02-05 14:11   
Unassigned again.
(0000687)
user276   
2012-06-25 09:31   
Could I ask you how to add information in RT with patchpanel ports now?
It's not clear for me.
I created object "Patch1" , created 8 ports. What's next?
How should I link switch and server through patchpanel?
(0000689)
racktabler   
2012-06-26 09:55   
Hi timofeyl1,

you could also try this plugin

https://github.com/RackTables/racktables-contribs/blob/master/linkmgmt.php
(0001025)
alpharender   
2012-12-07 17:45   
I would like this.
(0001035)
gmsousa   
2012-12-19 21:45   
We are on 0.20.3 and nothing of this feature.
I'm waiting for it!
(0001239)
bohara   
2013-03-11 03:52   
Is this still being worked on? We could do with the functionality in our RT install!
(0001241)
adoom42   
2013-03-11 23:18   
I created a new 'patchpanel' branch which needs to be reviewed. Please try it out and report your findings.

Summary:
https://github.com/RackTables/racktables/blob/patchpanel/README.patchpanel
(0001243)
bohara   
2013-03-12 04:56   
Hi, I just upgrade a dev install from 0.20.3 to the patchpanel branch, upgrade seemed to work fine and im able to link ports to multiple ports and use the 'trace ports' link. all looks ok from some initial testing.

Cheers
(0001505)
czaffari   
2013-06-10 15:54   
Any chance of this feature being included on 0.20.5?
(0001511)
adoom42   
2013-06-12 17:12   
It isn't likely to make it into 0.20.5. Please post to the mailing list to stir up discussion and increase the chances it will merge into 0.20.6.
(0001569)
tommen   
2013-07-03 11:21   
I would love to have it in 0.20.6, this feature i think is a killer for a lot of people.
(0001591)
infrastation   
2013-07-10 19:29   
Reviewed and found OK to merge into master and add any missing finish there. I don't hold this any more.
(0001597)
czaffari   
2013-07-12 20:58   
That's great, news!! Looking forward to use this important feature. Lot's of patchpanels to connect :)
(0001599)
czaffari   
2013-07-16 15:48   
Hi adoom42,

Does infrastation's approval makes it OK to change the issue status to "assigned"?
We wouldn't want to miss the 0.20.6 window, right? :)
(0001983)
cyb3rwulf   
2013-11-25 17:25   
Will this feature be ready at 0.20.7?
(0001985)
adoom42   
2013-11-26 00:38   
cyb3rwulf,

The previous patch was found to be lacking in respect to support of some other features (CDP/LLDP, 802.1Q). There is no estimate of when the work will be completed.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1707 [RackTables] SNMP major always 2016-11-16 02:38 2016-11-17 01:06
Reporter: ingjfnc@gmail.com Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '9.1.578'
Description: Not able to sync with SNMPv2c with errors for Unknown OID

Tags:
Steps To Reproduce: on objects, tab SNMP sync I click on try now and get the error
Additional Information:
Attached Files:
Notes
(0003501)
adoom42   
2016-11-16 03:02   
http://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29
(0003503)
ingjfnc@gmail.com   
2016-11-16 03:09   
thanks
can you please write the patch based on the following information?

model number cisco 2851

SNMPv2-MIB::sysDescr.0 = STRING: Cisco IOS Software, 2800 Software (C2800NM-ADVENTERPRISEK9-M), Version 12.4(24)T8, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2012 by Cisco Systems, Inc.
Compiled Sun 09-Sep-12 04:01 by prod_rel_team


SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9.1.578


IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifIndex.2 = INTEGER: 2
IF-MIB::ifIndex.3 = INTEGER: 3
IF-MIB::ifIndex.4 = INTEGER: 4
IF-MIB::ifIndex.5 = INTEGER: 5
IF-MIB::ifIndex.6 = INTEGER: 6
IF-MIB::ifIndex.7 = INTEGER: 7
IF-MIB::ifIndex.8 = INTEGER: 8
IF-MIB::ifIndex.9 = INTEGER: 9
IF-MIB::ifIndex.10 = INTEGER: 10
IF-MIB::ifIndex.11 = INTEGER: 11
IF-MIB::ifIndex.12 = INTEGER: 12
IF-MIB::ifIndex.13 = INTEGER: 13
IF-MIB::ifIndex.14 = INTEGER: 14
IF-MIB::ifIndex.15 = INTEGER: 15
IF-MIB::ifIndex.17 = INTEGER: 17
IF-MIB::ifIndex.18 = INTEGER: 18
IF-MIB::ifIndex.19 = INTEGER: 19
IF-MIB::ifIndex.20 = INTEGER: 20
IF-MIB::ifIndex.21 = INTEGER: 21
IF-MIB::ifIndex.22 = INTEGER: 22
IF-MIB::ifIndex.23 = INTEGER: 23
IF-MIB::ifIndex.24 = INTEGER: 24
IF-MIB::ifIndex.25 = INTEGER: 25
IF-MIB::ifIndex.26 = INTEGER: 26
IF-MIB::ifDescr.1 = STRING: GigabitEthernet0/0
IF-MIB::ifDescr.2 = STRING: GigabitEthernet0/1
IF-MIB::ifDescr.3 = STRING: FastEthernet0/0/0
IF-MIB::ifDescr.4 = STRING: FastEthernet0/0/1
IF-MIB::ifDescr.5 = STRING: FastEthernet0/0/2
IF-MIB::ifDescr.6 = STRING: FastEthernet0/0/3
IF-MIB::ifDescr.7 = STRING: VoIP-Null0
IF-MIB::ifDescr.8 = STRING: Null0
IF-MIB::ifDescr.9 = STRING: Vlan1
IF-MIB::ifDescr.10 = STRING: Loopback0
IF-MIB::ifDescr.11 = STRING: NVI0
IF-MIB::ifDescr.12 = STRING: Tunnel100
IF-MIB::ifDescr.13 = STRING: Tunnel150
IF-MIB::ifDescr.14 = STRING: Tunnel200
IF-MIB::ifDescr.15 = STRING: Tunnel1000
IF-MIB::ifDescr.17 = STRING: GigabitEthernet0/0.100
IF-MIB::ifDescr.18 = STRING: GigabitEthernet0/0.200
IF-MIB::ifDescr.19 = STRING: GigabitEthernet0/0.300
IF-MIB::ifDescr.20 = STRING: GigabitEthernet0/0.500
IF-MIB::ifDescr.21 = STRING: GigabitEthernet0/0.550
IF-MIB::ifDescr.22 = STRING: GigabitEthernet0/0.600
IF-MIB::ifDescr.23 = STRING: GigabitEthernet0/0.1655
IF-MIB::ifDescr.24 = STRING: GigabitEthernet0/0.1656
IF-MIB::ifDescr.25 = STRING: GigabitEthernet0/0.1657
IF-MIB::ifDescr.26 = STRING: Loopback1
IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.3 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.5 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.6 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.7 = INTEGER: other(1)
IF-MIB::ifType.8 = INTEGER: other(1)
IF-MIB::ifType.9 = INTEGER: propVirtual(53)
IF-MIB::ifType.10 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.11 = INTEGER: other(1)
IF-MIB::ifType.12 = INTEGER: tunnel(131)
IF-MIB::ifType.13 = INTEGER: tunnel(131)
IF-MIB::ifType.14 = INTEGER: tunnel(131)
IF-MIB::ifType.15 = INTEGER: tunnel(131)
IF-MIB::ifType.17 = INTEGER: l2vlan(135)
IF-MIB::ifType.18 = INTEGER: l2vlan(135)
IF-MIB::ifType.19 = INTEGER: l2vlan(135)
IF-MIB::ifType.20 = INTEGER: l2vlan(135)
IF-MIB::ifType.21 = INTEGER: l2vlan(135)
IF-MIB::ifType.22 = INTEGER: l2vlan(135)
IF-MIB::ifType.23 = INTEGER: l2vlan(135)
IF-MIB::ifType.24 = INTEGER: l2vlan(135)
IF-MIB::ifType.25 = INTEGER: l2vlan(135)
IF-MIB::ifType.26 = INTEGER: softwareLoopback(24)
IF-MIB::ifMtu.1 = INTEGER: 1500
IF-MIB::ifMtu.2 = INTEGER: 1500
IF-MIB::ifMtu.3 = INTEGER: 1500
IF-MIB::ifMtu.4 = INTEGER: 1500
IF-MIB::ifMtu.5 = INTEGER: 1500
IF-MIB::ifMtu.6 = INTEGER: 1500
IF-MIB::ifMtu.7 = INTEGER: 1500
IF-MIB::ifMtu.8 = INTEGER: 1500
IF-MIB::ifMtu.9 = INTEGER: 1500
IF-MIB::ifMtu.10 = INTEGER: 1514
IF-MIB::ifMtu.11 = INTEGER: 1514
IF-MIB::ifMtu.12 = INTEGER: 17916
IF-MIB::ifMtu.13 = INTEGER: 17916
IF-MIB::ifMtu.14 = INTEGER: 17916
IF-MIB::ifMtu.15 = INTEGER: 17916
IF-MIB::ifMtu.17 = INTEGER: 1500
IF-MIB::ifMtu.18 = INTEGER: 1500
IF-MIB::ifMtu.19 = INTEGER: 1500
IF-MIB::ifMtu.20 = INTEGER: 1500
IF-MIB::ifMtu.21 = INTEGER: 1500
IF-MIB::ifMtu.22 = INTEGER: 1500
IF-MIB::ifMtu.23 = INTEGER: 1500
IF-MIB::ifMtu.24 = INTEGER: 1500
IF-MIB::ifMtu.25 = INTEGER: 1500
IF-MIB::ifMtu.26 = INTEGER: 1514
IF-MIB::ifSpeed.1 = Gauge32: 1000000000
IF-MIB::ifSpeed.2 = Gauge32: 1000000000
IF-MIB::ifSpeed.3 = Gauge32: 100000000
IF-MIB::ifSpeed.4 = Gauge32: 100000000
IF-MIB::ifSpeed.5 = Gauge32: 100000000
IF-MIB::ifSpeed.6 = Gauge32: 100000000
IF-MIB::ifSpeed.7 = Gauge32: 4294967295
IF-MIB::ifSpeed.8 = Gauge32: 4294967295
IF-MIB::ifSpeed.9 = Gauge32: 100000000
IF-MIB::ifSpeed.10 = Gauge32: 4294967295
IF-MIB::ifSpeed.11 = Gauge32: 56000
IF-MIB::ifSpeed.12 = Gauge32: 100000
IF-MIB::ifSpeed.13 = Gauge32: 1000000000
IF-MIB::ifSpeed.14 = Gauge32: 100000
IF-MIB::ifSpeed.15 = Gauge32: 100000
IF-MIB::ifSpeed.17 = Gauge32: 1000000000
IF-MIB::ifSpeed.18 = Gauge32: 1000000000
IF-MIB::ifSpeed.19 = Gauge32: 1000000000
IF-MIB::ifSpeed.20 = Gauge32: 1000000000
IF-MIB::ifSpeed.21 = Gauge32: 1000000000
IF-MIB::ifSpeed.22 = Gauge32: 1000000000
IF-MIB::ifSpeed.23 = Gauge32: 1000000000
IF-MIB::ifSpeed.24 = Gauge32: 1000000000
IF-MIB::ifSpeed.25 = Gauge32: 1000000000
IF-MIB::ifSpeed.26 = Gauge32: 4294967295
IF-MIB::ifPhysAddress.1 = STRING: 0:15:63:4a:c5:48
IF-MIB::ifPhysAddress.2 = STRING: 0:15:63:4a:c5:49
IF-MIB::ifPhysAddress.3 = STRING: 0:1e:13:7f:e:af
IF-MIB::ifPhysAddress.4 = STRING: 0:1e:13:7f:e:b0
IF-MIB::ifPhysAddress.5 = STRING: 0:1e:13:7f:e:b1
IF-MIB::ifPhysAddress.6 = STRING: 0:1e:13:7f:e:b2
IF-MIB::ifPhysAddress.7 = STRING:
IF-MIB::ifPhysAddress.8 = STRING:
IF-MIB::ifPhysAddress.9 = STRING: 0:15:63:4a:c5:48
IF-MIB::ifPhysAddress.10 = STRING:
IF-MIB::ifPhysAddress.11 = STRING:
IF-MIB::ifPhysAddress.12 = STRING:
IF-MIB::ifPhysAddress.13 = STRING:
IF-MIB::ifPhysAddress.14 = STRING:
IF-MIB::ifPhysAddress.15 = STRING:
IF-MIB::ifPhysAddress.17 = STRING: 0:15:63:4a:c5:48
IF-MIB::ifPhysAddress.18 = STRING: 0:15:63:4a:c5:48
IF-MIB::ifPhysAddress.19 = STRING: 0:15:63:4a:c5:48
IF-MIB::ifPhysAddress.20 = STRING: 0:15:63:4a:c5:48
IF-MIB::ifPhysAddress.21 = STRING: 0:15:63:4a:c5:48
IF-MIB::ifPhysAddress.22 = STRING: 0:15:63:4a:c5:48
IF-MIB::ifPhysAddress.23 = STRING: 0:15:63:4a:c5:48
IF-MIB::ifPhysAddress.24 = STRING: 0:15:63:4a:c5:48
IF-MIB::ifPhysAddress.25 = STRING: 0:15:63:4a:c5:48
IF-MIB::ifPhysAddress.26 = STRING:
IF-MIB::ifAdminStatus.1 = INTEGER: up(1)
IF-MIB::ifAdminStatus.2 = INTEGER: down(2)
IF-MIB::ifAdminStatus.3 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4 = INTEGER: up(1)
IF-MIB::ifAdminStatus.5 = INTEGER: up(1)
IF-MIB::ifAdminStatus.6 = INTEGER: up(1)
IF-MIB::ifAdminStatus.7 = INTEGER: up(1)
IF-MIB::ifAdminStatus.8 = INTEGER: up(1)
IF-MIB::ifAdminStatus.9 = INTEGER: up(1)
IF-MIB::ifAdminStatus.10 = INTEGER: up(1)
IF-MIB::ifAdminStatus.11 = INTEGER: up(1)
IF-MIB::ifAdminStatus.12 = INTEGER: up(1)
IF-MIB::ifAdminStatus.13 = INTEGER: up(1)
IF-MIB::ifAdminStatus.14 = INTEGER: up(1)
IF-MIB::ifAdminStatus.15 = INTEGER: up(1)
IF-MIB::ifAdminStatus.17 = INTEGER: up(1)
IF-MIB::ifAdminStatus.18 = INTEGER: up(1)
IF-MIB::ifAdminStatus.19 = INTEGER: up(1)
IF-MIB::ifAdminStatus.20 = INTEGER: up(1)
IF-MIB::ifAdminStatus.21 = INTEGER: up(1)
IF-MIB::ifAdminStatus.22 = INTEGER: up(1)
IF-MIB::ifAdminStatus.23 = INTEGER: up(1)
IF-MIB::ifAdminStatus.24 = INTEGER: up(1)
IF-MIB::ifAdminStatus.25 = INTEGER: up(1)
IF-MIB::ifAdminStatus.26 = INTEGER: up(1)
IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.2 = INTEGER: down(2)
IF-MIB::ifOperStatus.3 = INTEGER: down(2)
IF-MIB::ifOperStatus.4 = INTEGER: down(2)
IF-MIB::ifOperStatus.5 = INTEGER: down(2)
IF-MIB::ifOperStatus.6 = INTEGER: down(2)
IF-MIB::ifOperStatus.7 = INTEGER: up(1)
IF-MIB::ifOperStatus.8 = INTEGER: up(1)
IF-MIB::ifOperStatus.9 = INTEGER: down(2)
IF-MIB::ifOperStatus.10 = INTEGER: up(1)
IF-MIB::ifOperStatus.11 = INTEGER: up(1)
IF-MIB::ifOperStatus.12 = INTEGER: up(1)
IF-MIB::ifOperStatus.13 = INTEGER: up(1)
IF-MIB::ifOperStatus.14 = INTEGER: up(1)
IF-MIB::ifOperStatus.15 = INTEGER: down(2)
IF-MIB::ifOperStatus.17 = INTEGER: up(1)
IF-MIB::ifOperStatus.18 = INTEGER: up(1)
IF-MIB::ifOperStatus.19 = INTEGER: up(1)
IF-MIB::ifOperStatus.20 = INTEGER: up(1)
IF-MIB::ifOperStatus.21 = INTEGER: up(1)
IF-MIB::ifOperStatus.22 = INTEGER: up(1)
IF-MIB::ifOperStatus.23 = INTEGER: up(1)
IF-MIB::ifOperStatus.24 = INTEGER: up(1)
IF-MIB::ifOperStatus.25 = INTEGER: up(1)
IF-MIB::ifOperStatus.26 = INTEGER: up(1)
IF-MIB::ifLastChange.1 = Timeticks: (426807110) 49 days, 9:34:31.10
IF-MIB::ifLastChange.2 = Timeticks: (3542) 0:00:35.42
IF-MIB::ifLastChange.3 = Timeticks: (4305) 0:00:43.05
IF-MIB::ifLastChange.4 = Timeticks: (4305) 0:00:43.05
IF-MIB::ifLastChange.5 = Timeticks: (4305) 0:00:43.05
IF-MIB::ifLastChange.6 = Timeticks: (4305) 0:00:43.05
IF-MIB::ifLastChange.7 = Timeticks: (2792) 0:00:27.92
IF-MIB::ifLastChange.8 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.9 = Timeticks: (2848) 0:00:28.48
IF-MIB::ifLastChange.10 = Timeticks: (3077) 0:00:30.77
IF-MIB::ifLastChange.11 = Timeticks: (3077) 0:00:30.77
IF-MIB::ifLastChange.12 = Timeticks: (426808243) 49 days, 9:34:42.43
IF-MIB::ifLastChange.13 = Timeticks: (1259750586) 145 days, 19:18:25.86
IF-MIB::ifLastChange.14 = Timeticks: (426808597) 49 days, 9:34:45.97
IF-MIB::ifLastChange.15 = Timeticks: (3616) 0:00:36.16
IF-MIB::ifLastChange.17 = Timeticks: (426807110) 49 days, 9:34:31.10
IF-MIB::ifLastChange.18 = Timeticks: (426807110) 49 days, 9:34:31.10
IF-MIB::ifLastChange.19 = Timeticks: (426807110) 49 days, 9:34:31.10
IF-MIB::ifLastChange.20 = Timeticks: (426807110) 49 days, 9:34:31.10
IF-MIB::ifLastChange.21 = Timeticks: (426807110) 49 days, 9:34:31.10
IF-MIB::ifLastChange.22 = Timeticks: (426807110) 49 days, 9:34:31.10
IF-MIB::ifLastChange.23 = Timeticks: (426807110) 49 days, 9:34:31.10
IF-MIB::ifLastChange.24 = Timeticks: (426807110) 49 days, 9:34:31.10
IF-MIB::ifLastChange.25 = Timeticks: (426807110) 49 days, 9:34:31.10
IF-MIB::ifLastChange.26 = Timeticks: (291080443) 33 days, 16:33:24.43
IF-MIB::ifInOctets.1 = Counter32: 1503350020
IF-MIB::ifInOctets.2 = Counter32: 0
IF-MIB::ifInOctets.3 = Counter32: 0
IF-MIB::ifInOctets.4 = Counter32: 0
IF-MIB::ifInOctets.5 = Counter32: 0
IF-MIB::ifInOctets.6 = Counter32: 0
IF-MIB::ifInOctets.7 = Counter32: 0
IF-MIB::ifInOctets.8 = Counter32: 0
IF-MIB::ifInOctets.9 = Counter32: 0
IF-MIB::ifInOctets.10 = Counter32: 0
IF-MIB::ifInOctets.11 = Counter32: 0
IF-MIB::ifInOctets.12 = Counter32: 1712611142
IF-MIB::ifInOctets.13 = Counter32: 4146913135
IF-MIB::ifInOctets.14 = Counter32: 567097993
IF-MIB::ifInOctets.15 = Counter32: 0
IF-MIB::ifInOctets.17 = Counter32: 3309397857
IF-MIB::ifInOctets.18 = Counter32: 2673334571
IF-MIB::ifInOctets.19 = Counter32: 39883847
IF-MIB::ifInOctets.20 = Counter32: 3987526046
IF-MIB::ifInOctets.21 = Counter32: 0
IF-MIB::ifInOctets.22 = Counter32: 0
IF-MIB::ifInOctets.23 = Counter32: 14864903
IF-MIB::ifInOctets.24 = Counter32: 2378609546
IF-MIB::ifInOctets.25 = Counter32: 1992654238
IF-MIB::ifInOctets.26 = Counter32: 0
IF-MIB::ifInUcastPkts.1 = Counter32: 2546694977
IF-MIB::ifInUcastPkts.2 = Counter32: 0
IF-MIB::ifInUcastPkts.3 = Counter32: 0
IF-MIB::ifInUcastPkts.4 = Counter32: 0
IF-MIB::ifInUcastPkts.5 = Counter32: 0
IF-MIB::ifInUcastPkts.6 = Counter32: 0
IF-MIB::ifInUcastPkts.7 = Counter32: 0
IF-MIB::ifInUcastPkts.8 = Counter32: 0
IF-MIB::ifInUcastPkts.9 = Counter32: 0
IF-MIB::ifInUcastPkts.10 = Counter32: 0
IF-MIB::ifInUcastPkts.11 = Counter32: 0
IF-MIB::ifInUcastPkts.12 = Counter32: 368114820
IF-MIB::ifInUcastPkts.13 = Counter32: 86627490
IF-MIB::ifInUcastPkts.14 = Counter32: 6807784
IF-MIB::ifInUcastPkts.15 = Counter32: 0
IF-MIB::ifInUcastPkts.17 = Counter32: 1631066736
IF-MIB::ifInUcastPkts.18 = Counter32: 975852406
IF-MIB::ifInUcastPkts.19 = Counter32: 326672040
IF-MIB::ifInUcastPkts.20 = Counter32: 86859218
IF-MIB::ifInUcastPkts.21 = Counter32: 0
IF-MIB::ifInUcastPkts.22 = Counter32: 0
IF-MIB::ifInUcastPkts.23 = Counter32: 370339129
IF-MIB::ifInUcastPkts.24 = Counter32: 320349765
IF-MIB::ifInUcastPkts.25 = Counter32: 3130462430
IF-MIB::ifInUcastPkts.26 = Counter32: 0
IF-MIB::ifInDiscards.1 = Counter32: 49988
IF-MIB::ifInDiscards.2 = Counter32: 0
IF-MIB::ifInDiscards.3 = Counter32: 0
IF-MIB::ifInDiscards.4 = Counter32: 0
IF-MIB::ifInDiscards.5 = Counter32: 0
IF-MIB::ifInDiscards.6 = Counter32: 0
IF-MIB::ifInDiscards.7 = Counter32: 0
IF-MIB::ifInDiscards.8 = Counter32: 0
IF-MIB::ifInDiscards.9 = Counter32: 0
IF-MIB::ifInDiscards.10 = Counter32: 0
IF-MIB::ifInDiscards.11 = Counter32: 0
IF-MIB::ifInDiscards.12 = Counter32: 0
IF-MIB::ifInDiscards.13 = Counter32: 0
IF-MIB::ifInDiscards.14 = Counter32: 0
IF-MIB::ifInDiscards.15 = Counter32: 0
IF-MIB::ifInDiscards.26 = Counter32: 0
IF-MIB::ifInErrors.1 = Counter32: 2978065
IF-MIB::ifInErrors.2 = Counter32: 0
IF-MIB::ifInErrors.3 = Counter32: 0
IF-MIB::ifInErrors.4 = Counter32: 0
IF-MIB::ifInErrors.5 = Counter32: 0
IF-MIB::ifInErrors.6 = Counter32: 0
IF-MIB::ifInErrors.7 = Counter32: 0
IF-MIB::ifInErrors.8 = Counter32: 0
IF-MIB::ifInErrors.9 = Counter32: 0
IF-MIB::ifInErrors.10 = Counter32: 0
IF-MIB::ifInErrors.11 = Counter32: 0
IF-MIB::ifInErrors.12 = Counter32: 0
IF-MIB::ifInErrors.13 = Counter32: 0
IF-MIB::ifInErrors.14 = Counter32: 0
IF-MIB::ifInErrors.15 = Counter32: 0
IF-MIB::ifInErrors.26 = Counter32: 0
IF-MIB::ifInUnknownProtos.1 = Counter32: 84094
IF-MIB::ifInUnknownProtos.2 = Counter32: 0
IF-MIB::ifInUnknownProtos.3 = Counter32: 0
IF-MIB::ifInUnknownProtos.4 = Counter32: 0
IF-MIB::ifInUnknownProtos.5 = Counter32: 0
IF-MIB::ifInUnknownProtos.6 = Counter32: 0
IF-MIB::ifInUnknownProtos.7 = Counter32: 0
IF-MIB::ifInUnknownProtos.8 = Counter32: 0
IF-MIB::ifInUnknownProtos.9 = Counter32: 0
IF-MIB::ifInUnknownProtos.10 = Counter32: 0
IF-MIB::ifInUnknownProtos.11 = Counter32: 0
IF-MIB::ifInUnknownProtos.12 = Counter32: 0
IF-MIB::ifInUnknownProtos.13 = Counter32: 0
IF-MIB::ifInUnknownProtos.14 = Counter32: 0
IF-MIB::ifInUnknownProtos.15 = Counter32: 0
IF-MIB::ifInUnknownProtos.26 = Counter32: 0
IF-MIB::ifOutOctets.1 = Counter32: 4290401634
IF-MIB::ifOutOctets.2 = Counter32: 0
IF-MIB::ifOutOctets.3 = Counter32: 0
IF-MIB::ifOutOctets.4 = Counter32: 0
IF-MIB::ifOutOctets.5 = Counter32: 0
IF-MIB::ifOutOctets.6 = Counter32: 0
IF-MIB::ifOutOctets.7 = Counter32: 0
IF-MIB::ifOutOctets.8 = Counter32: 0
IF-MIB::ifOutOctets.9 = Counter32: 1832831
IF-MIB::ifOutOctets.10 = Counter32: 28397
IF-MIB::ifOutOctets.11 = Counter32: 0
IF-MIB::ifOutOctets.12 = Counter32: 2599114864
IF-MIB::ifOutOctets.13 = Counter32: 311337341
IF-MIB::ifOutOctets.14 = Counter32: 1391195173
IF-MIB::ifOutOctets.15 = Counter32: 0
IF-MIB::ifOutOctets.17 = Counter32: 1939160463
IF-MIB::ifOutOctets.18 = Counter32: 3752663216
IF-MIB::ifOutOctets.19 = Counter32: 1818709163
IF-MIB::ifOutOctets.20 = Counter32: 83581
IF-MIB::ifOutOctets.21 = Counter32: 141652284
IF-MIB::ifOutOctets.22 = Counter32: 1240
IF-MIB::ifOutOctets.23 = Counter32: 818047461
IF-MIB::ifOutOctets.24 = Counter32: 423074470
IF-MIB::ifOutOctets.25 = Counter32: 1569819895
IF-MIB::ifOutOctets.26 = Counter32: 0
IF-MIB::ifOutUcastPkts.1 = Counter32: 2526689802
IF-MIB::ifOutUcastPkts.2 = Counter32: 0
IF-MIB::ifOutUcastPkts.3 = Counter32: 0
IF-MIB::ifOutUcastPkts.4 = Counter32: 0
IF-MIB::ifOutUcastPkts.5 = Counter32: 0
IF-MIB::ifOutUcastPkts.6 = Counter32: 0
IF-MIB::ifOutUcastPkts.7 = Counter32: 0
IF-MIB::ifOutUcastPkts.8 = Counter32: 0
IF-MIB::ifOutUcastPkts.9 = Counter32: 23803
IF-MIB::ifOutUcastPkts.10 = Counter32: 445
IF-MIB::ifOutUcastPkts.11 = Counter32: 0
IF-MIB::ifOutUcastPkts.12 = Counter32: 374924316
IF-MIB::ifOutUcastPkts.13 = Counter32: 77395457
IF-MIB::ifOutUcastPkts.14 = Counter32: 11340708
IF-MIB::ifOutUcastPkts.15 = Counter32: 0
IF-MIB::ifOutUcastPkts.17 = Counter32: 2411895027
IF-MIB::ifOutUcastPkts.18 = Counter32: 1381569540
IF-MIB::ifOutUcastPkts.19 = Counter32: 317355443
IF-MIB::ifOutUcastPkts.20 = Counter32: 986
IF-MIB::ifOutUcastPkts.21 = Counter32: 0
IF-MIB::ifOutUcastPkts.22 = Counter32: 0
IF-MIB::ifOutUcastPkts.23 = Counter32: 376357093
IF-MIB::ifOutUcastPkts.24 = Counter32: 329861993
IF-MIB::ifOutUcastPkts.25 = Counter32: 2003186910
IF-MIB::ifOutUcastPkts.26 = Counter32: 0
IF-MIB::ifOutDiscards.1 = Counter32: 0
IF-MIB::ifOutDiscards.2 = Counter32: 0
IF-MIB::ifOutDiscards.3 = Counter32: 0
IF-MIB::ifOutDiscards.4 = Counter32: 0
IF-MIB::ifOutDiscards.5 = Counter32: 0
IF-MIB::ifOutDiscards.6 = Counter32: 0
IF-MIB::ifOutDiscards.7 = Counter32: 0
IF-MIB::ifOutDiscards.8 = Counter32: 0
IF-MIB::ifOutDiscards.9 = Counter32: 0
IF-MIB::ifOutDiscards.10 = Counter32: 0
IF-MIB::ifOutDiscards.11 = Counter32: 0
IF-MIB::ifOutDiscards.12 = Counter32: 2977
IF-MIB::ifOutDiscards.13 = Counter32: 14
IF-MIB::ifOutDiscards.14 = Counter32: 27
IF-MIB::ifOutDiscards.15 = Counter32: 0
IF-MIB::ifOutDiscards.26 = Counter32: 0
IF-MIB::ifOutErrors.1 = Counter32: 0
IF-MIB::ifOutErrors.2 = Counter32: 0
IF-MIB::ifOutErrors.3 = Counter32: 0
IF-MIB::ifOutErrors.4 = Counter32: 0
IF-MIB::ifOutErrors.5 = Counter32: 0
IF-MIB::ifOutErrors.6 = Counter32: 0
IF-MIB::ifOutErrors.7 = Counter32: 0
IF-MIB::ifOutErrors.8 = Counter32: 0
IF-MIB::ifOutErrors.9 = Counter32: 0
IF-MIB::ifOutErrors.10 = Counter32: 0
IF-MIB::ifOutErrors.11 = Counter32: 0
IF-MIB::ifOutErrors.12 = Counter32: 0
IF-MIB::ifOutErrors.13 = Counter32: 0
IF-MIB::ifOutErrors.14 = Counter32: 0
IF-MIB::ifOutErrors.15 = Counter32: 0
IF-MIB::ifOutErrors.26 = Counter32: 0
(0003505)
ingjfnc@gmail.com   
2016-11-17 01:06   
I tried to search a resolved ticket for snmp issues so I could manually modify the snmp file with the right values as the wiki entry was not very clear.
I thought to have a real ticket with real values and the resolution was going to help me however I have seen that the resolved tickets only say that it is fixed in version 0.21.0 which in the roadmap it says that it is scheduled for release on 2020.
is there any way I can get some further information on how to modify the file myself. I mean, to get some examples so I can understand what to put in the settings?

thanks


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1705 [RackTables] SNMP feature always 2016-11-14 12:13 2016-11-14 12:13
Reporter: rawahi10 Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Aruba7240 wireless controller
Description: trying to get snmp connection but i am getting Unknown OID '14823.1.1.34'
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: SNMP_Aruba (14,565 bytes) 2016-11-14 12:13
https://bugs.racktables.org/file_download.php?file_id=1005&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1703 [RackTables] SNMP minor always 2016-11-13 11:56 2016-11-14 04:37
Reporter: rawahi10 Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: feedback Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: SNMP for procurve 8212 and 5400 switches doesn't work
Description: I am trying to get snmpv2 connection with procurve 8212zl and 5406 but i am getting "Unknown OID '11.2.3.7.11.72'"

Thank you
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: snmpv2.txt (1,582 bytes) 2016-11-13 11:56
https://bugs.racktables.org/file_download.php?file_id=999&type=bug
SNMP_8212 (156,170 bytes) 2016-11-14 04:36
https://bugs.racktables.org/file_download.php?file_id=1001&type=bug
SNMP_5400 (36,937 bytes) 2016-11-14 04:37
https://bugs.racktables.org/file_download.php?file_id=1003&type=bug
Notes
(0003497)
adoom42   
2016-11-13 17:46   
http://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1689 [RackTables] SNMP minor always 2016-09-14 20:53 2016-09-14 20:53
Reporter: Samhairn Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '1916.2.93' With SNMP Query of a Extreme Network X-450a-24t
Description: I can get snmp info from a Extreme Network X-450a-24t. Informations to developers to write a patch follow in annex.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: x450a-24t.txt (499 bytes) 2016-09-14 20:53
https://bugs.racktables.org/file_download.php?file_id=985&type=bug
x450a-24t-IfTable.txt (94,849 bytes) 2016-09-14 20:53
https://bugs.racktables.org/file_download.php?file_id=987&type=bug
x450a-24t-MIB.txt (70,162 bytes) 2016-09-14 20:53
https://bugs.racktables.org/file_download.php?file_id=989&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1685 [RackTables] SNMP minor always 2016-09-05 16:49 2016-09-05 16:49
Reporter: dragonfly.net Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID 'OID: GENERIC-3COM-VLAN-MIB-1-0-6::a3Com.1.16.4.3.14'
Description: sysDescr.0
SNMPv2-MIB::sysDescr.0 = STRING: 3Com Switch 5500-EI 52-Port Software Version 3Com OS V3.03.02s168ep10
sysObjectID.0
SNMPv2-MIB::sysObjectID.0 = OID: GENERIC-3COM-VLAN-MIB-1-0-6::a3Com.1.16.4.3.14

ifTable:
IF-MIB::ifIndex.14 = INTEGER: 14
IF-MIB::ifIndex.16 = INTEGER: 16
IF-MIB::ifIndex.31 = INTEGER: 31
IF-MIB::ifIndex.103 = INTEGER: 103
IF-MIB::ifIndex.3879 = INTEGER: 3879
IF-MIB::ifIndex.4227614 = INTEGER: 4227614
IF-MIB::ifIndex.4227626 = INTEGER: 4227626
IF-MIB::ifIndex.4227634 = INTEGER: 4227634
IF-MIB::ifIndex.4227642 = INTEGER: 4227642
IF-MIB::ifIndex.4227650 = INTEGER: 4227650
IF-MIB::ifIndex.4227658 = INTEGER: 4227658
IF-MIB::ifIndex.4227666 = INTEGER: 4227666
IF-MIB::ifIndex.4227674 = INTEGER: 4227674
IF-MIB::ifIndex.4227682 = INTEGER: 4227682
IF-MIB::ifIndex.4227690 = INTEGER: 4227690
IF-MIB::ifIndex.4227698 = INTEGER: 4227698
IF-MIB::ifIndex.4227706 = INTEGER: 4227706
IF-MIB::ifIndex.4227714 = INTEGER: 4227714
IF-MIB::ifIndex.4227722 = INTEGER: 4227722
IF-MIB::ifIndex.4227730 = INTEGER: 4227730
IF-MIB::ifIndex.4227738 = INTEGER: 4227738
IF-MIB::ifIndex.4227746 = INTEGER: 4227746
IF-MIB::ifIndex.4227754 = INTEGER: 4227754
IF-MIB::ifIndex.4227762 = INTEGER: 4227762
IF-MIB::ifIndex.4227770 = INTEGER: 4227770
IF-MIB::ifIndex.4227778 = INTEGER: 4227778
IF-MIB::ifIndex.4227786 = INTEGER: 4227786
IF-MIB::ifIndex.4227794 = INTEGER: 4227794
IF-MIB::ifIndex.4227802 = INTEGER: 4227802
IF-MIB::ifIndex.4227810 = INTEGER: 4227810
IF-MIB::ifIndex.4227818 = INTEGER: 4227818
IF-MIB::ifIndex.4227826 = INTEGER: 4227826
IF-MIB::ifIndex.4227834 = INTEGER: 4227834
IF-MIB::ifIndex.4227842 = INTEGER: 4227842
IF-MIB::ifIndex.4227850 = INTEGER: 4227850
IF-MIB::ifIndex.4227858 = INTEGER: 4227858
IF-MIB::ifIndex.4227866 = INTEGER: 4227866
IF-MIB::ifIndex.4227874 = INTEGER: 4227874
IF-MIB::ifIndex.4227882 = INTEGER: 4227882
IF-MIB::ifIndex.4227890 = INTEGER: 4227890
IF-MIB::ifIndex.4227898 = INTEGER: 4227898
IF-MIB::ifIndex.4227906 = INTEGER: 4227906
IF-MIB::ifIndex.4227914 = INTEGER: 4227914
IF-MIB::ifIndex.4227922 = INTEGER: 4227922
IF-MIB::ifIndex.4227930 = INTEGER: 4227930
IF-MIB::ifIndex.4227938 = INTEGER: 4227938
IF-MIB::ifIndex.4227946 = INTEGER: 4227946
IF-MIB::ifIndex.4227954 = INTEGER: 4227954
IF-MIB::ifIndex.4227962 = INTEGER: 4227962
IF-MIB::ifIndex.4227970 = INTEGER: 4227970
IF-MIB::ifIndex.4227978 = INTEGER: 4227978
IF-MIB::ifIndex.4227986 = INTEGER: 4227986
IF-MIB::ifIndex.4227994 = INTEGER: 4227994
IF-MIB::ifIndex.4228002 = INTEGER: 4228002
IF-MIB::ifIndex.4228009 = INTEGER: 4228009
IF-MIB::ifIndex.4228017 = INTEGER: 4228017
IF-MIB::ifIndex.4228025 = INTEGER: 4228025
IF-MIB::ifIndex.4228033 = INTEGER: 4228033
IF-MIB::ifDescr.14 = STRING: NULL0
IF-MIB::ifDescr.16 = STRING: InLoopBack0
IF-MIB::ifDescr.31 = STRING: Vlan-interface1
IF-MIB::ifDescr.103 = STRING: Vlan-interface10
IF-MIB::ifDescr.3879 = STRING: Vlan-interface482
IF-MIB::ifDescr.4227614 = STRING: Aux1/0/0
IF-MIB::ifDescr.4227626 = STRING: Ethernet1/0/1
IF-MIB::ifDescr.4227634 = STRING: Ethernet1/0/2
IF-MIB::ifDescr.4227642 = STRING: Ethernet1/0/3
IF-MIB::ifDescr.4227650 = STRING: Ethernet1/0/4
IF-MIB::ifDescr.4227658 = STRING: Ethernet1/0/5
IF-MIB::ifDescr.4227666 = STRING: Ethernet1/0/6
IF-MIB::ifDescr.4227674 = STRING: Ethernet1/0/7
IF-MIB::ifDescr.4227682 = STRING: Ethernet1/0/8
IF-MIB::ifDescr.4227690 = STRING: Ethernet1/0/9
IF-MIB::ifDescr.4227698 = STRING: Ethernet1/0/10
IF-MIB::ifDescr.4227706 = STRING: Ethernet1/0/11
IF-MIB::ifDescr.4227714 = STRING: Ethernet1/0/12
IF-MIB::ifDescr.4227722 = STRING: Ethernet1/0/13
IF-MIB::ifDescr.4227730 = STRING: Ethernet1/0/14
IF-MIB::ifDescr.4227738 = STRING: Ethernet1/0/15
IF-MIB::ifDescr.4227746 = STRING: Ethernet1/0/16
IF-MIB::ifDescr.4227754 = STRING: Ethernet1/0/17
IF-MIB::ifDescr.4227762 = STRING: Ethernet1/0/18
IF-MIB::ifDescr.4227770 = STRING: Ethernet1/0/19
IF-MIB::ifDescr.4227778 = STRING: Ethernet1/0/20
IF-MIB::ifDescr.4227786 = STRING: Ethernet1/0/21
IF-MIB::ifDescr.4227794 = STRING: Ethernet1/0/22
IF-MIB::ifDescr.4227802 = STRING: Ethernet1/0/23
IF-MIB::ifDescr.4227810 = STRING: Ethernet1/0/24
IF-MIB::ifDescr.4227818 = STRING: Ethernet1/0/25
IF-MIB::ifDescr.4227826 = STRING: Ethernet1/0/26
IF-MIB::ifDescr.4227834 = STRING: Ethernet1/0/27
IF-MIB::ifDescr.4227842 = STRING: Ethernet1/0/28
IF-MIB::ifDescr.4227850 = STRING: Ethernet1/0/29
IF-MIB::ifDescr.4227858 = STRING: Ethernet1/0/30
IF-MIB::ifDescr.4227866 = STRING: Ethernet1/0/31
IF-MIB::ifDescr.4227874 = STRING: Ethernet1/0/32
IF-MIB::ifDescr.4227882 = STRING: Ethernet1/0/33
IF-MIB::ifDescr.4227890 = STRING: Ethernet1/0/34
IF-MIB::ifDescr.4227898 = STRING: Ethernet1/0/35
IF-MIB::ifDescr.4227906 = STRING: Ethernet1/0/36
IF-MIB::ifDescr.4227914 = STRING: Ethernet1/0/37
IF-MIB::ifDescr.4227922 = STRING: Ethernet1/0/38
IF-MIB::ifDescr.4227930 = STRING: Ethernet1/0/39
IF-MIB::ifDescr.4227938 = STRING: Ethernet1/0/40
IF-MIB::ifDescr.4227946 = STRING: Ethernet1/0/41
IF-MIB::ifDescr.4227954 = STRING: Ethernet1/0/42
IF-MIB::ifDescr.4227962 = STRING: Ethernet1/0/43
IF-MIB::ifDescr.4227970 = STRING: Ethernet1/0/44
IF-MIB::ifDescr.4227978 = STRING: Ethernet1/0/45
IF-MIB::ifDescr.4227986 = STRING: Ethernet1/0/46
IF-MIB::ifDescr.4227994 = STRING: Ethernet1/0/47
IF-MIB::ifDescr.4228002 = STRING: Ethernet1/0/48
IF-MIB::ifDescr.4228009 = STRING: GigabitEthernet1/0/49
IF-MIB::ifDescr.4228017 = STRING: GigabitEthernet1/0/50
IF-MIB::ifDescr.4228025 = STRING: GigabitEthernet1/0/51
IF-MIB::ifDescr.4228033 = STRING: GigabitEthernet1/0/52
IF-MIB::ifType.14 = INTEGER: other(1)
IF-MIB::ifType.16 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.31 = INTEGER: l3ipvlan(136)
IF-MIB::ifType.103 = INTEGER: l3ipvlan(136)
IF-MIB::ifType.3879 = INTEGER: l3ipvlan(136)
IF-MIB::ifType.4227614 = INTEGER: ppp(23)
IF-MIB::ifType.4227626 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227634 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227642 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227650 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227658 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227666 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227674 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227682 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227690 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227698 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227706 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227714 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227722 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227730 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227738 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227746 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227754 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227762 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227770 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227778 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227786 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227794 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227802 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227810 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227818 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227826 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227834 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227842 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227850 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227858 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227866 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227874 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227882 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227890 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227898 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227906 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227914 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227922 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227930 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227938 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227946 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227954 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227962 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227970 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227978 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227986 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4227994 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4228002 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4228009 = INTEGER: gigabitEthernet(117)
IF-MIB::ifType.4228017 = INTEGER: gigabitEthernet(117)
IF-MIB::ifType.4228025 = INTEGER: gigabitEthernet(117)
IF-MIB::ifType.4228033 = INTEGER: gigabitEthernet(117)
IF-MIB::ifMtu.14 = INTEGER: 1500
IF-MIB::ifMtu.16 = INTEGER: 1536
IF-MIB::ifMtu.31 = INTEGER: 1500
IF-MIB::ifMtu.103 = INTEGER: 1500
IF-MIB::ifMtu.3879 = INTEGER: 1500
IF-MIB::ifMtu.4227614 = INTEGER: 1500
IF-MIB::ifMtu.4227626 = INTEGER: 1522
IF-MIB::ifMtu.4227634 = INTEGER: 1522
IF-MIB::ifMtu.4227642 = INTEGER: 1522
IF-MIB::ifMtu.4227650 = INTEGER: 1522
IF-MIB::ifMtu.4227658 = INTEGER: 1522
IF-MIB::ifMtu.4227666 = INTEGER: 1522
IF-MIB::ifMtu.4227674 = INTEGER: 1522
IF-MIB::ifMtu.4227682 = INTEGER: 1522
IF-MIB::ifMtu.4227690 = INTEGER: 1522
IF-MIB::ifMtu.4227698 = INTEGER: 1522
IF-MIB::ifMtu.4227706 = INTEGER: 1522
IF-MIB::ifMtu.4227714 = INTEGER: 1522
IF-MIB::ifMtu.4227722 = INTEGER: 1522
IF-MIB::ifMtu.4227730 = INTEGER: 1522
IF-MIB::ifMtu.4227738 = INTEGER: 1522
IF-MIB::ifMtu.4227746 = INTEGER: 1522
IF-MIB::ifMtu.4227754 = INTEGER: 1522
IF-MIB::ifMtu.4227762 = INTEGER: 1522
IF-MIB::ifMtu.4227770 = INTEGER: 1522
IF-MIB::ifMtu.4227778 = INTEGER: 1522
IF-MIB::ifMtu.4227786 = INTEGER: 1522
IF-MIB::ifMtu.4227794 = INTEGER: 1522
IF-MIB::ifMtu.4227802 = INTEGER: 1522
IF-MIB::ifMtu.4227810 = INTEGER: 1522
IF-MIB::ifMtu.4227818 = INTEGER: 1522
IF-MIB::ifMtu.4227826 = INTEGER: 1522
IF-MIB::ifMtu.4227834 = INTEGER: 1522
IF-MIB::ifMtu.4227842 = INTEGER: 1522
IF-MIB::ifMtu.4227850 = INTEGER: 1522
IF-MIB::ifMtu.4227858 = INTEGER: 1522
IF-MIB::ifMtu.4227866 = INTEGER: 1522
IF-MIB::ifMtu.4227874 = INTEGER: 1522
IF-MIB::ifMtu.4227882 = INTEGER: 1522
IF-MIB::ifMtu.4227890 = INTEGER: 1522
IF-MIB::ifMtu.4227898 = INTEGER: 1522
IF-MIB::ifMtu.4227906 = INTEGER: 1522
IF-MIB::ifMtu.4227914 = INTEGER: 1522
IF-MIB::ifMtu.4227922 = INTEGER: 1522
IF-MIB::ifMtu.4227930 = INTEGER: 1522
IF-MIB::ifMtu.4227938 = INTEGER: 1522
IF-MIB::ifMtu.4227946 = INTEGER: 1522
IF-MIB::ifMtu.4227954 = INTEGER: 1522
IF-MIB::ifMtu.4227962 = INTEGER: 1522
IF-MIB::ifMtu.4227970 = INTEGER: 1522
IF-MIB::ifMtu.4227978 = INTEGER: 1522
IF-MIB::ifMtu.4227986 = INTEGER: 1522
IF-MIB::ifMtu.4227994 = INTEGER: 1522
IF-MIB::ifMtu.4228002 = INTEGER: 1522
IF-MIB::ifMtu.4228009 = INTEGER: 1522
IF-MIB::ifMtu.4228017 = INTEGER: 1522
IF-MIB::ifMtu.4228025 = INTEGER: 9216
IF-MIB::ifMtu.4228033 = INTEGER: 9216
IF-MIB::ifSpeed.14 = Gauge32: 0
IF-MIB::ifSpeed.16 = Gauge32: 0
IF-MIB::ifSpeed.31 = Gauge32: 0
IF-MIB::ifSpeed.103 = Gauge32: 0
IF-MIB::ifSpeed.3879 = Gauge32: 0
IF-MIB::ifSpeed.4227614 = Gauge32: 0
IF-MIB::ifSpeed.4227626 = Gauge32: 100000000
IF-MIB::ifSpeed.4227634 = Gauge32: 100000000
IF-MIB::ifSpeed.4227642 = Gauge32: 100000000
IF-MIB::ifSpeed.4227650 = Gauge32: 100000000
IF-MIB::ifSpeed.4227658 = Gauge32: 100000000
IF-MIB::ifSpeed.4227666 = Gauge32: 0
IF-MIB::ifSpeed.4227674 = Gauge32: 0
IF-MIB::ifSpeed.4227682 = Gauge32: 10000000
IF-MIB::ifSpeed.4227690 = Gauge32: 100000000
IF-MIB::ifSpeed.4227698 = Gauge32: 100000000
IF-MIB::ifSpeed.4227706 = Gauge32: 100000000
IF-MIB::ifSpeed.4227714 = Gauge32: 0
IF-MIB::ifSpeed.4227722 = Gauge32: 100000000
IF-MIB::ifSpeed.4227730 = Gauge32: 0
IF-MIB::ifSpeed.4227738 = Gauge32: 0
IF-MIB::ifSpeed.4227746 = Gauge32: 0
IF-MIB::ifSpeed.4227754 = Gauge32: 100000000
IF-MIB::ifSpeed.4227762 = Gauge32: 100000000
IF-MIB::ifSpeed.4227770 = Gauge32: 0
IF-MIB::ifSpeed.4227778 = Gauge32: 0
IF-MIB::ifSpeed.4227786 = Gauge32: 0
IF-MIB::ifSpeed.4227794 = Gauge32: 10000000
IF-MIB::ifSpeed.4227802 = Gauge32: 100000000
IF-MIB::ifSpeed.4227810 = Gauge32: 0
IF-MIB::ifSpeed.4227818 = Gauge32: 100000000
IF-MIB::ifSpeed.4227826 = Gauge32: 100000000
IF-MIB::ifSpeed.4227834 = Gauge32: 100000000
IF-MIB::ifSpeed.4227842 = Gauge32: 100000000
IF-MIB::ifSpeed.4227850 = Gauge32: 0
IF-MIB::ifSpeed.4227858 = Gauge32: 100000000
IF-MIB::ifSpeed.4227866 = Gauge32: 0
IF-MIB::ifSpeed.4227874 = Gauge32: 100000000
IF-MIB::ifSpeed.4227882 = Gauge32: 0
IF-MIB::ifSpeed.4227890 = Gauge32: 100000000
IF-MIB::ifSpeed.4227898 = Gauge32: 0
IF-MIB::ifSpeed.4227906 = Gauge32: 100000000
IF-MIB::ifSpeed.4227914 = Gauge32: 100000000
IF-MIB::ifSpeed.4227922 = Gauge32: 100000000
IF-MIB::ifSpeed.4227930 = Gauge32: 0
IF-MIB::ifSpeed.4227938 = Gauge32: 0
IF-MIB::ifSpeed.4227946 = Gauge32: 100000000
IF-MIB::ifSpeed.4227954 = Gauge32: 100000000
IF-MIB::ifSpeed.4227962 = Gauge32: 100000000
IF-MIB::ifSpeed.4227970 = Gauge32: 100000000
IF-MIB::ifSpeed.4227978 = Gauge32: 100000000
IF-MIB::ifSpeed.4227986 = Gauge32: 100000000
IF-MIB::ifSpeed.4227994 = Gauge32: 0
IF-MIB::ifSpeed.4228002 = Gauge32: 100000000
IF-MIB::ifSpeed.4228009 = Gauge32: 0
IF-MIB::ifSpeed.4228017 = Gauge32: 0
IF-MIB::ifSpeed.4228025 = Gauge32: 0
IF-MIB::ifSpeed.4228033 = Gauge32: 0
IF-MIB::ifPhysAddress.14 = STRING: 0:0:0:0:0:0
IF-MIB::ifPhysAddress.16 = STRING: 0:0:0:0:0:0
IF-MIB::ifPhysAddress.4227614 = STRING: 0:0:0:0:0:0
IF-MIB::ifAdminStatus.14 = INTEGER: up(1)
IF-MIB::ifAdminStatus.16 = INTEGER: up(1)
IF-MIB::ifAdminStatus.31 = INTEGER: up(1)
IF-MIB::ifAdminStatus.103 = INTEGER: up(1)
IF-MIB::ifAdminStatus.3879 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227614 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227626 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227634 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227642 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227650 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227658 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227666 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227674 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227682 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227690 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227698 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227706 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227714 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227722 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227730 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227738 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227746 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227754 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227762 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227770 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227778 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227786 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227794 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227802 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227810 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227818 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227826 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227834 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227842 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227850 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227858 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227866 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227874 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227882 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227890 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227898 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227906 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227914 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227922 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227930 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227938 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227946 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227954 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227962 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227970 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227978 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227986 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4227994 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4228002 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4228009 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4228017 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4228025 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4228033 = INTEGER: up(1)
IF-MIB::ifOperStatus.14 = INTEGER: up(1)
IF-MIB::ifOperStatus.16 = INTEGER: up(1)
IF-MIB::ifOperStatus.31 = INTEGER: up(1)
IF-MIB::ifOperStatus.103 = INTEGER: up(1)
IF-MIB::ifOperStatus.3879 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227614 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227626 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227634 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227642 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227650 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227658 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227666 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227674 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227682 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227690 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227698 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227706 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227714 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227722 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227730 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227738 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227746 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227754 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227762 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227770 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227778 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227786 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227794 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227802 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227810 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227818 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227826 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227834 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227842 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227850 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227858 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227866 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227874 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227882 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227890 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227898 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227906 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227914 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227922 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227930 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227938 = INTEGER: down(2)
IF-MIB::ifOperStatus.4227946 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227954 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227962 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227970 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227978 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227986 = INTEGER: up(1)
IF-MIB::ifOperStatus.4227994 = INTEGER: down(2)
IF-MIB::ifOperStatus.4228002 = INTEGER: up(1)
IF-MIB::ifOperStatus.4228009 = INTEGER: down(2)
IF-MIB::ifOperStatus.4228017 = INTEGER: down(2)
IF-MIB::ifOperStatus.4228025 = INTEGER: down(2)
IF-MIB::ifOperStatus.4228033 = INTEGER: down(2)
IF-MIB::ifLastChange.14 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.16 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.31 = Timeticks: (4451) 0:00:44.51
IF-MIB::ifLastChange.103 = Timeticks: (404783) 1:07:27.83
IF-MIB::ifLastChange.3879 = Timeticks: (4452) 0:00:44.52
IF-MIB::ifLastChange.4227614 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4227626 = Timeticks: (502095) 1:23:40.95
IF-MIB::ifLastChange.4227634 = Timeticks: (404783) 1:07:27.83
IF-MIB::ifLastChange.4227642 = Timeticks: (5584879) 15:30:48.79
IF-MIB::ifLastChange.4227650 = Timeticks: (378121) 1:03:01.21
IF-MIB::ifLastChange.4227658 = Timeticks: (610705) 1:41:47.05
IF-MIB::ifLastChange.4227666 = Timeticks: (609520) 1:41:35.20
IF-MIB::ifLastChange.4227674 = Timeticks: (2993) 0:00:29.93
IF-MIB::ifLastChange.4227682 = Timeticks: (32037182) 3 days, 16:59:31.82
IF-MIB::ifLastChange.4227690 = Timeticks: (172361) 0:28:43.61
IF-MIB::ifLastChange.4227698 = Timeticks: (167655) 0:27:56.55
IF-MIB::ifLastChange.4227706 = Timeticks: (31487856) 3 days, 15:27:58.56
IF-MIB::ifLastChange.4227714 = Timeticks: (32750039) 3 days, 18:58:20.39
IF-MIB::ifLastChange.4227722 = Timeticks: (31537208) 3 days, 15:36:12.08
IF-MIB::ifLastChange.4227730 = Timeticks: (2998) 0:00:29.98
IF-MIB::ifLastChange.4227738 = Timeticks: (2999) 0:00:29.99
IF-MIB::ifLastChange.4227746 = Timeticks: (2999) 0:00:29.99
IF-MIB::ifLastChange.4227754 = Timeticks: (197462) 0:32:54.62
IF-MIB::ifLastChange.4227762 = Timeticks: (438695) 1:13:06.95
IF-MIB::ifLastChange.4227770 = Timeticks: (3002) 0:00:30.02
IF-MIB::ifLastChange.4227778 = Timeticks: (3002) 0:00:30.02
IF-MIB::ifLastChange.4227786 = Timeticks: (3003) 0:00:30.03
IF-MIB::ifLastChange.4227794 = Timeticks: (7990512) 22:11:45.12
IF-MIB::ifLastChange.4227802 = Timeticks: (30664025) 3 days, 13:10:40.25
IF-MIB::ifLastChange.4227810 = Timeticks: (3005) 0:00:30.05
IF-MIB::ifLastChange.4227818 = Timeticks: (4452) 0:00:44.52
IF-MIB::ifLastChange.4227826 = Timeticks: (525831) 1:27:38.31
IF-MIB::ifLastChange.4227834 = Timeticks: (15434) 0:02:34.34
IF-MIB::ifLastChange.4227842 = Timeticks: (557154) 1:32:51.54
IF-MIB::ifLastChange.4227850 = Timeticks: (612821) 1:42:08.21
IF-MIB::ifLastChange.4227858 = Timeticks: (33003946) 3 days, 19:40:39.46
IF-MIB::ifLastChange.4227866 = Timeticks: (658349) 1:49:43.49
IF-MIB::ifLastChange.4227874 = Timeticks: (658751) 1:49:47.51
IF-MIB::ifLastChange.4227882 = Timeticks: (3020) 0:00:30.20
IF-MIB::ifLastChange.4227890 = Timeticks: (177338) 0:29:33.38
IF-MIB::ifLastChange.4227898 = Timeticks: (3021) 0:00:30.21
IF-MIB::ifLastChange.4227906 = Timeticks: (239871) 0:39:58.71
IF-MIB::ifLastChange.4227914 = Timeticks: (155378) 0:25:53.78
IF-MIB::ifLastChange.4227922 = Timeticks: (584399) 1:37:23.99
IF-MIB::ifLastChange.4227930 = Timeticks: (3024) 0:00:30.24
IF-MIB::ifLastChange.4227938 = Timeticks: (3025) 0:00:30.25
IF-MIB::ifLastChange.4227946 = Timeticks: (30663865) 3 days, 13:10:38.65
IF-MIB::ifLastChange.4227954 = Timeticks: (30836127) 3 days, 13:39:21.27
IF-MIB::ifLastChange.4227962 = Timeticks: (30749142) 3 days, 13:24:51.42
IF-MIB::ifLastChange.4227970 = Timeticks: (472376) 1:18:43.76
IF-MIB::ifLastChange.4227978 = Timeticks: (458695) 1:16:26.95
IF-MIB::ifLastChange.4227986 = Timeticks: (32479573) 3 days, 18:13:15.73
IF-MIB::ifLastChange.4227994 = Timeticks: (4912937) 13:38:49.37
IF-MIB::ifLastChange.4228002 = Timeticks: (726854) 2:01:08.54
IF-MIB::ifLastChange.4228009 = Timeticks: (3006) 0:00:30.06
IF-MIB::ifLastChange.4228017 = Timeticks: (3007) 0:00:30.07
IF-MIB::ifLastChange.4228025 = Timeticks: (3007) 0:00:30.07
IF-MIB::ifLastChange.4228033 = Timeticks: (723636) 2:00:36.36
IF-MIB::ifInOctets.14 = Counter32: 0
IF-MIB::ifInOctets.16 = Counter32: 0
IF-MIB::ifInOctets.31 = Counter32: 0
IF-MIB::ifInOctets.103 = Counter32: 0
IF-MIB::ifInOctets.3879 = Counter32: 0
IF-MIB::ifInOctets.4227614 = Counter32: 0
IF-MIB::ifInOctets.4227626 = Counter32: 2085146573
IF-MIB::ifInOctets.4227634 = Counter32: 172586656
IF-MIB::ifInOctets.4227642 = Counter32: 253510960
IF-MIB::ifInOctets.4227650 = Counter32: 10232709
IF-MIB::ifInOctets.4227658 = Counter32: 119000789
IF-MIB::ifInOctets.4227666 = Counter32: 150743
IF-MIB::ifInOctets.4227674 = Counter32: 0
IF-MIB::ifInOctets.4227682 = Counter32: 53367613
IF-MIB::ifInOctets.4227690 = Counter32: 113131767
IF-MIB::ifInOctets.4227698 = Counter32: 42694393
IF-MIB::ifInOctets.4227706 = Counter32: 6599
IF-MIB::ifInOctets.4227714 = Counter32: 5633898
IF-MIB::ifInOctets.4227722 = Counter32: 167694095
IF-MIB::ifInOctets.4227730 = Counter32: 0
IF-MIB::ifInOctets.4227738 = Counter32: 0
IF-MIB::ifInOctets.4227746 = Counter32: 0
IF-MIB::ifInOctets.4227754 = Counter32: 1432566079
IF-MIB::ifInOctets.4227762 = Counter32: 28999422
IF-MIB::ifInOctets.4227770 = Counter32: 0
IF-MIB::ifInOctets.4227778 = Counter32: 0
IF-MIB::ifInOctets.4227786 = Counter32: 0
IF-MIB::ifInOctets.4227794 = Counter32: 90809926
IF-MIB::ifInOctets.4227802 = Counter32: 153167515
IF-MIB::ifInOctets.4227810 = Counter32: 0
IF-MIB::ifInOctets.4227818 = Counter32: 153963630
IF-MIB::ifInOctets.4227826 = Counter32: 910377166
IF-MIB::ifInOctets.4227834 = Counter32: 64
IF-MIB::ifInOctets.4227842 = Counter32: 60197998
IF-MIB::ifInOctets.4227850 = Counter32: 184496
IF-MIB::ifInOctets.4227858 = Counter32: 35977635
IF-MIB::ifInOctets.4227866 = Counter32: 102306
IF-MIB::ifInOctets.4227874 = Counter32: 9101027
IF-MIB::ifInOctets.4227882 = Counter32: 0
IF-MIB::ifInOctets.4227890 = Counter32: 106216671
IF-MIB::ifInOctets.4227898 = Counter32: 0
IF-MIB::ifInOctets.4227906 = Counter32: 337079885
IF-MIB::ifInOctets.4227914 = Counter32: 192684525
IF-MIB::ifInOctets.4227922 = Counter32: 366691663
IF-MIB::ifInOctets.4227930 = Counter32: 0
IF-MIB::ifInOctets.4227938 = Counter32: 0
IF-MIB::ifInOctets.4227946 = Counter32: 121621417
IF-MIB::ifInOctets.4227954 = Counter32: 197293489
IF-MIB::ifInOctets.4227962 = Counter32: 277397571
IF-MIB::ifInOctets.4227970 = Counter32: 366261958
IF-MIB::ifInOctets.4227978 = Counter32: 68714708
IF-MIB::ifInOctets.4227986 = Counter32: 263186768
IF-MIB::ifInOctets.4227994 = Counter32: 127498
IF-MIB::ifInOctets.4228002 = Counter32: 3380824289
IF-MIB::ifInOctets.4228009 = Counter32: 0
IF-MIB::ifInOctets.4228017 = Counter32: 0
IF-MIB::ifInOctets.4228025 = Counter32: 0
IF-MIB::ifInOctets.4228033 = Counter32: 552566343
IF-MIB::ifInUcastPkts.14 = Counter32: 0
IF-MIB::ifInUcastPkts.16 = Counter32: 0
IF-MIB::ifInUcastPkts.31 = Counter32: 0
IF-MIB::ifInUcastPkts.103 = Counter32: 0
IF-MIB::ifInUcastPkts.3879 = Counter32: 0
IF-MIB::ifInUcastPkts.4227614 = Counter32: 0
IF-MIB::ifInUcastPkts.4227626 = Counter32: 9953268
IF-MIB::ifInUcastPkts.4227634 = Counter32: 1126006
IF-MIB::ifInUcastPkts.4227642 = Counter32: 749500
IF-MIB::ifInUcastPkts.4227650 = Counter32: 42125
IF-MIB::ifInUcastPkts.4227658 = Counter32: 368611
IF-MIB::ifInUcastPkts.4227666 = Counter32: 513
IF-MIB::ifInUcastPkts.4227674 = Counter32: 0
IF-MIB::ifInUcastPkts.4227682 = Counter32: 179872
IF-MIB::ifInUcastPkts.4227690 = Counter32: 698412
IF-MIB::ifInUcastPkts.4227698 = Counter32: 97379
IF-MIB::ifInUcastPkts.4227706 = Counter32: 0
IF-MIB::ifInUcastPkts.4227714 = Counter32: 25321
IF-MIB::ifInUcastPkts.4227722 = Counter32: 795165
IF-MIB::ifInUcastPkts.4227730 = Counter32: 0
IF-MIB::ifInUcastPkts.4227738 = Counter32: 0
IF-MIB::ifInUcastPkts.4227746 = Counter32: 0
IF-MIB::ifInUcastPkts.4227754 = Counter32: 30104011
IF-MIB::ifInUcastPkts.4227762 = Counter32: 110115
IF-MIB::ifInUcastPkts.4227770 = Counter32: 0
IF-MIB::ifInUcastPkts.4227778 = Counter32: 0
IF-MIB::ifInUcastPkts.4227786 = Counter32: 0
IF-MIB::ifInUcastPkts.4227794 = Counter32: 335838
IF-MIB::ifInUcastPkts.4227802 = Counter32: 694118
IF-MIB::ifInUcastPkts.4227810 = Counter32: 0
IF-MIB::ifInUcastPkts.4227818 = Counter32: 43440560
IF-MIB::ifInUcastPkts.4227826 = Counter32: 2435310
IF-MIB::ifInUcastPkts.4227834 = Counter32: 0
IF-MIB::ifInUcastPkts.4227842 = Counter32: 461677
IF-MIB::ifInUcastPkts.4227850 = Counter32: 363
IF-MIB::ifInUcastPkts.4227858 = Counter32: 71449
IF-MIB::ifInUcastPkts.4227866 = Counter32: 483
IF-MIB::ifInUcastPkts.4227874 = Counter32: 45030
IF-MIB::ifInUcastPkts.4227882 = Counter32: 0
IF-MIB::ifInUcastPkts.4227890 = Counter32: 281080
IF-MIB::ifInUcastPkts.4227898 = Counter32: 0
IF-MIB::ifInUcastPkts.4227906 = Counter32: 1510557
IF-MIB::ifInUcastPkts.4227914 = Counter32: 859402
IF-MIB::ifInUcastPkts.4227922 = Counter32: 1574281
IF-MIB::ifInUcastPkts.4227930 = Counter32: 0
IF-MIB::ifInUcastPkts.4227938 = Counter32: 0
IF-MIB::ifInUcastPkts.4227946 = Counter32: 726868
IF-MIB::ifInUcastPkts.4227954 = Counter32: 898060
IF-MIB::ifInUcastPkts.4227962 = Counter32: 1098863
IF-MIB::ifInUcastPkts.4227970 = Counter32: 3060771
IF-MIB::ifInUcastPkts.4227978 = Counter32: 205822
IF-MIB::ifInUcastPkts.4227986 = Counter32: 1225027
IF-MIB::ifInUcastPkts.4227994 = Counter32: 818
IF-MIB::ifInUcastPkts.4228002 = Counter32: 83681060
IF-MIB::ifInUcastPkts.4228009 = Counter32: 0
IF-MIB::ifInUcastPkts.4228017 = Counter32: 0
IF-MIB::ifInUcastPkts.4228025 = Counter32: 0
IF-MIB::ifInUcastPkts.4228033 = Counter32: 790738
IF-MIB::ifInNUcastPkts.14 = Counter32: 0
IF-MIB::ifInNUcastPkts.16 = Counter32: 0
IF-MIB::ifInNUcastPkts.31 = Counter32: 0
IF-MIB::ifInNUcastPkts.103 = Counter32: 0
IF-MIB::ifInNUcastPkts.3879 = Counter32: 0
IF-MIB::ifInNUcastPkts.4227614 = Counter32: 0
IF-MIB::ifInNUcastPkts.4227626 = Counter32: 86674
IF-MIB::ifInNUcastPkts.4227634 = Counter32: 3190
IF-MIB::ifInNUcastPkts.4227642 = Counter32: 7735
IF-MIB::ifInNUcastPkts.4227650 = Counter32: 1663
IF-MIB::ifInNUcastPkts.4227658 = Counter32: 8446
IF-MIB::ifInNUcastPkts.4227666 = Counter32: 558
IF-MIB::ifInNUcastPkts.4227674 = Counter32: 0
IF-MIB::ifInNUcastPkts.4227682 = Counter32: 26
IF-MIB::ifInNUcastPkts.4227690 = Counter32: 5751
IF-MIB::ifInNUcastPkts.4227698 = Counter32: 5737
IF-MIB::ifInNUcastPkts.4227706 = Counter32: 89
IF-MIB::ifInNUcastPkts.4227714 = Counter32: 412
IF-MIB::ifInNUcastPkts.4227722 = Counter32: 8881
IF-MIB::ifInNUcastPkts.4227730 = Counter32: 0
IF-MIB::ifInNUcastPkts.4227738 = Counter32: 0
IF-MIB::ifInNUcastPkts.4227746 = Counter32: 0
IF-MIB::ifInNUcastPkts.4227754 = Counter32: 2862
IF-MIB::ifInNUcastPkts.4227762 = Counter32: 5700
IF-MIB::ifInNUcastPkts.4227770 = Counter32: 0
IF-MIB::ifInNUcastPkts.4227778 = Counter32: 0
IF-MIB::ifInNUcastPkts.4227786 = Counter32: 0
IF-MIB::ifInNUcastPkts.4227794 = Counter32: 637
IF-MIB::ifInNUcastPkts.4227802 = Counter32: 1440
IF-MIB::ifInNUcastPkts.4227810 = Counter32: 0
IF-MIB::ifInNUcastPkts.4227818 = Counter32: 14965
IF-MIB::ifInNUcastPkts.4227826 = Counter32: 28159
IF-MIB::ifInNUcastPkts.4227834 = Counter32: 1
IF-MIB::ifInNUcastPkts.4227842 = Counter32: 16153
IF-MIB::ifInNUcastPkts.4227850 = Counter32: 21
IF-MIB::ifInNUcastPkts.4227858 = Counter32: 23
IF-MIB::ifInNUcastPkts.4227866 = Counter32: 6
IF-MIB::ifInNUcastPkts.4227874 = Counter32: 188
IF-MIB::ifInNUcastPkts.4227882 = Counter32: 0
IF-MIB::ifInNUcastPkts.4227890 = Counter32: 16853
IF-MIB::ifInNUcastPkts.4227898 = Counter32: 0
IF-MIB::ifInNUcastPkts.4227906 = Counter32: 1298
IF-MIB::ifInNUcastPkts.4227914 = Counter32: 317
IF-MIB::ifInNUcastPkts.4227922 = Counter32: 16961
IF-MIB::ifInNUcastPkts.4227930 = Counter32: 0
IF-MIB::ifInNUcastPkts.4227938 = Counter32: 0
IF-MIB::ifInNUcastPkts.4227946 = Counter32: 803
IF-MIB::ifInNUcastPkts.4227954 = Counter32: 42475
IF-MIB::ifInNUcastPkts.4227962 = Counter32: 287
IF-MIB::ifInNUcastPkts.4227970 = Counter32: 1664
IF-MIB::ifInNUcastPkts.4227978 = Counter32: 1608
IF-MIB::ifInNUcastPkts.4227986 = Counter32: 9418
IF-MIB::ifInNUcastPkts.4227994 = Counter32: 273
IF-MIB::ifInNUcastPkts.4228002 = Counter32: 5359119
IF-MIB::ifInNUcastPkts.4228009 = Counter32: 0
IF-MIB::ifInNUcastPkts.4228017 = Counter32: 0
IF-MIB::ifInNUcastPkts.4228025 = Counter32: 0
IF-MIB::ifInNUcastPkts.4228033 = Counter32: 122472
IF-MIB::ifInDiscards.14 = Counter32: 0
IF-MIB::ifInDiscards.16 = Counter32: 0
IF-MIB::ifInDiscards.31 = Counter32: 0
IF-MIB::ifInDiscards.103 = Counter32: 0
IF-MIB::ifInDiscards.3879 = Counter32: 0
IF-MIB::ifInDiscards.4227614 = Counter32: 0
IF-MIB::ifInDiscards.4227626 = Counter32: 0
IF-MIB::ifInDiscards.4227634 = Counter32: 0
IF-MIB::ifInDiscards.4227642 = Counter32: 0
IF-MIB::ifInDiscards.4227650 = Counter32: 0
IF-MIB::ifInDiscards.4227658 = Counter32: 0
IF-MIB::ifInDiscards.4227666 = Counter32: 0
IF-MIB::ifInDiscards.4227674 = Counter32: 0
IF-MIB::ifInDiscards.4227682 = Counter32: 0
IF-MIB::ifInDiscards.4227690 = Counter32: 0
IF-MIB::ifInDiscards.4227698 = Counter32: 0
IF-MIB::ifInDiscards.4227706 = Counter32: 0
IF-MIB::ifInDiscards.4227714 = Counter32: 0
IF-MIB::ifInDiscards.4227722 = Counter32: 0
IF-MIB::ifInDiscards.4227730 = Counter32: 0
IF-MIB::ifInDiscards.4227738 = Counter32: 0
IF-MIB::ifInDiscards.4227746 = Counter32: 0
IF-MIB::ifInDiscards.4227754 = Counter32: 0
IF-MIB::ifInDiscards.4227762 = Counter32: 0
IF-MIB::ifInDiscards.4227770 = Counter32: 0
IF-MIB::ifInDiscards.4227778 = Counter32: 0
IF-MIB::ifInDiscards.4227786 = Counter32: 0
IF-MIB::ifInDiscards.4227794 = Counter32: 0
IF-MIB::ifInDiscards.4227802 = Counter32: 0
IF-MIB::ifInDiscards.4227810 = Counter32: 0
IF-MIB::ifInDiscards.4227818 = Counter32: 0
IF-MIB::ifInDiscards.4227826 = Counter32: 0
IF-MIB::ifInDiscards.4227834 = Counter32: 0
IF-MIB::ifInDiscards.4227842 = Counter32: 0
IF-MIB::ifInDiscards.4227850 = Counter32: 0
IF-MIB::ifInDiscards.4227858 = Counter32: 0
IF-MIB::ifInDiscards.4227866 = Counter32: 0
IF-MIB::ifInDiscards.4227874 = Counter32: 0
IF-MIB::ifInDiscards.4227882 = Counter32: 0
IF-MIB::ifInDiscards.4227890 = Counter32: 0
IF-MIB::ifInDiscards.4227898 = Counter32: 0
IF-MIB::ifInDiscards.4227906 = Counter32: 0
IF-MIB::ifInDiscards.4227914 = Counter32: 0
IF-MIB::ifInDiscards.4227922 = Counter32: 0
IF-MIB::ifInDiscards.4227930 = Counter32: 0
IF-MIB::ifInDiscards.4227938 = Counter32: 0
IF-MIB::ifInDiscards.4227946 = Counter32: 0
IF-MIB::ifInDiscards.4227954 = Counter32: 0
IF-MIB::ifInDiscards.4227962 = Counter32: 0
IF-MIB::ifInDiscards.4227970 = Counter32: 0
IF-MIB::ifInDiscards.4227978 = Counter32: 0
IF-MIB::ifInDiscards.4227986 = Counter32: 0
IF-MIB::ifInDiscards.4227994 = Counter32: 0
IF-MIB::ifInDiscards.4228002 = Counter32: 0
IF-MIB::ifInDiscards.4228009 = Counter32: 0
IF-MIB::ifInDiscards.4228017 = Counter32: 0
IF-MIB::ifInDiscards.4228025 = Counter32: 0
IF-MIB::ifInDiscards.4228033 = Counter32: 0
IF-MIB::ifInErrors.14 = Counter32: 0
IF-MIB::ifInErrors.16 = Counter32: 0
IF-MIB::ifInErrors.31 = Counter32: 0
IF-MIB::ifInErrors.103 = Counter32: 0
IF-MIB::ifInErrors.3879 = Counter32: 0
IF-MIB::ifInErrors.4227614 = Counter32: 0
IF-MIB::ifInErrors.4227626 = Counter32: 9
IF-MIB::ifInErrors.4227634 = Counter32: 0
IF-MIB::ifInErrors.4227642 = Counter32: 1
IF-MIB::ifInErrors.4227650 = Counter32: 0
IF-MIB::ifInErrors.4227658 = Counter32: 3
IF-MIB::ifInErrors.4227666 = Counter32: 7
IF-MIB::ifInErrors.4227674 = Counter32: 0
IF-MIB::ifInErrors.4227682 = Counter32: 0
IF-MIB::ifInErrors.4227690 = Counter32: 5
IF-MIB::ifInErrors.4227698 = Counter32: 2
IF-MIB::ifInErrors.4227706 = Counter32: 2
IF-MIB::ifInErrors.4227714 = Counter32: 459
IF-MIB::ifInErrors.4227722 = Counter32: 1
IF-MIB::ifInErrors.4227730 = Counter32: 0
IF-MIB::ifInErrors.4227738 = Counter32: 0
IF-MIB::ifInErrors.4227746 = Counter32: 0
IF-MIB::ifInErrors.4227754 = Counter32: 30
IF-MIB::ifInErrors.4227762 = Counter32: 0
IF-MIB::ifInErrors.4227770 = Counter32: 0
IF-MIB::ifInErrors.4227778 = Counter32: 0
IF-MIB::ifInErrors.4227786 = Counter32: 0
IF-MIB::ifInErrors.4227794 = Counter32: 0
IF-MIB::ifInErrors.4227802 = Counter32: 3
IF-MIB::ifInErrors.4227810 = Counter32: 0
IF-MIB::ifInErrors.4227818 = Counter32: 0
IF-MIB::ifInErrors.4227826 = Counter32: 0
IF-MIB::ifInErrors.4227834 = Counter32: 0
IF-MIB::ifInErrors.4227842 = Counter32: 3
IF-MIB::ifInErrors.4227850 = Counter32: 12
IF-MIB::ifInErrors.4227858 = Counter32: 1
IF-MIB::ifInErrors.4227866 = Counter32: 0
IF-MIB::ifInErrors.4227874 = Counter32: 0
IF-MIB::ifInErrors.4227882 = Counter32: 0
IF-MIB::ifInErrors.4227890 = Counter32: 1
IF-MIB::ifInErrors.4227898 = Counter32: 0
IF-MIB::ifInErrors.4227906 = Counter32: 56
IF-MIB::ifInErrors.4227914 = Counter32: 0
IF-MIB::ifInErrors.4227922 = Counter32: 2
IF-MIB::ifInErrors.4227930 = Counter32: 0
IF-MIB::ifInErrors.4227938 = Counter32: 0
IF-MIB::ifInErrors.4227946 = Counter32: 1
IF-MIB::ifInErrors.4227954 = Counter32: 1
IF-MIB::ifInErrors.4227962 = Counter32: 1
IF-MIB::ifInErrors.4227970 = Counter32: 5
IF-MIB::ifInErrors.4227978 = Counter32: 0
IF-MIB::ifInErrors.4227986 = Counter32: 4
IF-MIB::ifInErrors.4227994 = Counter32: 3
IF-MIB::ifInErrors.4228002 = Counter32: 0
IF-MIB::ifInErrors.4228009 = Counter32: 0
IF-MIB::ifInErrors.4228017 = Counter32: 0
IF-MIB::ifInErrors.4228025 = Counter32: 0
IF-MIB::ifInErrors.4228033 = Counter32: 0
IF-MIB::ifInUnknownProtos.14 = Counter32: 0
IF-MIB::ifInUnknownProtos.16 = Counter32: 0
IF-MIB::ifInUnknownProtos.31 = Counter32: 0
IF-MIB::ifInUnknownProtos.103 = Counter32: 0
IF-MIB::ifInUnknownProtos.3879 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227614 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227626 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227634 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227642 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227650 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227658 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227666 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227674 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227682 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227690 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227698 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227706 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227714 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227722 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227730 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227738 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227746 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227754 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227762 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227770 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227778 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227786 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227794 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227802 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227810 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227818 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227826 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227834 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227842 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227850 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227858 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227866 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227874 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227882 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227890 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227898 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227906 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227914 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227922 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227930 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227938 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227946 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227954 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227962 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227970 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227978 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227986 = Counter32: 0
IF-MIB::ifInUnknownProtos.4227994 = Counter32: 0
IF-MIB::ifInUnknownProtos.4228002 = Counter32: 0
IF-MIB::ifInUnknownProtos.4228009 = Counter32: 0
IF-MIB::ifInUnknownProtos.4228017 = Counter32: 0
IF-MIB::ifInUnknownProtos.4228025 = Counter32: 0
IF-MIB::ifInUnknownProtos.4228033 = Counter32: 0
IF-MIB::ifOutOctets.14 = Counter32: 0
IF-MIB::ifOutOctets.16 = Counter32: 0
IF-MIB::ifOutOctets.31 = Counter32: 0
IF-MIB::ifOutOctets.103 = Counter32: 0
IF-MIB::ifOutOctets.3879 = Counter32: 0
IF-MIB::ifOutOctets.4227614 = Counter32: 0
IF-MIB::ifOutOctets.4227626 = Counter32: 2883955344
IF-MIB::ifOutOctets.4227634 = Counter32: 1412683928
IF-MIB::ifOutOctets.4227642 = Counter32: 148295509
IF-MIB::ifOutOctets.4227650 = Counter32: 73781447
IF-MIB::ifOutOctets.4227658 = Counter32: 136397284
IF-MIB::ifOutOctets.4227666 = Counter32: 107600
IF-MIB::ifOutOctets.4227674 = Counter32: 0
IF-MIB::ifOutOctets.4227682 = Counter32: 69539147
IF-MIB::ifOutOctets.4227690 = Counter32: 132499537
IF-MIB::ifOutOctets.4227698 = Counter32: 34019226
IF-MIB::ifOutOctets.4227706 = Counter32: 26760648
IF-MIB::ifOutOctets.4227714 = Counter32: 5706098
IF-MIB::ifOutOctets.4227722 = Counter32: 1387895006
IF-MIB::ifOutOctets.4227730 = Counter32: 0
IF-MIB::ifOutOctets.4227738 = Counter32: 0
IF-MIB::ifOutOctets.4227746 = Counter32: 0
IF-MIB::ifOutOctets.4227754 = Counter32: 3729288514
IF-MIB::ifOutOctets.4227762 = Counter32: 125175622
IF-MIB::ifOutOctets.4227770 = Counter32: 0
IF-MIB::ifOutOctets.4227778 = Counter32: 0
IF-MIB::ifOutOctets.4227786 = Counter32: 0
IF-MIB::ifOutOctets.4227794 = Counter32: 433875327
IF-MIB::ifOutOctets.4227802 = Counter32: 636209334
IF-MIB::ifOutOctets.4227810 = Counter32: 0
IF-MIB::ifOutOctets.4227818 = Counter32: 812007274
IF-MIB::ifOutOctets.4227826 = Counter32: 2474908678
IF-MIB::ifOutOctets.4227834 = Counter32: 55258588
IF-MIB::ifOutOctets.4227842 = Counter32: 643308396
IF-MIB::ifOutOctets.4227850 = Counter32: 248868
IF-MIB::ifOutOctets.4227858 = Counter32: 34737556
IF-MIB::ifOutOctets.4227866 = Counter32: 600302
IF-MIB::ifOutOctets.4227874 = Counter32: 33651086
IF-MIB::ifOutOctets.4227882 = Counter32: 0
IF-MIB::ifOutOctets.4227890 = Counter32: 52563274
IF-MIB::ifOutOctets.4227898 = Counter32: 0
IF-MIB::ifOutOctets.4227906 = Counter32: 361477835
IF-MIB::ifOutOctets.4227914 = Counter32: 293030926
IF-MIB::ifOutOctets.4227922 = Counter32: 2954574528
IF-MIB::ifOutOctets.4227930 = Counter32: 0
IF-MIB::ifOutOctets.4227938 = Counter32: 0
IF-MIB::ifOutOctets.4227946 = Counter32: 812430464
IF-MIB::ifOutOctets.4227954 = Counter32: 983036941
IF-MIB::ifOutOctets.4227962 = Counter32: 1062287789
IF-MIB::ifOutOctets.4227970 = Counter32: 3316654480
IF-MIB::ifOutOctets.4227978 = Counter32: 185246984
IF-MIB::ifOutOctets.4227986 = Counter32: 2549208005
IF-MIB::ifOutOctets.4227994 = Counter32: 4376818
IF-MIB::ifOutOctets.4228002 = Counter32: 449040794
IF-MIB::ifOutOctets.4228009 = Counter32: 0
IF-MIB::ifOutOctets.4228017 = Counter32: 0
IF-MIB::ifOutOctets.4228025 = Counter32: 0
IF-MIB::ifOutOctets.4228033 = Counter32: 92702470
IF-MIB::ifOutUcastPkts.14 = Counter32: 0
IF-MIB::ifOutUcastPkts.16 = Counter32: 0
IF-MIB::ifOutUcastPkts.31 = Counter32: 0
IF-MIB::ifOutUcastPkts.103 = Counter32: 0
IF-MIB::ifOutUcastPkts.3879 = Counter32: 0
IF-MIB::ifOutUcastPkts.4227614 = Counter32: 0
IF-MIB::ifOutUcastPkts.4227626 = Counter32: 13959183
IF-MIB::ifOutUcastPkts.4227634 = Counter32: 2755454
IF-MIB::ifOutUcastPkts.4227642 = Counter32: 449679
IF-MIB::ifOutUcastPkts.4227650 = Counter32: 171899
IF-MIB::ifOutUcastPkts.4227658 = Counter32: 420276
IF-MIB::ifOutUcastPkts.4227666 = Counter32: 144
IF-MIB::ifOutUcastPkts.4227674 = Counter32: 0
IF-MIB::ifOutUcastPkts.4227682 = Counter32: 162390
IF-MIB::ifOutUcastPkts.4227690 = Counter32: 371452
IF-MIB::ifOutUcastPkts.4227698 = Counter32: 68111
IF-MIB::ifOutUcastPkts.4227706 = Counter32: 823
IF-MIB::ifOutUcastPkts.4227714 = Counter32: 23252
IF-MIB::ifOutUcastPkts.4227722 = Counter32: 1270946
IF-MIB::ifOutUcastPkts.4227730 = Counter32: 0
IF-MIB::ifOutUcastPkts.4227738 = Counter32: 0
IF-MIB::ifOutUcastPkts.4227746 = Counter32: 0
IF-MIB::ifOutUcastPkts.4227754 = Counter32: 34664360
IF-MIB::ifOutUcastPkts.4227762 = Counter32: 79490
IF-MIB::ifOutUcastPkts.4227770 = Counter32: 0
IF-MIB::ifOutUcastPkts.4227778 = Counter32: 0
IF-MIB::ifOutUcastPkts.4227786 = Counter32: 0
IF-MIB::ifOutUcastPkts.4227794 = Counter32: 360229
IF-MIB::ifOutUcastPkts.4227802 = Counter32: 786367
IF-MIB::ifOutUcastPkts.4227810 = Counter32: 0
IF-MIB::ifOutUcastPkts.4227818 = Counter32: 45254125
IF-MIB::ifOutUcastPkts.4227826 = Counter32: 4220223
IF-MIB::ifOutUcastPkts.4227834 = Counter32: 136351
IF-MIB::ifOutUcastPkts.4227842 = Counter32: 685979
IF-MIB::ifOutUcastPkts.4227850 = Counter32: 266
IF-MIB::ifOutUcastPkts.4227858 = Counter32: 42247
IF-MIB::ifOutUcastPkts.4227866 = Counter32: 906
IF-MIB::ifOutUcastPkts.4227874 = Counter32: 34966
IF-MIB::ifOutUcastPkts.4227882 = Counter32: 0
IF-MIB::ifOutUcastPkts.4227890 = Counter32: 182553
IF-MIB::ifOutUcastPkts.4227898 = Counter32: 0
IF-MIB::ifOutUcastPkts.4227906 = Counter32: 1505363
IF-MIB::ifOutUcastPkts.4227914 = Counter32: 857920
IF-MIB::ifOutUcastPkts.4227922 = Counter32: 2584533
IF-MIB::ifOutUcastPkts.4227930 = Counter32: 0
IF-MIB::ifOutUcastPkts.4227938 = Counter32: 0
IF-MIB::ifOutUcastPkts.4227946 = Counter32: 802624
IF-MIB::ifOutUcastPkts.4227954 = Counter32: 1243697
IF-MIB::ifOutUcastPkts.4227962 = Counter32: 1150079
IF-MIB::ifOutUcastPkts.4227970 = Counter32: 3477784
IF-MIB::ifOutUcastPkts.4227978 = Counter32: 157125
IF-MIB::ifOutUcastPkts.4227986 = Counter32: 1983391
IF-MIB::ifOutUcastPkts.4227994 = Counter32: 1526
IF-MIB::ifOutUcastPkts.4228002 = Counter32: 72146611
IF-MIB::ifOutUcastPkts.4228009 = Counter32: 0
IF-MIB::ifOutUcastPkts.4228017 = Counter32: 0
IF-MIB::ifOutUcastPkts.4228025 = Counter32: 0
IF-MIB::ifOutUcastPkts.4228033 = Counter32: 724128
IF-MIB::ifOutNUcastPkts.14 = Counter32: 0
IF-MIB::ifOutNUcastPkts.16 = Counter32: 0
IF-MIB::ifOutNUcastPkts.31 = Counter32: 0
IF-MIB::ifOutNUcastPkts.103 = Counter32: 0
IF-MIB::ifOutNUcastPkts.3879 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4227614 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4227626 = Counter32: 5590036
IF-MIB::ifOutNUcastPkts.4227634 = Counter32: 5535112
IF-MIB::ifOutNUcastPkts.4227642 = Counter32: 415198
IF-MIB::ifOutNUcastPkts.4227650 = Counter32: 416274
IF-MIB::ifOutNUcastPkts.4227658 = Counter32: 405751
IF-MIB::ifOutNUcastPkts.4227666 = Counter32: 431
IF-MIB::ifOutNUcastPkts.4227674 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4227682 = Counter32: 202383
IF-MIB::ifOutNUcastPkts.4227690 = Counter32: 203203
IF-MIB::ifOutNUcastPkts.4227698 = Counter32: 37695
IF-MIB::ifOutNUcastPkts.4227706 = Counter32: 203667
IF-MIB::ifOutNUcastPkts.4227714 = Counter32: 4632
IF-MIB::ifOutNUcastPkts.4227722 = Counter32: 1171333
IF-MIB::ifOutNUcastPkts.4227730 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4227738 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4227746 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4227754 = Counter32: 1113140
IF-MIB::ifOutNUcastPkts.4227762 = Counter32: 1103593
IF-MIB::ifOutNUcastPkts.4227770 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4227778 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4227786 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4227794 = Counter32: 1103085
IF-MIB::ifOutNUcastPkts.4227802 = Counter32: 1108234
IF-MIB::ifOutNUcastPkts.4227810 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4227818 = Counter32: 5743531
IF-MIB::ifOutNUcastPkts.4227826 = Counter32: 5653754
IF-MIB::ifOutNUcastPkts.4227834 = Counter32: 422048
IF-MIB::ifOutNUcastPkts.4227842 = Counter32: 413553
IF-MIB::ifOutNUcastPkts.4227850 = Counter32: 2292
IF-MIB::ifOutNUcastPkts.4227858 = Counter32: 200071
IF-MIB::ifOutNUcastPkts.4227866 = Counter32: 3098
IF-MIB::ifOutNUcastPkts.4227874 = Counter32: 199539
IF-MIB::ifOutNUcastPkts.4227882 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4227890 = Counter32: 37650
IF-MIB::ifOutNUcastPkts.4227898 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4227906 = Counter32: 201699
IF-MIB::ifOutNUcastPkts.4227914 = Counter32: 1114604
IF-MIB::ifOutNUcastPkts.4227922 = Counter32: 1103029
IF-MIB::ifOutNUcastPkts.4227930 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4227938 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4227946 = Counter32: 277746
IF-MIB::ifOutNUcastPkts.4227954 = Counter32: 1132851
IF-MIB::ifOutNUcastPkts.4227962 = Counter32: 924926
IF-MIB::ifOutNUcastPkts.4227970 = Counter32: 1100798
IF-MIB::ifOutNUcastPkts.4227978 = Counter32: 1101449
IF-MIB::ifOutNUcastPkts.4227986 = Counter32: 352929
IF-MIB::ifOutNUcastPkts.4227994 = Counter32: 28507
IF-MIB::ifOutNUcastPkts.4228002 = Counter32: 733286
IF-MIB::ifOutNUcastPkts.4228009 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4228017 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4228025 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4228033 = Counter32: 18949
IF-MIB::ifOutDiscards.14 = Counter32: 0
IF-MIB::ifOutDiscards.16 = Counter32: 0
IF-MIB::ifOutDiscards.31 = Counter32: 0
IF-MIB::ifOutDiscards.103 = Counter32: 0
IF-MIB::ifOutDiscards.3879 = Counter32: 0
IF-MIB::ifOutDiscards.4227614 = Counter32: 0
IF-MIB::ifOutDiscards.4227626 = Counter32: 0
IF-MIB::ifOutDiscards.4227634 = Counter32: 0
IF-MIB::ifOutDiscards.4227642 = Counter32: 0
IF-MIB::ifOutDiscards.4227650 = Counter32: 0
IF-MIB::ifOutDiscards.4227658 = Counter32: 0
IF-MIB::ifOutDiscards.4227666 = Counter32: 0
IF-MIB::ifOutDiscards.4227674 = Counter32: 0
IF-MIB::ifOutDiscards.4227682 = Counter32: 0
IF-MIB::ifOutDiscards.4227690 = Counter32: 0
IF-MIB::ifOutDiscards.4227698 = Counter32: 0
IF-MIB::ifOutDiscards.4227706 = Counter32: 0
IF-MIB::ifOutDiscards.4227714 = Counter32: 0
IF-MIB::ifOutDiscards.4227722 = Counter32: 0
IF-MIB::ifOutDiscards.4227730 = Counter32: 0
IF-MIB::ifOutDiscards.4227738 = Counter32: 0
IF-MIB::ifOutDiscards.4227746 = Counter32: 0
IF-MIB::ifOutDiscards.4227754 = Counter32: 0
IF-MIB::ifOutDiscards.4227762 = Counter32: 0
IF-MIB::ifOutDiscards.4227770 = Counter32: 0
IF-MIB::ifOutDiscards.4227778 = Counter32: 0
IF-MIB::ifOutDiscards.4227786 = Counter32: 0
IF-MIB::ifOutDiscards.4227794 = Counter32: 0
IF-MIB::ifOutDiscards.4227802 = Counter32: 0
IF-MIB::ifOutDiscards.4227810 = Counter32: 0
IF-MIB::ifOutDiscards.4227818 = Counter32: 0
IF-MIB::ifOutDiscards.4227826 = Counter32: 0
IF-MIB::ifOutDiscards.4227834 = Counter32: 0
IF-MIB::ifOutDiscards.4227842 = Counter32: 0
IF-MIB::ifOutDiscards.4227850 = Counter32: 0
IF-MIB::ifOutDiscards.4227858 = Counter32: 0
IF-MIB::ifOutDiscards.4227866 = Counter32: 0
IF-MIB::ifOutDiscards.4227874 = Counter32: 0
IF-MIB::ifOutDiscards.4227882 = Counter32: 0
IF-MIB::ifOutDiscards.4227890 = Counter32: 0
IF-MIB::ifOutDiscards.4227898 = Counter32: 0
IF-MIB::ifOutDiscards.4227906 = Counter32: 0
IF-MIB::ifOutDiscards.4227914 = Counter32: 0
IF-MIB::ifOutDiscards.4227922 = Counter32: 0
IF-MIB::ifOutDiscards.4227930 = Counter32: 0
IF-MIB::ifOutDiscards.4227938 = Counter32: 0
IF-MIB::ifOutDiscards.4227946 = Counter32: 0
IF-MIB::ifOutDiscards.4227954 = Counter32: 0
IF-MIB::ifOutDiscards.4227962 = Counter32: 0
IF-MIB::ifOutDiscards.4227970 = Counter32: 0
IF-MIB::ifOutDiscards.4227978 = Counter32: 0
IF-MIB::ifOutDiscards.4227986 = Counter32: 0
IF-MIB::ifOutDiscards.4227994 = Counter32: 0
IF-MIB::ifOutDiscards.4228002 = Counter32: 0
IF-MIB::ifOutDiscards.4228009 = Counter32: 0
IF-MIB::ifOutDiscards.4228017 = Counter32: 0
IF-MIB::ifOutDiscards.4228025 = Counter32: 0
IF-MIB::ifOutDiscards.4228033 = Counter32: 0
IF-MIB::ifOutErrors.14 = Counter32: 0
IF-MIB::ifOutErrors.16 = Counter32: 0
IF-MIB::ifOutErrors.31 = Counter32: 0
IF-MIB::ifOutErrors.103 = Counter32: 0
IF-MIB::ifOutErrors.3879 = Counter32: 0
IF-MIB::ifOutErrors.4227614 = Counter32: 0
IF-MIB::ifOutErrors.4227626 = Counter32: 0
IF-MIB::ifOutErrors.4227634 = Counter32: 0
IF-MIB::ifOutErrors.4227642 = Counter32: 0
IF-MIB::ifOutErrors.4227650 = Counter32: 0
IF-MIB::ifOutErrors.4227658 = Counter32: 0
IF-MIB::ifOutErrors.4227666 = Counter32: 0
IF-MIB::ifOutErrors.4227674 = Counter32: 0
IF-MIB::ifOutErrors.4227682 = Counter32: 238
IF-MIB::ifOutErrors.4227690 = Counter32: 0
IF-MIB::ifOutErrors.4227698 = Counter32: 0
IF-MIB::ifOutErrors.4227706 = Counter32: 0
IF-MIB::ifOutErrors.4227714 = Counter32: 0
IF-MIB::ifOutErrors.4227722 = Counter32: 0
IF-MIB::ifOutErrors.4227730 = Counter32: 0
IF-MIB::ifOutErrors.4227738 = Counter32: 0
IF-MIB::ifOutErrors.4227746 = Counter32: 0
IF-MIB::ifOutErrors.4227754 = Counter32: 0
IF-MIB::ifOutErrors.4227762 = Counter32: 0
IF-MIB::ifOutErrors.4227770 = Counter32: 0
IF-MIB::ifOutErrors.4227778 = Counter32: 0
IF-MIB::ifOutErrors.4227786 = Counter32: 0
IF-MIB::ifOutErrors.4227794 = Counter32: 0
IF-MIB::ifOutErrors.4227802 = Counter32: 0
IF-MIB::ifOutErrors.4227810 = Counter32: 0
IF-MIB::ifOutErrors.4227818 = Counter32: 0
IF-MIB::ifOutErrors.4227826 = Counter32: 0
IF-MIB::ifOutErrors.4227834 = Counter32: 0
IF-MIB::ifOutErrors.4227842 = Counter32: 0
IF-MIB::ifOutErrors.4227850 = Counter32: 0
IF-MIB::ifOutErrors.4227858 = Counter32: 0
IF-MIB::ifOutErrors.4227866 = Counter32: 0
IF-MIB::ifOutErrors.4227874 = Counter32: 0
IF-MIB::ifOutErrors.4227882 = Counter32: 0
IF-MIB::ifOutErrors.4227890 = Counter32: 0
IF-MIB::ifOutErrors.4227898 = Counter32: 0
IF-MIB::ifOutErrors.4227906 = Counter32: 0
IF-MIB::ifOutErrors.4227914 = Counter32: 0
IF-MIB::ifOutErrors.4227922 = Counter32: 87
IF-MIB::ifOutErrors.4227930 = Counter32: 0
IF-MIB::ifOutErrors.4227938 = Counter32: 0
IF-MIB::ifOutErrors.4227946 = Counter32: 0
IF-MIB::ifOutErrors.4227954 = Counter32: 0
IF-MIB::ifOutErrors.4227962 = Counter32: 0
IF-MIB::ifOutErrors.4227970 = Counter32: 0
IF-MIB::ifOutErrors.4227978 = Counter32: 0
IF-MIB::ifOutErrors.4227986 = Counter32: 0
IF-MIB::ifOutErrors.4227994 = Counter32: 0
IF-MIB::ifOutErrors.4228002 = Counter32: 107
IF-MIB::ifOutErrors.4228009 = Counter32: 0
IF-MIB::ifOutErrors.4228017 = Counter32: 0
IF-MIB::ifOutErrors.4228025 = Counter32: 0
IF-MIB::ifOutErrors.4228033 = Counter32: 0
IF-MIB::ifOutQLen.14 = Gauge32: 0
IF-MIB::ifOutQLen.16 = Gauge32: 0
IF-MIB::ifOutQLen.31 = Gauge32: 0
IF-MIB::ifOutQLen.103 = Gauge32: 0
IF-MIB::ifOutQLen.3879 = Gauge32: 0
IF-MIB::ifOutQLen.4227614 = Gauge32: 0
IF-MIB::ifOutQLen.4227626 = Gauge32: 0
IF-MIB::ifOutQLen.4227634 = Gauge32: 0
IF-MIB::ifOutQLen.4227642 = Gauge32: 0
IF-MIB::ifOutQLen.4227650 = Gauge32: 0
IF-MIB::ifOutQLen.4227658 = Gauge32: 0
IF-MIB::ifOutQLen.4227666 = Gauge32: 0
IF-MIB::ifOutQLen.4227674 = Gauge32: 0
IF-MIB::ifOutQLen.4227682 = Gauge32: 0
IF-MIB::ifOutQLen.4227690 = Gauge32: 0
IF-MIB::ifOutQLen.4227698 = Gauge32: 0
IF-MIB::ifOutQLen.4227706 = Gauge32: 0
IF-MIB::ifOutQLen.4227714 = Gauge32: 0
IF-MIB::ifOutQLen.4227722 = Gauge32: 0
IF-MIB::ifOutQLen.4227730 = Gauge32: 0
IF-MIB::ifOutQLen.4227738 = Gauge32: 0
IF-MIB::ifOutQLen.4227746 = Gauge32: 0
IF-MIB::ifOutQLen.4227754 = Gauge32: 0
IF-MIB::ifOutQLen.4227762 = Gauge32: 0
IF-MIB::ifOutQLen.4227770 = Gauge32: 0
IF-MIB::ifOutQLen.4227778 = Gauge32: 0
IF-MIB::ifOutQLen.4227786 = Gauge32: 0
IF-MIB::ifOutQLen.4227794 = Gauge32: 0
IF-MIB::ifOutQLen.4227802 = Gauge32: 0
IF-MIB::ifOutQLen.4227810 = Gauge32: 0
IF-MIB::ifOutQLen.4227818 = Gauge32: 0
IF-MIB::ifOutQLen.4227826 = Gauge32: 0
IF-MIB::ifOutQLen.4227834 = Gauge32: 0
IF-MIB::ifOutQLen.4227842 = Gauge32: 0
IF-MIB::ifOutQLen.4227850 = Gauge32: 0
IF-MIB::ifOutQLen.4227858 = Gauge32: 0
IF-MIB::ifOutQLen.4227866 = Gauge32: 0
IF-MIB::ifOutQLen.4227874 = Gauge32: 0
IF-MIB::ifOutQLen.4227882 = Gauge32: 0
IF-MIB::ifOutQLen.4227890 = Gauge32: 0
IF-MIB::ifOutQLen.4227898 = Gauge32: 0
IF-MIB::ifOutQLen.4227906 = Gauge32: 0
IF-MIB::ifOutQLen.4227914 = Gauge32: 0
IF-MIB::ifOutQLen.4227922 = Gauge32: 0
IF-MIB::ifOutQLen.4227930 = Gauge32: 0
IF-MIB::ifOutQLen.4227938 = Gauge32: 0
IF-MIB::ifOutQLen.4227946 = Gauge32: 0
IF-MIB::ifOutQLen.4227954 = Gauge32: 0
IF-MIB::ifOutQLen.4227962 = Gauge32: 0
IF-MIB::ifOutQLen.4227970 = Gauge32: 0
IF-MIB::ifOutQLen.4227978 = Gauge32: 0
IF-MIB::ifOutQLen.4227986 = Gauge32: 0
IF-MIB::ifOutQLen.4227994 = Gauge32: 0
IF-MIB::ifOutQLen.4228002 = Gauge32: 0
IF-MIB::ifOutQLen.4228009 = Gauge32: 0
IF-MIB::ifOutQLen.4228017 = Gauge32: 0
IF-MIB::ifOutQLen.4228025 = Gauge32: 0
IF-MIB::ifOutQLen.4228033 = Gauge32: 0
IF-MIB::ifSpecific.14 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.16 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.31 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.103 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.3879 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227614 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227626 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227634 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227642 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227650 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227658 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227666 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227674 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227682 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227690 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227698 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227706 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227714 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227722 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227730 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227738 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227746 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227754 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227762 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227770 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227778 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227786 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227794 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227802 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227810 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227818 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227826 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227834 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227842 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227850 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227858 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227866 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227874 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227882 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227890 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227898 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227906 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227914 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227922 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227930 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227938 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227946 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227954 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227962 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227970 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227978 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227986 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4227994 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4228002 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4228009 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4228017 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4228025 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4228033 = OID: SNMPv2-SMI::zeroDotZero
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1679 [RackTables] SNMP minor always 2016-09-01 11:59 2016-09-01 11:59
Reporter: flipflip Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknow OID Procurve Switch J9626A 2620-48
Description: SNMPv2-MIB::sysDescr.0 = STRING: HP J9626A 2620-48 Switch, revision RA.15.16.0005, ROM RA.15.11 (/ws/swbuildm/rel_orlando_qaoff/code/build/xform(swbuildm_rel)

.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.11.2.3.7.11.132

IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifIndex.2 = INTEGER: 2
IF-MIB::ifIndex.3 = INTEGER: 3
IF-MIB::ifIndex.4 = INTEGER: 4
IF-MIB::ifIndex.5 = INTEGER: 5
IF-MIB::ifIndex.6 = INTEGER: 6
IF-MIB::ifIndex.7 = INTEGER: 7
IF-MIB::ifIndex.8 = INTEGER: 8
IF-MIB::ifIndex.9 = INTEGER: 9
IF-MIB::ifIndex.10 = INTEGER: 10
IF-MIB::ifIndex.11 = INTEGER: 11
IF-MIB::ifIndex.12 = INTEGER: 12
IF-MIB::ifIndex.13 = INTEGER: 13
IF-MIB::ifIndex.14 = INTEGER: 14
IF-MIB::ifIndex.15 = INTEGER: 15
IF-MIB::ifIndex.16 = INTEGER: 16
IF-MIB::ifIndex.17 = INTEGER: 17
IF-MIB::ifIndex.18 = INTEGER: 18
IF-MIB::ifIndex.19 = INTEGER: 19
IF-MIB::ifIndex.20 = INTEGER: 20
IF-MIB::ifIndex.21 = INTEGER: 21
IF-MIB::ifIndex.22 = INTEGER: 22
IF-MIB::ifIndex.23 = INTEGER: 23
IF-MIB::ifIndex.24 = INTEGER: 24
IF-MIB::ifIndex.25 = INTEGER: 25
IF-MIB::ifIndex.26 = INTEGER: 26
IF-MIB::ifIndex.27 = INTEGER: 27
IF-MIB::ifIndex.28 = INTEGER: 28
IF-MIB::ifIndex.29 = INTEGER: 29
IF-MIB::ifIndex.30 = INTEGER: 30
IF-MIB::ifIndex.31 = INTEGER: 31
IF-MIB::ifIndex.32 = INTEGER: 32
IF-MIB::ifIndex.33 = INTEGER: 33
IF-MIB::ifIndex.34 = INTEGER: 34
IF-MIB::ifIndex.35 = INTEGER: 35
IF-MIB::ifIndex.36 = INTEGER: 36
IF-MIB::ifIndex.37 = INTEGER: 37
IF-MIB::ifIndex.38 = INTEGER: 38
IF-MIB::ifIndex.39 = INTEGER: 39
IF-MIB::ifIndex.40 = INTEGER: 40
IF-MIB::ifIndex.41 = INTEGER: 41
IF-MIB::ifIndex.42 = INTEGER: 42
IF-MIB::ifIndex.43 = INTEGER: 43
IF-MIB::ifIndex.44 = INTEGER: 44
IF-MIB::ifIndex.45 = INTEGER: 45
IF-MIB::ifIndex.46 = INTEGER: 46
IF-MIB::ifIndex.47 = INTEGER: 47
IF-MIB::ifIndex.48 = INTEGER: 48
IF-MIB::ifIndex.49 = INTEGER: 49
IF-MIB::ifIndex.50 = INTEGER: 50
IF-MIB::ifIndex.51 = INTEGER: 51
IF-MIB::ifIndex.52 = INTEGER: 52
IF-MIB::ifIndex.54 = INTEGER: 54
IF-MIB::ifIndex.102 = INTEGER: 102
IF-MIB::ifIndex.103 = INTEGER: 103
IF-MIB::ifIndex.104 = INTEGER: 104
IF-MIB::ifIndex.108 = INTEGER: 108
IF-MIB::ifIndex.109 = INTEGER: 109
IF-MIB::ifIndex.4324 = INTEGER: 4324
IF-MIB::ifIndex.4325 = INTEGER: 4325
IF-MIB::ifIndex.4326 = INTEGER: 4326
IF-MIB::ifIndex.4327 = INTEGER: 4327
IF-MIB::ifIndex.4328 = INTEGER: 4328
IF-MIB::ifIndex.4329 = INTEGER: 4329
IF-MIB::ifIndex.4330 = INTEGER: 4330
IF-MIB::ifIndex.4331 = INTEGER: 4331
IF-MIB::ifDescr.1 = STRING: 1
IF-MIB::ifDescr.2 = STRING: 2
IF-MIB::ifDescr.3 = STRING: 3
IF-MIB::ifDescr.4 = STRING: 4
IF-MIB::ifDescr.5 = STRING: 5
IF-MIB::ifDescr.6 = STRING: 6
IF-MIB::ifDescr.7 = STRING: 7
IF-MIB::ifDescr.8 = STRING: 8
IF-MIB::ifDescr.9 = STRING: 9
IF-MIB::ifDescr.10 = STRING: 10
IF-MIB::ifDescr.11 = STRING: 11
IF-MIB::ifDescr.12 = STRING: 12
IF-MIB::ifDescr.13 = STRING: 13
IF-MIB::ifDescr.14 = STRING: 14
IF-MIB::ifDescr.15 = STRING: 15
IF-MIB::ifDescr.16 = STRING: 16
IF-MIB::ifDescr.17 = STRING: 17
IF-MIB::ifDescr.18 = STRING: 18
IF-MIB::ifDescr.19 = STRING: 19
IF-MIB::ifDescr.20 = STRING: 20
IF-MIB::ifDescr.21 = STRING: 21
IF-MIB::ifDescr.22 = STRING: 22
IF-MIB::ifDescr.23 = STRING: 23
IF-MIB::ifDescr.24 = STRING: 24
IF-MIB::ifDescr.25 = STRING: 25
IF-MIB::ifDescr.26 = STRING: 26
IF-MIB::ifDescr.27 = STRING: 27
IF-MIB::ifDescr.28 = STRING: 28
IF-MIB::ifDescr.29 = STRING: 29
IF-MIB::ifDescr.30 = STRING: 30
IF-MIB::ifDescr.31 = STRING: 31
IF-MIB::ifDescr.32 = STRING: 32
IF-MIB::ifDescr.33 = STRING: 33
IF-MIB::ifDescr.34 = STRING: 34
IF-MIB::ifDescr.35 = STRING: 35
IF-MIB::ifDescr.36 = STRING: 36
IF-MIB::ifDescr.37 = STRING: 37
IF-MIB::ifDescr.38 = STRING: 38
IF-MIB::ifDescr.39 = STRING: 39
IF-MIB::ifDescr.40 = STRING: 40
IF-MIB::ifDescr.41 = STRING: 41
IF-MIB::ifDescr.42 = STRING: 42
IF-MIB::ifDescr.43 = STRING: 43
IF-MIB::ifDescr.44 = STRING: 44
IF-MIB::ifDescr.45 = STRING: 45
IF-MIB::ifDescr.46 = STRING: 46
IF-MIB::ifDescr.47 = STRING: 47
IF-MIB::ifDescr.48 = STRING: 48
IF-MIB::ifDescr.49 = STRING: 49
IF-MIB::ifDescr.50 = STRING: 50
IF-MIB::ifDescr.51 = STRING: 51
IF-MIB::ifDescr.52 = STRING: 52
IF-MIB::ifDescr.54 = STRING: Trk1
IF-MIB::ifDescr.102 = STRING: DEFAULT_VLAN
IF-MIB::ifDescr.103 = STRING: VLAN2
IF-MIB::ifDescr.104 = STRING: VLAN3
IF-MIB::ifDescr.108 = STRING: VLAN7
IF-MIB::ifDescr.109 = STRING: VLAN8
IF-MIB::ifDescr.4324 = STRING: HP Switch software loopback interface
IF-MIB::ifDescr.4325 = STRING: HP Switch software loopback interface
IF-MIB::ifDescr.4326 = STRING: HP Switch software loopback interface
IF-MIB::ifDescr.4327 = STRING: HP Switch software loopback interface
IF-MIB::ifDescr.4328 = STRING: HP Switch software loopback interface
IF-MIB::ifDescr.4329 = STRING: HP Switch software loopback interface
IF-MIB::ifDescr.4330 = STRING: HP Switch software loopback interface
IF-MIB::ifDescr.4331 = STRING: HP Switch software loopback interface
IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.3 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.5 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.6 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.7 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.8 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.9 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.10 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.11 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.12 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.13 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.14 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.15 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.16 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.17 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.18 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.19 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.20 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.21 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.22 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.23 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.24 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.25 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.26 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.27 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.28 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.29 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.30 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.31 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.32 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.33 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.34 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.35 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.36 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.37 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.38 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.39 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.40 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.41 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.42 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.43 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.44 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.45 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.46 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.47 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.48 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.49 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.50 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.51 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.52 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.54 = INTEGER: ieee8023adLag(161)
IF-MIB::ifType.102 = INTEGER: propVirtual(53)
IF-MIB::ifType.103 = INTEGER: propVirtual(53)
IF-MIB::ifType.104 = INTEGER: propVirtual(53)
IF-MIB::ifType.108 = INTEGER: propVirtual(53)
IF-MIB::ifType.109 = INTEGER: propVirtual(53)
IF-MIB::ifType.4324 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4325 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4326 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4327 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4328 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4329 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4330 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.4331 = INTEGER: softwareLoopback(24)
IF-MIB::ifMtu.1 = INTEGER: 1500
IF-MIB::ifMtu.2 = INTEGER: 1500
IF-MIB::ifMtu.3 = INTEGER: 1500
IF-MIB::ifMtu.4 = INTEGER: 1500
IF-MIB::ifMtu.5 = INTEGER: 1500
IF-MIB::ifMtu.6 = INTEGER: 1500
IF-MIB::ifMtu.7 = INTEGER: 1500
IF-MIB::ifMtu.8 = INTEGER: 1500
IF-MIB::ifMtu.9 = INTEGER: 1500
IF-MIB::ifMtu.10 = INTEGER: 1500
IF-MIB::ifMtu.11 = INTEGER: 1500
IF-MIB::ifMtu.12 = INTEGER: 1500
IF-MIB::ifMtu.13 = INTEGER: 1500
IF-MIB::ifMtu.14 = INTEGER: 1500
IF-MIB::ifMtu.15 = INTEGER: 1500
IF-MIB::ifMtu.16 = INTEGER: 1500
IF-MIB::ifMtu.17 = INTEGER: 1500
IF-MIB::ifMtu.18 = INTEGER: 1500
IF-MIB::ifMtu.19 = INTEGER: 1500
IF-MIB::ifMtu.20 = INTEGER: 1500
IF-MIB::ifMtu.21 = INTEGER: 1500
IF-MIB::ifMtu.22 = INTEGER: 1500
IF-MIB::ifMtu.23 = INTEGER: 1500
IF-MIB::ifMtu.24 = INTEGER: 1500
IF-MIB::ifMtu.25 = INTEGER: 1500
IF-MIB::ifMtu.26 = INTEGER: 1500
IF-MIB::ifMtu.27 = INTEGER: 1500
IF-MIB::ifMtu.28 = INTEGER: 1500
IF-MIB::ifMtu.29 = INTEGER: 1500
IF-MIB::ifMtu.30 = INTEGER: 1500
IF-MIB::ifMtu.31 = INTEGER: 1500
IF-MIB::ifMtu.32 = INTEGER: 1500
IF-MIB::ifMtu.33 = INTEGER: 1500
IF-MIB::ifMtu.34 = INTEGER: 1500
IF-MIB::ifMtu.35 = INTEGER: 1500
IF-MIB::ifMtu.36 = INTEGER: 1500
IF-MIB::ifMtu.37 = INTEGER: 1500
IF-MIB::ifMtu.38 = INTEGER: 1500
IF-MIB::ifMtu.39 = INTEGER: 1500
IF-MIB::ifMtu.40 = INTEGER: 1500
IF-MIB::ifMtu.41 = INTEGER: 1500
IF-MIB::ifMtu.42 = INTEGER: 1500
IF-MIB::ifMtu.43 = INTEGER: 1500
IF-MIB::ifMtu.44 = INTEGER: 1500
IF-MIB::ifMtu.45 = INTEGER: 1500
IF-MIB::ifMtu.46 = INTEGER: 1500
IF-MIB::ifMtu.47 = INTEGER: 1500
IF-MIB::ifMtu.48 = INTEGER: 1500
IF-MIB::ifMtu.49 = INTEGER: 1500
IF-MIB::ifMtu.50 = INTEGER: 1500
IF-MIB::ifMtu.51 = INTEGER: 0
IF-MIB::ifMtu.52 = INTEGER: 0
IF-MIB::ifMtu.54 = INTEGER: 1500
IF-MIB::ifMtu.102 = INTEGER: 1500
IF-MIB::ifMtu.103 = INTEGER: 1500
IF-MIB::ifMtu.104 = INTEGER: 1500
IF-MIB::ifMtu.108 = INTEGER: 1500
IF-MIB::ifMtu.109 = INTEGER: 1500
IF-MIB::ifMtu.4324 = INTEGER: 65535
IF-MIB::ifMtu.4325 = INTEGER: 9198
IF-MIB::ifMtu.4326 = INTEGER: 9198
IF-MIB::ifMtu.4327 = INTEGER: 9198
IF-MIB::ifMtu.4328 = INTEGER: 9198
IF-MIB::ifMtu.4329 = INTEGER: 9198
IF-MIB::ifMtu.4330 = INTEGER: 9198
IF-MIB::ifMtu.4331 = INTEGER: 9198
IF-MIB::ifSpeed.1 = Gauge32: 100000000
IF-MIB::ifSpeed.2 = Gauge32: 100000000
IF-MIB::ifSpeed.3 = Gauge32: 100000000
IF-MIB::ifSpeed.4 = Gauge32: 100000000
IF-MIB::ifSpeed.5 = Gauge32: 100000000
IF-MIB::ifSpeed.6 = Gauge32: 10000000
IF-MIB::ifSpeed.7 = Gauge32: 10000000
IF-MIB::ifSpeed.8 = Gauge32: 10000000
IF-MIB::ifSpeed.9 = Gauge32: 100000000
IF-MIB::ifSpeed.10 = Gauge32: 100000000
IF-MIB::ifSpeed.11 = Gauge32: 100000000
IF-MIB::ifSpeed.12 = Gauge32: 100000000
IF-MIB::ifSpeed.13 = Gauge32: 100000000
IF-MIB::ifSpeed.14 = Gauge32: 100000000
IF-MIB::ifSpeed.15 = Gauge32: 100000000
IF-MIB::ifSpeed.16 = Gauge32: 100000000
IF-MIB::ifSpeed.17 = Gauge32: 100000000
IF-MIB::ifSpeed.18 = Gauge32: 100000000
IF-MIB::ifSpeed.19 = Gauge32: 100000000
IF-MIB::ifSpeed.20 = Gauge32: 100000000
IF-MIB::ifSpeed.21 = Gauge32: 100000000
IF-MIB::ifSpeed.22 = Gauge32: 100000000
IF-MIB::ifSpeed.23 = Gauge32: 100000000
IF-MIB::ifSpeed.24 = Gauge32: 10000000
IF-MIB::ifSpeed.25 = Gauge32: 100000000
IF-MIB::ifSpeed.26 = Gauge32: 10000000
IF-MIB::ifSpeed.27 = Gauge32: 10000000
IF-MIB::ifSpeed.28 = Gauge32: 10000000
IF-MIB::ifSpeed.29 = Gauge32: 10000000
IF-MIB::ifSpeed.30 = Gauge32: 10000000
IF-MIB::ifSpeed.31 = Gauge32: 10000000
IF-MIB::ifSpeed.32 = Gauge32: 10000000
IF-MIB::ifSpeed.33 = Gauge32: 10000000
IF-MIB::ifSpeed.34 = Gauge32: 100000000
IF-MIB::ifSpeed.35 = Gauge32: 10000000
IF-MIB::ifSpeed.36 = Gauge32: 100000000
IF-MIB::ifSpeed.37 = Gauge32: 10000000
IF-MIB::ifSpeed.38 = Gauge32: 10000000
IF-MIB::ifSpeed.39 = Gauge32: 10000000
IF-MIB::ifSpeed.40 = Gauge32: 100000000
IF-MIB::ifSpeed.41 = Gauge32: 10000000
IF-MIB::ifSpeed.42 = Gauge32: 100000000
IF-MIB::ifSpeed.43 = Gauge32: 10000000
IF-MIB::ifSpeed.44 = Gauge32: 10000000
IF-MIB::ifSpeed.45 = Gauge32: 10000000
IF-MIB::ifSpeed.46 = Gauge32: 10000000
IF-MIB::ifSpeed.47 = Gauge32: 10000000
IF-MIB::ifSpeed.48 = Gauge32: 10000000
IF-MIB::ifSpeed.49 = Gauge32: 10000000
IF-MIB::ifSpeed.50 = Gauge32: 10000000
IF-MIB::ifSpeed.51 = Gauge32: 0
IF-MIB::ifSpeed.52 = Gauge32: 0
IF-MIB::ifSpeed.54 = Gauge32: 400000000
IF-MIB::ifSpeed.102 = Gauge32: 0
IF-MIB::ifSpeed.103 = Gauge32: 0
IF-MIB::ifSpeed.104 = Gauge32: 0
IF-MIB::ifSpeed.108 = Gauge32: 0
IF-MIB::ifSpeed.109 = Gauge32: 0
IF-MIB::ifSpeed.4324 = Gauge32: 0
IF-MIB::ifSpeed.4325 = Gauge32: 0
IF-MIB::ifSpeed.4326 = Gauge32: 0
IF-MIB::ifSpeed.4327 = Gauge32: 0
IF-MIB::ifSpeed.4328 = Gauge32: 0
IF-MIB::ifSpeed.4329 = Gauge32: 0
IF-MIB::ifSpeed.4330 = Gauge32: 0
IF-MIB::ifSpeed.4331 = Gauge32: 0
IF-MIB::ifPhysAddress.1 = STRING: 28:80:23:4d:d7:7f
IF-MIB::ifPhysAddress.2 = STRING: 28:80:23:4d:d7:7e
IF-MIB::ifPhysAddress.3 = STRING: 28:80:23:4d:d7:7d
IF-MIB::ifPhysAddress.4 = STRING: 28:80:23:4d:d7:7c
IF-MIB::ifPhysAddress.5 = STRING: 28:80:23:4d:d7:7b
IF-MIB::ifPhysAddress.6 = STRING: 28:80:23:4d:d7:7a
IF-MIB::ifPhysAddress.7 = STRING: 28:80:23:4d:d7:79
IF-MIB::ifPhysAddress.8 = STRING: 28:80:23:4d:d7:78
IF-MIB::ifPhysAddress.9 = STRING: 28:80:23:4d:d7:77
IF-MIB::ifPhysAddress.10 = STRING: 28:80:23:4d:d7:76
IF-MIB::ifPhysAddress.11 = STRING: 28:80:23:4d:d7:75
IF-MIB::ifPhysAddress.12 = STRING: 28:80:23:4d:d7:74
IF-MIB::ifPhysAddress.13 = STRING: 28:80:23:4d:d7:73
IF-MIB::ifPhysAddress.14 = STRING: 28:80:23:4d:d7:72
IF-MIB::ifPhysAddress.15 = STRING: 28:80:23:4d:d7:71
IF-MIB::ifPhysAddress.16 = STRING: 28:80:23:4d:d7:70
IF-MIB::ifPhysAddress.17 = STRING: 28:80:23:4d:d7:6f
IF-MIB::ifPhysAddress.18 = STRING: 28:80:23:4d:d7:6e
IF-MIB::ifPhysAddress.19 = STRING: 28:80:23:4d:d7:6d
IF-MIB::ifPhysAddress.20 = STRING: 28:80:23:4d:d7:6c
IF-MIB::ifPhysAddress.21 = STRING: 28:80:23:4d:d7:6b
IF-MIB::ifPhysAddress.22 = STRING: 28:80:23:4d:d7:6a
IF-MIB::ifPhysAddress.23 = STRING: 28:80:23:4d:d7:69
IF-MIB::ifPhysAddress.24 = STRING: 28:80:23:4d:d7:68
IF-MIB::ifPhysAddress.25 = STRING: 28:80:23:4d:d7:67
IF-MIB::ifPhysAddress.26 = STRING: 28:80:23:4d:d7:66
IF-MIB::ifPhysAddress.27 = STRING: 28:80:23:4d:d7:65
IF-MIB::ifPhysAddress.28 = STRING: 28:80:23:4d:d7:64
IF-MIB::ifPhysAddress.29 = STRING: 28:80:23:4d:d7:63
IF-MIB::ifPhysAddress.30 = STRING: 28:80:23:4d:d7:62
IF-MIB::ifPhysAddress.31 = STRING: 28:80:23:4d:d7:61
IF-MIB::ifPhysAddress.32 = STRING: 28:80:23:4d:d7:60
IF-MIB::ifPhysAddress.33 = STRING: 28:80:23:4d:d7:5f
IF-MIB::ifPhysAddress.34 = STRING: 28:80:23:4d:d7:5e
IF-MIB::ifPhysAddress.35 = STRING: 28:80:23:4d:d7:5d
IF-MIB::ifPhysAddress.36 = STRING: 28:80:23:4d:d7:5c
IF-MIB::ifPhysAddress.37 = STRING: 28:80:23:4d:d7:5b
IF-MIB::ifPhysAddress.38 = STRING: 28:80:23:4d:d7:5a
IF-MIB::ifPhysAddress.39 = STRING: 28:80:23:4d:d7:59
IF-MIB::ifPhysAddress.40 = STRING: 28:80:23:4d:d7:58
IF-MIB::ifPhysAddress.41 = STRING: 28:80:23:4d:d7:57
IF-MIB::ifPhysAddress.42 = STRING: 28:80:23:4d:d7:56
IF-MIB::ifPhysAddress.43 = STRING: 28:80:23:4d:d7:55
IF-MIB::ifPhysAddress.44 = STRING: 28:80:23:4d:d7:54
IF-MIB::ifPhysAddress.45 = STRING: 28:80:23:4d:d7:53
IF-MIB::ifPhysAddress.46 = STRING: 28:80:23:4d:d7:52
IF-MIB::ifPhysAddress.47 = STRING: 28:80:23:4d:d7:51
IF-MIB::ifPhysAddress.48 = STRING: 28:80:23:4d:d7:50
IF-MIB::ifPhysAddress.49 = STRING: 28:80:23:4d:d7:4f
IF-MIB::ifPhysAddress.50 = STRING: 28:80:23:4d:d7:4e
IF-MIB::ifPhysAddress.51 = STRING: 28:80:23:4d:d7:4d
IF-MIB::ifPhysAddress.52 = STRING: 28:80:23:4d:d7:4c
IF-MIB::ifPhysAddress.54 = STRING: 28:80:23:4d:d7:40
IF-MIB::ifPhysAddress.102 = STRING: 28:80:23:4d:d7:40
IF-MIB::ifPhysAddress.103 = STRING: 28:80:23:4d:d7:40
IF-MIB::ifPhysAddress.104 = STRING: 28:80:23:4d:d7:40
IF-MIB::ifPhysAddress.108 = STRING: 28:80:23:4d:d7:40
IF-MIB::ifPhysAddress.109 = STRING: 28:80:23:4d:d7:40
IF-MIB::ifPhysAddress.4324 = STRING:
IF-MIB::ifPhysAddress.4325 = STRING:
IF-MIB::ifPhysAddress.4326 = STRING:
IF-MIB::ifPhysAddress.4327 = STRING:
IF-MIB::ifPhysAddress.4328 = STRING:
IF-MIB::ifPhysAddress.4329 = STRING:
IF-MIB::ifPhysAddress.4330 = STRING:
IF-MIB::ifPhysAddress.4331 = STRING:
IF-MIB::ifAdminStatus.1 = INTEGER: up(1)
IF-MIB::ifAdminStatus.2 = INTEGER: up(1)
IF-MIB::ifAdminStatus.3 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4 = INTEGER: up(1)
IF-MIB::ifAdminStatus.5 = INTEGER: up(1)
IF-MIB::ifAdminStatus.6 = INTEGER: up(1)
IF-MIB::ifAdminStatus.7 = INTEGER: up(1)
IF-MIB::ifAdminStatus.8 = INTEGER: up(1)
IF-MIB::ifAdminStatus.9 = INTEGER: up(1)
IF-MIB::ifAdminStatus.10 = INTEGER: up(1)
IF-MIB::ifAdminStatus.11 = INTEGER: up(1)
IF-MIB::ifAdminStatus.12 = INTEGER: up(1)
IF-MIB::ifAdminStatus.13 = INTEGER: up(1)
IF-MIB::ifAdminStatus.14 = INTEGER: up(1)
IF-MIB::ifAdminStatus.15 = INTEGER: up(1)
IF-MIB::ifAdminStatus.16 = INTEGER: up(1)
IF-MIB::ifAdminStatus.17 = INTEGER: up(1)
IF-MIB::ifAdminStatus.18 = INTEGER: up(1)
IF-MIB::ifAdminStatus.19 = INTEGER: up(1)
IF-MIB::ifAdminStatus.20 = INTEGER: up(1)
IF-MIB::ifAdminStatus.21 = INTEGER: up(1)
IF-MIB::ifAdminStatus.22 = INTEGER: up(1)
IF-MIB::ifAdminStatus.23 = INTEGER: up(1)
IF-MIB::ifAdminStatus.24 = INTEGER: up(1)
IF-MIB::ifAdminStatus.25 = INTEGER: up(1)
IF-MIB::ifAdminStatus.26 = INTEGER: up(1)
IF-MIB::ifAdminStatus.27 = INTEGER: up(1)
IF-MIB::ifAdminStatus.28 = INTEGER: up(1)
IF-MIB::ifAdminStatus.29 = INTEGER: up(1)
IF-MIB::ifAdminStatus.30 = INTEGER: up(1)
IF-MIB::ifAdminStatus.31 = INTEGER: up(1)
IF-MIB::ifAdminStatus.32 = INTEGER: up(1)
IF-MIB::ifAdminStatus.33 = INTEGER: up(1)
IF-MIB::ifAdminStatus.34 = INTEGER: up(1)
IF-MIB::ifAdminStatus.35 = INTEGER: up(1)
IF-MIB::ifAdminStatus.36 = INTEGER: down(2)
IF-MIB::ifAdminStatus.37 = INTEGER: up(1)
IF-MIB::ifAdminStatus.38 = INTEGER: up(1)
IF-MIB::ifAdminStatus.39 = INTEGER: up(1)
IF-MIB::ifAdminStatus.40 = INTEGER: up(1)
IF-MIB::ifAdminStatus.41 = INTEGER: up(1)
IF-MIB::ifAdminStatus.42 = INTEGER: up(1)
IF-MIB::ifAdminStatus.43 = INTEGER: up(1)
IF-MIB::ifAdminStatus.44 = INTEGER: up(1)
IF-MIB::ifAdminStatus.45 = INTEGER: up(1)
IF-MIB::ifAdminStatus.46 = INTEGER: up(1)
IF-MIB::ifAdminStatus.47 = INTEGER: up(1)
IF-MIB::ifAdminStatus.48 = INTEGER: up(1)
IF-MIB::ifAdminStatus.49 = INTEGER: up(1)
IF-MIB::ifAdminStatus.50 = INTEGER: up(1)
IF-MIB::ifAdminStatus.51 = INTEGER: up(1)
IF-MIB::ifAdminStatus.52 = INTEGER: up(1)
IF-MIB::ifAdminStatus.54 = INTEGER: up(1)
IF-MIB::ifAdminStatus.102 = INTEGER: up(1)
IF-MIB::ifAdminStatus.103 = INTEGER: up(1)
IF-MIB::ifAdminStatus.104 = INTEGER: up(1)
IF-MIB::ifAdminStatus.108 = INTEGER: up(1)
IF-MIB::ifAdminStatus.109 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4324 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4325 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4326 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4327 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4328 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4329 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4330 = INTEGER: down(2)
IF-MIB::ifAdminStatus.4331 = INTEGER: down(2)
IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.2 = INTEGER: up(1)
IF-MIB::ifOperStatus.3 = INTEGER: up(1)
IF-MIB::ifOperStatus.4 = INTEGER: up(1)
IF-MIB::ifOperStatus.5 = INTEGER: up(1)
IF-MIB::ifOperStatus.6 = INTEGER: down(2)
IF-MIB::ifOperStatus.7 = INTEGER: down(2)
IF-MIB::ifOperStatus.8 = INTEGER: down(2)
IF-MIB::ifOperStatus.9 = INTEGER: up(1)
IF-MIB::ifOperStatus.10 = INTEGER: up(1)
IF-MIB::ifOperStatus.11 = INTEGER: up(1)
IF-MIB::ifOperStatus.12 = INTEGER: up(1)
IF-MIB::ifOperStatus.13 = INTEGER: up(1)
IF-MIB::ifOperStatus.14 = INTEGER: down(2)
IF-MIB::ifOperStatus.15 = INTEGER: up(1)
IF-MIB::ifOperStatus.16 = INTEGER: up(1)
IF-MIB::ifOperStatus.17 = INTEGER: up(1)
IF-MIB::ifOperStatus.18 = INTEGER: up(1)
IF-MIB::ifOperStatus.19 = INTEGER: up(1)
IF-MIB::ifOperStatus.20 = INTEGER: down(2)
IF-MIB::ifOperStatus.21 = INTEGER: up(1)
IF-MIB::ifOperStatus.22 = INTEGER: up(1)
IF-MIB::ifOperStatus.23 = INTEGER: up(1)
IF-MIB::ifOperStatus.24 = INTEGER: down(2)
IF-MIB::ifOperStatus.25 = INTEGER: up(1)
IF-MIB::ifOperStatus.26 = INTEGER: down(2)
IF-MIB::ifOperStatus.27 = INTEGER: down(2)
IF-MIB::ifOperStatus.28 = INTEGER: down(2)
IF-MIB::ifOperStatus.29 = INTEGER: down(2)
IF-MIB::ifOperStatus.30 = INTEGER: down(2)
IF-MIB::ifOperStatus.31 = INTEGER: down(2)
IF-MIB::ifOperStatus.32 = INTEGER: down(2)
IF-MIB::ifOperStatus.33 = INTEGER: down(2)
IF-MIB::ifOperStatus.34 = INTEGER: down(2)
IF-MIB::ifOperStatus.35 = INTEGER: down(2)
IF-MIB::ifOperStatus.36 = INTEGER: down(2)
IF-MIB::ifOperStatus.37 = INTEGER: down(2)
IF-MIB::ifOperStatus.38 = INTEGER: down(2)
IF-MIB::ifOperStatus.39 = INTEGER: down(2)
IF-MIB::ifOperStatus.40 = INTEGER: down(2)
IF-MIB::ifOperStatus.41 = INTEGER: down(2)
IF-MIB::ifOperStatus.42 = INTEGER: down(2)
IF-MIB::ifOperStatus.43 = INTEGER: down(2)
IF-MIB::ifOperStatus.44 = INTEGER: down(2)
IF-MIB::ifOperStatus.45 = INTEGER: down(2)
IF-MIB::ifOperStatus.46 = INTEGER: down(2)
IF-MIB::ifOperStatus.47 = INTEGER: down(2)
IF-MIB::ifOperStatus.48 = INTEGER: down(2)
IF-MIB::ifOperStatus.49 = INTEGER: down(2)
IF-MIB::ifOperStatus.50 = INTEGER: down(2)
IF-MIB::ifOperStatus.51 = INTEGER: down(2)
IF-MIB::ifOperStatus.52 = INTEGER: down(2)
IF-MIB::ifOperStatus.54 = INTEGER: up(1)
IF-MIB::ifOperStatus.102 = INTEGER: up(1)
IF-MIB::ifOperStatus.103 = INTEGER: up(1)
IF-MIB::ifOperStatus.104 = INTEGER: up(1)
IF-MIB::ifOperStatus.108 = INTEGER: up(1)
IF-MIB::ifOperStatus.109 = INTEGER: up(1)
IF-MIB::ifOperStatus.4324 = INTEGER: up(1)
IF-MIB::ifOperStatus.4325 = INTEGER: down(2)
IF-MIB::ifOperStatus.4326 = INTEGER: down(2)
IF-MIB::ifOperStatus.4327 = INTEGER: down(2)
IF-MIB::ifOperStatus.4328 = INTEGER: down(2)
IF-MIB::ifOperStatus.4329 = INTEGER: down(2)
IF-MIB::ifOperStatus.4330 = INTEGER: down(2)
IF-MIB::ifOperStatus.4331 = INTEGER: down(2)
IF-MIB::ifLastChange.1 = Timeticks: (417) 0:00:04.17
IF-MIB::ifLastChange.2 = Timeticks: (420) 0:00:04.20
IF-MIB::ifLastChange.3 = Timeticks: (423) 0:00:04.23
IF-MIB::ifLastChange.4 = Timeticks: (425) 0:00:04.25
IF-MIB::ifLastChange.5 = Timeticks: (494611406) 57 days, 5:55:14.06
IF-MIB::ifLastChange.6 = Timeticks: (162) 0:00:01.62
IF-MIB::ifLastChange.7 = Timeticks: (163) 0:00:01.63
IF-MIB::ifLastChange.8 = Timeticks: (163) 0:00:01.63
IF-MIB::ifLastChange.9 = Timeticks: (1019248058) 117 days, 23:14:40.58
IF-MIB::ifLastChange.10 = Timeticks: (423813762) 49 days, 1:15:37.62
IF-MIB::ifLastChange.11 = Timeticks: (519598360) 60 days, 3:19:43.60
IF-MIB::ifLastChange.12 = Timeticks: (1018840817) 117 days, 22:06:48.17
IF-MIB::ifLastChange.13 = Timeticks: (949581197) 109 days, 21:43:31.97
IF-MIB::ifLastChange.14 = Timeticks: (959584340) 111 days, 1:30:43.40
IF-MIB::ifLastChange.15 = Timeticks: (1016143439) 117 days, 14:37:14.39
IF-MIB::ifLastChange.16 = Timeticks: (1012783094) 117 days, 5:17:10.94
IF-MIB::ifLastChange.17 = Timeticks: (1018783477) 117 days, 21:57:14.77
IF-MIB::ifLastChange.18 = Timeticks: (423812054) 49 days, 1:15:20.54
IF-MIB::ifLastChange.19 = Timeticks: (941386521) 108 days, 22:57:45.21
IF-MIB::ifLastChange.20 = Timeticks: (995517754) 115 days, 5:19:37.54
IF-MIB::ifLastChange.21 = Timeticks: (992179633) 114 days, 20:03:16.33
IF-MIB::ifLastChange.22 = Timeticks: (992537391) 114 days, 21:02:53.91
IF-MIB::ifLastChange.23 = Timeticks: (1018798111) 117 days, 21:59:41.11
IF-MIB::ifLastChange.24 = Timeticks: (909760205) 105 days, 7:06:42.05
IF-MIB::ifLastChange.25 = Timeticks: (396292983) 45 days, 20:48:49.83
IF-MIB::ifLastChange.26 = Timeticks: (173) 0:00:01.73
IF-MIB::ifLastChange.27 = Timeticks: (174) 0:00:01.74
IF-MIB::ifLastChange.28 = Timeticks: (174) 0:00:01.74
IF-MIB::ifLastChange.29 = Timeticks: (175) 0:00:01.75
IF-MIB::ifLastChange.30 = Timeticks: (176) 0:00:01.76
IF-MIB::ifLastChange.31 = Timeticks: (176) 0:00:01.76
IF-MIB::ifLastChange.32 = Timeticks: (177) 0:00:01.77
IF-MIB::ifLastChange.33 = Timeticks: (177) 0:00:01.77
IF-MIB::ifLastChange.34 = Timeticks: (227029994) 26 days, 6:38:19.94
IF-MIB::ifLastChange.35 = Timeticks: (178) 0:00:01.78
IF-MIB::ifLastChange.36 = Timeticks: (226689499) 26 days, 5:41:34.99
IF-MIB::ifLastChange.37 = Timeticks: (179) 0:00:01.79
IF-MIB::ifLastChange.38 = Timeticks: (180) 0:00:01.80
IF-MIB::ifLastChange.39 = Timeticks: (181) 0:00:01.81
IF-MIB::ifLastChange.40 = Timeticks: (494614717) 57 days, 5:55:47.17
IF-MIB::ifLastChange.41 = Timeticks: (182) 0:00:01.82
IF-MIB::ifLastChange.42 = Timeticks: (494544020) 57 days, 5:44:00.20
IF-MIB::ifLastChange.43 = Timeticks: (183) 0:00:01.83
IF-MIB::ifLastChange.44 = Timeticks: (183) 0:00:01.83
IF-MIB::ifLastChange.45 = Timeticks: (184) 0:00:01.84
IF-MIB::ifLastChange.46 = Timeticks: (184) 0:00:01.84
IF-MIB::ifLastChange.47 = Timeticks: (185) 0:00:01.85
IF-MIB::ifLastChange.48 = Timeticks: (186) 0:00:01.86
IF-MIB::ifLastChange.49 = Timeticks: (187) 0:00:01.87
IF-MIB::ifLastChange.50 = Timeticks: (188) 0:00:01.88
IF-MIB::ifLastChange.51 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.52 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.54 = Timeticks: (458) 0:00:04.58
IF-MIB::ifLastChange.102 = Timeticks: (456) 0:00:04.56
IF-MIB::ifLastChange.103 = Timeticks: (494653176) 57 days, 6:02:11.76
IF-MIB::ifLastChange.104 = Timeticks: (494653176) 57 days, 6:02:11.76
IF-MIB::ifLastChange.108 = Timeticks: (494653176) 57 days, 6:02:11.76
IF-MIB::ifLastChange.109 = Timeticks: (494653176) 57 days, 6:02:11.76
IF-MIB::ifLastChange.4324 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4325 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4326 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4327 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4328 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4329 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4330 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.4331 = Timeticks: (0) 0:00:00.00
IF-MIB::ifInOctets.1 = Counter32: 145937
IF-MIB::ifInOctets.2 = Counter32: 3237663818
IF-MIB::ifInOctets.3 = Counter32: 425870908
IF-MIB::ifInOctets.4 = Counter32: 2722809521
IF-MIB::ifInOctets.5 = Counter32: 3976287557
IF-MIB::ifInOctets.6 = Counter32: 0
IF-MIB::ifInOctets.7 = Counter32: 0
IF-MIB::ifInOctets.8 = Counter32: 0
IF-MIB::ifInOctets.9 = Counter32: 270833038
IF-MIB::ifInOctets.10 = Counter32: 2366346309
IF-MIB::ifInOctets.11 = Counter32: 135995504
IF-MIB::ifInOctets.12 = Counter32: 3402021153
IF-MIB::ifInOctets.13 = Counter32: 1293954021
IF-MIB::ifInOctets.14 = Counter32: 10818437
IF-MIB::ifInOctets.15 = Counter32: 313155349
IF-MIB::ifInOctets.16 = Counter32: 3700445582
IF-MIB::ifInOctets.17 = Counter32: 1290769463
IF-MIB::ifInOctets.18 = Counter32: 2149607729
IF-MIB::ifInOctets.19 = Counter32: 1838167268
IF-MIB::ifInOctets.20 = Counter32: 2958222281
IF-MIB::ifInOctets.21 = Counter32: 556229588
IF-MIB::ifInOctets.22 = Counter32: 4029518200
IF-MIB::ifInOctets.23 = Counter32: 2645943344
IF-MIB::ifInOctets.24 = Counter32: 3038845085
IF-MIB::ifInOctets.25 = Counter32: 3649507775
IF-MIB::ifInOctets.26 = Counter32: 0
IF-MIB::ifInOctets.27 = Counter32: 0
IF-MIB::ifInOctets.28 = Counter32: 0
IF-MIB::ifInOctets.29 = Counter32: 0
IF-MIB::ifInOctets.30 = Counter32: 0
IF-MIB::ifInOctets.31 = Counter32: 0
IF-MIB::ifInOctets.32 = Counter32: 0
IF-MIB::ifInOctets.33 = Counter32: 0
IF-MIB::ifInOctets.34 = Counter32: 5243984
IF-MIB::ifInOctets.35 = Counter32: 0
IF-MIB::ifInOctets.36 = Counter32: 64
IF-MIB::ifInOctets.37 = Counter32: 0
IF-MIB::ifInOctets.38 = Counter32: 0
IF-MIB::ifInOctets.39 = Counter32: 0
IF-MIB::ifInOctets.40 = Counter32: 7192
IF-MIB::ifInOctets.41 = Counter32: 0
IF-MIB::ifInOctets.42 = Counter32: 20698
IF-MIB::ifInOctets.43 = Counter32: 0
IF-MIB::ifInOctets.44 = Counter32: 0
IF-MIB::ifInOctets.45 = Counter32: 0
IF-MIB::ifInOctets.46 = Counter32: 0
IF-MIB::ifInOctets.47 = Counter32: 0
IF-MIB::ifInOctets.48 = Counter32: 0
IF-MIB::ifInOctets.49 = Counter32: 0
IF-MIB::ifInOctets.50 = Counter32: 0
IF-MIB::ifInOctets.51 = Counter32: 0
IF-MIB::ifInOctets.52 = Counter32: 0
IF-MIB::ifInOctets.54 = Counter32: 2091522888
IF-MIB::ifInOctets.102 = Counter32: 0
IF-MIB::ifInOctets.103 = Counter32: 0
IF-MIB::ifInOctets.104 = Counter32: 0
IF-MIB::ifInOctets.108 = Counter32: 0
IF-MIB::ifInOctets.109 = Counter32: 0
IF-MIB::ifInOctets.4324 = Counter32: 35116069
IF-MIB::ifInOctets.4325 = Counter32: 0
IF-MIB::ifInOctets.4326 = Counter32: 0
IF-MIB::ifInOctets.4327 = Counter32: 0
IF-MIB::ifInOctets.4328 = Counter32: 0
IF-MIB::ifInOctets.4329 = Counter32: 0
IF-MIB::ifInOctets.4330 = Counter32: 0
IF-MIB::ifInOctets.4331 = Counter32: 0
IF-MIB::ifInUcastPkts.1 = Counter32: 77811264
IF-MIB::ifInUcastPkts.2 = Counter32: 134107703
IF-MIB::ifInUcastPkts.3 = Counter32: 81585614
IF-MIB::ifInUcastPkts.4 = Counter32: 31773593
IF-MIB::ifInUcastPkts.5 = Counter32: 267459
IF-MIB::ifInUcastPkts.6 = Counter32: 0
IF-MIB::ifInUcastPkts.7 = Counter32: 0
IF-MIB::ifInUcastPkts.8 = Counter32: 0
IF-MIB::ifInUcastPkts.9 = Counter32: 1310486
IF-MIB::ifInUcastPkts.10 = Counter32: 1761094
IF-MIB::ifInUcastPkts.11 = Counter32: 38369751
IF-MIB::ifInUcastPkts.12 = Counter32: 84360706
IF-MIB::ifInUcastPkts.13 = Counter32: 1279266
IF-MIB::ifInUcastPkts.14 = Counter32: 46855
IF-MIB::ifInUcastPkts.15 = Counter32: 1067689
IF-MIB::ifInUcastPkts.16 = Counter32: 70464534
IF-MIB::ifInUcastPkts.17 = Counter32: 21128534
IF-MIB::ifInUcastPkts.18 = Counter32: 941848
IF-MIB::ifInUcastPkts.19 = Counter32: 1688258
IF-MIB::ifInUcastPkts.20 = Counter32: 31574754
IF-MIB::ifInUcastPkts.21 = Counter32: 118960821
IF-MIB::ifInUcastPkts.22 = Counter32: 25958160
IF-MIB::ifInUcastPkts.23 = Counter32: 11266863
IF-MIB::ifInUcastPkts.24 = Counter32: 18368097
IF-MIB::ifInUcastPkts.25 = Counter32: 8729851
IF-MIB::ifInUcastPkts.26 = Counter32: 0
IF-MIB::ifInUcastPkts.27 = Counter32: 0
IF-MIB::ifInUcastPkts.28 = Counter32: 0
IF-MIB::ifInUcastPkts.29 = Counter32: 0
IF-MIB::ifInUcastPkts.30 = Counter32: 0
IF-MIB::ifInUcastPkts.31 = Counter32: 0
IF-MIB::ifInUcastPkts.32 = Counter32: 0
IF-MIB::ifInUcastPkts.33 = Counter32: 0
IF-MIB::ifInUcastPkts.34 = Counter32: 62601
IF-MIB::ifInUcastPkts.35 = Counter32: 0
IF-MIB::ifInUcastPkts.36 = Counter32: 0
IF-MIB::ifInUcastPkts.37 = Counter32: 0
IF-MIB::ifInUcastPkts.38 = Counter32: 0
IF-MIB::ifInUcastPkts.39 = Counter32: 0
IF-MIB::ifInUcastPkts.40 = Counter32: 35
IF-MIB::ifInUcastPkts.41 = Counter32: 0
IF-MIB::ifInUcastPkts.42 = Counter32: 57
IF-MIB::ifInUcastPkts.43 = Counter32: 0
IF-MIB::ifInUcastPkts.44 = Counter32: 0
IF-MIB::ifInUcastPkts.45 = Counter32: 0
IF-MIB::ifInUcastPkts.46 = Counter32: 0
IF-MIB::ifInUcastPkts.47 = Counter32: 0
IF-MIB::ifInUcastPkts.48 = Counter32: 0
IF-MIB::ifInUcastPkts.49 = Counter32: 0
IF-MIB::ifInUcastPkts.50 = Counter32: 0
IF-MIB::ifInUcastPkts.51 = Counter32: 0
IF-MIB::ifInUcastPkts.52 = Counter32: 0
IF-MIB::ifInUcastPkts.54 = Counter32: 325280637
IF-MIB::ifInUcastPkts.102 = Counter32: 0
IF-MIB::ifInUcastPkts.103 = Counter32: 0
IF-MIB::ifInUcastPkts.104 = Counter32: 0
IF-MIB::ifInUcastPkts.108 = Counter32: 0
IF-MIB::ifInUcastPkts.109 = Counter32: 0
IF-MIB::ifInUcastPkts.4324 = Counter32: 442365
IF-MIB::ifInUcastPkts.4325 = Counter32: 0
IF-MIB::ifInUcastPkts.4326 = Counter32: 0
IF-MIB::ifInUcastPkts.4327 = Counter32: 0
IF-MIB::ifInUcastPkts.4328 = Counter32: 0
IF-MIB::ifInUcastPkts.4329 = Counter32: 0
IF-MIB::ifInUcastPkts.4330 = Counter32: 0
IF-MIB::ifInUcastPkts.4331 = Counter32: 0
IF-MIB::ifInNUcastPkts.1 = Counter32: 10897597
IF-MIB::ifInNUcastPkts.2 = Counter32: 5679423
IF-MIB::ifInNUcastPkts.3 = Counter32: 3392119
IF-MIB::ifInNUcastPkts.4 = Counter32: 17369994
IF-MIB::ifInNUcastPkts.5 = Counter32: 36291395
IF-MIB::ifInNUcastPkts.6 = Counter32: 0
IF-MIB::ifInNUcastPkts.7 = Counter32: 0
IF-MIB::ifInNUcastPkts.8 = Counter32: 0
IF-MIB::ifInNUcastPkts.9 = Counter32: 129911
IF-MIB::ifInNUcastPkts.10 = Counter32: 32809310
IF-MIB::ifInNUcastPkts.11 = Counter32: 377878
IF-MIB::ifInNUcastPkts.12 = Counter32: 423170
IF-MIB::ifInNUcastPkts.13 = Counter32: 17790107
IF-MIB::ifInNUcastPkts.14 = Counter32: 10544
IF-MIB::ifInNUcastPkts.15 = Counter32: 551967
IF-MIB::ifInNUcastPkts.16 = Counter32: 688485
IF-MIB::ifInNUcastPkts.17 = Counter32: 175330
IF-MIB::ifInNUcastPkts.18 = Counter32: 31560232
IF-MIB::ifInNUcastPkts.19 = Counter32: 25729691
IF-MIB::ifInNUcastPkts.20 = Counter32: 263508
IF-MIB::ifInNUcastPkts.21 = Counter32: 827963
IF-MIB::ifInNUcastPkts.22 = Counter32: 434222
IF-MIB::ifInNUcastPkts.23 = Counter32: 192851
IF-MIB::ifInNUcastPkts.24 = Counter32: 136782
IF-MIB::ifInNUcastPkts.25 = Counter32: 3752
IF-MIB::ifInNUcastPkts.26 = Counter32: 0
IF-MIB::ifInNUcastPkts.27 = Counter32: 0
IF-MIB::ifInNUcastPkts.28 = Counter32: 0
IF-MIB::ifInNUcastPkts.29 = Counter32: 0
IF-MIB::ifInNUcastPkts.30 = Counter32: 0
IF-MIB::ifInNUcastPkts.31 = Counter32: 0
IF-MIB::ifInNUcastPkts.32 = Counter32: 0
IF-MIB::ifInNUcastPkts.33 = Counter32: 0
IF-MIB::ifInNUcastPkts.34 = Counter32: 153
IF-MIB::ifInNUcastPkts.35 = Counter32: 0
IF-MIB::ifInNUcastPkts.36 = Counter32: 1
IF-MIB::ifInNUcastPkts.37 = Counter32: 0
IF-MIB::ifInNUcastPkts.38 = Counter32: 0
IF-MIB::ifInNUcastPkts.39 = Counter32: 0
IF-MIB::ifInNUcastPkts.40 = Counter32: 35
IF-MIB::ifInNUcastPkts.41 = Counter32: 0
IF-MIB::ifInNUcastPkts.42 = Counter32: 70
IF-MIB::ifInNUcastPkts.43 = Counter32: 0
IF-MIB::ifInNUcastPkts.44 = Counter32: 0
IF-MIB::ifInNUcastPkts.45 = Counter32: 0
IF-MIB::ifInNUcastPkts.46 = Counter32: 0
IF-MIB::ifInNUcastPkts.47 = Counter32: 0
IF-MIB::ifInNUcastPkts.48 = Counter32: 0
IF-MIB::ifInNUcastPkts.49 = Counter32: 0
IF-MIB::ifInNUcastPkts.50 = Counter32: 0
IF-MIB::ifInNUcastPkts.51 = Counter32: 0
IF-MIB::ifInNUcastPkts.52 = Counter32: 0
IF-MIB::ifInNUcastPkts.54 = Counter32: 37339133
IF-MIB::ifInNUcastPkts.102 = Counter32: 0
IF-MIB::ifInNUcastPkts.103 = Counter32: 0
IF-MIB::ifInNUcastPkts.104 = Counter32: 0
IF-MIB::ifInNUcastPkts.108 = Counter32: 0
IF-MIB::ifInNUcastPkts.109 = Counter32: 0
IF-MIB::ifInNUcastPkts.4324 = Counter32: 0
IF-MIB::ifInNUcastPkts.4325 = Counter32: 0
IF-MIB::ifInNUcastPkts.4326 = Counter32: 0
IF-MIB::ifInNUcastPkts.4327 = Counter32: 0
IF-MIB::ifInNUcastPkts.4328 = Counter32: 0
IF-MIB::ifInNUcastPkts.4329 = Counter32: 0
IF-MIB::ifInNUcastPkts.4330 = Counter32: 0
IF-MIB::ifInNUcastPkts.4331 = Counter32: 0
IF-MIB::ifInDiscards.1 = Counter32: 0
IF-MIB::ifInDiscards.2 = Counter32: 0
IF-MIB::ifInDiscards.3 = Counter32: 0
IF-MIB::ifInDiscards.4 = Counter32: 0
IF-MIB::ifInDiscards.5 = Counter32: 0
IF-MIB::ifInDiscards.6 = Counter32: 0
IF-MIB::ifInDiscards.7 = Counter32: 0
IF-MIB::ifInDiscards.8 = Counter32: 0
IF-MIB::ifInDiscards.9 = Counter32: 0
IF-MIB::ifInDiscards.10 = Counter32: 0
IF-MIB::ifInDiscards.11 = Counter32: 0
IF-MIB::ifInDiscards.12 = Counter32: 0
IF-MIB::ifInDiscards.13 = Counter32: 0
IF-MIB::ifInDiscards.14 = Counter32: 0
IF-MIB::ifInDiscards.15 = Counter32: 0
IF-MIB::ifInDiscards.16 = Counter32: 0
IF-MIB::ifInDiscards.17 = Counter32: 0
IF-MIB::ifInDiscards.18 = Counter32: 0
IF-MIB::ifInDiscards.19 = Counter32: 0
IF-MIB::ifInDiscards.20 = Counter32: 0
IF-MIB::ifInDiscards.21 = Counter32: 0
IF-MIB::ifInDiscards.22 = Counter32: 0
IF-MIB::ifInDiscards.23 = Counter32: 0
IF-MIB::ifInDiscards.24 = Counter32: 0
IF-MIB::ifInDiscards.25 = Counter32: 0
IF-MIB::ifInDiscards.26 = Counter32: 0
IF-MIB::ifInDiscards.27 = Counter32: 0
IF-MIB::ifInDiscards.28 = Counter32: 0
IF-MIB::ifInDiscards.29 = Counter32: 0
IF-MIB::ifInDiscards.30 = Counter32: 0
IF-MIB::ifInDiscards.31 = Counter32: 0
IF-MIB::ifInDiscards.32 = Counter32: 0
IF-MIB::ifInDiscards.33 = Counter32: 0
IF-MIB::ifInDiscards.34 = Counter32: 0
IF-MIB::ifInDiscards.35 = Counter32: 0
IF-MIB::ifInDiscards.36 = Counter32: 0
IF-MIB::ifInDiscards.37 = Counter32: 0
IF-MIB::ifInDiscards.38 = Counter32: 0
IF-MIB::ifInDiscards.39 = Counter32: 0
IF-MIB::ifInDiscards.40 = Counter32: 0
IF-MIB::ifInDiscards.41 = Counter32: 0
IF-MIB::ifInDiscards.42 = Counter32: 0
IF-MIB::ifInDiscards.43 = Counter32: 0
IF-MIB::ifInDiscards.44 = Counter32: 0
IF-MIB::ifInDiscards.45 = Counter32: 0
IF-MIB::ifInDiscards.46 = Counter32: 0
IF-MIB::ifInDiscards.47 = Counter32: 0
IF-MIB::ifInDiscards.48 = Counter32: 0
IF-MIB::ifInDiscards.49 = Counter32: 0
IF-MIB::ifInDiscards.50 = Counter32: 0
IF-MIB::ifInDiscards.51 = Counter32: 0
IF-MIB::ifInDiscards.52 = Counter32: 0
IF-MIB::ifInDiscards.54 = Counter32: 0
IF-MIB::ifInDiscards.102 = Counter32: 0
IF-MIB::ifInDiscards.103 = Counter32: 0
IF-MIB::ifInDiscards.104 = Counter32: 0
IF-MIB::ifInDiscards.108 = Counter32: 0
IF-MIB::ifInDiscards.109 = Counter32: 0
IF-MIB::ifInDiscards.4324 = Counter32: 0
IF-MIB::ifInDiscards.4325 = Counter32: 0
IF-MIB::ifInDiscards.4326 = Counter32: 0
IF-MIB::ifInDiscards.4327 = Counter32: 0
IF-MIB::ifInDiscards.4328 = Counter32: 0
IF-MIB::ifInDiscards.4329 = Counter32: 0
IF-MIB::ifInDiscards.4330 = Counter32: 0
IF-MIB::ifInDiscards.4331 = Counter32: 0
IF-MIB::ifInErrors.1 = Counter32: 0
IF-MIB::ifInErrors.2 = Counter32: 0
IF-MIB::ifInErrors.3 = Counter32: 0
IF-MIB::ifInErrors.4 = Counter32: 0
IF-MIB::ifInErrors.5 = Counter32: 0
IF-MIB::ifInErrors.6 = Counter32: 0
IF-MIB::ifInErrors.7 = Counter32: 0
IF-MIB::ifInErrors.8 = Counter32: 0
IF-MIB::ifInErrors.9 = Counter32: 2
IF-MIB::ifInErrors.10 = Counter32: 0
IF-MIB::ifInErrors.11 = Counter32: 0
IF-MIB::ifInErrors.12 = Counter32: 0
IF-MIB::ifInErrors.13 = Counter32: 1
IF-MIB::ifInErrors.14 = Counter32: 0
IF-MIB::ifInErrors.15 = Counter32: 0
IF-MIB::ifInErrors.16 = Counter32: 20809
IF-MIB::ifInErrors.17 = Counter32: 4
IF-MIB::ifInErrors.18 = Counter32: 0
IF-MIB::ifInErrors.19 = Counter32: 0
IF-MIB::ifInErrors.20 = Counter32: 8
IF-MIB::ifInErrors.21 = Counter32: 0
IF-MIB::ifInErrors.22 = Counter32: 0
IF-MIB::ifInErrors.23 = Counter32: 0
IF-MIB::ifInErrors.24 = Counter32: 0
IF-MIB::ifInErrors.25 = Counter32: 0
IF-MIB::ifInErrors.26 = Counter32: 0
IF-MIB::ifInErrors.27 = Counter32: 0
IF-MIB::ifInErrors.28 = Counter32: 0
IF-MIB::ifInErrors.29 = Counter32: 0
IF-MIB::ifInErrors.30 = Counter32: 0
IF-MIB::ifInErrors.31 = Counter32: 0
IF-MIB::ifInErrors.32 = Counter32: 0
IF-MIB::ifInErrors.33 = Counter32: 0
IF-MIB::ifInErrors.34 = Counter32: 0
IF-MIB::ifInErrors.35 = Counter32: 0
IF-MIB::ifInErrors.36 = Counter32: 0
IF-MIB::ifInErrors.37 = Counter32: 0
IF-MIB::ifInErrors.38 = Counter32: 0
IF-MIB::ifInErrors.39 = Counter32: 0
IF-MIB::ifInErrors.40 = Counter32: 0
IF-MIB::ifInErrors.41 = Counter32: 0
IF-MIB::ifInErrors.42 = Counter32: 0
IF-MIB::ifInErrors.43 = Counter32: 0
IF-MIB::ifInErrors.44 = Counter32: 0
IF-MIB::ifInErrors.45 = Counter32: 0
IF-MIB::ifInErrors.46 = Counter32: 0
IF-MIB::ifInErrors.47 = Counter32: 0
IF-MIB::ifInErrors.48 = Counter32: 0
IF-MIB::ifInErrors.49 = Counter32: 0
IF-MIB::ifInErrors.50 = Counter32: 0
IF-MIB::ifInErrors.51 = Counter32: 0
IF-MIB::ifInErrors.52 = Counter32: 0
IF-MIB::ifInErrors.54 = Counter32: 0
IF-MIB::ifInErrors.102 = Counter32: 0
IF-MIB::ifInErrors.103 = Counter32: 0
IF-MIB::ifInErrors.104 = Counter32: 0
IF-MIB::ifInErrors.108 = Counter32: 0
IF-MIB::ifInErrors.109 = Counter32: 0
IF-MIB::ifInErrors.4324 = Counter32: 0
IF-MIB::ifInErrors.4325 = Counter32: 0
IF-MIB::ifInErrors.4326 = Counter32: 0
IF-MIB::ifInErrors.4327 = Counter32: 0
IF-MIB::ifInErrors.4328 = Counter32: 0
IF-MIB::ifInErrors.4329 = Counter32: 0
IF-MIB::ifInErrors.4330 = Counter32: 0
IF-MIB::ifInErrors.4331 = Counter32: 0
IF-MIB::ifInUnknownProtos.1 = Counter32: 0
IF-MIB::ifInUnknownProtos.2 = Counter32: 0
IF-MIB::ifInUnknownProtos.3 = Counter32: 0
IF-MIB::ifInUnknownProtos.4 = Counter32: 0
IF-MIB::ifInUnknownProtos.5 = Counter32: 0
IF-MIB::ifInUnknownProtos.6 = Counter32: 0
IF-MIB::ifInUnknownProtos.7 = Counter32: 0
IF-MIB::ifInUnknownProtos.8 = Counter32: 0
IF-MIB::ifInUnknownProtos.9 = Counter32: 0
IF-MIB::ifInUnknownProtos.10 = Counter32: 0
IF-MIB::ifInUnknownProtos.11 = Counter32: 0
IF-MIB::ifInUnknownProtos.12 = Counter32: 0
IF-MIB::ifInUnknownProtos.13 = Counter32: 0
IF-MIB::ifInUnknownProtos.14 = Counter32: 0
IF-MIB::ifInUnknownProtos.15 = Counter32: 0
IF-MIB::ifInUnknownProtos.16 = Counter32: 0
IF-MIB::ifInUnknownProtos.17 = Counter32: 0
IF-MIB::ifInUnknownProtos.18 = Counter32: 0
IF-MIB::ifInUnknownProtos.19 = Counter32: 0
IF-MIB::ifInUnknownProtos.20 = Counter32: 0
IF-MIB::ifInUnknownProtos.21 = Counter32: 0
IF-MIB::ifInUnknownProtos.22 = Counter32: 0
IF-MIB::ifInUnknownProtos.23 = Counter32: 0
IF-MIB::ifInUnknownProtos.24 = Counter32: 0
IF-MIB::ifInUnknownProtos.25 = Counter32: 0
IF-MIB::ifInUnknownProtos.26 = Counter32: 0
IF-MIB::ifInUnknownProtos.27 = Counter32: 0
IF-MIB::ifInUnknownProtos.28 = Counter32: 0
IF-MIB::ifInUnknownProtos.29 = Counter32: 0
IF-MIB::ifInUnknownProtos.30 = Counter32: 0
IF-MIB::ifInUnknownProtos.31 = Counter32: 0
IF-MIB::ifInUnknownProtos.32 = Counter32: 0
IF-MIB::ifInUnknownProtos.33 = Counter32: 0
IF-MIB::ifInUnknownProtos.34 = Counter32: 0
IF-MIB::ifInUnknownProtos.35 = Counter32: 0
IF-MIB::ifInUnknownProtos.36 = Counter32: 0
IF-MIB::ifInUnknownProtos.37 = Counter32: 0
IF-MIB::ifInUnknownProtos.38 = Counter32: 0
IF-MIB::ifInUnknownProtos.39 = Counter32: 0
IF-MIB::ifInUnknownProtos.40 = Counter32: 0
IF-MIB::ifInUnknownProtos.41 = Counter32: 0
IF-MIB::ifInUnknownProtos.42 = Counter32: 0
IF-MIB::ifInUnknownProtos.43 = Counter32: 0
IF-MIB::ifInUnknownProtos.44 = Counter32: 0
IF-MIB::ifInUnknownProtos.45 = Counter32: 0
IF-MIB::ifInUnknownProtos.46 = Counter32: 0
IF-MIB::ifInUnknownProtos.47 = Counter32: 0
IF-MIB::ifInUnknownProtos.48 = Counter32: 0
IF-MIB::ifInUnknownProtos.49 = Counter32: 0
IF-MIB::ifInUnknownProtos.50 = Counter32: 0
IF-MIB::ifInUnknownProtos.51 = Counter32: 0
IF-MIB::ifInUnknownProtos.52 = Counter32: 0
IF-MIB::ifInUnknownProtos.54 = Counter32: 0
IF-MIB::ifInUnknownProtos.102 = Counter32: 0
IF-MIB::ifInUnknownProtos.103 = Counter32: 0
IF-MIB::ifInUnknownProtos.104 = Counter32: 0
IF-MIB::ifInUnknownProtos.108 = Counter32: 0
IF-MIB::ifInUnknownProtos.109 = Counter32: 0
IF-MIB::ifInUnknownProtos.4324 = Counter32: 0
IF-MIB::ifInUnknownProtos.4325 = Counter32: 0
IF-MIB::ifInUnknownProtos.4326 = Counter32: 0
IF-MIB::ifInUnknownProtos.4327 = Counter32: 0
IF-MIB::ifInUnknownProtos.4328 = Counter32: 0
IF-MIB::ifInUnknownProtos.4329 = Counter32: 0
IF-MIB::ifInUnknownProtos.4330 = Counter32: 0
IF-MIB::ifInUnknownProtos.4331 = Counter32: 0
IF-MIB::ifOutOctets.1 = Counter32: 1026979308
IF-MIB::ifOutOctets.2 = Counter32: 804073325
IF-MIB::ifOutOctets.3 = Counter32: 1292936597
IF-MIB::ifOutOctets.4 = Counter32: 2159618024
IF-MIB::ifOutOctets.5 = Counter32: 102987202
IF-MIB::ifOutOctets.6 = Counter32: 0
IF-MIB::ifOutOctets.7 = Counter32: 0
IF-MIB::ifOutOctets.8 = Counter32: 0
IF-MIB::ifOutOctets.9 = Counter32: 1390740594
IF-MIB::ifOutOctets.10 = Counter32: 226231228
IF-MIB::ifOutOctets.11 = Counter32: 1685942248
IF-MIB::ifOutOctets.12 = Counter32: 3306819465
IF-MIB::ifOutOctets.13 = Counter32: 1354531953
IF-MIB::ifOutOctets.14 = Counter32: 72117611
IF-MIB::ifOutOctets.15 = Counter32: 357918437
IF-MIB::ifOutOctets.16 = Counter32: 3011511325
IF-MIB::ifOutOctets.17 = Counter32: 3938219342
IF-MIB::ifOutOctets.18 = Counter32: 1609989287
IF-MIB::ifOutOctets.19 = Counter32: 1744055758
IF-MIB::ifOutOctets.20 = Counter32: 2044394767
IF-MIB::ifOutOctets.21 = Counter32: 1724258049
IF-MIB::ifOutOctets.22 = Counter32: 2796082804
IF-MIB::ifOutOctets.23 = Counter32: 2153071193
IF-MIB::ifOutOctets.24 = Counter32: 3960396903
IF-MIB::ifOutOctets.25 = Counter32: 27646360
IF-MIB::ifOutOctets.26 = Counter32: 0
IF-MIB::ifOutOctets.27 = Counter32: 0
IF-MIB::ifOutOctets.28 = Counter32: 0
IF-MIB::ifOutOctets.29 = Counter32: 0
IF-MIB::ifOutOctets.30 = Counter32: 0
IF-MIB::ifOutOctets.31 = Counter32: 0
IF-MIB::ifOutOctets.32 = Counter32: 0
IF-MIB::ifOutOctets.33 = Counter32: 0
IF-MIB::ifOutOctets.34 = Counter32: 142565748
IF-MIB::ifOutOctets.35 = Counter32: 0
IF-MIB::ifOutOctets.36 = Counter32: 442
IF-MIB::ifOutOctets.37 = Counter32: 0
IF-MIB::ifOutOctets.38 = Counter32: 0
IF-MIB::ifOutOctets.39 = Counter32: 0
IF-MIB::ifOutOctets.40 = Counter32: 8210
IF-MIB::ifOutOctets.41 = Counter32: 0
IF-MIB::ifOutOctets.42 = Counter32: 17435
IF-MIB::ifOutOctets.43 = Counter32: 0
IF-MIB::ifOutOctets.44 = Counter32: 0
IF-MIB::ifOutOctets.45 = Counter32: 0
IF-MIB::ifOutOctets.46 = Counter32: 0
IF-MIB::ifOutOctets.47 = Counter32: 0
IF-MIB::ifOutOctets.48 = Counter32: 0
IF-MIB::ifOutOctets.49 = Counter32: 0
IF-MIB::ifOutOctets.50 = Counter32: 0
IF-MIB::ifOutOctets.51 = Counter32: 0
IF-MIB::ifOutOctets.52 = Counter32: 0
IF-MIB::ifOutOctets.54 = Counter32: 988674056
IF-MIB::ifOutOctets.102 = Counter32: 0
IF-MIB::ifOutOctets.103 = Counter32: 0
IF-MIB::ifOutOctets.104 = Counter32: 0
IF-MIB::ifOutOctets.108 = Counter32: 0
IF-MIB::ifOutOctets.109 = Counter32: 0
IF-MIB::ifOutOctets.4324 = Counter32: 35115909
IF-MIB::ifOutOctets.4325 = Counter32: 0
IF-MIB::ifOutOctets.4326 = Counter32: 0
IF-MIB::ifOutOctets.4327 = Counter32: 0
IF-MIB::ifOutOctets.4328 = Counter32: 0
IF-MIB::ifOutOctets.4329 = Counter32: 0
IF-MIB::ifOutOctets.4330 = Counter32: 0
IF-MIB::ifOutOctets.4331 = Counter32: 0
IF-MIB::ifOutUcastPkts.1 = Counter32: 185155805
IF-MIB::ifOutUcastPkts.2 = Counter32: 45030727
IF-MIB::ifOutUcastPkts.3 = Counter32: 51789357
IF-MIB::ifOutUcastPkts.4 = Counter32: 71044828
IF-MIB::ifOutUcastPkts.5 = Counter32: 22609
IF-MIB::ifOutUcastPkts.6 = Counter32: 0
IF-MIB::ifOutUcastPkts.7 = Counter32: 0
IF-MIB::ifOutUcastPkts.8 = Counter32: 0
IF-MIB::ifOutUcastPkts.9 = Counter32: 1734162
IF-MIB::ifOutUcastPkts.10 = Counter32: 2167266
IF-MIB::ifOutUcastPkts.11 = Counter32: 54204758
IF-MIB::ifOutUcastPkts.12 = Counter32: 79483151
IF-MIB::ifOutUcastPkts.13 = Counter32: 2220471
IF-MIB::ifOutUcastPkts.14 = Counter32: 63393
IF-MIB::ifOutUcastPkts.15 = Counter32: 2231592
IF-MIB::ifOutUcastPkts.16 = Counter32: 61443615
IF-MIB::ifOutUcastPkts.17 = Counter32: 20024749
IF-MIB::ifOutUcastPkts.18 = Counter32: 1822739
IF-MIB::ifOutUcastPkts.19 = Counter32: 2848205
IF-MIB::ifOutUcastPkts.20 = Counter32: 28006222
IF-MIB::ifOutUcastPkts.21 = Counter32: 98751407
IF-MIB::ifOutUcastPkts.22 = Counter32: 22763827
IF-MIB::ifOutUcastPkts.23 = Counter32: 12004146
IF-MIB::ifOutUcastPkts.24 = Counter32: 17432016
IF-MIB::ifOutUcastPkts.25 = Counter32: 5068450
IF-MIB::ifOutUcastPkts.26 = Counter32: 0
IF-MIB::ifOutUcastPkts.27 = Counter32: 0
IF-MIB::ifOutUcastPkts.28 = Counter32: 0
IF-MIB::ifOutUcastPkts.29 = Counter32: 0
IF-MIB::ifOutUcastPkts.30 = Counter32: 0
IF-MIB::ifOutUcastPkts.31 = Counter32: 0
IF-MIB::ifOutUcastPkts.32 = Counter32: 0
IF-MIB::ifOutUcastPkts.33 = Counter32: 0
IF-MIB::ifOutUcastPkts.34 = Counter32: 95613
IF-MIB::ifOutUcastPkts.35 = Counter32: 0
IF-MIB::ifOutUcastPkts.36 = Counter32: 0
IF-MIB::ifOutUcastPkts.37 = Counter32: 0
IF-MIB::ifOutUcastPkts.38 = Counter32: 0
IF-MIB::ifOutUcastPkts.39 = Counter32: 0
IF-MIB::ifOutUcastPkts.40 = Counter32: 36
IF-MIB::ifOutUcastPkts.41 = Counter32: 0
IF-MIB::ifOutUcastPkts.42 = Counter32: 59
IF-MIB::ifOutUcastPkts.43 = Counter32: 0
IF-MIB::ifOutUcastPkts.44 = Counter32: 0
IF-MIB::ifOutUcastPkts.45 = Counter32: 0
IF-MIB::ifOutUcastPkts.46 = Counter32: 0
IF-MIB::ifOutUcastPkts.47 = Counter32: 0
IF-MIB::ifOutUcastPkts.48 = Counter32: 0
IF-MIB::ifOutUcastPkts.49 = Counter32: 0
IF-MIB::ifOutUcastPkts.50 = Counter32: 0
IF-MIB::ifOutUcastPkts.51 = Counter32: 0
IF-MIB::ifOutUcastPkts.52 = Counter32: 0
IF-MIB::ifOutUcastPkts.54 = Counter32: 353020717
IF-MIB::ifOutUcastPkts.102 = Counter32: 0
IF-MIB::ifOutUcastPkts.103 = Counter32: 0
IF-MIB::ifOutUcastPkts.104 = Counter32: 0
IF-MIB::ifOutUcastPkts.108 = Counter32: 0
IF-MIB::ifOutUcastPkts.109 = Counter32: 0
IF-MIB::ifOutUcastPkts.4324 = Counter32: 442365
IF-MIB::ifOutUcastPkts.4325 = Counter32: 0
IF-MIB::ifOutUcastPkts.4326 = Counter32: 0
IF-MIB::ifOutUcastPkts.4327 = Counter32: 0
IF-MIB::ifOutUcastPkts.4328 = Counter32: 0
IF-MIB::ifOutUcastPkts.4329 = Counter32: 0
IF-MIB::ifOutUcastPkts.4330 = Counter32: 0
IF-MIB::ifOutUcastPkts.4331 = Counter32: 0
IF-MIB::ifOutNUcastPkts.1 = Counter32: 2016741
IF-MIB::ifOutNUcastPkts.2 = Counter32: 1497234
IF-MIB::ifOutNUcastPkts.3 = Counter32: 1936232
IF-MIB::ifOutNUcastPkts.4 = Counter32: 1374918
IF-MIB::ifOutNUcastPkts.5 = Counter32: 337213
IF-MIB::ifOutNUcastPkts.6 = Counter32: 0
IF-MIB::ifOutNUcastPkts.7 = Counter32: 0
IF-MIB::ifOutNUcastPkts.8 = Counter32: 0
IF-MIB::ifOutNUcastPkts.9 = Counter32: 891929
IF-MIB::ifOutNUcastPkts.10 = Counter32: 36237891
IF-MIB::ifOutNUcastPkts.11 = Counter32: 35992645
IF-MIB::ifOutNUcastPkts.12 = Counter32: 17559754
IF-MIB::ifOutNUcastPkts.13 = Counter32: 33693539
IF-MIB::ifOutNUcastPkts.14 = Counter32: 79181
IF-MIB::ifOutNUcastPkts.15 = Counter32: 15765221
IF-MIB::ifOutNUcastPkts.16 = Counter32: 35044049
IF-MIB::ifOutNUcastPkts.17 = Counter32: 6793010
IF-MIB::ifOutNUcastPkts.18 = Counter32: 36230626
IF-MIB::ifOutNUcastPkts.19 = Counter32: 36174344
IF-MIB::ifOutNUcastPkts.20 = Counter32: 5443500
IF-MIB::ifOutNUcastPkts.21 = Counter32: 34851374
IF-MIB::ifOutNUcastPkts.22 = Counter32: 34070409
IF-MIB::ifOutNUcastPkts.23 = Counter32: 4567969
IF-MIB::ifOutNUcastPkts.24 = Counter32: 7533838
IF-MIB::ifOutNUcastPkts.25 = Counter32: 36243738
IF-MIB::ifOutNUcastPkts.26 = Counter32: 0
IF-MIB::ifOutNUcastPkts.27 = Counter32: 0
IF-MIB::ifOutNUcastPkts.28 = Counter32: 0
IF-MIB::ifOutNUcastPkts.29 = Counter32: 0
IF-MIB::ifOutNUcastPkts.30 = Counter32: 0
IF-MIB::ifOutNUcastPkts.31 = Counter32: 0
IF-MIB::ifOutNUcastPkts.32 = Counter32: 0
IF-MIB::ifOutNUcastPkts.33 = Counter32: 0
IF-MIB::ifOutNUcastPkts.34 = Counter32: 17419
IF-MIB::ifOutNUcastPkts.35 = Counter32: 0
IF-MIB::ifOutNUcastPkts.36 = Counter32: 4
IF-MIB::ifOutNUcastPkts.37 = Counter32: 0
IF-MIB::ifOutNUcastPkts.38 = Counter32: 0
IF-MIB::ifOutNUcastPkts.39 = Counter32: 0
IF-MIB::ifOutNUcastPkts.40 = Counter32: 44
IF-MIB::ifOutNUcastPkts.41 = Counter32: 0
IF-MIB::ifOutNUcastPkts.42 = Counter32: 45
IF-MIB::ifOutNUcastPkts.43 = Counter32: 0
IF-MIB::ifOutNUcastPkts.44 = Counter32: 0
IF-MIB::ifOutNUcastPkts.45 = Counter32: 0
IF-MIB::ifOutNUcastPkts.46 = Counter32: 0
IF-MIB::ifOutNUcastPkts.47 = Counter32: 0
IF-MIB::ifOutNUcastPkts.48 = Counter32: 0
IF-MIB::ifOutNUcastPkts.49 = Counter32: 0
IF-MIB::ifOutNUcastPkts.50 = Counter32: 0
IF-MIB::ifOutNUcastPkts.51 = Counter32: 0
IF-MIB::ifOutNUcastPkts.52 = Counter32: 0
IF-MIB::ifOutNUcastPkts.54 = Counter32: 6825125
IF-MIB::ifOutNUcastPkts.102 = Counter32: 0
IF-MIB::ifOutNUcastPkts.103 = Counter32: 0
IF-MIB::ifOutNUcastPkts.104 = Counter32: 0
IF-MIB::ifOutNUcastPkts.108 = Counter32: 0
IF-MIB::ifOutNUcastPkts.109 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4324 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4325 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4326 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4327 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4328 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4329 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4330 = Counter32: 0
IF-MIB::ifOutNUcastPkts.4331 = Counter32: 0
IF-MIB::ifOutDiscards.1 = Counter32: 0
IF-MIB::ifOutDiscards.2 = Counter32: 0
IF-MIB::ifOutDiscards.3 = Counter32: 0
IF-MIB::ifOutDiscards.4 = Counter32: 0
IF-MIB::ifOutDiscards.5 = Counter32: 0
IF-MIB::ifOutDiscards.6 = Counter32: 0
IF-MIB::ifOutDiscards.7 = Counter32: 0
IF-MIB::ifOutDiscards.8 = Counter32: 0
IF-MIB::ifOutDiscards.9 = Counter32: 0
IF-MIB::ifOutDiscards.10 = Counter32: 0
IF-MIB::ifOutDiscards.11 = Counter32: 0
IF-MIB::ifOutDiscards.12 = Counter32: 0
IF-MIB::ifOutDiscards.13 = Counter32: 0
IF-MIB::ifOutDiscards.14 = Counter32: 0
IF-MIB::ifOutDiscards.15 = Counter32: 0
IF-MIB::ifOutDiscards.16 = Counter32: 0
IF-MIB::ifOutDiscards.17 = Counter32: 0
IF-MIB::ifOutDiscards.18 = Counter32: 0
IF-MIB::ifOutDiscards.19 = Counter32: 0
IF-MIB::ifOutDiscards.20 = Counter32: 0
IF-MIB::ifOutDiscards.21 = Counter32: 0
IF-MIB::ifOutDiscards.22 = Counter32: 0
IF-MIB::ifOutDiscards.23 = Counter32: 0
IF-MIB::ifOutDiscards.24 = Counter32: 0
IF-MIB::ifOutDiscards.25 = Counter32: 0
IF-MIB::ifOutDiscards.26 = Counter32: 0
IF-MIB::ifOutDiscards.27 = Counter32: 0
IF-MIB::ifOutDiscards.28 = Counter32: 0
IF-MIB::ifOutDiscards.29 = Counter32: 0
IF-MIB::ifOutDiscards.30 = Counter32: 0
IF-MIB::ifOutDiscards.31 = Counter32: 0
IF-MIB::ifOutDiscards.32 = Counter32: 0
IF-MIB::ifOutDiscards.33 = Counter32: 0
IF-MIB::ifOutDiscards.34 = Counter32: 0
IF-MIB::ifOutDiscards.35 = Counter32: 0
IF-MIB::ifOutDiscards.36 = Counter32: 0
IF-MIB::ifOutDiscards.37 = Counter32: 0
IF-MIB::ifOutDiscards.38 = Counter32: 0
IF-MIB::ifOutDiscards.39 = Counter32: 0
IF-MIB::ifOutDiscards.40 = Counter32: 0
IF-MIB::ifOutDiscards.41 = Counter32: 0
IF-MIB::ifOutDiscards.42 = Counter32: 0
IF-MIB::ifOutDiscards.43 = Counter32: 0
IF-MIB::ifOutDiscards.44 = Counter32: 0
IF-MIB::ifOutDiscards.45 = Counter32: 0
IF-MIB::ifOutDiscards.46 = Counter32: 0
IF-MIB::ifOutDiscards.47 = Counter32: 0
IF-MIB::ifOutDiscards.48 = Counter32: 0
IF-MIB::ifOutDiscards.49 = Counter32: 0
IF-MIB::ifOutDiscards.50 = Counter32: 0
IF-MIB::ifOutDiscards.51 = Counter32: 0
IF-MIB::ifOutDiscards.52 = Counter32: 0
IF-MIB::ifOutDiscards.54 = Counter32: 0
IF-MIB::ifOutDiscards.102 = Counter32: 0
IF-MIB::ifOutDiscards.103 = Counter32: 0
IF-MIB::ifOutDiscards.104 = Counter32: 0
IF-MIB::ifOutDiscards.108 = Counter32: 0
IF-MIB::ifOutDiscards.109 = Counter32: 0
IF-MIB::ifOutDiscards.4324 = Counter32: 0
IF-MIB::ifOutDiscards.4325 = Counter32: 0
IF-MIB::ifOutDiscards.4326 = Counter32: 0
IF-MIB::ifOutDiscards.4327 = Counter32: 0
IF-MIB::ifOutDiscards.4328 = Counter32: 0
IF-MIB::ifOutDiscards.4329 = Counter32: 0
IF-MIB::ifOutDiscards.4330 = Counter32: 0
IF-MIB::ifOutDiscards.4331 = Counter32: 0
IF-MIB::ifOutErrors.1 = Counter32: 0
IF-MIB::ifOutErrors.2 = Counter32: 0
IF-MIB::ifOutErrors.3 = Counter32: 0
IF-MIB::ifOutErrors.4 = Counter32: 0
IF-MIB::ifOutErrors.5 = Counter32: 0
IF-MIB::ifOutErrors.6 = Counter32: 0
IF-MIB::ifOutErrors.7 = Counter32: 0
IF-MIB::ifOutErrors.8 = Counter32: 0
IF-MIB::ifOutErrors.9 = Counter32: 0
IF-MIB::ifOutErrors.10 = Counter32: 0
IF-MIB::ifOutErrors.11 = Counter32: 0
IF-MIB::ifOutErrors.12 = Counter32: 0
IF-MIB::ifOutErrors.13 = Counter32: 0
IF-MIB::ifOutErrors.14 = Counter32: 0
IF-MIB::ifOutErrors.15 = Counter32: 0
IF-MIB::ifOutErrors.16 = Counter32: 0
IF-MIB::ifOutErrors.17 = Counter32: 0
IF-MIB::ifOutErrors.18 = Counter32: 0
IF-MIB::ifOutErrors.19 = Counter32: 0
IF-MIB::ifOutErrors.20 = Counter32: 0
IF-MIB::ifOutErrors.21 = Counter32: 0
IF-MIB::ifOutErrors.22 = Counter32: 0
IF-MIB::ifOutErrors.23 = Counter32: 0
IF-MIB::ifOutErrors.24 = Counter32: 0
IF-MIB::ifOutErrors.25 = Counter32: 0
IF-MIB::ifOutErrors.26 = Counter32: 0
IF-MIB::ifOutErrors.27 = Counter32: 0
IF-MIB::ifOutErrors.28 = Counter32: 0
IF-MIB::ifOutErrors.29 = Counter32: 0
IF-MIB::ifOutErrors.30 = Counter32: 0
IF-MIB::ifOutErrors.31 = Counter32: 0
IF-MIB::ifOutErrors.32 = Counter32: 0
IF-MIB::ifOutErrors.33 = Counter32: 0
IF-MIB::ifOutErrors.34 = Counter32: 0
IF-MIB::ifOutErrors.35 = Counter32: 0
IF-MIB::ifOutErrors.36 = Counter32: 0
IF-MIB::ifOutErrors.37 = Counter32: 0
IF-MIB::ifOutErrors.38 = Counter32: 0
IF-MIB::ifOutErrors.39 = Counter32: 0
IF-MIB::ifOutErrors.40 = Counter32: 0
IF-MIB::ifOutErrors.41 = Counter32: 0
IF-MIB::ifOutErrors.42 = Counter32: 0
IF-MIB::ifOutErrors.43 = Counter32: 0
IF-MIB::ifOutErrors.44 = Counter32: 0
IF-MIB::ifOutErrors.45 = Counter32: 0
IF-MIB::ifOutErrors.46 = Counter32: 0
IF-MIB::ifOutErrors.47 = Counter32: 0
IF-MIB::ifOutErrors.48 = Counter32: 0
IF-MIB::ifOutErrors.49 = Counter32: 0
IF-MIB::ifOutErrors.50 = Counter32: 0
IF-MIB::ifOutErrors.51 = Counter32: 0
IF-MIB::ifOutErrors.52 = Counter32: 0
IF-MIB::ifOutErrors.54 = Counter32: 0
IF-MIB::ifOutErrors.102 = Counter32: 0
IF-MIB::ifOutErrors.103 = Counter32: 0
IF-MIB::ifOutErrors.104 = Counter32: 0
IF-MIB::ifOutErrors.108 = Counter32: 0
IF-MIB::ifOutErrors.109 = Counter32: 0
IF-MIB::ifOutErrors.4324 = Counter32: 0
IF-MIB::ifOutErrors.4325 = Counter32: 0
IF-MIB::ifOutErrors.4326 = Counter32: 0
IF-MIB::ifOutErrors.4327 = Counter32: 0
IF-MIB::ifOutErrors.4328 = Counter32: 0
IF-MIB::ifOutErrors.4329 = Counter32: 0
IF-MIB::ifOutErrors.4330 = Counter32: 0
IF-MIB::ifOutErrors.4331 = Counter32: 0
IF-MIB::ifOutQLen.1 = Gauge32: 0
IF-MIB::ifOutQLen.2 = Gauge32: 0
IF-MIB::ifOutQLen.3 = Gauge32: 0
IF-MIB::ifOutQLen.4 = Gauge32: 0
IF-MIB::ifOutQLen.5 = Gauge32: 0
IF-MIB::ifOutQLen.6 = Gauge32: 0
IF-MIB::ifOutQLen.7 = Gauge32: 0
IF-MIB::ifOutQLen.8 = Gauge32: 0
IF-MIB::ifOutQLen.9 = Gauge32: 0
IF-MIB::ifOutQLen.10 = Gauge32: 0
IF-MIB::ifOutQLen.11 = Gauge32: 0
IF-MIB::ifOutQLen.12 = Gauge32: 0
IF-MIB::ifOutQLen.13 = Gauge32: 0
IF-MIB::ifOutQLen.14 = Gauge32: 0
IF-MIB::ifOutQLen.15 = Gauge32: 0
IF-MIB::ifOutQLen.16 = Gauge32: 0
IF-MIB::ifOutQLen.17 = Gauge32: 0
IF-MIB::ifOutQLen.18 = Gauge32: 0
IF-MIB::ifOutQLen.19 = Gauge32: 0
IF-MIB::ifOutQLen.20 = Gauge32: 0
IF-MIB::ifOutQLen.21 = Gauge32: 0
IF-MIB::ifOutQLen.22 = Gauge32: 0
IF-MIB::ifOutQLen.23 = Gauge32: 0
IF-MIB::ifOutQLen.24 = Gauge32: 0
IF-MIB::ifOutQLen.25 = Gauge32: 0
IF-MIB::ifOutQLen.26 = Gauge32: 0
IF-MIB::ifOutQLen.27 = Gauge32: 0
IF-MIB::ifOutQLen.28 = Gauge32: 0
IF-MIB::ifOutQLen.29 = Gauge32: 0
IF-MIB::ifOutQLen.30 = Gauge32: 0
IF-MIB::ifOutQLen.31 = Gauge32: 0
IF-MIB::ifOutQLen.32 = Gauge32: 0
IF-MIB::ifOutQLen.33 = Gauge32: 0
IF-MIB::ifOutQLen.34 = Gauge32: 0
IF-MIB::ifOutQLen.35 = Gauge32: 0
IF-MIB::ifOutQLen.36 = Gauge32: 0
IF-MIB::ifOutQLen.37 = Gauge32: 0
IF-MIB::ifOutQLen.38 = Gauge32: 0
IF-MIB::ifOutQLen.39 = Gauge32: 0
IF-MIB::ifOutQLen.40 = Gauge32: 0
IF-MIB::ifOutQLen.41 = Gauge32: 0
IF-MIB::ifOutQLen.42 = Gauge32: 0
IF-MIB::ifOutQLen.43 = Gauge32: 0
IF-MIB::ifOutQLen.44 = Gauge32: 0
IF-MIB::ifOutQLen.45 = Gauge32: 0
IF-MIB::ifOutQLen.46 = Gauge32: 0
IF-MIB::ifOutQLen.47 = Gauge32: 0
IF-MIB::ifOutQLen.48 = Gauge32: 0
IF-MIB::ifOutQLen.49 = Gauge32: 0
IF-MIB::ifOutQLen.50 = Gauge32: 0
IF-MIB::ifOutQLen.51 = Gauge32: 0
IF-MIB::ifOutQLen.52 = Gauge32: 0
IF-MIB::ifOutQLen.54 = Gauge32: 0
IF-MIB::ifOutQLen.102 = Gauge32: 0
IF-MIB::ifOutQLen.103 = Gauge32: 0
IF-MIB::ifOutQLen.104 = Gauge32: 0
IF-MIB::ifOutQLen.108 = Gauge32: 0
IF-MIB::ifOutQLen.109 = Gauge32: 0
IF-MIB::ifOutQLen.4324 = Gauge32: 0
IF-MIB::ifOutQLen.4325 = Gauge32: 0
IF-MIB::ifOutQLen.4326 = Gauge32: 0
IF-MIB::ifOutQLen.4327 = Gauge32: 0
IF-MIB::ifOutQLen.4328 = Gauge32: 0
IF-MIB::ifOutQLen.4329 = Gauge32: 0
IF-MIB::ifOutQLen.4330 = Gauge32: 0
IF-MIB::ifOutQLen.4331 = Gauge32: 0
IF-MIB::ifSpecific.1 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.2 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.3 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.4 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.5 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.6 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.7 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.8 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.9 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.10 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.11 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.12 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.13 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.14 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.15 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.16 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.17 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.18 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.19 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.20 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.21 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.22 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.23 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.24 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.25 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.26 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.27 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.28 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.29 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.30 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.31 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.32 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.33 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.34 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.35 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.36 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.37 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.38 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.39 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.40 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.41 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.42 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.43 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.44 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.45 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.46 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.47 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.48 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.49 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.50 = OID: EtherLike-MIB::dot3
IF-MIB::ifSpecific.51 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.52 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.54 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.102 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.103 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.104 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.108 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.109 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4324 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4325 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4326 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4327 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4328 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4329 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4330 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.4331 = OID: SNMPv2-SMI::zeroDotZero
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1673 [RackTables] IPv4/IPv6/SLB minor always 2016-08-18 07:33 2016-08-23 20:20
Reporter: maltris Platform: Linux  
Assigned To: andriyanov OS: Debian  
Priority: normal OS Version: 8.5  
Status: feedback Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: SLB problem "Argument 'rspool_id' of value '' is invalid (parameter is missing)." under certain circumstances
Description: The problem appears when adding a new realservers on "Add new VS group".

The problem only appears if a VSG-tag (VS groups) is something like "XXX XXX XXX" (a tag containing blankspaces which is not ideal i guess).
Tags:
Steps To Reproduce: 1. Add a new VS-Group
2. Assign it a tag with the pattern "XXX XXX XXX"
3. Try to add realservers to the VSG
Additional Information: After removing the tag, the problem is gone.
Attached Files:
Notes
(0003433)
andriyanov   
2016-08-23 20:20   
Sorry, unable to reproduce this.
Tag names must not be the cause of this behavior, it is absolutely normal to have spaces in them.

Could you reproduce this bug on the demo.racktables.org site?
Its DB is cleared every night, so if you could come up with steplist reproducing the bug, please reply here so I can inspect the configuration before it is wiped out.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1667 [RackTables] default minor always 2016-08-15 14:11 2016-08-15 14:12
Reporter: dizaar Platform: Linux  
Assigned To: OS: Centos  
Priority: normal OS Version: 6.7  
Status: new Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Wattage consumption report is not generated.
Description: After adding attribute "Wattage consumption" to dictionary, mapping it to several objects and setting values for this objects at report tab "Enviromental totals" wattage consumption is equal to zero.
Tags:
Steps To Reproduce: Attribute "Wattage Consumption" must be created, plugin wattage_consumption.php is in plugin folder located. Attribute must be mapped to specific object type, such as: Server, Router, Switch, etc. Next set up a value for some objects at the properties tab. Next, go to reports tab on the main page, switch to "Enviromental totals", click on a rack where modified object is located.
Additional Information:
Attached Files: wc=0.png (13,063 bytes) 2016-08-15 14:11
https://bugs.racktables.org/file_download.php?file_id=971&type=bug
rt.png (21,181 bytes) 2016-08-15 14:12
https://bugs.racktables.org/file_download.php?file_id=973&type=bug
nas.png (11,332 bytes) 2016-08-15 14:12
https://bugs.racktables.org/file_download.php?file_id=975&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1665 [RackTables] default feature have not tried 2016-07-27 19:50 2016-07-27 19:50
Reporter: dion.rowney Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Weight summary field
Description: Can a field for weight be added to objects that totals up for racks similar to the power summary and limit? We have a per rack weight limit in a room and want to see a summary of this per rack.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1659 [RackTables] SNMP minor always 2016-07-20 17:48 2016-07-20 17:48
Reporter: ptit_boogy Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '9.12.3.1.3.1626' with Cisco Nexus 9372PX
Description: Hello,

We've got a problem to get the SNMP information from our Cisco Nexus 9372PX.
Could you please us?
Tags:
Steps To Reproduce: Try SNMP Sync
Additional Information:
Attached Files: FullSNMPWalk.zip (12,549 bytes) 2016-07-20 17:48
https://bugs.racktables.org/file_download.php?file_id=963&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1655 [RackTables] IPv4/IPv6/SLB feature always 2016-07-06 19:43 2016-07-18 13:04
Reporter: ricardo.ferreira Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Mass Live PTR Update
Description: I am requesting a feature that I have found in a different software that makes a lot of sense to have it here.

Racktables already supports Live PTR which is great.
However, it's necessary to have a lot of manual input and selection and it has to be done range by range.

Why not have an option to enable RT to import all data from DNS that is different from the DB?
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0003343)
ricardo.ferreira   
2016-07-07 09:01   
The mechanism should be automatic possibly with a schedule that could be user configured and RT should check IP by IP for all ranges.
(0003379)
ricardo.ferreira   
2016-07-18 13:04   
Is it possible to script this? I just want to crawl over all ranges and check each contained IP against the DNS.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1629 [RackTables] default feature always 2016-05-13 15:44 2016-07-15 17:36
Reporter: msiqueira Platform: Racktables 0.20.10  
Assigned To: OS: Linux  
Priority: high OS Version: Ubuntu 14.04  
Status: new Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: [Feature Request] Change in Visualization of View for Ports and Links
Description: Hello,

Recently I have used the list e-mail for trying to solve a problem racktables-users@freelists.org, but I obtained no success. But after it, I sent an e-mail to Maik Ehinger, that helped me a lot with my problem and pointed me out this WebSite to request the new feature.
I work for Pontifical Catholic University of Rio de Janeiro, and we final goal is to use Racktables to document all our equipment and links, not only on our data center but in our wiring closets.
First I thank all on the project for such a good quality software. But yet we here have a dire need of a new feature that i'll describe bellow.
We have a lot of Patch Panels in here, and to have that on the Racktables, I had to install the Link Management plugin. It solves my problem with Patch Panels, but, my need and my direct manager need is to have the information of a linked object on the View Page, the first one when you open an object.
For example: A switch linked with a patch panel, and them a server. With the link management I can see all the path to the server from the link, but in the view tab, I will just have one port linked with another, so for the Switch, I'll only see the Patch Panel linked port. What would be great, is to have another column that would show the end object of the path, or some object you could chose.
Motivation for the feature: We are changing our board network, and for that my manager needed a some view and analyse all the switchs and see where they end so we might think on better solutions. To do that, Link Management would be the better option available, but yet it is not very friendly viewing and it is scattered from the View tab, as it is a plugin. If there could be a way of iterating on the links and have it on the first View tab, that would be great. I thought of trying to change the code, but I don't want to have a version of the Software different from the official one.

Thank you,

Marcus Siqueira
Tags:
Steps To Reproduce: Main Page: Objects: Switch
Additional Information:
Attached Files: PrintScreen_RackTables-01.jpg (459,816 bytes) 2016-07-04 16:27
https://bugs.racktables.org/file_download.php?file_id=957&type=bug
PrintScreen_RackTables-02.jpg (460,612 bytes) 2016-07-04 16:28
https://bugs.racktables.org/file_download.php?file_id=959&type=bug
Notes
(0003273)
racktabler   
2016-06-29 10:28   
The view is is now in the Link Management plugin ( FirstLast View link)
(0003307)
infrastation   
2016-07-04 13:41   
As far as I understand the problem statement, the information you want to have in the default view (the remote endpoint) is already there. The Link Management code can manage intermediate hops in between of the principal endpoints, which remain the same and are displayed by default. Could you check once again?
(0003309)
msiqueira   
2016-07-04 14:23   
The FirstLast View minimizes the problem for now. What was intended was to have shown on the first tab the start of a link and the end of it. For some situations that there is a Patch Panel, the view tab will show just up a server linked with patch panels. That don't say much for a person not dealing with it everyday. For making it easier, I have put on the label field of the port a good description, and have it described in all the links until I reach the end of the link, the only problem is that if I update that information I'll have to update in all the link path. Sometimes here we have some really long path link with a lot of patch panels in the way.
(0003313)
infrastation   
2016-07-04 14:32   
Could you add a screenshot when you have time? To me it seems I have something very different in my mind.
(0003315)
msiqueira   
2016-07-04 16:26   
(Last edited: 2016-07-04 16:27)
Hello,

I have just taken 2 screenshots, that I have to edit because of some information that can not be shown, but it does show what I was trying to explain.
In the first image, you have Switch on rack, and it's ports are linked with nothing on the view tab, and that is happening because the link on these ports comes from a back port from a Patch Panel. To have a look at the link on that Switch it is needed to look on the Link Management and follow the Patch Panel links to reach the end of it, witch will end in servers.
In the second image, you have a Patch Panel on a rack, and you can see it linked on server ports, but to follow the link that will end up in Switchs it is needed to look at Link Management.
In Both cases, what would be the best of the worlds, would be to have the end of the link shown at the view tab, so I would not need to put a description on the Visible label at each part of a link.
I understand that this would involve the use of link management with Racktables itself. For now, the FirstLast View somehow gives a better view of the link on the Link Management tab.
If there is anything more that I can provide to help, ask away.

And thank you.

(0003353)
infrastation   
2016-07-07 17:24   
Thank you for the screenshots. In your use scenario is it possible first to link the server port to the switch port the usual way and then use Link Management to document the intermediate patch panel ports?
(0003377)
msiqueira   
2016-07-15 17:36   
Hello,

I am sorry to not have reported earlier. Well, I do use the Link Management and also the Ports, it helps a lot. But I have some cases that I don not have Patch Panels in all the Racks, so there are switch and servers that are linked with a backport of the Patch Panel. In that cases, the users will see the port empty, both in View and in Ports tab, and it might think the port is free, but it isn't. It is backlinked on LinkManagement. Sure would be great if the plugin gets incorporated on the system itself. But I know this requires a lot of study and work.
Thank you


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1653 [RackTables] SNMP minor always 2016-07-01 17:45 2016-07-01 17:45
Reporter: yakatz Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '1991.1.3.60.2.1.1.3'
Description: Model: Brocade ICX 7750-48F

48-port 10GBASE-X SFP+ (dual-speed 1/10 GbE)
6-port 40GBASE-X QSFP+ (40 GbE)
1-port 10/100/1000 base-t management
1 modular expansion slot

Markup:
STACKID/SLOT/PORT

snmpwalk attached

Its a stackable device but I don't have it stacked, so I don't have that information

I might try to work on this patch myself if I have time.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: brocade snmp.txt (82,451 bytes) 2016-07-01 17:45
https://bugs.racktables.org/file_download.php?file_id=955&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
913 [RackTables] default feature N/A 2013-06-27 15:48 2016-05-19 17:21
Reporter: grin Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: new Product Version: 0.20.5  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: page=objectlog too long
Description: We use log to record all kinds of changes so the logs grows pretty fast. The objectlog page (which is used to review all changes periodically) contains everything in one page which is way too long now.
Would be neat to to able to limit it to N entries per page (preferably N would be configurable).
Other approach would be to be able to see the entries for a given time period, like last 7 days or like (and have a link to the rest).
Tags: object log
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0001565)
grin   
2013-06-27 15:50   
Not a duplicate but relates to 769
(0002579)
grin   
2014-12-11 20:50   
Would you like to have a patch or anything to make this to happen a bit faster? ;-)
(0002865)
adoom42   
2015-06-11 05:11   
GitHub pull requests are preferred, otherwise please attach a patch to this ticket.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1593 [RackTables] IPv4/IPv6/SLB feature N/A 2016-03-07 21:04 2016-05-14 17:30
Reporter: laimaretto Platform:  
Assigned To: andriyanov OS: Ubuntu  
Priority: normal OS Version: 14.04.4 LTS  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Ability to sort IP addresses by interface name
Description: It would be nice to be able to sort IP addresses by interface name.
Thanks!
Lucas
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: rack_sort.png (44,761 bytes) 2016-03-09 15:00
https://bugs.racktables.org/file_download.php?file_id=927&type=bug
Notes
(0003135)
andriyanov   
2016-03-09 08:07   
I'm not sure which page-tab do you mean? Object's IP allocations are already sorted by ifname.
(0003137)
laimaretto   
2016-03-09 14:59   
(Last edited: 2016-03-09 14:59)
Actually, no. If you go and see the 'View' tab of an object, you'll see under the IP address section, that the interfaces are not sorted by the addresses or interfaces' names themselves. In fact, I really do not know which is the sorting criteria ... (may be an internal SQL key ...). To see this, have a look at the attached screenshot ...

My request is to be able to sort the IP address section by the interfaces' names (or, also, by the IP address value).

Cheers,

Lucas

(0003139)
andriyanov   
2016-03-09 15:55   
I see, now I remember that we've already discussed this issue in the ML.
They are sorted, but not literally. The sort criteria works bad in your case.

Apparently there is no such a generic sort function that will comply in any case. We need to select the sort criteria somehow. Neither literal, nor numeric, nor natural sort will work in all the cases.

Maybe we need a config variable that selects the sort function based on interface name. I leave this ticket open waiting for a solution to come up.
(0003183)
laimaretto   
2016-05-14 17:30   
Hi! May be one option is the one that you describe: adding a variable that will define the sorting criteria. One possible place for such a variable would under the 'Configuration -> User Interface'.

Then, inside the PHP code, it could be done something like this:

$ipOrder = (getConfigVar ('IPV4_ORDER_CRITERIA') == 'whatEver');

Just guessing!

Cheers and thanks!

Lucas


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1627 [RackTables] SNMP minor always 2016-05-06 20:31 2016-05-06 20:33
Reporter: md5 Platform: Cisco Catalyst L3 switch  
Assigned To: adoom42 OS: Cisco IOS, IOS-XE  
Priority: normal OS Version: 03.03.05SE  
Status: assigned Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Cisco 3650 support - OIDs
Description: Hello

Here is the required information to get a Cisco 3650 switch supported.

The device is a 48-port Cisco WS-C3650-48PS-E switch (PoE). It is standalone with Optional Stacking 48 10/100/1000 Ethernet PoE+ and 4x1G Uplink ports, with 640WAC power supply, 1 RU, IP Services feature set:
http://www.cisco.com/c/en/us/products/collateral/switches/catalyst-3650-series-switches/datasheet-c78-729449.html

Its 4 SFP ports are standalone (i.e. not combo).

SNMPv2-MIB::sysDescr.0 = STRING: Cisco IOS Software, IOS-XE Software, Catalyst L3 Switch Software (CAT3K_CAA-UNIVERSALK9-M), Version 03.03.05SE RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2014 by Cisco Systems, Inc.
Compiled Thu 30-Oct

.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.9.1.1826
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: iftable.txt (51,109 bytes) 2016-05-06 20:31
https://bugs.racktables.org/file_download.php?file_id=943&type=bug
entity-mib.txt (63,236 bytes) 2016-05-06 20:33
https://bugs.racktables.org/file_download.php?file_id=945&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1619 [RackTables] SNMP minor always 2016-04-27 12:26 2016-04-27 12:26
Reporter: p.hartleben Platform: Linux  
Assigned To: adoom42 OS: Debian  
Priority: normal OS Version: 7  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Please add new Switch OID
Description: SNMP sync: Unknown OID"

Switch Model: Huawei S5720-28X-SI

Please add this network switch.
Tags:
Steps To Reproduce: Run SNMP sync
Additional Information: SNMPv2-MIB::sysDescr.0 = STRING: S5720-28X-SI-AC
Huawei Versatile Routing Platform Software
 VRP (R) software,Version 5.160 (S5720 V200R008C00SPC500)
 Copyright (C) 2007 Huawei Technologies Co., Ltd.

snmpwalk -On -v 2c -c XXX XXX sysObjectID.0
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.2011.2.23.327

Additional snmpwalk output see appended files.
Attached Files: SNMPWALK-Huawei-Stacking.txt (105,185 bytes) 2016-04-27 12:26
https://bugs.racktables.org/file_download.php?file_id=937&type=bug
SNMPWALK-Huawei.txt (58,091 bytes) 2016-04-27 12:26
https://bugs.racktables.org/file_download.php?file_id=939&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1607 [RackTables] default major always 2016-04-05 17:20 2016-04-05 17:20
Reporter: kjhall55 Platform: x86_64  
Assigned To: OS: Fedora  
Priority: normal OS Version: Fedora 22  
Status: new Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Upgrade from 0.19 to latest produces error, object database unusable
Description: Same as issue 0001321, seeing error:

ALTER TABLE PortInterfaceCompat ADD CONSTRAINT `PortInterfaceCompat-FK-oif_id` FOREIGN KEY (oif_id) REFERENCES PortOuterInterface (id) -- Cannot add or update a child row: a foreign key constraint fails (`racktables_db`.`#sql-51b_15c219`, CONSTRAINT `PortInterfaceCompat-FK-oif_id` FOREIGN KEY (`oif_id`) REFERENCES `PortOuterInterface` (`id`))
ALTER TABLE PortCompat ADD CONSTRAINT `PortCompat-FK-oif_id1` FOREIGN KEY (type1) REFERENCES PortOuterInterface (id) -- Cannot add or update a child row: a foreign key constraint fails (`racktables_db`.`#sql-51b_15c219`, CONSTRAINT `PortCompat-FK-oif_id1` FOREIGN KEY (`type1`) REFERENCES `PortOuterInterface` (`id`))
ALTER TABLE PortCompat ADD CONSTRAINT `PortCompat-FK-oif_id2` FOREIGN KEY (type2) REFERENCES PortOuterInterface (id) -- Cannot add or update a child row: a foreign key constraint fails (`racktables_db`.`#sql-51b_15c219`, CONSTRAINT `PortCompat-FK-oif_id2` FOREIGN KEY (`type2`) REFERENCES `PortOuterInterface` (`id`))
INSERT INTO PatchCableOIFCompat (pctype_id, oif_id) VALUES

Tried recommended fix, still fails with error:

MariaDB [racktables_db]> ALTER TABLE PortInterfaceCompat ADD CONSTRAINT `PortInterfaceCompat-FK-oif_id` FOREIGN KEY (oif_id) REFERENCES PortOuterInterface (id);
ERROR 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`racktables_db`.`#sql-51b_15a807`, CONSTRAINT `PortInterfaceCompat-FK-oif_id` FOREIGN KEY (`oif_id`) REFERENCES `PortOuterInterface` (`id`))


Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1603 [RackTables] SNMP feature N/A 2016-03-20 13:14 2016-03-20 13:14
Reporter: adrian_sev Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Add SNMP support for Supermicro X24S
Description: Hi! Is is possible (if time and priorities allow) to add support for
Supermicro X24S switch? attached the snmp info
Thank you!!
Adrian
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: x24s_snmp.tar.gz (13,989 bytes) 2016-03-20 13:14
https://bugs.racktables.org/file_download.php?file_id=935&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1597 [RackTables] SNMP feature N/A 2016-03-20 13:12 2016-03-20 13:12
Reporter: adrian_sev Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Add SNMP support for HP 5800
Description: Hi! Is is possible (if time and priorities allow) to add support for
HP 5800 switch? attached the snmp info
Thank you!!
Adrian
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: hp5800_snmp.tar.gz (8,314 bytes) 2016-03-20 13:12
https://bugs.racktables.org/file_download.php?file_id=929&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1455 [RackTables] SNMP minor always 2015-04-07 19:04 2016-02-19 20:02
Reporter: marmata Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Add support for stackable Cisco 3750 switches
Description: Was looking for support for this switch, looks like it was already asked in ticket 341 but lacked the entity mib. I can't re-open that ticket so opening a new one, I'm attaching the Entity-mib here. Tell me if you need more details! Thanks!
Tags: stackable
Steps To Reproduce:
Additional Information:
Attached Files: Entity-MIB-WS-C3750G-48PS-S.txt (167,093 bytes) 2015-04-07 19:04
https://bugs.racktables.org/file_download.php?file_id=825&type=bug
ENTITY-MIB.my (59,499 bytes) 2016-02-19 19:56
https://bugs.racktables.org/file_download.php?file_id=923&type=bug
Notes
(0003129)
me@mpking.com   
2016-02-19 19:56   
Just adding a Me too


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1587 [RackTables] default feature N/A 2016-02-15 17:11 2016-02-15 17:11
Reporter: marti.cardus Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Field to monitor last change
Description: A row in "Config" table, to save the time of last change of any record in tables.

Every time when a data is modified, this field have to be updated.

Perhaps a trigger in tables like "Objects", "AttributeValue", "IPv4Allocation"...

I need this to perform some automatic actions, and this is a method to know if i need to proceed or not

Thanks
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1585 [RackTables] IPv4/IPv6/SLB feature always 2016-02-15 11:45 2016-02-15 11:45
Reporter: marti.cardus Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.11  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Set default gw
Description: I have some objects with multiple IP in distinct subnet, and all of these subnets have their own router.

I want to specify the default gateway for an object on the tab "IP"

Perhaps in the drop-down "type" could be another type named "Default gateway" or "Defaulte route"
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1573 [RackTables] default minor have not tried 2015-12-21 18:17 2015-12-21 18:17
Reporter: BiloxiGeek Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Add definition for Dell Equalogic PS-M4110 Storage blade
Description: Dell Equalogic PS-M4110 is a double width disk storage array blade. In a Dell M1000e one would occupy two side by side half height slots. For instance in my setup I have one that occupies slots 13 and 14, and a second one in slots 15 and 16.

Each one has an ethernet connection to the 10G switch in the chassis and service port connection through the CMC.

If you need any additional information I'll be happy to provide it.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1571 [RackTables] default minor always 2015-12-19 21:22 2015-12-19 21:22
Reporter: BiloxiGeek Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Slot config for Dell PowerEdge M610x
Description: A Dell PowerEdge M610x is a full height server as opposed to an M610 which is half height.

The description should have "%L2,1%" appended so when added to a slot in an M1000e it will occupy the slot given and the slot directly below it.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1557 [RackTables] SNMP minor always 2015-12-12 20:01 2015-12-12 20:01
Reporter: BiloxiGeek Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: NetGear GS108T (Unknown OID '4526.100.4.18')
Description: snmpwalk info for NetGear GS108T, 8 Ethernet ports.
Tags:
Steps To Reproduce:
Additional Information: This is more of a desktop/office switch, but since I submitted similar reports for the other switches I have access to I figured why not.
Attached Files: GS108Tv2.txt (11,010 bytes) 2015-12-12 20:01
https://bugs.racktables.org/file_download.php?file_id=897&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1555 [RackTables] SNMP minor have not tried 2015-12-12 19:52 2015-12-12 19:52
Reporter: BiloxiGeek Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: NetGear GS510TP (Unknown OID '4526.100.4.24')
Description: snmpwalk info for NetGear GS510TP, 8 Ethernet ports with POE and 2 SFP ports.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: GS510TP.txt (12,793 bytes) 2015-12-12 19:52
https://bugs.racktables.org/file_download.php?file_id=895&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1553 [RackTables] SNMP minor always 2015-12-12 19:46 2015-12-12 19:46
Reporter: BiloxiGeek Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: NetGear GS716T (Unknown OID '4526.100.4.31')
Description: snmpwalk info for NetGear GS716T, 16 Ethernet ports, 2 SFP ports.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: GS716Tv3.txt (37,481 bytes) 2015-12-12 19:46
https://bugs.racktables.org/file_download.php?file_id=893&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1551 [RackTables] SNMP minor always 2015-12-12 19:40 2015-12-12 19:40
Reporter: BiloxiGeek Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: NetGear GS724T (Unknown OID '4526.100.4.17')
Description: snmpwalk info for NetGear GS724T, 24 1000-BaseT ports, 2 shared SFP ports (Ethernet: 23T and 24T) (SFP: 23F and 24F).
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: GS724T.txt (28,122 bytes) 2015-12-12 19:40
https://bugs.racktables.org/file_download.php?file_id=891&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1549 [RackTables] SNMP minor always 2015-12-12 19:28 2015-12-12 19:28
Reporter: BiloxiGeek Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: NetGear GS728TP (Unknown OID '4526.100.4.25')
Description: snmpwalk output for NetGear GS728TP
Tags:
Steps To Reproduce:
Additional Information: 28 Port, POE switch. 24 1000-BaseT ports, 4 SFP ports.
Attached Files: GS728TP.txt (43,819 bytes) 2015-12-12 19:28
https://bugs.racktables.org/file_download.php?file_id=889&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1537 [RackTables] SNMP minor always 2015-11-25 22:30 2015-12-07 17:55
Reporter: bemanuel Platform:  
Assigned To: adoom42 OS:  
Priority: high OS Version:  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '25506.11.1.82'
Description: On Switch HP V1910-24G Switch model JE007A

#snmpwalk -v 2c -c public <ip> iso.3.6.1.2.1.1.1.0
iso.3.6.1.2.1.1.1.0 = STRING: "HP V1910-24G-PoE (365W) Switch Software Version 5.20, Release 1513P62
Copyright(c) 2010-2013 Hewlett-Packard Development Company, L.P."

#snmpwalk -v 2c -c public <ip> iso.3.6.1.2.1.1.2.0
iso.3.6.1.2.1.1.2.0 = OID: iso.3.6.1.4.1.25506.11.1.83

snmpwalk -v 2c -c public <ip> iso.3.6.1.2.1.47.1.1.1.1.7.1
iso.3.6.1.2.1.47.1.1.1.1.7.1 = STRING: "HP V1910-24G-PoE (365W) Switch JE007A"
Tags:
Steps To Reproduce: ON Objects : LOCALE : RACK01 : SW00HPAXY
On Tab SNMP SYNC, click on SNMPv2c button "Try now"
Additional Information:
Attached Files: sysDescr.0.txt (169 bytes) 2015-12-07 17:47
https://bugs.racktables.org/file_download.php?file_id=881&type=bug
susObjectID.0.txt (53 bytes) 2015-12-07 17:47
https://bugs.racktables.org/file_download.php?file_id=883&type=bug
mod_or_stackable.txt (40,200 bytes) 2015-12-07 17:47
https://bugs.racktables.org/file_download.php?file_id=885&type=bug
ifTable.txt (28,848 bytes) 2015-12-07 17:47
https://bugs.racktables.org/file_download.php?file_id=887&type=bug
Notes
(0003023)
bemanuel   
2015-11-25 22:32   
Sorry the unknown oid is 25506.11.1.83
(0003025)
adoom42   
2015-11-25 23:39   
http://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29
(0003031)
adoom42   
2015-12-03 21:35   
Did you read the FAQ? Supply all required data or this issue will be closed. See other SNMP issues if you need examples of supplied data.
(0003041)
bemanuel   
2015-12-07 17:55   
Files uploaded.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1539 [RackTables] SNMP minor always 2015-11-25 22:36 2015-12-07 17:45
Reporter: bemanuel Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: SNMP Sync: Unknown OID '25506.11.1.82' - Switch HP JE006A
Description: On Switch HP V1910-24G Switch model JE006A

#snmpwalk -v 2c -c public 172.16.0.6 iso.3.6.1.2.1.1.1.0
iso.3.6.1.2.1.1.1.0 = STRING: "HP V1910-24G Switch Software Version 5.20, Release 1513P95
Copyright(c) 2010-2015 Hewlett-Packard Development Company, L.P."
#snmpwalk -v 2c -c public 172.16.0.6 iso.3.6.1.2.1.1.2.0
iso.3.6.1.2.1.1.2.0 = OID: iso.3.6.1.4.1.25506.11.1.82
#snmpwalk -v 2c -c public 172.16.0.6 iso.3.6.1.2.1.47.1.1.1.1.7.1
iso.3.6.1.2.1.47.1.1.1.1.7.1 = STRING: "HP V1910-24G Switch JE006A"
Tags:
Steps To Reproduce: ON Tab SNMP SYNC, click on "Try now" at SNMP v2c area
Additional Information:
Attached Files: sysObjectID.0.txt (53 bytes) 2015-12-07 17:43
https://bugs.racktables.org/file_download.php?file_id=873&type=bug
sysDescr.0.txt (158 bytes) 2015-12-07 17:43
https://bugs.racktables.org/file_download.php?file_id=875&type=bug
mod_or_stackable.txt (36,738 bytes) 2015-12-07 17:43
https://bugs.racktables.org/file_download.php?file_id=877&type=bug
ifTable.txt (29,059 bytes) 2015-12-07 17:43
https://bugs.racktables.org/file_download.php?file_id=879&type=bug
Notes
(0003027)
adoom42   
2015-11-25 23:40   
http://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29
(0003033)
adoom42   
2015-12-03 21:35   
Supply all required data or this issue will be closed. See other SNMP issues if you need examples of supplied data.
(0003039)
bemanuel   
2015-12-07 17:45   
Uploaded


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1541 [RackTables] SNMP minor always 2015-11-25 22:42 2015-12-07 17:38
Reporter: bemanuel Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: SNMP Sync Unknown OID '25506.11.1.36' - HP A5120-48G-PoE+ EI
Description: The Switch HP A5120-48G-PoE+ EI
#snmpwalk -v 2c -c public <ip> iso.3.6.1.2.1.1.1.0
iso.3.6.1.2.1.1.1.0 = STRING: "HP Comware Platform Software, Software Version 5.20.99 Release 2221P08-US
 HP A5120-48G-PoE+ EI Switch with 2 Interface Slots
 Copyright (c) 2010-2015 Hewlett-Packard Development Company, L.P."
#snmpwalk -v 2c -c public <ip> iso.3.6.1.2.1.1.2.0
iso.3.6.1.2.1.1.2.0 = OID: iso.3.6.1.4.1.25506.11.1.36
#snmpwalk -v 2c -c public <ip> iso.3.6.1.2.1.47.1.1.1.1.7.1
iso.3.6.1.2.1.47.1.1.1.1.7.1 = STRING: "Stack"
#snmpwalk -v 2c -c public <ip> iso.3.6.1.2.1.47.1.1.1.1.10.2
iso.3.6.1.2.1.47.1.1.1.1.10.2 = STRING: "5.20.99 Release 2221P08-US"
Tags:
Steps To Reproduce: ON Objects : LOCALE : RACK01 : SW00HPAXY
On Tab SNMP SYNC, click on SNMPv2c button "Try now"
Additional Information:
Attached Files: ifTable.txt (50,051 bytes) 2015-12-07 17:36
https://bugs.racktables.org/file_download.php?file_id=865&type=bug
mod_or_stackable.txt (65,483 bytes) 2015-12-07 17:37
https://bugs.racktables.org/file_download.php?file_id=867&type=bug
sysDescr.0.txt (226 bytes) 2015-12-07 17:37
https://bugs.racktables.org/file_download.php?file_id=869&type=bug
sysObjectID.0.txt (53 bytes) 2015-12-07 17:37
https://bugs.racktables.org/file_download.php?file_id=871&type=bug
Notes
(0003029)
adoom42   
2015-11-25 23:40   
http://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29
(0003035)
adoom42   
2015-12-03 21:36   
Supply all required data or this issue will be closed. See other SNMP issues if you need examples of supplied data.
(0003037)
bemanuel   
2015-12-07 17:38   
Files uploaded


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1543 [RackTables] IPv4/IPv6/SLB feature N/A 2015-12-03 11:11 2015-12-03 11:11
Reporter: rahoa Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Ability to apply tag on IPs
Description: It could be useful to be able to apply tag on single IPs (accounting, etc.)
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1433 [RackTables] SNMP feature N/A 2015-02-24 17:10 2015-11-25 01:46
Reporter: galcorlo Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Add new hardware device Cisco switch Nexus5596
Description: Add via snmp all switch interfaces.

snmpwalk -v 1 -c public switchname sysDescr.0 > sysDescr.0
snmpwalk -On -v 1 -c public switchname sysObjectID.0 > sysObjectID.0
snmpwalk -v 1 -c public switchname ifTable > ifTable
snmpwalk -v 1 -c public switchname .1.3.6.1.2.1.47 > module
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: nexus5596-snmp.tar.gz (79,538 bytes) 2015-02-24 17:10
https://bugs.racktables.org/file_download.php?file_id=819&type=bug
Notes
(0003021)
bpothier   
2015-11-25 01:46   
The nexus 5000 supports "Unified Ports" which can be changed to act as ethernet(ethX/YY) or Fibre Channel (fcX/YY).
Entries in the ifTable will identify the physical port's current mode:
e.g. for FC:
IF-MIB::ifIndex.16777216 = INTEGER: 16777216
IF-MIB::ifDescr.16777216 = STRING: fc1/1
IF-MIB::ifType.16777216 = INTEGER: fibreChannel(56)
IF-MIB::ifMtu.16777216 = INTEGER: 2112
IF-MIB::ifSpeed.16777216 = Gauge32: 3705032704
IF-MIB::ifPhysAddress.16777216 = STRING: 20:1:23:45:67:89:a:bc

e.g. for Eth:
IF-MIB::ifIndex.437264384 = INTEGER: 437264384
IF-MIB::ifDescr.437264384 = STRING: Ethernet3/3
IF-MIB::ifType.437264384 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifMtu.437264384 = INTEGER: 1500
IF-MIB::ifSpeed.437264384 = Gauge32: 4294967295
IF-MIB::ifPhysAddress.437264384 = STRING: 0:2a:6:7:8:9a

e.g. for ethernet port channel:
IF-MIB::ifIndex.369098799 = INTEGER: 369098799
IF-MIB::ifDescr.369098799 = STRING: port-channel48
IF-MIB::ifType.369098799 = INTEGER: propVirtual(53)
IF-MIB::ifMtu.369098799 = INTEGER: 1500
IF-MIB::ifSpeed.369098799 = Gauge32: 4294967295
IF-MIB::ifPhysAddress.369098799 = STRING: 0:2a:6:78:9:ab

e.g. for FC(SAN) port channel:
IF-MIB::ifIndex.67108874 = INTEGER: 67108874
IF-MIB::ifDescr.67108874 = STRING: san-port-channel 11
IF-MIB::ifType.67108874 = INTEGER: fibreChannel(56)
IF-MIB::ifMtu.67108874 = INTEGER: 2112
IF-MIB::ifSpeed.67108874 = Gauge32: 4294967295
IF-MIB::ifPhysAddress.67108874 = STRING: 24:b:0:12:3:45:6:0

Notice:
ifPhysAddress varies from 8-byte for WWN/FC and 6-byte for MAC/Eth - already accounted for in layer-2 parsing code
ifType varies from INTEGER: ethernetCsmacd(6) to INTEGER: fibreChannel(56) (also some others like INTEGER: propVirtual(53) for eth port channels, INTEGER: propVirtual(53) for VLAN virtual IPs


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1533 [RackTables] SNMP minor have not tried 2015-11-11 08:49 2015-11-12 17:37
Reporter: qemu-glusterfs@yandex.ru Platform: Linux  
Assigned To: adoom42 OS: Debian  
Priority: normal OS Version: 8.1 (jessie)  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: SNMP sync 'Unknown OID '9.1.402''.
Description: Hello,
Would you so kind to help me with my problem:
 "Unknown OID '9.1.402'"
concerning SNMP sync on cisco 7606 .
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0003013)
qemu-glusterfs@yandex.ru   
2015-11-11 11:37   
https://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29
>snmpwalk -v 1 -c public switchname .1.3.6.1.2.1.47
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9.1.402
(0003015)
adoom42   
2015-11-11 17:11   
You referenced the FAQ, so you know you need to provide more information.
(0003017)
qemu-glusterfs@yandex.ru   
2015-11-12 08:20   
dictionary.php
> 277 => array ('chapter_id' => 17, 'dict_value' => 'Cisco%GPASS%7606'),

snmp.php
> '9.1.402' => array
> (
> 'dict_key' => 277,
> 'text' => 'Cisco 7606: 48 RJ-45/10-100TX + 16 GBIC/1000 + 4 X2/10000',
> 'processors' => array ('catalyst-chassis-any-100TX','catalyst-chassis-any-1000GBIC', 'catalyst-chassis-uplinks-10000X2'),

It's work.

How do I add expansion module Cisco WS-X6704-10GE with Cisco 7606?
(0003019)
adoom42   
2015-11-12 17:37   
You can look at the master branch to see how modular devices are handled: https://github.com/RackTables/racktables/blob/master/wwwroot/inc/snmp.php

9.1.222 / Cisco 7206VXR is one example


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1531 [RackTables] SNMP feature always 2015-10-20 15:11 2015-10-21 15:05
Reporter: semmerl86 Platform: Linux  
Assigned To: adoom42 OS: Ubuntu  
Priority: normal OS Version: 14.04  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: SNMP sync for Juniper EX4300-24T and Juniper SRX240H2
Description: Hi,

could you please setup the SNMP Sync Feature / SNMP Generic Sync for these router and switch:

Juniper EX4300-24T and Juniper SRX240H2

thx
Norbert
Tags:
Steps To Reproduce: Juniper EX4300-24T
------------------------------------------------------------------
Name/OID: sysDescr.0; Value (OctetString): Juniper Switch EX4300
Name/OID: sysObjectID.0; Value (OID): .1.3.6.1.4.1.2636.1.1.1.2.63

Juniper SRX240H2
------------------------------------------------------------------
Name/OID: sysDescr.0; Value (OctetString): Juniper Networks, Inc. srx240h2 internet router, kernel JUNOS 12.1X44-D35.5 #0: 2014-05-19 21:36:43 UTC builder@dagmath.juniper.net:/volume/build/junos/12.1/service/12.1X44-D35.5/obj-octeon/junos/bsd/kernels/JSRXNLE/kernel Build date: 2014-05-19 23:0
Name/OID: sysObjectID.0; Value (OID): .1.3.6.1.4.1.2636.1.1.1.2.39
Additional Information:
Attached Files: juniper_srx240_snmpwalk.txt (4,701,003 bytes) 2015-10-21 15:04
https://bugs.racktables.org/file_download.php?file_id=861&type=bug
juniper_ex4300_snmpwalk.txt (2,059,005 bytes) 2015-10-21 15:05
https://bugs.racktables.org/file_download.php?file_id=863&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
715 [RackTables] default feature always 2013-01-07 11:56 2015-09-04 17:01
Reporter: sharkie Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.3  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Ability to organize components
Description: Hi,

it could be nice to be able similar style like Ethernet ports add device components o objects...
Like name, type, serial number or some way like user modified field for components...
It is usable forevidence of harddrives, RAM, NIC / SC cards etc.

Thank You
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: racktables.png (13,285 bytes) 2013-08-20 12:00
https://bugs.racktables.org/file_download.php?file_id=439&type=bug
Notes
(0001227)
mcastanien   
2013-03-04 20:14   
I wanted to add some notes/ideas on adding hard drive and RAID information. I currently have created new attributes to track these. Some of our Dell servers have an additional RAID controller for DAS connections, so I created additional entries for that second card.Since it would be difficult and clunky to track each HDD, for the "Num. HDDs" attribute, I enter data like this, "6 x 300GB 10k". Ideally this would be broken out so that RPMs and size are individual items. Remember to make an exception for SSDs with regards to RPMs.

Num. HDD bays - integer
Num. HDDs - string
RAID -Driver Version - string
RAID -Firmware Version - string
RAID -Model - drop down
RAID Driver Version (2nd Card) - string
RAID Firmware Version (2nd Card) - string
RAID Model (2nd Card) - drop down
(0001521)
nareshbtech@yahoo.com   
2013-06-13 15:21   
(Last edited: 2013-06-13 15:24)
can there be a Page called Sub-objects and a table for sub object( couple of attibuites, map these sub-object entries to Object table entries.

the sub-object has entries like hard disks and etc. and can verify the log where this was mapped or relocated etc

will these subobjects have asset ids

will these subjects be searchable (as if an virtual resource that can be mapped and can be found form search)

(0001711)
nareshbtech@yahoo.com   
2013-08-07 13:34   
Hi all
any suggestions on this please
(0001715)
nareshbtech@yahoo.com   
2013-08-20 12:02   
Please find the image that i have uploaded, we could be able to create equipment list and assign this to the individual object.
(0002269)
manderson   
2014-04-23 18:15   
I'd love something like this as well. It would be very useful for compliance reasons.
(0002363)
surfsune   
2014-06-23 12:25   
Sounds perfekt, i want it. Need to document raid configurations.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1019 [RackTables] SNMP feature N/A 2013-09-30 12:44 2015-08-28 16:40
Reporter: cyb3rwulf Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.5  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: feature request: late snmp sync
Description: It would be very useful to do snmp sync again, while the ports were already discovered. For example to sync changes of the firmware version or changed virtual interfaces and so on.

Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0002951)
nareshbtech@yahoo.com   
2015-08-28 16:40   
you could try using snmp-genereic plugin,
its always avilable to fetch in


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1495 [RackTables] default feature always 2015-07-24 11:22 2015-07-24 11:22
Reporter: jonesg Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Allow saving changes on multiple ports of an object
Description: It would be really nice if it was possible to change for example Name or Visible Label on multiple ports for an object at the same time.

Right now it is necessary to change one line and click save then the next line and save and so forth. This is not bad for a server with 5 ports but for a switch with 96 it is a bit cumbersome.
Tags:
Steps To Reproduce:
Additional Information: I realize that I may have totally missed some way of doing this.
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
813 [RackTables] IPv4/IPv6/SLB feature N/A 2013-03-31 17:22 2015-06-17 08:53
Reporter: failure Platform:  
Assigned To: andriyanov OS: Debian  
Priority: low OS Version: 6.0 Squeeze  
Status: acknowledged Product Version: 0.20.3  
Product Build: Resolution: reopened  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Live PTR IPv6
Description: If it's not that much work, i've ask for a feature request to add "Live PTR" the some for IPv4 but for IPv6
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0001277)
andriyanov   
2013-03-31 21:37   
This is not possible in the way it is done for IPv4. There is a loop over every IP in IPv4 network doing PTR query. IPv6 networks contain so many addresses that this approach is impossible. This task needs DNS transfer to be used, but it is hard to maintain for end-user. So this feature is not in our schedule.
(0001279)
failure   
2013-03-31 21:40   
Can we not make just for addresses that is assigned?
(0001321)
bohara   
2013-04-15 07:42   
Agreed, this would be nice for allocated ipv6 addresses within a network. Simple to then check whats got missing/incorrect dns entries.
(0002877)
adoom42   
2015-06-11 05:59   
I'm assigning this to Alexey. Please either acknowledge it or close it as "won't fix".

Guys, please consider writing a patch.
(0002885)
andriyanov   
2015-06-17 08:53   
Yes, this feature makes sense. Ack.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1397 [RackTables] default feature N/A 2015-01-19 22:44 2015-06-11 04:57
Reporter: CrdsIT Platform:  
Assigned To: andriyanov OS:  
Priority: low OS Version:  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Could there be an option on the tag roller to remove tags?
Description: Sometimes I have to remove large amounts of tags and it get quite tiring to do them one by one, so an option to remove tags with the tag roller would be perfect.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
550 [RackTables] default feature N/A 2012-04-12 11:46 2015-06-11 03:59
Reporter: user292 Platform:  
Assigned To: infrastation OS:  
Priority: normal OS Version:  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: tracking cable types
Description: Hi,

I've discussed this idea with infrastation a while ago. My colleagues want to track which cable types are used for certain connections. I'm willing to write that code, but first I'd like to have a few opinions on my plan:

Changes in Database:
- Add a field `cable_type_id` UNSIGNED INTEGER to PortCompat which hold a ref to a chapter from which possible cable types for this kind of connection can be selected. ( This can be NULL if you don't want to use this feature for a certain connection )
- Add a field to `cable_type_key` UNSIGNED INTEGER to Link which points to a dictionary entry. ( This is NULL if the cable is not known. )

Changes in Interface:
- Extend the Port compatibility config page according to the database changes.
- Extend the Object -> Ports tab to show the cable type for connected ports.
- Extend the Link-to popup with a drop-down showing the available cable types.

Changes to functions:
- fetchPortList ( fetch the cable type )
- linkPorts ( optional additional argument )
- commitUpdatePortLink ( idem )
- handlePopupPortLink

Still to be considered:
- Track cable changes in PortLog?
- Interface if you just want to change the cable type but not the linked port.

Kind regards
Hannes
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: track_cable_type.patch (31,600 bytes) 2012-04-19 10:40
https://bugs.racktables.org/file_download.php?file_id=150&type=bug
track_cable_type.sql (557 bytes) 2012-04-19 10:51
https://bugs.racktables.org/file_download.php?file_id=151&type=bug
track_cable_type_0.19.13.diff (31,959 bytes) 2012-07-02 13:32
https://bugs.racktables.org/file_download.php?file_id=161&type=bug
track_cable_type_0.19.13.correct.diff (32,223 bytes) 2012-07-03 07:12
https://bugs.racktables.org/file_download.php?file_id=162&type=bug
Notes
(0000657)
user292   
2012-04-19 10:55   
Hi,

I made good progress. The biggest changes happened to the link-port form. This was necessary, to keep the numbers of additional clicks low. Furthermore you can now select transceivers without submitting the form.

Cheers!
Hannes
(0000661)
infrastation   
2012-04-22 08:10   
Hannes, I will review the patch and update this issue.
(0000665)
user292   
2012-04-23 08:16   
Nice! When you are done, I'll backport this to 0.19.13.
(0000699)
user292   
2012-07-02 13:33   
Hi,

I just backported the feature on top of the 0.19.13 release.

Cheers!
(0000700)
user292   
2012-07-03 07:12   
Sorry, I forgot to check "nearest rack" by default. Corrected this.
(0001989)
infrastation   
2013-11-27 13:05   
Aaron, these changes would conflict with the patch panels code but there are good points in this work that should be considered. I have reassigned this issue to you.
(0002853)
adoom42   
2015-06-11 03:59   
Re-assigning to infrastation since he added the "Patch cables" feature.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
531 [RackTables] SNMP feature N/A 2012-02-18 00:31 2015-06-11 03:58
Reporter: biffhero Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.19.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: store SNMP variables in the database, and allow for different SNMP variables
Description: We have devices which are administered across different organizations. Sometimes different customers, sometimes different organizations. I think that it would be nice if we could have the default SNMP community string stored in the DB, and also a string per device, so that when we come back in to refresh the info on the device, the SNMP string and settings are brought back from the previous time it was run.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1451 [RackTables] default feature N/A 2015-03-19 01:33 2015-05-19 17:43
Reporter: jzohrab Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Add API versioning
Description: RackTables needs to have proper API versioning to allow for developers to update/refactor existing code. This will likely be a big change affecting a fair amount of the internal code, but ideally it would add some clarity about application boundaries, and prepare the way for future development.

This change would not and should not add any new features. As a result, it may be seen as extremely low priority from the community. I still think it's a good idea for long-term app longevity.

I don't know if the system currently has a well-defined boundary for external interfaces (plug-ins and scripts). It appears that people can call pretty much whatever method they'd like. If the application "surface area" could be reduce, it would be easier to make changes to the internals.

If we can limit this discussion to, say, wwwroot/inc/ajax-interface.php, then things become much easier. If people call whatever methods they'd like, either via plug-ins or scripts, then things get difficult, either for Racktables devs, or for the users. My feeling is that internals should be able to change. The application can't be expected to maintain all of its current method signatures as-is, that makes development far too difficult.

If clients are only calling a handful of methods (eg through custom PHP scripts/plug-ins), then those methods could be pulled into another versioned interface as well, providing another public API. We'd need feedback on what users are actually calling. This helps set the boundaries of the application for its users ... hard to do once the thing is actually launched, but maybe necessary for the application's future health.

Once the boundary is determined, there are a few ways to actually handle versioning, e.g., see long discussions at http://stackoverflow.com/questions/389169/best-practices-for-api-versioning and other places on API versioning. That will be the relatively easy part!
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0002831)
sgroat   
2015-05-19 17:43   
Has anyone here ever used swagger (http://swagger.io)? It's really great for versioning and documentation.

A single YAML file defines the API and you can really keep yourself honest with it.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1475 [RackTables] default feature N/A 2015-05-18 01:39 2015-05-18 01:46
Reporter: simon2 Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: new Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Combined HTTPD trust for username, with LDAP search for group membership
Description: Regarding user authorization in secret.php:

$user_auth_src = 'ldap' queries a directory service.
$user_auth_src = 'httpd' takes the username from the webserver.

The wiki page on LDAP says "The drawback of [using httpd] is that group membership information wouldn't be available at RackTables level".

This means there's no way to use Kerberos to the webserver to authorise the user without a password prompt, and also use LDAP to query for group membership.

I added code for a new source called 'httpdldap', in auth.php. This takes the username from the webserver like httpd, and the group membership from the configured LDAP server, connecting with the search_bind_rdn and search_bind_password.


In auth.php:
function authorize() phase 2 the 'httpd' case is used for 'httpdldap' as well.
function authorize() phase 4 the 'ldap' case is used for 'httpdldap', passing no password for ldap auth. (real 'ldap' connections should still work because phase 2 mandates a password before we get here).
function QueryLDAP() gets a new global, so it can check $auth_usr_src.
function QueryLDAP() gets a change so after deciding on a username, if it's using 'httpdldap' for auth then it rebinds with the given search_bind_rdn details instead of the user supplied details, or throws an error if they aren't set.

I'm attaching a patch (auth.php.patch) which is a diff of the original RackTables 0.20.8 auth.php and my edited one.

It's not thoroughly tested.
Tags:
Steps To Reproduce: Apache/Kerberos SSO/'httpd' -> seamless login, but no groups.
Apache/Kerberos SSO/'ldap' -> login prompt, groups.
Apache/Kerberos SSO/patched 'httpdldap' -> seamless login and groups.
Additional Information:
Attached Files: auth.php.patch (2,772 bytes) 2015-05-18 01:46
https://bugs.racktables.org/file_download.php?file_id=835&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1449 [RackTables] default minor have not tried 2015-03-18 16:25 2015-03-18 16:25
Reporter: CrdsIT Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: searching by partial asset returns "asset_no matched"
Description: when searching for a partial asset tag the search returns

"asset_no matched"

instead of the standard

why
OEM S/N 1: 012345
HW type: Dell PowerConnect 5224
Tags:
Steps To Reproduce: create an object with an asset tag. Then search for a part of that asset tag.
Additional Information: This also occurs for partial label searches.

returning "label matched"

instead of

Visible label: asdf
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1435 [RackTables] SNMP feature N/A 2015-02-27 20:04 2015-03-12 16:50
Reporter: cblancoz Platform:  
Assigned To: adoom42 OS:  
Priority: urgent OS Version:  
Status: assigned Product Version: 0.20.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: New OID Huawei 5700
Description: Hi,

I'm new in racktables. Is posible that write me a path for my switches Huawei S5700, because I added them I seem the error Unknown OID '2011.2.23.187'

Sorry for my bad English

Thank
Tags:
Steps To Reproduce: I try to sync my switch with SYNC and I get Unknown OID '2011.2.23.187'
Additional Information:
Attached Files: snmpwalk.txt (312,557 bytes) 2015-02-27 20:22
https://bugs.racktables.org/file_download.php?file_id=821&type=bug
Notes
(0002773)
cblancoz   
2015-03-12 16:50   
SNMPv2-SMI::mib-2.47.1.1.1.1.2.201326593 = STRING: "Quidway S5700 Routing Switch"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.335544321 = STRING: "Board slot"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.603979777 = STRING: "MPU Board"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.805322753 = STRING: "Card slot"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.805339137 = STRING: "Card slot"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.805355521 = STRING: "Card slot"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.872464385 = STRING: "FAN Card"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.805371905 = STRING: "Card slot"


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1415 [RackTables] IPv4/IPv6/SLB feature N/A 2015-02-11 08:45 2015-02-11 08:45
Reporter: nk Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: IP address reservation with checkbox
Description: Now it's a real PITA when one needs to reserve several addresses.

I think it would be nice if one would be able to quickly reserve addresses on the network browsing page.

For now only address name and comment can be changed quickly. A quick checkbox or checkbox-like toggle using ajax would be perfect.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1375 [RackTables] default feature N/A 2014-12-30 04:57 2015-01-08 00:46
Reporter: hackmaster Platform: N/A  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Add timestamp to "Record updated successfully" message
Description: When editing a page, there is no current way to determine if the page has been saved after edits are completed. Instead, an additional save is typically done to ensure all is committed properly.

It would be nice to include a date and time stamp at the end of the "Record updated successfully" green bar text at the top so a user can, when flipping back to their RackTables tab, see when they last clicked the save button.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0002609)
blaza-pl   
2015-01-07 14:30   
But how would you know if you edited it 5 minutes ago or 8 minutes ago? You would still have to remember something. So if you need semthing like this, then maybe a javascript icon to mark that unsaved changes are still wainting on current page?
(0002613)
hackmaster   
2015-01-08 00:46   
I was simply suggesting
"updated a record successfully | 2001-03-10 17:16:18"
which is simply $today = date("Y-m-d H:i:s");

Trying to keep things simple.

In theory, all of the messages in the array that holds all these messages could benefit from this type of timestamp.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1345 [RackTables] SNMP minor have not tried 2014-10-14 02:55 2014-10-14 02:55
Reporter: omadmin Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.4  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '674.10895.3042' Dell N4032 Switch
Description: # snmpwalk -v 1 -c public dell-sw2 sysDescr.0
SNMPv2-MIB::sysDescr.0 = STRING: Dell Networking N4032, 6.1.1.7, Linux 2.6.32.9

# snmpwalk -On -v 1 -c public dell-sw2 sysObjectID.0
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.674.10895.3042

* Stackable
* 4-port 10 Gigabit BASE-T
  or
* 4-port 10 Gigabit SFP+ (currently installed)
  or
* 2-port 40 Gigabit QSFP+
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: Dell_4032N_snmp_data.txt (298,344 bytes) 2014-10-14 02:55
https://bugs.racktables.org/file_download.php?file_id=757&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1211 [RackTables] default major always 2014-04-08 07:54 2014-10-06 14:35
Reporter: hc Platform:  
Assigned To: OS: Linux  
Priority: normal OS Version:  
Status: acknowledged Product Version: 0.20.7  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Kerberos authentication via httpd will not work because of '@' sign prohibitede in username
Description: Hi!

I'm trying to set up Kerberos authentication.

I changed secret.php this way:
$user_auth_src = 'httpd';
$require_local_account = FALSE;

After that I tried to log in and got next result (screenshot attached)

When I tried to add "allow {$userhame_hc@GSK.LOC}" directive to permissions, I had no success because of @-sign. Without it rule can be added, but makes no sence.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: sschot.png (20,334 bytes) 2014-04-08 07:54
https://bugs.racktables.org/file_download.php?file_id=629&type=bug
Notes
(0002263)
infrastation   
2014-04-22 16:53   
I understand the problem but don't have a good solution for it at the moment.
(0002279)
Barbarossa   
2014-05-05 02:12   
Hi,

I guess you're using mod_auth_kerb on Apache? How about setting

  KrbLocalUserMapping On

(available since version 5.4 IIRC).

If the version is too old for that and my guess about Apache is correct, maybe you can install the mod_map_user module and put something like that

  MapUsernameRule x(.*)@(.*) "$1"

in the configuration?

Best regards
Max
(0002281)
infrastation   
2014-05-05 06:47   
Do users authenticate within only one domain?
(0002283)
hc   
2014-05-05 08:49   
Barbarossa, thanks for the proposal, will test it now

infrastation, yes, users authenticate from only one domain. It's some kind of workaround, but I think it should work for 60-70% of cases
(0002285)
hc   
2014-05-05 08:59   
Barbarossa, thanks, the solution with KrbLocalUserMapping works!

infrastation, why not just exclude @ from prohibited symbols in 'allow' directive?
(0002519)
jonesg   
2014-10-06 14:35   
Could a solution be something like rewriting the username if it contains an "@" by replacing it with something like "(at)".

We have been using another piece of software where we had to manually add a few lines that would take the username attribute from our CAS solution and rewrite it from "user@dom.ai.n" to "user(at)dom.ai.n". In other solutions we were forced to use "_" og "-" instead of "\" or "@" when authenticating against our AD.

It is a hack of sorts but it would possible to handle.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1261 [RackTables] default block always 2014-06-27 09:55 2014-09-28 19:00
Reporter: adrian.coles Platform: XAMMP  
Assigned To: OS: Windows  
Priority: high OS Version: 2008 R2  
Status: acknowledged Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: New instal does not detect code version correctly
Description: http://racktables/racktables/wwwroot/ produces:

_____________________________________________________________________________
Notice: Use of undefined constant CODE_VERSION - assumed 'CODE_VERSION' in C:\xampp\htdocs\racktables\wwwroot\inc\init.php on line 45

Notice: Use of undefined constant CODE_VERSION - assumed 'CODE_VERSION' in C:\xampp\htdocs\racktables\wwwroot\inc\init.php on line 48

This Racktables installation seems to be just upgraded to version CODE_VERSION, while the database version is 0.20.8.
No user will be either authenticated or shown any page until the upgrade is finished.
Follow this link and authenticate as administrator to finish the upgrade.
_____________________________________________________________________________

Clicking the link says there is nothing to do, and shows:

Upgrade status
Current status Data version: 0.20.8
Code version: 0.20.8
Summary Come back later.
_____________________________________________________________________________


Init line 45 and 48 seem OK:

if (getConfigVar ('DB_VERSION') != CODE_VERSION)
{
    echo '<p align=justify>This Racktables installation seems to be ' .
        'just upgraded to version ' . CODE_VERSION . ', while the '.

_____________________________________________________________________________

Config.php contains:

define ('CODE_VERSION', '0.20.8');

on line 16
Tags:
Steps To Reproduce: New install of Racktables 0.20.8 on XAMPP
Additional Information: Happy to provide more info if needed.
Attached Files:
Notes
(0002369)
infrastation   
2014-06-27 21:45   
This issue seems to be Windows-specific, it is not clear how it reproduces.

BTW, you could take due credit by troubleshooting it and producing a bugfix.
(0002371)
adrian.coles   
2014-06-27 22:24   
Hi,

Unfortunately I'm not a developer so only know the basics.
I'm thinking that the easiest fix might be to stop the check taking place rather than correct it.
Any ideas on how to do this?
(0002373)
infrastation   
2014-06-28 07:13   
Without this check things will go wrong. Could you check that init.php is the same as in 0.20.8 tarball?
(0002375)
adrian.coles   
2014-06-30 16:44   
Hi,

just compared these. It looks fine.
:(
(0002377)
infrastation   
2014-06-30 19:13   
Thank you. It could also help to check if this issue reproduces on another Windows server and is not something specific to current environment only.
(0002379)
adrian.coles   
2014-07-01 00:26   
Is it worth me copying the tar files over the tope of the zip files?
Is there anything else in there that might help trying?
(0002381)
infrastation   
2014-07-01 06:43   
The tar,gz and zip normally have the same contents.

No other troubleshooting comes to my mind right now.
(0002383)
adrian.coles   
2014-07-02 17:03   
Hi,

I have just reinstalled the server and installed XAMPP and Racktables 0.20.8 from scratch.
Same problem.

:(

Any ideas?
How does the code get the code_version? Where is this variable stored?
(0002385)
infrastation   
2014-07-02 19:47   
Could you find a Windows expert (for instance, on the racktables-users mailing list) and bring that person to this issue? I don't have necessary experience to troubleshoot it.
(0002387)
adrian.coles   
2014-07-04 09:29   
Can you point me in the right direction?

I'm such a noob
:D
(0002389)
infrastation   
2014-07-04 09:52   
http://www.freelists.org/list/racktables-users

Please try subscribing and asking more experienced Windows users to help.
(0002391)
adrian.coles   
2014-07-04 09:59   
Thank you
(0002393)
adrian.coles   
2014-07-04 17:11   
Found the solution / problem,:

http://bugs.racktables.org/view.php?id=655

It's alive!
(0002395)
infrastation   
2014-07-04 19:40   
Let me confirm: you added "." to include_path and it fixed the problem?
(0002401)
adoom42   
2014-07-05 21:43   
I installed XAMPP and reproduced the error. The problem is that 1) Windows is case-insensitive, and 2) XAMPP includes PEAR modules whose filenames conflict with RackTables filenames.

C:\xampp\php\pear contains Config.php. RackTables' init.php file has this line:
require_once 'config.php'

Because 'Config.php' gets loaded first, 'config.php' gets skipped.

A quick fix is to edit C:\xampp\php\php.ini and comment out the "include_path=" line with a semicolon. If you don't have permission to modify that file, you could also add this as the second line of RackTables' index.php file:
set_include_path (__DIR__);

As a long-term fix, RT devs may want to change all require directives to use full paths.

require_once __DIR__ . '/config.php';
   instead of
require_once 'config.php';
(0002515)
infrastation   
2014-09-28 19:00   
Commit cab4977 works around a related problem.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1333 [RackTables] default minor always 2014-09-04 01:57 2014-09-08 17:39
Reporter: flaminidavid Platform: Linux 3.8.0-35-generic on x86_6  
Assigned To: OS: Ubuntu Linux  
Priority: low OS Version: 13.04  
Status: new Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: sshnokey gateway: SSH welcome message goes to STDERR
Description: When trying to log in using sshnokey to a device that presents a banner it fails cause the SSH welcome message goes to STDERR, therefore 'errors' is not empty and the banner gets printed instead.

Had to add 'master_stderr_discard => 1' to the constructor call:

my $ssh = Net::OpenSSH->new(
        $op_host,
        'port' => $op_port,
        'user' => $op_username,
        'password' => $op_password,
        master_stderr_discard => 1
);

Attached patched sshnokey file.
Tags:
Steps To Reproduce: Configure a device with a login banner.
Configure the breed to use sshnokey.
Try to get the Live Ports table from the device, for example.
SSH welcome message gets printed instead of the Live Ports table.
Additional Information: Banner example.

login as: user



UNAUTHORIZED USE OF THIS SYSTEM IS STRICTLY PROHIBITED!


All activities on this system are logged. Unauthorized access will be fully
investigated and reported to the appropriate law enforcement agencies.



user@x.x.x.x's password:
Attached Files: sshnokey (4,061 bytes) 2014-09-04 01:57
https://bugs.racktables.org/file_download.php?file_id=747&type=bug
Notes
(0002485)
flaminidavid   
2014-09-08 17:39   
Hi, it would also be nice if the known hosts file got updated when connecting for the first time without having to add the key manually, otherwise the connection fails unless the knob StrictHostKeyChecking in /etc/ssh/ssh_config is set to 'no', which is less secure.

Here's the location for my known_hosts file (Ubuntu13.04/Apache 2.2.22)
~$ sudo ls -la /var/www/.ssh/known_hosts
-rw-r--r-- 1 www-data www-data 222 sep 8 12:17 /var/www/.ssh/known_hosts


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1329 [RackTables] SNMP minor have not tried 2014-08-27 18:05 2014-08-27 18:05
Reporter: user945 Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: SG300-28MP 28-Port Gigabit PoE Managed Switch
Description: snmpwalk -v 1 -c public switchname sysDescr.0
SNMPv2-MIB::sysDescr.0 = STRING: SG300-28MP 28-Port Gigabit PoE Managed Switch

snmpwalk -On -v 1 -c public switchname sysObjectID.0
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.9.6.1.83.28.3

* Non Stackable
* 24 PoE Ports
* 2 combo SFP/miniGBIC ports (27,28)

didn't know if there is something different than SG300-28P reported in:
https://bugs.racktables.org/view.php?id=1327
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: sg300-28mp.txt (71,884 bytes) 2014-08-27 18:05
https://bugs.racktables.org/file_download.php?file_id=735&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1327 [RackTables] SNMP minor have not tried 2014-08-27 18:01 2014-08-27 18:01
Reporter: user945 Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: SG300-28P 28-Port Gigabit PoE Managed Switch
Description: snmpwalk -v 1 -c public switchname sysDescr.0
SNMPv2-MIB::sysDescr.0 = STRING: SG300-28P 28-Port Gigabit PoE Managed Switch

snmpwalk -On -v 1 -c public switchname sysObjectID.0
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.9.6.1.83.28.2

* Non Stackable
* 24 PoE Ports
* 2 combo SFP/miniGBIC ports (27,28)
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: sg300-28p.txt (67,271 bytes) 2014-08-27 18:01
https://bugs.racktables.org/file_download.php?file_id=733&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1323 [RackTables] SNMP minor have not tried 2014-08-27 17:47 2014-08-27 17:47
Reporter: user945 Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '9.6.1.83.28.2' - Cisco SG 200-26P
Description: http://www.cisco.com/c/en/us/support/switches/sg200-26p-26-port-gigabit-poe-smart-switch/model.html

snmpwalk -v 1 -c public switchname sysDescr.0
SNMPv2-MIB::sysDescr.0 = STRING: SG200-26P 26-Port Gigabit PoE Smart Switch

snmpwalk -On -v 1 -c public switchname sysObjectID.0
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.9.6.1.88.26.2

26 Ports:
* some of them PoE (1~6 & 13~18)
* Some Combo ethernet + SFP/miniGBIC (25~26)

Non Stackable
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: sg200-26p.txt (56,796 bytes) 2014-08-27 17:47
https://bugs.racktables.org/file_download.php?file_id=729&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1319 [RackTables] SNMP minor always 2014-08-20 08:11 2014-08-20 16:29
Reporter: int0x21 Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID 9.1.516 - WS-C3850-24T-S
Description: Unknown OID 9.1.516 - WS-C3850-24T-S
Tags: stackable
Steps To Reproduce:
Additional Information:
Attached Files: ifTable (67,430 bytes) 2014-08-20 08:11
https://bugs.racktables.org/file_download.php?file_id=721&type=bug
stack (68,495 bytes) 2014-08-20 08:11
https://bugs.racktables.org/file_download.php?file_id=723&type=bug
sysDescr (289 bytes) 2014-08-20 08:11
https://bugs.racktables.org/file_download.php?file_id=725&type=bug
sysObjectID (48 bytes) 2014-08-20 08:12
https://bugs.racktables.org/file_download.php?file_id=727&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1289 [RackTables] SNMP minor N/A 2014-07-28 12:45 2014-08-14 23:40
Reporter: christoph Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '41112.1.5' - EdgeRouter Lite
Description: EdgeRouter Lite

More infos here:
http://www.ubnt.com/edgemax/edgerouter-lite/

3 port 1G

Supporting LLDP

snmpwalk files attached
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: edgemax.txt (3,984 bytes) 2014-07-28 12:45
https://bugs.racktables.org/file_download.php?file_id=675&type=bug
edgerouter.txt (652 bytes) 2014-08-14 23:40
https://bugs.racktables.org/file_download.php?file_id=719&type=bug
Notes
(0002467)
christoph   
2014-08-14 23:40   
Working snmp.php snippets included in edgerouter.txt, needs to be added to the dictionary.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1317 [RackTables] SNMP minor always 2014-08-14 11:19 2014-08-14 11:19
Reporter: viniciusxp Platform: Linux  
Assigned To: adoom42 OS: Ubuntu  
Priority: normal OS Version: 14.04  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Cisco WS-C4506-E - unknown oids and incompatible iftable_processor
Description: This device is not recognized. Same as issue 0001229. I am providing the needed file, as per wiki instructions.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: Cisco-WS-C4506-E.zip (17,098 bytes) 2014-08-14 11:19
https://bugs.racktables.org/file_download.php?file_id=711&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1313 [RackTables] SNMP minor always 2014-08-13 17:23 2014-08-13 17:23
Reporter: marshcroft Platform: F5  
Assigned To: adoom42 OS: BIGIP  
Priority: normal OS Version: 10.1.0  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: unknown OID
Description: When adding in SNMP on the F5 devices

Unknown OID '3375.2.1.3.4.21'

Tags:
Steps To Reproduce: add in SNMP settings
Additional Information: SNMP data attached to file
Attached Files: snmp-f5.txt (6,811 bytes) 2014-08-13 17:23
https://bugs.racktables.org/file_download.php?file_id=709&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
979 [RackTables] SNMP minor always 2013-08-01 13:14 2014-08-11 10:57
Reporter: blaza-pl Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.5  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID 9.1.516 - WS-C3750G-12S
Description: $iftable_processors['catalyst-stack-any-1000SFP'] = array
(
        'pattern' => '@^GigabitEthernet(\d+)/(\d+)/(\d+)$@',
        'replacement' => 'gi\\1/\\2/\\3',
        'dict_key' => '4-1077',
        'label' => 'GigabitEthernet\\1/\\2/\\3',
        'try_next_proc' => FALSE,
);





        '9.1.516' => array
        (
                'dict_key' => 188,
                'text' => 'WS-C3750G-12S: 12 SFP/1000',
                'processors' => array ('catalyst-stack-any-1000SFP'),
        ),

Tags: stackable
Steps To Reproduce:
Additional Information:
Attached Files: 3750g-12s.txt (8,712 bytes) 2013-08-01 15:17
https://bugs.racktables.org/file_download.php?file_id=419&type=bug
3750g-48ps.txt (22,267 bytes) 2013-08-01 15:17
https://bugs.racktables.org/file_download.php?file_id=421&type=bug
ENTITY-MIB Catalyst 3750G-48TS.txt (59,705 bytes) 2013-12-16 15:01
https://bugs.racktables.org/file_download.php?file_id=523&type=bug
ENTITY-MIB-Stack.txt (124,641 bytes) 2013-12-16 15:08
https://bugs.racktables.org/file_download.php?file_id=525&type=bug
3750g-24ts-ENTITY-MIB (38,549 bytes) 2014-08-11 10:57
https://bugs.racktables.org/file_download.php?file_id=699&type=bug
3750g-24ts-ifTable (35,737 bytes) 2014-08-11 10:57
https://bugs.racktables.org/file_download.php?file_id=701&type=bug
3750g-24ts-sysDescr.0 (228 bytes) 2014-08-11 10:57
https://bugs.racktables.org/file_download.php?file_id=703&type=bug
3750g-24ts-sysObjectID.0 (47 bytes) 2014-08-11 10:57
https://bugs.racktables.org/file_download.php?file_id=705&type=bug
Notes
(0001665)
blaza-pl   
2013-08-01 14:01   
(Last edited: 2013-08-01 14:04)
Unfortunately this is not a complete solution - I have Cisco Catalyst 3750-48PS with 48 1000Base-T + 4 SFP/1000 ports which returns the exact same OID :/

(0001667)
MWilkinson   
2013-08-01 14:54   
Can you add the SNMPWALKs (sysobjectid, iftable, entity) for both devices ?
(0001669)
blaza-pl   
2013-08-01 15:19   
I have made a workaround but maybe this can be done better. And of course this switches could be stacked... :)



        //matches more then one... more detailed check latter
        '9.1.516' => array
        (
                'dict_key' => 188,
                'text' => 'Cisco Catalyst 3750 Series',
                'processors' => array ('catalyst-stack-any-1000SFP', 'catalyst-stack-any-100TX'),
        ),



        switch (1)
        {
        case preg_match ('/^9\.1\.516/', $sysObjectID):
                //Cisco 3750 Series switches use same OID for multiple
                $cisco3750 = $device->snmpget ('SNMPv2-SMI::mib-2.47.1.1.1.1.2.1001');
                if ( $cisco3750 == 'STRING: "WS-C3750G-12S"')
                        updateStickerForCell ($objectInfo, 2 , 188); //Cisco Catalyst 3750G-12S
                elseif ( $cisco3750 == 'STRING: "WS-C3750-48P"')
                        updateStickerForCell ($objectInfo, 2 , 179); //Cisco Catalyst 3750-48PS
                else
                        updateStickerForCell ($objectInfo, 2 , 0); //what is it????
        case preg_match ('/^9\.1\./', $sysObjectID): // Catalyst w/one AC port
(0002025)
MrBoogiee   
2013-12-16 15:03   
(Last edited: 2013-12-16 15:11)
I've attached the output of the ENTITY-MIB for WS-C3750G-48TS switches. The stack is called 'Catalyst 37xx Switch Stack'. The same error comes up with this model

(0002027)
MrBoogiee   
2013-12-16 15:09   
also uploaded an ENTITY-MIB output for 2 WS-C3750G-48TS switches. Previous upload is for a single stack capable switch.
(0002443)
NicolBolas   
2014-08-08 14:13   
Also concerned :
WS-C3750G-24TS
WS-C3750X-24 (ticket 1157 to be marked as duplicate - cause same OID)


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1305 [RackTables] IPv4/IPv6/SLB feature always 2014-08-07 01:27 2014-08-07 01:27
Reporter: NicolBolas Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Form design update
Description: Global action / toggles should be available at both top and bottom of large tables.

On tables of several hundred items, placing additionnal controls on top of the table would reduce time wasted scrolling.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1303 [RackTables] IPv4/IPv6/SLB feature always 2014-08-07 01:21 2014-08-07 01:21
Reporter: NicolBolas Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Bulk creation of subnets
Description: Currently deploying a new instance to manage multiple networks (over a /15). Subnetting is a mess but extracts are available to be pasted in a multi-line form.

Moreover, the Live PTR feature could be used to automatically import every PTR found while bulk-creating subnets.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1297 [RackTables] SNMP minor always 2014-08-01 20:39 2014-08-01 20:39
Reporter: ynguldyn Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '9.12.3.1.3.1063'
Description: Cisco UCS 6296 fabric interconnect, SNMP sync fails with Unknown OID '9.12.3.1.3.1063'

snmpwalk attached. Note that UCS FIs report many virtual interfaces that will need to be filtered out.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: ucs6296 snmpwalk.txt (300,312 bytes) 2014-08-01 20:39
https://bugs.racktables.org/file_download.php?file_id=687&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1291 [RackTables] SNMP minor N/A 2014-07-28 12:51 2014-07-28 22:11
Reporter: christoph Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '43.1.8.60' - 3Com 2916 - SFP Plus
Description: 3Com Baseline Switch 2916 - SFP Plus (3CBLSG16)

16 port 1G /w 4 port Combo 1G SFP

Supporting STP, RSTP, LACP

snmpwalk files attached
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: 2916-sfp.txt (32,368 bytes) 2014-07-28 12:51
https://bugs.racktables.org/file_download.php?file_id=677&type=bug
2916-full.txt (206,108 bytes) 2014-07-28 22:10
https://bugs.racktables.org/file_download.php?file_id=683&type=bug
Notes
(0002427)
adoom42   
2014-07-28 16:53   
The ifDescr table contains an identical string for each port ("Ethernet Interface"). Please provide a full SNMP walk to see if any other table provides a unique string.
(0002429)
christoph   
2014-07-28 22:11   
Okay, it's upped.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1271 [RackTables] SNMP minor have not tried 2014-07-07 15:43 2014-07-07 17:04
Reporter: georg.hoellrigl Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID 'OID: SNMPv2-SMI::private.4526.100.11.15' - Netgear m7100
Description: SNMPv2-MIB::sysDescr.0 = STRING: M7100-24X - ProSafe 24-port 10G L2+ Managed Switch, 10.0.1.10, B1.0.0.2

.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.4526.100.11.15
Tags: stackable
Steps To Reproduce:
Additional Information:
Attached Files: attatch3.txt (32,274 bytes) 2014-07-07 15:48
https://bugs.racktables.org/file_download.php?file_id=663&type=bug
m7100-ENTITY-MIB.txt (19,864 bytes) 2014-07-07 15:48
https://bugs.racktables.org/file_download.php?file_id=665&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1239 [RackTables] SNMP minor always 2014-05-28 11:00 2014-07-05 22:22
Reporter: andiolsi Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.7  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '1991.1.3.59.1.1.1.1'
Description: Brocade ICX 6650 (ICX6650-64)

56-port 10GBASE-X SFP+ (dual-speed 1/10 GbE)
2-port 4×10GBASE-X QSFP+ (10 GbE)
4-port 40GBASE-X QSFP+ (40 GbE)

All ports are SFP based.


Markup:
STACKID/SLOT/PORT

snmpwalk attached

Its a stackable device but no ENTITY-MIB information is available (probably because it is not stacked at the moment)
Tags: stackable
Steps To Reproduce:
Additional Information:
Attached Files: snmpwalk_brocade_icx6650.zip (6,250 bytes) 2014-05-28 11:00
https://bugs.racktables.org/file_download.php?file_id=635&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1269 [RackTables] SNMP minor always 2014-07-05 00:42 2014-07-05 19:38
Reporter: sloeve Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '6027.1.4.1' - Force10-MXL 10/40GbE
Description: SNMPv2-MIB::sysDescr.0 = STRING: Dell Networking OS
Operating System Version: 2.0
Application Software Version: 9.4(0.0P1)
Series: MXL-10/40GbE
Copyright (c) 1999-2014 by Dell Inc. All Rights Reserved.

included text file has a version 2c snmpwalk from the server.
Tags: stackable
Steps To Reproduce:
Additional Information:
Attached Files: MXL10-40 snmpwalk.txt (918,278 bytes) 2014-07-05 00:42
https://bugs.racktables.org/file_download.php?file_id=657&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1267 [RackTables] default major always 2014-07-03 20:58 2014-07-03 20:58
Reporter: guntbert Platform: any platform  
Assigned To: OS: any OS  
Priority: normal OS Version:  
Status: new Product Version: 0.20.8  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: password hashes are not salted
Description: I just changed the passwords for several users to the same value (thus preventing them from login) and noticed by looking into the database that the hashes all are the same.

I'd regard that as a serious security flaw.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
727 [RackTables] IPv4/IPv6/SLB feature always 2013-01-17 12:37 2014-06-17 05:44
Reporter: nrobst Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.3  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Feature request to only display allocated IPs in IPv4 listing
Description: I would like to request / suggest a feature whereby the user can tick a box on the subnet display IPv4/IPv6 space (of a specific subnet) to only display IP addresses that have been used - either have a Name or are related / allocated to an object.

Perhaps the converse would also be useful whereby an option could be provided to also only display IP addresses that are NOT allocated?
Tags:
Steps To Reproduce: Click on a subnet in IPv4 / IPv6 space.
Subnet is displayed entirely (e.g. /24 - .0 through .254) - may have some non-contigious IPs allocated throughout the range?
Additional Information:
Attached Files: 727-ipv4.patch (2,378 bytes) 2014-06-17 05:39
https://bugs.racktables.org/file_download.php?file_id=637&type=bug
Notes
(0002357)
dreid   
2014-06-17 05:41   
Just ran into this with our implementation, so I wrote a quick patch to deal with the IPv4 section. It uses the HTML5 Summary and Detail tags to collapse all contiguous unallocated addresses into a section which the user can expand by clicking the plus sign.
(0002359)
dreid   
2014-06-17 05:43   
BTW, the patch is against 0.20.7


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1225 [RackTables] default minor always 2014-05-02 07:30 2014-05-10 01:54
Reporter: JimDuff Platform:  
Assigned To: infrastation OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.7  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: auth.php LDAP group membership pull based on non-blank displayname_attrs
Description: When configuring LDAP group based authentication, the documentation at http://wiki.racktables.org/index.php/LDAP indicates displayname_attrs is not required. Looking in auth.php, there is no default value for this option. The secret.php as created in a new installation, creates the LDAP_options array with this option set to an empty string. Therefore, an admin could assume that this setup will "just work".

However, in function queryLDAPServer, there is a test to see if displayname_attrs is a non-zero length string, and to assemble the display name if so. Unfortunately, it appears that this if statement is not closed, and the section of code that pulls the group membership information will not execute unless displayname_attrs is a non-zero length string.
Tags:
Steps To Reproduce:
Additional Information: Trivial fix is to close this if statement:

        if
        (
                isset ($LDAP_options['displayname_attrs']) and
                strlen ($LDAP_options['displayname_attrs']) and
                isset ($LDAP_options['search_dn']) and
                strlen ($LDAP_options['search_dn']) and
                isset ($LDAP_options['search_attr']) and
                strlen ($LDAP_options['search_attr'])
        )
        {

before the code that pulls group membership information.
Attached Files:
Notes
(0002295)
infrastation   
2014-05-08 15:20   
I don't get the meaning of the "if" statement being closed, but do you mean the test for the displayname_attrs should be moved to the nested level to enable search_dn and search_attr work without displayname_attrs?
(0002299)
JimDuff   
2014-05-09 00:46   
Getting group membership information is conditional on displayname_attrs being set to something other than the blank string that racktables sets it up with "out of the box". Because displayname_attrs is documented as "not required", I didn't change it. It took me hours to figure out why the group information was not being returned.

If you could either change the installation script to set displayname_attrs to a non-blank string, or move the group membership lookup so it's not dependent on displayname_attrs, that would be far clearer. Does that make sense?
(0002303)
infrastation   
2014-05-09 09:04   
Yes, both of these things. I will work on that.
(0002305)
JimDuff   
2014-05-10 01:54   
Thanks for your great support.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1209 [RackTables] SNMP minor always 2014-04-01 10:06 2014-04-01 17:17
Reporter: mbaudin Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.6  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Nortel / Avaya 4548GT SNMP Issue : Unknown OID '45.3.65'
Description: Hi, while trying SNMP sync v2 on the Nortel/Avaya ERS 5530 I received this message : Unknown OID '45.3.65'

Since It's a cluster, I'll join fulle snmp view

regards,
Maxime
Tags: stackable
Steps To Reproduce:
Additional Information:
Attached Files: avaya_5530.txt (105,166 bytes) 2014-04-01 10:06
https://bugs.racktables.org/file_download.php?file_id=623&type=bug
fullsnmp_5530.txt (2,381,880 bytes) 2014-04-01 10:06
https://bugs.racktables.org/file_download.php?file_id=625&type=bug
Notes
(0002243)
mbaudin   
2014-04-01 10:07   
Oops, It's not a 4548 model but 5530...sorry


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1203 [RackTables] IPv4/IPv6/SLB minor N/A 2014-03-25 09:46 2014-03-25 14:44
Reporter: jzehnter Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.7  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Opportunity to assign user-defined attributes to ip-addresses and vlans
Description: Hi Guys,

the opportunity to add user-defined attributes for objects ( Configuration : Attributes ) is very useful.

I would like to have these feature for assigning additional attributes to ip addresses/spaces and vlans as well.

So i can assign ip addresses/spaces attributes like customer or contract ids from our crm system to have an references between these systems, like for traffic-accounting.

Thank you!

For any questions feel free, to contact me.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0002231)
andriyanov   
2014-03-25 11:35   
Hello. Tags/attributes assigning to VLANs is possible, but the priority of this task is minor.

Attributes for IP networks have much cleaner perspective to be implemented.

The common workaround for your case is to create an object type named 'client' and to assign IPs and attributes to objects of that type. The VLAN id could either be assigned to an IP network or to an object (using a custom attribute).
(0002233)
jzehnter   
2014-03-25 13:09   
Hi,

thanks for your quick response.

But your workaround is only usable, when there aren´t any other objects in this ip subnet, isn´t it?

So the object "client1" has allocated i.e. 8 IP´s.

But in our system (ISP) it is possible, that the customer have an IP-Subnet (/29) and there are object, which we manage.

Example:
192.168.0.0 net-id
192.168.0.1 gateway
192.168.0.2 server1 managed by customer himself
192.168.0.3 server2 managed by us
...

So in my racktables installation i have two object created, both managed by us:
gateway + server2

In your workaround the IP 192.168.0.1 (and 192.168.0.3) would have both two allocated objects: client1 (for attribute linking) and gateway (really object)


i don´t know if this workaround is usable in my case?
(0002235)
andriyanov   
2014-03-25 13:22   
Yes, it is usable for sure.
It is an IP being associated to object, not a network.

So your client object would have one IP address 192.168.0.2.
You may also create a physical port in a client object and document the customer physical connection.

The network 192.168.0.0/29 would have these IP addesses:
1: gateway object
2: client object
3: server2 object

There also could be a VLAN id binded to that network.
(0002237)
jzehnter   
2014-03-25 13:40   
Thanks, now i understand the workaround better.
For every IP, which isn´t bind to an in racktables created object, i create the dummy object "client" und add there the user-defined attributes (like customer-id, contract-id).

For every explicit created object (i.e. managed by me) i can add the attribute anyway.

But there is one more problem in my intfrastructure.

the gateway-object in our customer´s subnets are mostly a backbone-devices which belongs to our internal infrastructure.
the "gateway" in customer A´s and customer B´s subnet is often the same physical machine and therefore the same object ( i. e. "core-router") with ip addresses in many customer subnets.

in the workaround i can´t assign these gateway-object an customer-specific attribute.


Therefore it would very useful for me, to assign attributes to ip addresses them self.

i will discuss the workaround in a internal meeting, which is decisive for the introduction, in a few minutes.

Thanks for your quick response/help
(0002239)
andriyanov   
2014-03-25 14:44   
Sorry, I didn't get the problem.

you say:
> in the workaround i can´t assign these gateway-object an customer-specific attribute.

If your gateway is not specific for a particular customer, why do you want to set those attributes for it? Assign customer attributes only to the customer objects. You can distinguish customer objects from your backbone equipment by naming schema and/or tags.

All the objects having IPs in a network will be displayed in the network's page.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1187 [RackTables] IPv4/IPv6/SLB minor always 2014-03-03 16:30 2014-03-04 15:43
Reporter: mmcrill Platform:  
Assigned To: andriyanov OS:  
Priority: low OS Version:  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Shared Router IP Flagged
Description: After updating to 0.20.7, all of my shared router IPs are being flagged as duplicates (red backgrounds). How should we be documenting shared router IPs (VRRP, HSRP)?
Tags:
Steps To Reproduce: Set two objects with the same IP address to router
Additional Information:
Attached Files:
Notes
(0002219)
mbrydon   
2014-03-04 15:43   
To get back to how it was previously I have just ammended line 1948 of functions.php to change it from:

if ($nallocs > 1 && $nallocs != $refc['shared'] || $nallocs && $nreserved)

to

if ($nallocs > 1 && $nallocs != $refc['router'] && $nallocs != $refc['shared'] || $nallocs && $nreserved)

Hope that helps


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1185 [RackTables] default feature N/A 2014-03-02 02:54 2014-03-02 02:54
Reporter: ocontant Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.6  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: LIVE PTR - Options to create object from LIVE PTR info
Description: Feature description.

LIVE PTR list RDNS entry for IP subnet

- Make a list of object from LIVE PTR to be added associated with select type object menu for each object.
- The live PTR fill up the name of the object with hostname and FQDN field.
- Options to add Tags for the list of object (I don't see how to efficiently put tag per object or for a selected number of object, so it is a fit to all or per object in my understanding)

Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1097 [RackTables] SNMP minor always 2013-11-29 15:49 2013-12-22 20:15
Reporter: Rainer Stumbaum Platform:  
Assigned To: adoom42 OS:  
Priority: low OS Version:  
Status: assigned Product Version: 0.20.5  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: OID: 6027.1.3.11
Description: '6027.1.3.11' => array
        (
                'dict_key' => 50009,
                'text' => 'Force10 S25-01-GE-24T: 24 RJ-45/10-100-1000T(X) + 0/2/4 SFP+ ports',
                'processors' => array ('ftos-any-1000T', 'ftos-any-10000SFP+', 'ftos-mgmt'),
        ),

This switch si stackable - but the gi1/?? interfaces do not show up after the SNMP scan...
Tags: stackable
Steps To Reproduce:
Additional Information:
Attached Files: Force10-sysObjectID.0.txt (69 bytes) 2013-12-03 15:34
https://bugs.racktables.org/file_download.php?file_id=503&type=bug
Force10-sysDescr.0.txt (270 bytes) 2013-12-03 15:35
https://bugs.racktables.org/file_download.php?file_id=505&type=bug
Force10-ifTable.txt (81,606 bytes) 2013-12-03 15:35
https://bugs.racktables.org/file_download.php?file_id=507&type=bug
Force10-.1.3.6.1.2.1.47.txt (74 bytes) 2013-12-03 15:35
https://bugs.racktables.org/file_download.php?file_id=509&type=bug
Force10-Full.txt (654,500 bytes) 2013-12-03 15:36
https://bugs.racktables.org/file_download.php?file_id=511&type=bug
Notes
(0001993)
adoom42   
2013-11-30 19:52   
Since the switch is stackable, please provide ENTITY-MIB data described here:
http://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29

Also provide sysDescr and sysObjectID. Lastly, note that the referenced dict_key is one you manually added through the web interface. Please add it to dictionary.php.
(0002001)
Rainer Stumbaum   
2013-12-03 15:37   
Hi,
upload the requested snmpwalks.
Unfortunately the .1.3.6.1.2.1.47 is empty - so I uploaded a full snmpwalk as well - I removed the interface alias though.

Cheers
Rainer


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1109 [RackTables] SNMP minor always 2013-12-13 15:19 2013-12-22 18:59
Reporter: sparco Platform:  
Assigned To: adoom42 OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.6  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '43.1.8.71'
Description: Unknown OID '43.1.8.71'

3Com Baseline Switch 2920-SFP Plus Software Version Release 1108P01
Tags: stackable
Steps To Reproduce:
Additional Information:
Attached Files: 3com.txt (51,932 bytes) 2013-12-16 11:58
https://bugs.racktables.org/file_download.php?file_id=521&type=bug
Notes
(0002019)
adoom42   
2013-12-14 06:12   
Please attach SNMP data. http://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1077 [RackTables] IPv4/IPv6/SLB minor always 2013-11-19 11:55 2013-11-19 11:55
Reporter: cyb3rwulf Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.5  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: overwriting reserved ips by using live ptr import
Description: I'm able to overwrite reserved entries by import data of live ptr. This may cause data loss due to accidently mass-imports.

Also this overwrites broadcast ip and network prefix!
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
578 [RackTables] default feature N/A 2012-06-28 13:29 2013-11-18 03:02
Reporter: user316 Platform:  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.19.12  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Request Ability to Reserve Blocks of IP Addresses
Description: It would be very useful to be able to reserve blocks of IP addresses versus having to do this for each individual IP address. This would help us to mark DHCP address blocks, for example, as being unavailable.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0001567)
grin   
2013-06-27 15:52   
As a workaround you can enter a comment for such subnets saying "DHCP ALLOCATION, DO NOT USE" :-)
(0001577)
czaffari   
2013-07-03 19:17   
jte369
This feature would be great.

Gri,
This works if the IP range you want to reserve is compatible with a subnet.
If you need to reserve a custom range of IPs there's no alternative but check each address individually.
(0001937)
infrastation   
2013-11-12 07:48   
A way to do this could be a checkbox in the network prefix properties.
(0001953)
nerdbeere   
2013-11-18 02:13   
(Last edited: 2013-11-18 03:02)
I would like to work on this request. A colleague and me, we have to collaborate in an open source project for a class in University (Free University Berlin).



View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1073 [RackTables] SNMP minor always 2013-11-15 01:46 2013-11-15 02:30
Reporter: jrivera Platform:  
Assigned To: adoom42 OS: Ubuntu  
Priority: normal OS Version: 12.04  
Status: assigned Product Version: 0.20.5  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unknown OID '207.1.4.144'
Description: Allied Telesis AT8000GS/24POE

http://www.alliedtelesis.com/userfiles/file/AT-8000GS_Mibs.zip
Tags: stackable
Steps To Reproduce:
Additional Information:
Attached Files: at8000gs24poe-snmp-dump.txt (33,226 bytes) 2013-11-15 01:46
https://bugs.racktables.org/file_download.php?file_id=489&type=bug
at8000gs24poe-entity-mib.txt (27,257 bytes) 2013-11-15 01:46
https://bugs.racktables.org/file_download.php?file_id=491&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
891 [RackTables] default minor always 2013-06-13 15:34 2013-10-24 12:09
Reporter: nareshbtech@yahoo.com Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: new Product Version: 0.20.3  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: vm guest in container history log
Description: when a vm ware guest is moved to another guest, we change the container
but the history log dosent show that was mapped to a container int the past
and the new container is mapped now
Tags:
Steps To Reproduce: 1.create 2 hypervisor servers
2.create a vm and assign a hypervisor as container
3. now remove the container map to the second host


the history log dosent show this info that the vm was relocate
Additional Information:
Attached Files:
Notes
(0001823)
adoom42   
2013-10-06 00:32   
The history feature needs to be re-factored to support tracking changes like this.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1025 [RackTables] default feature N/A 2013-10-05 23:31 2013-10-07 08:25
Reporter: adoom42 Platform:  
Assigned To: OS:  
Priority: low OS Version:  
Status: new Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Support multiple-criteria searches
Description: Gleaned from 1003:

Search through specific attributes (ie. a select box that let's me select one or more attributes and define a search value for them (ie. let me search for all objects with 'Object type' set to server, fqdn set to '*.<a certain domain>', and the custom attribute 'role' containing 'database'.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
969 [RackTables] JavaScript feature N/A 2013-07-30 08:14 2013-10-05 23:59
Reporter: ganesh.rao Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: add multiple IPs with ease
Description: Hi,

We have our prefixes routed as multiple /24s and is so added into our racktables in that manner. We need to sometimes assign 30-50 IPs to just one server (hosts virtual machines that's why) and I was hoping there was an easier way to add large amount of IPs to just one server.

We cannot break down the prefix into smaller sizes unfortunately.

Feature request perhaps? Would come really handy!

Regards,
Ganesh
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
1017 [RackTables] IPv4/IPv6/SLB feature always 2013-09-29 04:06 2013-09-29 04:06
Reporter: fannet Platform:  
Assigned To: andriyanov OS:  
Priority: high OS Version:  
Status: assigned Product Version: 0.20.5  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Implement paging of ipv4/v6 networks
Description: We decided to subdivide an entire /8 network into /24s (don't ask). When creating the 65K subnets needed to do this racktables comes to a screeching halt due to the query size. It would be extremely useful to have a high level view of the parent subnet and then page the results of the child subnets in groups of 20 or 50 (ajax based load would be nice)
Tags:
Steps To Reproduce: create 65,000 or so subnets in racktables.
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
911 [RackTables] IPv4/IPv6/SLB minor always 2013-06-27 12:50 2013-08-30 22:11
Reporter: grin Platform:  
Assigned To: andriyanov OS:  
Priority: low OS Version:  
Status: assigned Product Version: 0.20.1  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Unable to remove or expand accidentally small subnets due to used addresses
Description: Slightly related to issue 639 is that it's not possible to fix accidentally too small subnets if its addresses are already used, even if there's a supernet covering the same address space (so the IPs would not fall off at the edge of the Universe).
Tags:
Steps To Reproduce: 1. Assign IP 10.1.1.1 to an object
2. Create subnet 10.1.1.0/28
3. Realise that you wanted to use /26, create subnet 10.1.1.0/26
4. Try to remove unwanted 10.1.1.0/28, you get grayed out delete button, possibly "because it's used"
Additional Information: Sidenote: It's not possible to change /28 to /26, either.
Attached Files:
Notes
(0001739)
grin   
2013-08-30 22:11   
Tyler J. Wagner wrote on the mailing list today:
``You can do this in the GUI. Just go to "Configuration : User interface",
and set "Enable IPv4 address allocations w/o covering network" to yes.''

It's a workaround/hack but probably works. Still it's better to fix he logic.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
829 [RackTables] IPv4/IPv6/SLB minor always 2013-04-19 16:09 2013-06-25 10:14
Reporter: nrobst Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.3  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: When creating an IPv6 subnet Blank addresses are not displayed in IPv6 networks
Description: Creating IPv6 network in racktables and blank addresses are not disabled in the subnet details box like they are in IPv4 subnets.
Tags:
Steps To Reproduce: Click on IPv6 Space
Click Add tab
Enter valid IPv6 subnet
Click Add new subnet
Click on new link to subnet created
Additional Information: Workaround is to search for additional IPv6 address which will then make it magically appear in in the subnet!
Attached Files:
Notes
(0001501)
andriyanov   
2013-06-09 09:00   
What addresses do you want RackTables to display? A typical IPv6 network contains countless IP addresses. Maybe your networks are small, e.g. /126 ?
(0001541)
pixitha   
2013-06-25 07:04   
I stumbled across this bug when trying to add some addresses to my IPv6 subnets in rack tables. I do agree that listing all ips in a subnet would be a joke with ipv6, maybe at least listing the first 1 and the last 1 by default and make a small note somewhere on the page saying that if you want to add any address somewhere in between to search for it and it will add it automatically?
(0001543)
nrobst   
2013-06-25 10:14   
Yes I think an IPv6 network should contain a the IPs for a /126 by default.

Additionally I agree with pixitha that there should additonnally be a more obvious want to enter the IPv6 addresses whether this is by a note saying to search for the address required, which I personally dislike from a usability point of view, or by having some sort of '+' or "Add additional IPv6 record" button?


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
497 [RackTables] default feature N/A 2011-12-14 09:26 2013-06-11 05:17
Reporter: user266 Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Add configurable 'inheritated' tags for newly created objects.
Description: When users with limited rights (i.e. backbone operators can read all, create objects, and edit 'network' tagged objects) create a new object and forget to tag it (in this case 'network' tag) they will not be able to edit that object.

When that user did that for all bunch of devices at once or several time in a row before noticing she/he can not edit those objects... you can imagine the burden.

I'd like to be able to add one or more 'inherited' tags per user or group of users.

What do you think?
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0000875)
andriyanov   
2012-10-10 20:47   
I think the permissions engine should check object-creating operations against the newly-requested tagset.

If user has no permissions to edit the object with the particular tagset, should not be able to create such an object as well.
(0001507)
useopenid   
2013-06-11 05:17   
There is also the case where we have techs assigning addresses out of various blocks and sub-blocks. It would be nice to tag a parent block and not have to go in and tag each of the sub blocks independently. This is more of an issue with an initial transition if created blocks inherited parent tags, but it would be nice...


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
677 [RackTables] default feature have not tried 2012-11-23 02:17 2013-06-09 09:05
Reporter: kanniget Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.1  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Ability to colour code items in a rack based on a Tag.
Description: We use Racktables in a Gov Department and have been asked if it is possible to do Project planning inside the Product.
The key idea is to be able to identify items that are targeted for a change in a project.
For example equipment to be retired coloured RED, Equipment to be replaced in Blue and equipment to be moved in purple.
We thought that if we could attach colour codes to different tags and then Tag the equipment based on the project choices we could identify the equipment that is to be changed in a project.
Another use for this could be for identifying equipment by type.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
Notes
(0001049)
james.tutton@redstone.com   
2013-01-02 12:39   
I did something like this internally a while back. The solution I used was to just use the tag as a class in css for each tag and include the classes in the td when the html table is rendered. Lost the actual changes many versions ago but is a simple solution to the issue although does require the colouring to be done in the style sheet, not via the gui. Just an idea.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
543 [RackTables] default feature N/A 2012-03-17 20:43 2013-06-09 09:02
Reporter: user289 Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version:  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Ability to hide reserved addresses in IPv4 Network
Description: We have large sets of addresses within our networks that are not available for our use, so we set them as reserved. It would be nice to be able to hide the reserved addresses within a network. I've included a hackish patch that achieves it, but I think it should be a user interface check to allow for different views.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files: interface.php.patch (4,573 bytes) 2012-03-17 20:43
https://bugs.racktables.org/file_download.php?file_id=146&type=bug
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
855 [RackTables] default major always 2013-05-10 12:18 2013-06-09 08:23
Reporter: apromix007 Platform: Linux  
Assigned To: andriyanov OS: Debian  
Priority: normal OS Version: squeeze  
Status: assigned Product Version: 0.20.4  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: SSH Gateway with FTOS8 (Force10) is not working
Description: Hi ..

I found 2 problems when I using the SSH gateway with Force10 Switches (FTOS8).


1) After sending commands to Force10 Switch through SSH gateway isn't the connection terminated correctly, but stays open.
The problem is terminal settings on the Switch and the absence of one command to the end. The Switch is expected SPACE key (--More-- --More-- --More-- ...) and "exit\n" command yet.

The Solution is a little patch in inc/deviceconfig.php file:

-------------------------------------- CUT --------------------------------------
--- inc/deviceconfig.php-orig 2013-05-10 10:30:07.214835333 +0200
+++ inc/deviceconfig.php-new 2013-05-10 11:11:07.615878143 +0200
@@ -1695,7 +1695,7 @@
                default:
                        throw new InvalidArgException ('opcode', $cmd['opcode']);
                }
- return $ret;
+ return "terminal length 0\n" . $ret . "exit\n";
 }
 
 function air12TranslatePushQueue ($dummy_object_id, $queue, $dummy_vlan_names)
-------------------------------------- CUT --------------------------------------




2) The return code from SSH gateway is not evaluated correctly. SSH returns the return code "0" and the message "Connection to XXX.XXX.XXX.XXX closed by remote host.", what is correct.
RackTables display but the error message "gateway error: ssh error: Connection to XXX.XXX.XXX.XXX closed by remote host." and no result.
This is not a real error, but notice only in this case.

The Solution is a little patch in inc/remote.php file:


-------------------------------------- CUT --------------------------------------
--- inc/remote.php-orig 2013-05-10 10:28:22.146894528 +0200
+++ inc/remote.php-new 2013-05-10 11:44:57.594879535 +0200
@@ -443,7 +443,7 @@
 
        if ($settings['protocol'] != 'ssh' || ! $tolerate_remote_errors)
        {
- if (! empty ($errors))
+ if ($ret_code !== 0 && ! empty ($errors)) //gateway error: ssh error: Connection to XXX.XXX.XXX.XXX closed by remote host. IS NOT REAL ERROR !!!
                        throw new RTGatewayError ("${settings['protocol']} error: " . rtrim ($errors));
                elseif ($ret_code !== 0)
                        throw new RTGatewayError ("${settings['protocol']} error: result code $ret_code");
-------------------------------------- CUT --------------------------------------





After these two patches the SSH gateway work with Force10 perfectlly.


Thanks for reading.

Best Regards,
Marian Stetina
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
691 [RackTables] default feature N/A 2012-12-07 13:57 2013-04-16 16:24
Reporter: MWilkinson Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.1  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Patch to allow plugins to add Portlets to Object default page
Description: The patch re-works the object default page rendering mechanism to introduce a feature similar to the tabs functionality allowing plugins to insert information within the rendered page rather than just before or after.

Included is a demo-plugin which as well as demonstrating this feature provides a new tab and update operation.
Tags:
Steps To Reproduce: Apply patch against RackTables version 0.20.1
Additional Information: This could probably be extended to other default pages, but as the plugin I was working on dealt only with the objects, that is all I currently looked at implementing.
Hopefully you will find this useful.

Regards
Mark
Attached Files: racktables-0.20.1.patch (24,843 bytes) 2012-12-07 13:57
https://bugs.racktables.org/file_download.php?file_id=221&type=bug
racktables-0-20-3.patch (25,512 bytes) 2012-12-24 11:27
https://bugs.racktables.org/file_download.php?file_id=227&type=bug
portlet-0.20.4.patch (27,799 bytes) 2013-04-16 16:22
https://bugs.racktables.org/file_download.php?file_id=321&type=bug
Notes
(0001039)
MWilkinson   
2012-12-24 11:35   
Have attached a new version of the patch against version 0.20.3
Slight increase in the demo plugin with regards to adding a placeholder for reports
(0001325)
MWilkinson   
2013-04-16 16:24   
Have attached new version of patch for Racktables 0.20.4, extended functionality to renderRackPage for use with updated wattage_consumption plugin


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
797 [RackTables] VMs/containers feature N/A 2013-03-19 00:49 2013-03-19 00:56
Reporter: grin Platform:  
Assigned To: adoom42 OS:  
Priority: low OS Version:  
Status: assigned Product Version: 0.20.1  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Port and ip summary tab for containers
Description: It would be nice to have fo a container a port summary tab, which would list _every_ port inside the container (recursively).

One example is a cisco chassis with six modules, all of them containing 24 ports and it's not always trivial to find one starting from the chassis (or the actual management module with the access IP).

Other is a container with lots of VMs which all have their own ports and IP addresses and sometimes virtual links through bridges.

Possibly the code is moderately simple (walk through all the contained objects recursively and add ports to portlist and ips to ip list), but I don't want to mess it up without following all the intricate details.
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
735 [RackTables] IPv4/IPv6/SLB feature always 2013-02-01 15:09 2013-02-01 15:09
Reporter: nrobst Platform:  
Assigned To: andriyanov OS:  
Priority: normal OS Version:  
Status: assigned Product Version: 0.20.3  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Change mask of existing network
Description: Several times recently I've found myself needing to change the mask of a network that's already in Racktables. I've been doing this by going into the base and just updating the MASK column against a given IPv4Network ID - be great to be able to do this within Racktables UI - without having to delete the network and re-add it?

Thanks,
Neil
Tags:
Steps To Reproduce:
Additional Information:
Attached Files:
There are no notes attached to this issue.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
665 [RackTables] default minor always 2012-11-12 16:11 2013-01-10 16:50
Reporter: iar Platform: Linux  
Assigned To: OS: CentOS  
Priority: normal OS Version: 6.3  
Status: acknowledged Product Version: 0.19.10  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: LDAP / AD auth with $lgcn_groupname can not use users primary AD group
Description: Using LDAP authentication with AD server and $lgcn_groupname to allow AD groups access to Racktables.

The Primary group of the AD users can not be used in $lgcn_groupname most likely because a users primary group is not part of the "memberof" attribute.

See: http://msdn.microsoft.com/en-us/library/ms677943.aspx

"The memberOf attribute is a multi-valued attribute that contains groups of which the user is a direct member, except for the primary group, which is represented by the primaryGroupId."

Browsed the code in 0.20.1 but it does not look like it supports the primary group either but I have not tested it yet.
Tags:
Steps To Reproduce: Configure Racktables with AD authentication.

Create AD user as a member of two groups: groupA, groupB

Set Racktables permissions: allow {$lgcn_groupA}

Set users primary group as groupB and user can log in.
Set users primary group as groupA and user can not log in.
Additional Information: http://msdn.microsoft.com/en-us/library/ms677943.aspx
Attached Files:
Notes
(0000985)
infrastation   
2012-11-12 22:31   
primaryGroupID is a 32-bit number requiring additional decoding. So far I don't see a quick and proper fix for this issue. Sticking with the secondary groups only could be a workaround.
(0001083)
infrastation   
2013-01-10 16:50   
This issue will remain open for a while.


View Issue Details
ID: Category: Severity: Reproducibility: Date Submitted: Last Update:
685 [RackTables] default feature unable to reproduce 2012-12-04 15:43 2012-12-04 15:43
Reporter: andresvia Platform: All  
Assigned To: OS:  
Priority: normal OS Version:  
Status: new Product Version: 0.20.1  
Product Build: Resolution: open  
Projection: none      
ETA: none Fixed in Version:  
    Target Version:  
Summary: Please support multi-valued attributes/properties
Description: Please allow the creation of multi-valued attributes, see mockup.
Tags:
Steps To Reproduce: Have and object that you want to asign a multi-valued attribute, for example.

  Hard Drive 1: 50GB
  Hard Drive 2: 100GB

You have to create attributes for each value (1) or use some kind of value separation (2).

(1)

  Hard Drive[1]: 50GB
  Hard Drive[2]: 50GB

(2)

 Hard Drives: 50GB ; 100GB

There is no standar way of doing this. Some people may use

  Hard Drive{i}

Or

  Hard Drives: 50GB , 100GB
Additional Information: Please include the feature of multi-valued attributes and there will be a standard way of adding multiple values to a property.
Attached Files: mv-att-mockup.png (60,449 bytes) 2012-12-04 15:43
https://bugs.racktables.org/file_download.php?file_id=213&type=bug
There are no notes attached to this issue.