diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-09 16:23:40 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-09 16:23:40 -0800 |
commit | e262024889614e1e20718497ff03eb88efaecc2b (patch) | |
tree | 3dca68111089a9e005704e6d1d38ed6b076d2fef /templates/show/snmp/node.def | |
parent | 002783d4e34a51ba54690170fd6c950f960810c9 (diff) | |
download | vyatta-op-e262024889614e1e20718497ff03eb88efaecc2b.tar.gz vyatta-op-e262024889614e1e20718497ff03eb88efaecc2b.zip |
Enhance show snmp command
Resolve usability issues with 'show snmp' by adding some more control
1. show snmp -- find usable community for loopback
2. show snmp community <name> -- check connectivity
3. show snmp community <name> host <addr> -- check remote connectivity
Diffstat (limited to 'templates/show/snmp/node.def')
-rw-r--r-- | templates/show/snmp/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/snmp/node.def b/templates/show/snmp/node.def index ea8ca47..98f4366 100644 --- a/templates/show/snmp/node.def +++ b/templates/show/snmp/node.def @@ -1,2 +1,2 @@ -help: Show SNMP status +help: Show status of SNMP on localhost run: ${vyatta_bindir}/vyatta-show-snmp.pl |