diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-02-15 05:16:57 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-02-15 05:16:57 +0100 |
commit | e8f156f129057427a59d162a11c414525f6495ac (patch) | |
tree | ad431b8049ec6f9ce266bd53bc03e492e15f1d48 /scripts/snmp | |
parent | a24607a4078ae35bb711e44c4d1f1d42eaebf73a (diff) | |
download | vyatta-cfg-system-e8f156f129057427a59d162a11c414525f6495ac.tar.gz vyatta-cfg-system-e8f156f129057427a59d162a11c414525f6495ac.zip |
Bug #356: use VyOS SNMP OID instead of the old Vyatta one.
Diffstat (limited to 'scripts/snmp')
-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"; |