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
)