From e8f156f129057427a59d162a11c414525f6495ac Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 15 Feb 2015 05:16:57 +0100 Subject: Bug #356: use VyOS SNMP OID instead of the old Vyatta one. --- scripts/snmp/vyatta-snmp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/snmp') diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl index 06314ebc..c0bd5070 100755 --- a/scripts/snmp/vyatta-snmp.pl +++ b/scripts/snmp/vyatta-snmp.pl @@ -152,7 +152,7 @@ sub snmp_get_constants { print "# autogenerated by vyatta-snmp.pl on $now\n"; print "sysDescr $version\n"; - print "sysObjectID 1.3.6.1.4.1.30803\n"; + print "sysObjectID 1.3.6.1.4.1.44641\n"; print "sysServices 14\n"; print "master agentx\n"; # maybe needed by lldpd print "agentaddress ", join(',',@addr), "\n"; -- cgit v1.2.3