summaryrefslogtreecommitdiff
path: root/scripts/snmp/vyatta-snmp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/snmp/vyatta-snmp.pl')
-rwxr-xr-xscripts/snmp/vyatta-snmp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl
index 7d00be97..a39b517b 100755
--- a/scripts/snmp/vyatta-snmp.pl
+++ b/scripts/snmp/vyatta-snmp.pl
@@ -215,7 +215,7 @@ sub snmp_get_values {
print_community($config, $community);
}
- $config->setLevel("service snmp smuxpeer");
+ $config->setLevel("service snmp smux-peer");
my @smuxpeers = $config->returnValues();
foreach my $smuxpeer (@smuxpeers) {
print "smuxpeer $smuxpeer \n";