WWP-LEOS-COMMUNITY-MIB

File: WWP-LEOS-COMMUNITY-MIB.mib (8503 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IANA-ADDRESS-FAMILY-NUMBERS-MIB
WWP-SMI

Imported symbols

IpAddress Integer32 OBJECT-TYPE
MODULE-IDENTITY RowStatus DisplayString
TEXTUAL-CONVENTION AddressFamilyNumbers wwpModules
wwpModulesLeos

Defined Types

WwpLeosCommunityEntry  
SEQUENCE    
  wwpLeosCommunityIndex INTEGER
  wwpLeosCommunityName DisplayString
  wwpLeosCommunityAddr DisplayString
  wwpLeosCommunityResolvedIp IpAddress
  wwpLeosCommunityRights INTEGER
  wwpLeosCommunityStatus RowStatus

WwpLeosNotifCommunityEntry  
SEQUENCE    
  wwpLeosNotifIndex INTEGER
  wwpLeosNotifCommunityName DisplayString
  wwpLeosNotifCommunityDestAddr DisplayString
  wwpLeosNotifCommunityResolvedIpAddr IpAddress
  wwpLeosNotifCommunityStatus RowStatus

Defined Values

wwpLeosCommunityMIB 1.3.6.1.4.1.6141.2.60.22
The MIB module for the WWP Community specific information.
MODULE-IDENTITY    

wwpLeosCommunityMIBObjects 1.3.6.1.4.1.6141.2.60.22.1
OBJECT IDENTIFIER    

wwpLeosCommunity 1.3.6.1.4.1.6141.2.60.22.1.1
OBJECT IDENTIFIER    

wwpLeosCommunityMIBNotificationPrefix 1.3.6.1.4.1.6141.2.60.22.2
OBJECT IDENTIFIER    

wwpLeosCommunityMIBNotifications 1.3.6.1.4.1.6141.2.60.22.2.0
OBJECT IDENTIFIER    

wwpLeosCommunityMIBConformance 1.3.6.1.4.1.6141.2.60.22.3
OBJECT IDENTIFIER    

wwpLeosCommunityMIBCompliances 1.3.6.1.4.1.6141.2.60.22.3.1
OBJECT IDENTIFIER    

wwpLeosCommunityMIBGroups 1.3.6.1.4.1.6141.2.60.22.3.2
OBJECT IDENTIFIER    

wwpLeosCommunityTable 1.3.6.1.4.1.6141.2.60.22.1.1.1
Table of read/write Community entries. Multiple Set Operation must be used to create entries in the table. Following objects must be set to valid values to create entry wwpLeosCommunityRights, wwpLeosCommunityStatus. If wwpLeosCommunityName is not set to anything then device will set it to public. If wwpLeosCommunityAddr is not set to anything then device will set it to 0.0.0.0. While deleting entry if this is the last entry with read-only or read-write permission then device will not allow to delete entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosCommunityEntry

wwpLeosCommunityEntry 1.3.6.1.4.1.6141.2.60.22.1.1.1.1
An entry for each read/write community. Multiple Set Operation must be used to create entries in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosCommunityEntry  

wwpLeosCommunityIndex 1.3.6.1.4.1.6141.2.60.22.1.1.1.1.1
The index used in the table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..10  

wwpLeosCommunityName 1.3.6.1.4.1.6141.2.60.22.1.1.1.1.2
The Name of Community String. This is mandatory object that needs to be set to create entry.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

wwpLeosCommunityAddr 1.3.6.1.4.1.6141.2.60.22.1.1.1.1.3
The IP Address of the host(s) or the host name with access rights. A value of 0 means that access is allowed to any host. This is mandatory object that needs to be set to create entry.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

wwpLeosCommunityResolvedIp 1.3.6.1.4.1.6141.2.60.22.1.1.1.1.4
This object is set to resolved IP address when wwpLeosCommunityAddr is set to host name. If wwpLeosCommunityAddr is set to ip address then this object will contain same IP as wwpLeosCommunityAddr.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wwpLeosCommunityRights 1.3.6.1.4.1.6141.2.60.22.1.1.1.1.5
Rights associated with the Community Strings. The community Name associated with 'readOnly' community Rights will not have any access (read\write) to the readWrite communities.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER readOnly(1), readWrite(2)  

wwpLeosCommunityStatus 1.3.6.1.4.1.6141.2.60.22.1.1.1.1.6
To create a row in this table, a manager must set this object to 'createAndGo'. wwpLeosCommunityRights must be valid prior to creating entry. The Agent should not let all the comunities to be deleted as this will cause isolation of the device. At least one readOnly community and one readWrite community should always be present.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpLeosNotifCommunityTable 1.3.6.1.4.1.6141.2.60.22.1.1.2
Table of Notification Community entries. Multiple set operation must be used to create entries in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosNotifCommunityEntry

wwpLeosNotifCommunityEntry 1.3.6.1.4.1.6141.2.60.22.1.1.2.1
An entry for each notification community. Multiple set operation must be used to create entries in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosNotifCommunityEntry  

wwpLeosNotifIndex 1.3.6.1.4.1.6141.2.60.22.1.1.2.1.1
The index used in the table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..10  

wwpLeosNotifCommunityName 1.3.6.1.4.1.6141.2.60.22.1.1.2.1.2
The Community String to be used for the notifications. This is mandatory object that needs to be set to create entry.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

wwpLeosNotifCommunityDestAddr 1.3.6.1.4.1.6141.2.60.22.1.1.2.1.3
The IP address or host names of the host to which notification is to be sent. This is mandatory object that needs to be set to create entry.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

wwpLeosNotifCommunityResolvedIpAddr 1.3.6.1.4.1.6141.2.60.22.1.1.2.1.4
This object is set to resolved IP address of host name if wwpLeosNotifCommunityName is set to hostname. If wwpLeosNotifCommunityName is set to ipv4 then this object will contain same IP as wwpLeosNotifCommunityDestAddr.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wwpLeosNotifCommunityStatus 1.3.6.1.4.1.6141.2.60.22.1.1.2.1.5
To create a row in this table, a manager must set this object to 'createAndGo'. This table uses
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus