Age | Commit message (Collapse) | Author |
|
SNMP-100 Implement high-level vyatta CLI
SNMP-135 change 'show snmp', add 'show snmp v3 certificates'
SNMP-142 'sh snmp v3 cert' error/warning messages
SNMP-143 show CLI implementation
SNMP-152 Hide 'No such file or directory' error message
SNMP-143 show CLI implementation
SNMP-154 user friendly error message on 'show snmp'
SNMP-157 Run Perltidy for all Perl scripts
SNMP-158 change output of 'sh snmp v3 trap-target'
|
|
This adds operational mode commands to display what SNMP service shows
but it is not done through SNMP.
New:
show snmp mib ifmib
show snmp mib ifmib ifIndex
show snmp mib ifmib ifIndex eth1
show snmp mib ifmib ifAlias
show snmp mib ifmib ifAlias eth2
show snmp mib ifmib ifDescr
show snmp mib ifmib ifDescr eth1
|
|
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
|
|
show snmp
Wrapper around snmpstatus, simple way to check if server is up
|