diff options
-rwxr-xr-x | scripts/snmp/vyatta-snmp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |