SHIVA-COMM-MIB

File: SHIVA-COMM-MIB.mib (4653 bytes)

Imported modules

RFC-1212 RFC1213-MIB SHIVA-MIB

Imported symbols

OBJECT-TYPE DisplayString tCommunity

Defined Types

TCommunityEntry  
SEQUENCE    
  tCommunityName DisplayString
  tCommunityAccess INTEGER

TCommunityTrapEntry  
SEQUENCE    
  tCommunityTrapEntryHostAddress OCTET STRING
  tCommunityTrapEntryHostType INTEGER

Defined Values

tCommunityTrapHostType 1.3.6.1.4.1.166.4.4.1
This is the address type of the trap host. The Trap Host is the host to which the device sends all traps.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unconfigured(1), ip(2), ipx(3)  

tCommunityTrapHostAddress 1.3.6.1.4.1.166.4.4.2
This is the Network Address of the host. It is interpreted according to the value of tCommunityTrapHostType.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

tCommunitySetHostType 1.3.6.1.4.1.166.4.4.3
This is the address family of the set host. The Set Host is a host which is privileged to change any MIB variable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unconfigured(1), ip(2), ipx(3), netbios(4), ddprange(6)  

tCommunitySetHostAddress 1.3.6.1.4.1.166.4.4.4
This is the Network Address of the Set Host. It is interpreted according to the value of tCommunityTrapHostType.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

tCommunityTable 1.3.6.1.4.1.166.4.4.5
The Communities Table describes the various communities known to the the device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TCommunityEntry

tCommunityEntry 1.3.6.1.4.1.166.4.4.5.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TCommunityEntry  

tCommunityName 1.3.6.1.4.1.166.4.4.5.1.1
The name of this community.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

tCommunityAccess 1.3.6.1.4.1.166.4.4.5.1.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no-access(1), read-only-access(2), clear-statistics(3), configure(4)  

tCommunityTrapTable 1.3.6.1.4.1.166.4.4.6
The Trap Table describes the list of hosts and the assosicated host type to be recepients of traps.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TCommunityTrapEntry

tCommunityTrapEntry 1.3.6.1.4.1.166.4.4.6.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TCommunityTrapEntry  

tCommunityTrapEntryHostAddress 1.3.6.1.4.1.166.4.4.6.1.1
Address of the trap host. It is interpreted according to the value of tCommunityTrapEntryHostType
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

tCommunityTrapEntryHostType 1.3.6.1.4.1.166.4.4.6.1.2
Address type of the trap host
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unconfigured(1), ip(2), ipx(3)