SNMP
204 ViewCast
ViewCast SNMP Agent MIB Files
By default, all standard MIB files and ViewCast private MIB files that come with the installation package
will be installed into the following directory:
C:\Program Files (x86)\ViewCast\ViewCast SNMP Agent\
You may load the following MIB files into the SNMP manager tool.
VIEWCAST-AVENCODER-MIB.txt (ViewCast private MIB)
VIEWCAST-AVENCODER-TRAP-MIB.txt (ViewCast private)
SUPERMICRO-HEALTH-MIB.txt ( 3rd-party MIB from SuperMicro Computer )
RFC1213-MIB.txt (Standard SNMP MIB)
SNMP-COMMUNITY-MIB.txt (Standard SNMP MIB)
Retrieving IP and MAC Addresses of the Encoder
System
The IP address and interface table are part of standard MIB functions as defined in RFC1213-MIB. It is
implemented by the native Windows SNMP service.
The IP address per interface or NIC can be retrieved through .iso.org.dod.internet.mgmt.mib-
2.ip.ipAddrTable as defined in RFC1213-MIB.
The MAC address per interface or NIC can be retrieved through
.iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable.ifEntry.ifPhysAddress as defined in RFC1213-
MIB
SNMP Examples
Query of system information (SNMP GET Example)
Locate the VIEWCAST-AVENCODER-MIB.txt under C:\Program Files
(x86)\ViewCast\ViewCast SNMP Agent\.
Load the VIEWCAST-AVENCODER-MIB.txt into the SNMP manager.
Set object ID to
.iso.org.dod.internet.private.enterprises.viewcast.avencoder.avencoderMIB.systemInfo.
Specify correct IP address of the targeted ViewCast SNMP agent: xx.xx.xx.xx
Verify the Port field is set to 161.
Specify community such as getpassword with at least community right of READ ONLY.
Send SNMP GET request message to the targeted ViewCast SNMP agent.