Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Professional Edition
-
None
Description
Running SVN version 6363.
Interface descriptions are not parsing for LAG interfaces during discovery. May be due to the way ALU format the output of the OID...
Router Code Version:
TiMOS-C-13.0.R1 cpm/hops64 ALCATEL SR 7750 Copyright (c) 2000-2015 Alcatel-Lucent.
Router configuration sample:
lag 100
description "INTERNAL-AE: br01.sto01 || lag 100 || 60Gbps"
port 4/2/7
port 5/2/9
lacp active administrative-key xxxxx
no shutdown
exit
Sample debug: (will attach full discovery output):
Module [ os ] time: 0.3558s
Ports :
CMD[[[0;33m/usr/bin/snmpbulkwalk -v2c -c *** -Pu -OQUs -m IF-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'pr01.sto01.riotdirect.net':'161' ifDescr[[0m]
EXITCODE[[[0;32m0[[0m]
RUNTIME[[[0;32m1.0717s[[0m]^[[0m
STDOUT[
ifDescr.2 = INTERNAL-AE_br01.sto01, IP interface
ifDescr.1342177380 = lag-100, LAG Group, \"INTERNAL-AE: br01.sto01 || lag 100 || xxGbps\"
CMD[[[0;33m/usr/bin/snmpbulkwalk -v2c -c *** -Pu -OQUs -m IF-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'pr01.sto01.riotdirect.net':'161' ifType[[0m]
EXITCODE[[[0;32m0[[0m]
RUNTIME[[[0;32m1.1016s[[0m]^[[0m
STDOUT[
[2] => Array
(
[ifDescr] => INTERNAL-AE_br01.sto01, IP interface
[ifAlias] => IP interface
[ifName] => INTERNAL-AE_br01.sto01
[ifType] => ipForward
)
[1342177380] => Array
(
[ifDescr] => lag-100, LAG Group, \INTERNAL-AE: br01.sto01 || lag 100 || 60Gbps\
[ifAlias] => INTERNAL-AE: br01.sto01 || lag 100 || xxGbps
[ifName] => lag-100
[ifType] => ieee8023adLag
)
ifName could probably work. These are similar to the Ericcsson SmartEdge boxes in that you make the "ip interface" and bind it to a physical port. I will probably delete/hide/disable the logical ports and monitor physical ones only to keep it clean.
ifName.1 = system
ifName.2 = INTERNAL-AE_br01.sto01
ifName.3 = IP TRANSIT: Carrier1
ifName.4 = IP TRANSIT: Carrier2
ifName.136347648 = 4/1/1
ifName.136380416 = 4/1/2
ifName.136413184 = 4/1/3
ifName.136445952 = 4/1/4
ifName.136478720 = 4/1/5
ifName.136511488 = 4/1/6
ifName.136544256 = 4/1/7
ifName.138510336 = 4/2/3
ifName.138543104 = 4/2/4
ifName.138575872 = 4/2/5
ifName.138608640 = 4/2/6
ifName.138641408 = 4/2/7
ifName.138674176 = 4/2/8
ifName.138706944 = 4/2/9
Let me know if you'd like me to pinhole the ACL so you can run any direct tests on this box if it helps.