SHIVA-COMM-MIB: View SNMP OID List / Download MIB

VENDOR: SHIVA CORPORATION


 Home MIB: SHIVA-COMM-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 tCommunityTrapHostType 1.3.6.1.4.1.166.4.4.1 integer read-write
This is the address type of the trap host. The Trap Host is the host to which the device sends all traps. Enumeration: 'ip': 2, 'ipx': 3, 'unconfigured': 1.
 tCommunityTrapHostAddress 1.3.6.1.4.1.166.4.4.2 octet string read-write
This is the Network Address of the host. It is interpreted according to the value of tCommunityTrapHostType.
 tCommunitySetHostType 1.3.6.1.4.1.166.4.4.3 integer read-write
This is the address family of the set host. The Set Host is a host which is privileged to change any MIB variable. Enumeration: 'ip': 2, 'ipx': 3, 'netbios': 4, 'unconfigured': 1, 'ddprange': 6.
 tCommunitySetHostAddress 1.3.6.1.4.1.166.4.4.4 octet string read-write
This is the Network Address of the Set Host. It is interpreted according to the value of tCommunityTrapHostType.
 tCommunityTable 1.3.6.1.4.1.166.4.4.5 no-access
The Communities Table describes the various communities known to the the device.
     tCommunityEntry 1.3.6.1.4.1.166.4.4.5.1 no-access
The type of a row object in the community table. This represents a single SNMP Community. Community entries are indexed by counting integers starting with 1.
         tCommunityName 1.3.6.1.4.1.166.4.4.5.1.1 displaystring read-write
The name of this community.
         tCommunityAccess 1.3.6.1.4.1.166.4.4.5.1.2 integer read-write
This defines the privilege of the community. A 'read-only' community can examine any readable variable. A 'clear-statistics' community can reset non-critical counters. A 'configure' community has complete privileges. By setting the community access to 'no-access', a management station can deny all access by that community. Enumeration: 'no-access': 1, 'configure': 4, 'read-only-access': 2, 'clear-statistics': 3.
 tCommunityTrapTable 1.3.6.1.4.1.166.4.4.6 no-access
The Trap Table describes the list of hosts and the assosicated host type to be recepients of traps.
     tCommunityTrapEntry 1.3.6.1.4.1.166.4.4.6.1 no-access
The type of a row object in the community trap table. This represents a single trap host type and its address. Community trap entries are indexed by counting integers starting with 1.
         tCommunityTrapEntryHostAddress 1.3.6.1.4.1.166.4.4.6.1.1 octet string read-write
Address of the trap host. It is interpreted according to the value of tCommunityTrapEntryHostType
         tCommunityTrapEntryHostType 1.3.6.1.4.1.166.4.4.6.1.2 integer read-write
Address type of the trap host Enumeration: 'ip': 2, 'ipx': 3, 'unconfigured': 1.