/
SNMP
SNMP
The Simple Network Management Protocol (SNMP) can be used to collect and organise information about devices on a network. This includes being able to monitor devices in a network monitoring product.
Each Vivi Box is running an instance of snmpd, an SNMP server that can be queried for information by an SNMP manager. It is available on the default port 161 UDP and currently provides CPU, network and memory information.
Authentication
SNMPv2 (community name) authentication is not supported.
SNMPv3 authentication is supported, using authentication protocol MD5 and privacy protocol DES.
Use admin
as the security name and your configured webconsole password (default v!v!adm!n
) as both the authentication and privacy passwords.
Example
$ snmpwalk -v3 -l authPriv -u admin -a MD5 -A 'v!v!adm!n' -x DES -X 'v!v!adm!n' 10.0.3.242 sysUpTimeInstance
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (42691934) 4 days, 22:35:19.34
, multiple selections available,
Related content
Opening Internal Ports
Opening Internal Ports
Read with this
Status Page
Status Page
More like this
ClickView Online (Legacy view)
ClickView Online (Legacy view)
Read with this
Network Stats
Network Stats
More like this
Network Testing
Network Testing
Read with this
IT Admin Guide
IT Admin Guide
More like this