CISCOSB-SNMP-MIB

File: CISCOSB-SNMP-MIB.mib (27992 bytes)

Imported modules

CISCOSB-MIB SNMPv2-SMI SNMPv2-TC
INET-ADDRESS-MIB SNMP-COMMUNITY-MIB SNMP-FRAMEWORK-MIB
SNMP-USER-BASED-SM-MIB

Imported symbols

switch001 OBJECT-TYPE MODULE-IDENTITY
TimeTicks TEXTUAL-CONVENTION DisplayString
RowStatus TruthValue InetAddressType
InetAddress snmpTargetAddrExtEntry SnmpEngineID
usmUserEntry

Defined Types

RlSNMPv3IpAddrToIndexEntry  
SEQUENCE    
  rlSNMPv3IpAddrToIndexAddrType InetAddressType
  rlSNMPv3IpAddrToIndexAddr InetAddress
  rlSNMPv3IpAddrToIndexMappedIndex OCTET STRING

RlTargetAddrExtEntry  
SEQUENCE    
  rlTargetAddrMagicUsedInIndex OCTET STRING

RlInet2EngineIdEntry  
SEQUENCE    
  rlInet2EngineIdAddressType InetAddressType
  rlInet2EngineIdAddress InetAddress
  rlInet2EngineIdEngineId SnmpEngineID
  rlInet2EngineIdStatus RowStatus

RlSnmpUDPMridAddress  
Represents the UDP address of NMS and the MRID through which it is connected in order to access the agent: octets contents encoding 1-4 IP-address network-byte order 5-6 UDP-port network-byte order 7-8 MRID network-byte order
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

RlSnmpUDPIpv6MridAddress  
Represents the UDP address of NMS and the MRID through which it is connected in order to access the agent: octets contents encoding 1-16 IPv6 address network-byte order 17-18 UDP-port network-byte order 19-20 MRID network-byte order
TEXTUAL-CONVENTION    
  OCTET STRING Size(20)  

RlSnmpUDPIpv6zMridAddress  
Represents the UDP address of NMS (consisting of an IPv6 address, a zone index and a port number) and the MRID through which it is connected in order to access the agent: octets contents encoding 1-16 IPv6 address network-byte order 17-20 zone index network-byte order 21-22 UDP-port network-byte order 23-24 MRID network-byte order
TEXTUAL-CONVENTION    
  OCTET STRING Size(24)  

RlSnmpRequestMridEntry  
SEQUENCE    
  rlSnmpRequestManagedMrid INTEGER
  rlSnmpRequestMridStatus INTEGER

RndCommunityInetEntry  
SEQUENCE    
  rndCommunityInetMngStationAddrType InetAddressType
  rndCommunityInetMngStationAddr InetAddress
  rndCommunityInetString DisplayString
  rndCommunityInetAccess INTEGER
  rndCommunityInetTrapsEnable INTEGER
  rndCommunityInetStatus INTEGER
  rndCommunityInetPortSecurity INTEGER
  rndCommunityInetOwner DisplayString
  rndCommunityInetTrapDestPort INTEGER
  rndCommunityInetAltAddrType InetAddressType
  rndCommunityInetAltAddr InetAddress

RlMridInetEntry  
SEQUENCE    
  rlMridInetConnection INTEGER
  rlInetManagedMrid INTEGER

RlEventsMaskEntry  
SEQUENCE    
  rlEventsMaskPollerId INTEGER
  rlEventsMaskMask OCTET STRING

RlEventsEntry  
SEQUENCE    
  rlEventsPoller INTEGER
  rlEventId OBJECT IDENTIFIER
  rlEventIndexInMask INTEGER
  rlEventsStatus RowStatus

RlEventsPollingControlEntry  
SEQUENCE    
  rlEventsPollingControlPollerId INTEGER
  rlEventsPollingControlPollingInterval TimeTicks

RlUsmUserExtEntry  
SEQUENCE    
  rlUsmUserAuthPassword DisplayString
  rlUsmUserPrivPassword DisplayString

Defined Values

rlSNMP 1.3.6.1.4.1.9.6.1.101.98
Private MIB module for SNMP support in CISCOSB devices.
MODULE-IDENTITY    

rlSNMPv3 1.3.6.1.4.1.9.6.1.101.98.1
OBJECT IDENTIFIER    

rlTargetParamsTestingLevel 1.3.6.1.4.1.9.6.1.101.98.1.1
The level of the tests done when configuring an entry in the snmpTargetParamsTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(1), high(2)  

rlNotifyFilterTestingLevel 1.3.6.1.4.1.9.6.1.101.98.1.2
The level of the tests done when configuring an entry in the snmpNotifyFilterTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(1), high(2)  

rlSnmpEngineID 1.3.6.1.4.1.9.6.1.101.98.1.3
A variable for setting the router's local engineID value. Setting this variable will effect the value of snmpEngineID. Setting this variable to the value '00 00 00 00 00'H will cause snmpEngineID to get an automatically created value based on the device basic MAC address. This method of setting the agent's engineID is recommended for stand-alone systems. Setting this variable to any other (valid) value will set snmpEngineID to this value. Setting this variable to all 'ff'H or all zeros is not allowed, with the exception of the value '00 00 00 00 00'H. The last method is recommended for stackable system, in order for the engineID to be unique within an administrative domain. Setting this value (to a value different then the default value) is required before configuring users data in usmUserTable and vacmSecurityToGroupTable. Changing the value of this variable has 2 side-effects: - All user data will be deleted, including: all usmUserTable configured entries and vacmSecurityToGroupTable entries where vacmSecurityModel = 3. - All snmpCommunityTable entries with snmpCommunityContextEngineID value equal to old rlSnmpEngineID value, will be updated with the new rlSnmpEngineID value.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpEngineID  

rlSNMPv3IpAddrToIndexTable 1.3.6.1.4.1.9.6.1.101.98.1.4
This table maps ip addresses to indices. The output index is used as a component in some SNMPv3 tables fields (for example: snmpTargetAddrName). Ipv4 addresses are not supported by this table. Note: in getNext operations on this table, only mappings which are in use in snmpTargetAddrTable (using rlTargetAddrMagicUsedInIndex) will be retreived. The mapped index does not include delimiters which are forbidden in SNMPv3 tag values (and thus can be used in tag fields).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlSNMPv3IpAddrToIndexEntry

rlSNMPv3IpAddrToIndexEntry 1.3.6.1.4.1.9.6.1.101.98.1.4.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlSNMPv3IpAddrToIndexEntry  

rlSNMPv3IpAddrToIndexAddrType 1.3.6.1.4.1.9.6.1.101.98.1.4.1.1
Type of NMS IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

rlSNMPv3IpAddrToIndexAddr 1.3.6.1.4.1.9.6.1.101.98.1.4.1.2
NMS IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

rlSNMPv3IpAddrToIndexMappedIndex 1.3.6.1.4.1.9.6.1.101.98.1.4.1.3
The index mapped for this row ip address.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

rlTargetAddrExtTable 1.3.6.1.4.1.9.6.1.101.98.1.5
This table extends rlTargetAddrExtEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlTargetAddrExtEntry

rlTargetAddrExtEntry 1.3.6.1.4.1.9.6.1.101.98.1.5.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlTargetAddrExtEntry  

rlTargetAddrMagicUsedInIndex 1.3.6.1.4.1.9.6.1.101.98.1.5.1.1
Setting this field to a 4 octets length value means that ip mapping (using rlSNMPv3IpAddrToIndexTable) is used for this row. If such a mapping is not used, a 0-length octet string value should be used for this field (this is also the default). This field value is determined only once, upon creation of an entry in the snmpTargetAddrTable. A change in its value while updating an existing entry is ignored. Prior to creating a snmpTargetAddrTable entry with a 4 octets length value for this field, the rlSNMPv3IpAddrToIndexTable must be used in order to retrieve this value.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0|4)  

rlInet2EngineIdTable 1.3.6.1.4.1.9.6.1.101.98.1.6
This table maps inet addresses to SNMPv3 engine identifiers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlInet2EngineIdEntry

rlInet2EngineIdEntry 1.3.6.1.4.1.9.6.1.101.98.1.6.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlInet2EngineIdEntry  

rlInet2EngineIdAddressType 1.3.6.1.4.1.9.6.1.101.98.1.6.1.1
Inet address type of the mapped inet address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

rlInet2EngineIdAddress 1.3.6.1.4.1.9.6.1.101.98.1.6.1.2
Mapped inet address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

rlInet2EngineIdEngineId 1.3.6.1.4.1.9.6.1.101.98.1.6.1.3
The SNMPv3 engine id to which the address denoted by rlInet2EngineIdAddressType and rlInet2EngineIdAddress is mapped.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpEngineID  

rlInet2EngineIdStatus 1.3.6.1.4.1.9.6.1.101.98.1.6.1.4
The management control for this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlSNMPDomains 1.3.6.1.4.1.9.6.1.101.98.2
OBJECT IDENTIFIER    

rlSnmpUDPMridDomain 1.3.6.1.4.1.9.6.1.101.98.2.1
The SNMPv2 over UDP transport domain, used when Multi-Instance Router is supported (more than one MIR instance exist). The corresponding transport address is of type RlSnmpUDPMridAddress.
Status: current Access: read-create
OBJECT-IDENTITY    

rlSnmpUdpIpv6MridDomain 1.3.6.1.4.1.9.6.1.101.98.2.2
The SNMPv2 over UDP over IPv6 transport domain, used when Multi-Instance Router is supported (more than one MIR instance exist). The corresponding transport address is of type RlSnmpUDPIpv6MridAddress for global IPv6 addresses.
Status: current Access: read-create
OBJECT-IDENTITY    

rlSnmpUdpIpv6zMridDomain 1.3.6.1.4.1.9.6.1.101.98.2.3
The SNMPv2 over UDP over IPv6 transport domain, used when Multi-Instance Router is supported (more than one MIR instance exist). The corresponding transport address is of type RlSnmpUDPIpv6zMridAddress for scoped IPv6 addresses with a zone index.
Status: current Access: read-create
OBJECT-IDENTITY    

rlSnmpRequestMridTable 1.3.6.1.4.1.9.6.1.101.98.3
A table for determining the Mrid for the current SNMP request.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlSnmpRequestMridEntry

rlSnmpRequestMridEntry 1.3.6.1.4.1.9.6.1.101.98.3.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlSnmpRequestMridEntry  

rlSnmpRequestManagedMrid 1.3.6.1.4.1.9.6.1.101.98.3.1.1
The router instance the NMS wants to manage in the current SNMP request. The value of this object, when attaching a variable instance of the rlSnmpRequestManagedMridTable to an SNMP request, will determine the managed Mrid for this request. It is important to mention that the variable insance must be attached as the first variable in the PDU in order to influence all variables.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlSnmpRequestMridStatus 1.3.6.1.4.1.9.6.1.101.98.3.1.2
The status of this entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1)  

rlSNMPenable 1.3.6.1.4.1.9.6.1.101.98.4
Enables or disables SNMP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rndCommunityInetTable 1.3.6.1.4.1.9.6.1.101.98.5
The community table of the agent
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RndCommunityInetEntry

rndCommunityInetEntry 1.3.6.1.4.1.9.6.1.101.98.5.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RndCommunityInetEntry  

rndCommunityInetMngStationAddrType 1.3.6.1.4.1.9.6.1.101.98.5.1.1
Address type of the management station that will be allowed to communicate with the agent IP address
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

rndCommunityInetMngStationAddr 1.3.6.1.4.1.9.6.1.101.98.5.1.2
Address of the management station that will be allowed to communicate with the agent IP address
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

rndCommunityInetString 1.3.6.1.4.1.9.6.1.101.98.5.1.3
The community string with which the management station will communicate with the agent
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..20)  

rndCommunityInetAccess 1.3.6.1.4.1.9.6.1.101.98.5.1.4
The allowed access to this management station
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER readOnly(1), readWrite(2), super(3)  

rndCommunityInetTrapsEnable 1.3.6.1.4.1.9.6.1.101.98.5.1.5
Should the agent send traps to the management station, and what version is required
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER snmpV1(1), snmpV2(2), snmpV3(3), trapsDisable(4)  

rndCommunityInetStatus 1.3.6.1.4.1.9.6.1.101.98.5.1.6
The status of this entry. If the status is invalid the community entry will be deleted
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), invalid(2)  

rndCommunityInetPortSecurity 1.3.6.1.4.1.9.6.1.101.98.5.1.7
If enabled the device will only receive SNMP messages from the port, through which this NMS is reachable from the device.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rndCommunityInetOwner 1.3.6.1.4.1.9.6.1.101.98.5.1.8
The owner of this community
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

rndCommunityInetTrapDestPort 1.3.6.1.4.1.9.6.1.101.98.5.1.9
The transport protocol (usually UDP) port to which traps to the management station represebted by this entry will be sent. The default is the well-known IANA assigned port number for SNMP traps. This object is relevant only if rndCommunityInetTrapsEnable has a value different from trapsDisable.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

rndCommunityInetAltAddrType 1.3.6.1.4.1.9.6.1.101.98.5.1.10
For testing purposes
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

rndCommunityInetAltAddr 1.3.6.1.4.1.9.6.1.101.98.5.1.11
For testing purposes
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

rlMridInetTable 1.3.6.1.4.1.9.6.1.101.98.6
The MRID related configurations table of the agent
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlMridInetEntry

rlMridInetEntry 1.3.6.1.4.1.9.6.1.101.98.6.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlMridInetEntry  

rlMridInetConnection 1.3.6.1.4.1.9.6.1.101.98.6.1.1
The router instance connecting the NMS who accessed the agent through the community table entry corresponding to the keys of this entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlInetManagedMrid 1.3.6.1.4.1.9.6.1.101.98.6.1.2
The router instance currently managed by the NMS who accessed the agent through the community table entry corresponding to the keys of this entry
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlEvents 1.3.6.1.4.1.9.6.1.101.98.7
OBJECT IDENTIFIER    

rlEventsPollerId 1.3.6.1.4.1.9.6.1.101.98.7.1
The rlEventsPollerId is the 1st key in all the rlEvents tables. Each poller must first GET from this object his Id. The agent will ensure uniqueness.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlEventsDefaultPollingInterval 1.3.6.1.4.1.9.6.1.101.98.7.2
The default polling time. Will be used to detrermined whether the events configured by a poller in rlEventsTable can be destroyed, in absence of an entry for this poller in the rlEventsPollingControlTable.
Status: current Access: read-write
OBJECT-TYPE    
  TimeTicks 1..65535  

rlEventsDeleteEvents 1.3.6.1.4.1.9.6.1.101.98.7.3
SETting a id of an active poller will cause all the rows of this poller in the rlEventsTable to be destroyed. This is equivalent to SETting rlEventsStatus of each row of this poller to 'destroy'. GET operation on this variable is meaningless, and the value 0 will be returned in this case (actual pollers start from 1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlEventsMaskTable 1.3.6.1.4.1.9.6.1.101.98.7.4
The table showing the events mask for each client.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlEventsMaskEntry

rlEventsMaskEntry 1.3.6.1.4.1.9.6.1.101.98.7.4.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlEventsMaskEntry  

rlEventsMaskPollerId 1.3.6.1.4.1.9.6.1.101.98.7.4.1.1
The poller id whose events are shown in this table
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlEventsMaskMask 1.3.6.1.4.1.9.6.1.101.98.7.4.1.2
The semantics of the rlEventsMask is an array of timestamps (each 4 octets containing one time stamp). Each timestamp is in TimeTicks units encoded in network order. Thus the mask can contain up to 40 timestamps. If a place in the array is empty it will contain 0. Each timestamp shows the time of the last occurrence of the event whose rlEventIndexKey in the rlEventsTable for this client id is the same as its index in the array. Each for bytes of the rlEventsMask will contain the timestamp in TimeTicks units encoded in network order of the last time the event
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

rlEventsTable 1.3.6.1.4.1.9.6.1.101.98.7.5
The table relating the events recorded to the indices in the rlEventsMask.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlEventsEntry

rlEventsEntry 1.3.6.1.4.1.9.6.1.101.98.7.5.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlEventsEntry  

rlEventsPoller 1.3.6.1.4.1.9.6.1.101.98.7.5.1.1
The poller id whose event definitions are shown in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlEventId 1.3.6.1.4.1.9.6.1.101.98.7.5.1.2
The event id of the polled event. This is the notification object identifier (in case of a SNMPV2 notification) or the translation to SNMPv2 notation of an SNMPv1 trap according to the RFC 3584 (SNMP versions coexistence).
Status: current Access: not-accessible
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rlEventIndexInMask 1.3.6.1.4.1.9.6.1.101.98.7.5.1.3
Index in the rlEventsMaskMask of this poller id that has been allocated for this event by the device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlEventsStatus 1.3.6.1.4.1.9.6.1.101.98.7.5.1.4
RowStatus for this table. Note that the device may refuse for resource shortage reasons to honour a create request for this poller even if apparently there still is room in his rlEventsMaskMask (i.e. the poller has requested monitoring of less than 40 events).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlEventsPollingControlTable 1.3.6.1.4.1.9.6.1.101.98.7.6
The polling control table for a poller. Currently contain only the polling interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlEventsPollingControlEntry

rlEventsPollingControlEntry 1.3.6.1.4.1.9.6.1.101.98.7.6.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlEventsPollingControlEntry  

rlEventsPollingControlPollerId 1.3.6.1.4.1.9.6.1.101.98.7.6.1.1
The poller id whose polling controls are shown in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlEventsPollingControlPollingInterval 1.3.6.1.4.1.9.6.1.101.98.7.6.1.2
The desired polling interval for this poller. If the device has determined that the poller has not polled the device for 3 times this polling interval it may destroy all the data related to this poller in the rlevents database
Status: current Access: read-create
OBJECT-TYPE    
  TimeTicks 1..65535  

rlUsmUserExtTable 1.3.6.1.4.1.9.6.1.101.98.1.8
This table extends usmUserEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlUsmUserExtEntry

rlUsmUserExtEntry 1.3.6.1.4.1.9.6.1.101.98.1.8.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlUsmUserExtEntry  

rlUsmUserAuthPassword 1.3.6.1.4.1.9.6.1.101.98.1.8.1.1
Authentication password. Setting the field to a non zero-length value will convert the given password to a localized authentication key, appropriate to the corresponding usmUserAuthProtocol field. The key is localized using the appropriate usmUserEngineID field, according to the algorithm specified in RFC 2574. This field may be set to a non zero-length value if the following conditions hold: 1) This is the creation of the entry. 2) The value of the corresponding usmUserCloneFrom field is zeroDotZero. Setting the field in any other case will cause no effect.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlUsmUserPrivPassword 1.3.6.1.4.1.9.6.1.101.98.1.8.1.2
Privacy password. Setting the field to a non zero-length value will convert the given password to a localized privacy key, appropriate to the corresponding usmUserAuthProtocol field. The key is localized using the appropriate usmUserEngineID field, according to the algorithm specified in RFC 2574. This field may be set to a non zero-length value if the following conditions hold: 1) This is the creation of the entry. 2) The value of the corresponding usmUserCloneFrom field is zeroDotZero. Setting the field in any other case will cause no effect.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)