Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
Community Edition, Professional Edition
-
None
-
None
Description
There is a special interfaces on TimOS (for example on Nokia 7750 SR) for NAT.
MariaDB [observium]> SELECT port_label,ifDescr,ifName,ifHighSpeed,ifType,ifAlias FROM ports WHERE device_id = 50 AND ifName LIKE "%5/1%";
|
+-----------------------+-----------------------------------------+-----------------------+-------------+-----------+--------------+
|
| port_label | ifDescr | ifName | ifHighSpeed | ifType | ifAlias |
|
+-----------------------+-----------------------------------------+-----------------------+-------------+-----------+--------------+
|
| 5/1 | 5/1/nat-in-ip, IP interface, Broadband | 5/1/nat-in-ip | 40000 | other | Broadband |
|
| 5/1 | 5/1/nat-out-ip, IP interface, Broadband | 5/1/nat-out-ip | 40000 | other | Broadband |
|
| 5/1 | 5/1/nat-in-l2, IP interface, Broadband | 5/1/nat-in-l2 | 40000 | other | Broadband |
|
| 5/1 | 5/1/lns-net, IP interface, Broadband | 5/1/lns-net | 40000 | other | Broadband |
|
| 5/1 | 5/1/lns-esm, IP interface, Broadband | 5/1/lns-esm | 40000 | other | Broadband |
|
| 5/1 | 5/1/nat-in-ds, IP interface, Broadband | 5/1/nat-in-ds | 40000 | other | Broadband |
|
| 5/1 | 5/1/lo-gre, IP interface, Broadband | 5/1/lo-gre | 40000 | other | Broadband |
|
| _tmnx_nat-network_5/1 | _tmnx_nat-network_5/1, IP interface | _tmnx_nat-network_5/1 | 40000 | ipForward | IP interface |
|
+-----------------------+-----------------------------------------+-----------------------+-------------+-----------+--------------+
|
current port_label parser do not work correct.
Need Fix.
the correct port_label for this port is the same like ifName
Attachments
Activity
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Status | Original: Pending Response [ 10000 ] | New: In Progress [ 3 ] |
Comment |
[ Please make and attach additional information about the device: * full snmp dump from device: {noformat} snmpwalk -v2c -c <community> --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk snmpwalk -v2c -c <community> --hexOutputLength=0 -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk {noformat} _If device not support SNMP version 2c, replace -v2c with -v1._ * If you have problems with discovery or poller processes, please do and attach these debugs: {noformat} ./discovery.php -d -h <device> ./poller.php -d -h <device> {noformat} * additionally attach device and/or vendor specific MIB files {color:#505F79}_Note, this comment is added automatically._{color} ] |
Assignee | Original: Adam Armstrong [ adama ] | New: Mike Stupalov [ landy ] |
Status | Original: Open [ 1 ] | New: Pending Response [ 10000 ] |
Fixed in r10458.