snmpv3 context support
![](https://secure.gravatar.com/avatar/76a3aa0988f23c0ea19c5d5a05dd2a5b.jpg?s=120&d=mm&r=g)
Hi,
Are you planning to add snmpv3 context support to observium?
I can see that in file includes/snmp.inc.php:
switch ($device['snmp_version']) { case 'v3': $cmd = ' -v3 -l ' . escapeshellarg($device['snmp_authlevel']); /* NOTE. * For proper work of 'vlan-' context on cisco, it is necessary to add 'match prefix' in snmp-server config --mike * example: snmp-server group MONITOR v3 auth match prefix access SNMP-MONITOR */ $cmd .= ($vlan) ? ' -n "vlan-' . $vlan . '"' : ' -n ""'; // Some devices, like HP, always require option '-n'
Observium adds context vlan-$vlan for cisco switches if $vlan variable is defined. Would be great to have option to add device with context during new device definition (like option to choose transport protocol, port timout etc).
Best regards,
Tomasz Kwiecień
![](https://secure.gravatar.com/avatar/49aa8a8b3ac1a8e3f5349553be282a12.jpg?s=120&d=mm&r=g)
http://jira.observium.org/browse/OBSERVIUM-2043
Desperately waiting for this as well. Mostly due to bgp monitoring etc in vrf's
From: observium [mailto:observium-bounces@observium.org] On Behalf Of Tomasz.Kwiecien@nordea.com Sent: woensdag 21 juni 2017 11:03 To: observium@observium.org Subject: [Observium] snmpv3 context support
Hi,
Are you planning to add snmpv3 context support to observium?
I can see that in file includes/snmp.inc.php:
switch ($device['snmp_version'])
{
case 'v3':
$cmd = ' -v3 -l ' . escapeshellarg($device['snmp_authlevel']);
/* NOTE.
* For proper work of 'vlan-' context on cisco, it is necessary to add 'match prefix' in snmp-server config --mike
* example: snmp-server group MONITOR v3 auth match prefix access SNMP-MONITOR
*/
$cmd .= ($vlan) ? ' -n "vlan-' . $vlan . '"' : ' -n ""'; // Some devices, like HP, always require option '-n'
Observium adds context vlan-$vlan for cisco switches if $vlan variable is defined.
Would be great to have option to add device with context during new device definition (like option to choose transport protocol, port timout etc).
Best regards,
Tomasz Kwiecień
![](https://secure.gravatar.com/avatar/dbe1cc80dd9d270edb8668a91f5f0681.jpg?s=120&d=mm&r=g)
Hey guys, I have a job opening for a Juniper specialist (Routing, Switching & Security) in Melbourne Australia. PreSales and post sales role. Immediate start. If there is any interest please send your CV to naz.sibaei@globalnet.com.aumailto:naz.sibaei@globalnet.com.au
Regards Naz
Sent from my iPhone
On 21 Jun 2017, at 8:40 pm, Stef Renders <stef.renders@cronos.bemailto:stef.renders@cronos.be> wrote:
http://jira.observium.org/browse/OBSERVIUM-2043
Desperately waiting for this as well. Mostly due to bgp monitoring etc in vrf's
From: observium [mailto:observium-bounces@observium.org] On Behalf Of Tomasz.Kwiecien@nordea.commailto:Tomasz.Kwiecien@nordea.com Sent: woensdag 21 juni 2017 11:03 To: observium@observium.orgmailto:observium@observium.org Subject: [Observium] snmpv3 context support
Hi,
Are you planning to add snmpv3 context support to observium?
I can see that in file includes/snmp.inc.php:
switch ($device['snmp_version']) { case 'v3': $cmd = ' -v3 -l ' . escapeshellarg($device['snmp_authlevel']); /* NOTE. * For proper work of 'vlan-' context on cisco, it is necessary to add 'match prefix' in snmp-server config --mike * example: snmp-server group MONITOR v3 auth match prefix access SNMP-MONITOR */ $cmd .= ($vlan) ? ' -n "vlan-' . $vlan . '"' : ' -n ""'; // Some devices, like HP, always require option '-n'
Observium adds context vlan-$vlan for cisco switches if $vlan variable is defined. Would be great to have option to add device with context during new device definition (like option to choose transport protocol, port timout etc).
Best regards,
Tomasz Kwiecie?
Report this message as spamhttps://console.mailguard.com.au/ras/1R6LZukXnq/1Hg7CiaNgo1A2OfyyY4x4W/0
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
Naz Sibaei
-
Stef Renders
-
Tomasz.Kwiecien@nordea.com