CISCO-WIRELESS-P2P-BPI-MIB

File: CISCO-WIRELESS-P2P-BPI-MIB.mib (29178 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
DisplayString TruthValue TimeInterval
OBJECT-GROUP MODULE-COMPLIANCE ifIndex
ciscoMgmt

Defined Types

CwrBpiRsBaseEntry  
SEQUENCE    
  cwrBpiRsPrivacyEnable TruthValue
  cwrBpiRsPublicKey OCTET STRING
  cwrBpiRsAuthState INTEGER
  cwrBpiRsAuthKeySequenceNumber INTEGER
  cwrBpiRsAuthExpires TimeInterval
  cwrBpiRsAuthReset TruthValue
  cwrBpiRsAuthGraceTime INTEGER
  cwrBpiRsTEKGraceTime INTEGER
  cwrBpiRsAuthWaitTimeout INTEGER
  cwrBpiRsReauthWaitTimeout INTEGER
  cwrBpiRsOpWaitTimeout INTEGER
  cwrBpiRsRekeyWaitTimeout INTEGER
  cwrBpiRsAuthRequests Counter32
  cwrBpiRsAuthReplies Counter32
  cwrBpiRsAuthInvalids Counter32
  cwrBpiRsAuthInvalidErrorCode INTEGER
  cwrBpiRsAuthInvalidErrorString DisplayString

CwrBpiRsTEKEntry  
SEQUENCE    
  cwrBpiRsTEKEncryptionNegotiated TruthValue
  cwrBpiRsTEKState INTEGER
  cwrBpiRsTEKExpiresOld TimeInterval
  cwrBpiRsTEKExpiresNew TimeInterval
  cwrBpiRsTEKKeyRequests Counter32
  cwrBpiRsTEKKeyReplies Counter32
  cwrBpiRsTEKInvalids Counter32
  cwrBpiRsTEKAuthPends Counter32
  cwrBpiRsTEKInvalidErrorCode INTEGER
  cwrBpiRsTEKInvalidErrorString DisplayString

CwrBpiRmAuthEntry  
SEQUENCE    
  cwrBpiRmAuthPrivacyEnable TruthValue
  cwrBpiRmAuthRsPublicKey OCTET STRING
  cwrBpiRmAuthRsKeySequenceNumber INTEGER
  cwrBpiRmAuthRsExpires TimeInterval
  cwrBpiRmAuthRsLifetime INTEGER
  cwrBpiRmAuthRsReset TruthValue
  cwrBpiRmAuthRsRequests Counter32
  cwrBpiRmAuthRsReplies Counter32
  cwrBpiRmAuthRsInvalids Counter32
  cwrBpiRmAuthInvalidErrorCode INTEGER
  cwrBpiRmAuthInvalidErrorString DisplayString

CwrBpiRmTEKEntry  
SEQUENCE    
  cwrBpiRmTEKEncryptionNegotiated TruthValue
  cwrBpiRmTEKLifetime INTEGER
  cwrBpiRmTEKExpiresOld TimeInterval
  cwrBpiRmTEKExpiresNew TimeInterval
  cwrBpiRmTEKReset TruthValue
  cwrBpiRmKeyRequests Counter32
  cwrBpiRmKeyReplies Counter32
  cwrBpiRmTEKInvalids Counter32
  cwrBpiRmTEKInvalidErrorCode INTEGER
  cwrBpiRmTEKInvalidErrorString DisplayString

Defined Values

ciscoWirelessP2pBpiMIB 1.3.6.1.4.1.9.9.135
This is the MIB Module for the Baseline Privacy Interface (BPI) at Point to Point Wireless Radio Card. This is a specialization on the MCNS docsBpiMib for Cisco Wireless point to point communication links.
MODULE-IDENTITY    

cwrBpiMIBObjects 1.3.6.1.4.1.9.9.135.1
OBJECT IDENTIFIER    

cwrBpiRsObjects 1.3.6.1.4.1.9.9.135.1.1
OBJECT IDENTIFIER    

cwrBpiRsBaseTable 1.3.6.1.4.1.9.9.135.1.1.1
Describes the basic and authorization-related Baseline Privacy attributes of each Slave Radio interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwrBpiRsBaseEntry

cwrBpiRsBaseEntry 1.3.6.1.4.1.9.9.135.1.1.1.1
An entry containing objects describing attributes of one Slave Radio interface. An entry in this table exists for each ifEntry with an ifType of ciscoWirelessP2P.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwrBpiRsBaseEntry  

cwrBpiRsPrivacyEnable 1.3.6.1.4.1.9.9.135.1.1.1.1.1
This object identifies whether the Slave Radio is provisioned to use Encryption or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cwrBpiRsPublicKey 1.3.6.1.4.1.9.9.135.1.1.1.1.2
Public key of the Radio Slave encoded as an ASN.1 SubjectPublicKeyInfo object as defined in the RSA Encryption Standard (PKCS #1) [RSA1].
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..126)  

cwrBpiRsAuthState 1.3.6.1.4.1.9.9.135.1.1.1.1.3
The state of the Radio Slave authorization FSM. The start state indicates that FSM is in its initial state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER start(1), authWait(2), authorized(3), reauthWait(4), authRejectWait(5)  

cwrBpiRsAuthKeySequenceNumber 1.3.6.1.4.1.9.9.135.1.1.1.1.4
The authorization key sequence number for this FSM.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..15  

cwrBpiRsAuthExpires 1.3.6.1.4.1.9.9.135.1.1.1.1.5
The number of seconds left before the current authorization for this FSM expires. If the Radio Slave does not have an active authorization, then this value is 0.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

cwrBpiRsAuthReset 1.3.6.1.4.1.9.9.135.1.1.1.1.6
Setting this object to TRUE generates a Reauthorize event in the authorization FSM, as described in section 4.1.2.3.4 of the Baseline Privacy Interface Specification. Reading this object always returns FALSE.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cwrBpiRsAuthGraceTime 1.3.6.1.4.1.9.9.135.1.1.1.1.7
Grace time for an authorization key. A Radio Slave is expected to start trying to get a new authorization key beginning AuthGraceTime seconds before the authorization key actually expires. The value of this object cannot be changed while the authorization state machine is running. NOTE: When installed in the field, this variable should NEVER be set below 300 which is the lower limit by standard. This variable accepts a wider range to facilitate testing.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..1800  

cwrBpiRsTEKGraceTime 1.3.6.1.4.1.9.9.135.1.1.1.1.8
Grace time for a TEK. A Radio Slave is expected to start trying to get a new TEK beginning TEKGraceTime seconds before the TEK actually expires. The value of this object cannot be changed while the authorization state machine is running. NOTE: When installed in the field, this variable should NEVER be set below 300 which is the lower limit by standard. This variable accepts a wider range to facilitate testing.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..1800  

cwrBpiRsAuthWaitTimeout 1.3.6.1.4.1.9.9.135.1.1.1.1.9
Authorize Wait Timeout. The value of this object cannot be changed while the authorization state machine is running.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 2..30  

cwrBpiRsReauthWaitTimeout 1.3.6.1.4.1.9.9.135.1.1.1.1.10
Reauthorize Wait Timeout in seconds. The value of this object cannot be changed while the authorization state machine is running.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 2..30  

cwrBpiRsOpWaitTimeout 1.3.6.1.4.1.9.9.135.1.1.1.1.11
Operational Wait Timeout in seconds. The value of this object cannot be changed while the authorization state machine is running.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..10  

cwrBpiRsRekeyWaitTimeout 1.3.6.1.4.1.9.9.135.1.1.1.1.12
Rekey Wait Timeout in seconds. The value of this object cannot be changed while the authorization state machine is running.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..10  

cwrBpiRsAuthRequests 1.3.6.1.4.1.9.9.135.1.1.1.1.13
Count of times the Radio Slave has transmitted an Authorization Request message.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cwrBpiRsAuthReplies 1.3.6.1.4.1.9.9.135.1.1.1.1.14
Count of times the Radio Slave has received an Authorization Reply message.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cwrBpiRsAuthInvalids 1.3.6.1.4.1.9.9.135.1.1.1.1.15
Count of times the Radio Slave has received an Authorization Invalid message.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cwrBpiRsAuthInvalidErrorCode 1.3.6.1.4.1.9.9.135.1.1.1.1.16
Error-Code in most recent Authorization Invalid message received by the Radio Slave. On bootup, this has value no-information(0). At all other times, this object reflects the error code received
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noInformation(0), unauthorizedSlave(1), undefined(2), unsolicited(3), invalidKeySequence(4), keyRequestAuthenticationFailure(5)  

cwrBpiRsAuthInvalidErrorString 1.3.6.1.4.1.9.9.135.1.1.1.1.17
Display-String in most recent Authorization Invalid message received by the Radio Slave. This is a zero length string if no Authorization Invalid message has been received since reboot.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cwrBpiRsTEKTable 1.3.6.1.4.1.9.9.135.1.1.2
Describes the attributes of each Radio Slave Traffic Encryption Key (TEK) Service.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwrBpiRsTEKEntry

cwrBpiRsTEKEntry 1.3.6.1.4.1.9.9.135.1.1.2.1
An entry containing objects describing the TEK attributes of one instantiated TEK service. There will be one such entry for every Radio Slave of a P2P link.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwrBpiRsTEKEntry  

cwrBpiRsTEKEncryptionNegotiated 1.3.6.1.4.1.9.9.135.1.1.2.1.1
This identifies whether this TEK service is using encryption or not. Encryption may not be in use even though cwrBpiRsPrivacyEnable is provisioned. This is possible if the remote is not configured for privacy or it's not running an encryption capable image.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cwrBpiRsTEKState 1.3.6.1.4.1.9.9.135.1.1.2.1.2
The state of the indicated TEK FSM. The start(1) state indicates that FSM is in its initial state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER start(1), opWait(2), opReauthWait(3), operational(4), rekeyWait(5), rekeyReauthWait(6)  

cwrBpiRsTEKExpiresOld 1.3.6.1.4.1.9.9.135.1.1.2.1.3
The number of seconds left to expire for the oldest active key for this FSM. If this FSM has no active keys then this value will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

cwrBpiRsTEKExpiresNew 1.3.6.1.4.1.9.9.135.1.1.2.1.4
The number of seconds left to expire for the newest active key for this FSM. If this FSM has no active keys then this value will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

cwrBpiRsTEKKeyRequests 1.3.6.1.4.1.9.9.135.1.1.2.1.5
Count of times the this TEK Service has transmitted a Key Request message.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cwrBpiRsTEKKeyReplies 1.3.6.1.4.1.9.9.135.1.1.2.1.6
Count of times this TEK Service has received a Key Reply message.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cwrBpiRsTEKInvalids 1.3.6.1.4.1.9.9.135.1.1.2.1.7
Count of times this TEK Service has received a TEK Invalid message.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cwrBpiRsTEKAuthPends 1.3.6.1.4.1.9.9.135.1.1.2.1.8
Count of times an Authorization Pending (Auth Pend) event occurred in this TEK Serivce FSM.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cwrBpiRsTEKInvalidErrorCode 1.3.6.1.4.1.9.9.135.1.1.2.1.9
Error-Code in most recent TEK Invalid message received by this TEK service. On bootup, this has value no-information(0). At all other times, this object reflects the error code received
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noInformation(0), unauthorizedSlave(1), undefined(2), unsolicited(3), invalidKeySequence(4), keyRequestAuthenticationFailure(5)  

cwrBpiRsTEKInvalidErrorString 1.3.6.1.4.1.9.9.135.1.1.2.1.10
Display-String in most recent TEK Invalid message received by this TEK Service. This is a zero length string if no TEK Invalid message has been received since this TEK Service was started.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cwrBpiRmObjects 1.3.6.1.4.1.9.9.135.1.2
OBJECT IDENTIFIER    

cwrBpiRmAuthTable 1.3.6.1.4.1.9.9.135.1.2.1
Describes the attributes of each Radio Master authorization association. The Radio master maintains one authorization association with each Baseline Privacy-enabled Radio Slave on each Radio Master MAC interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwrBpiRmAuthEntry

cwrBpiRmAuthEntry 1.3.6.1.4.1.9.9.135.1.2.1.1
An entry containing objects describing attributes of one authorization association. The Radio master MUST create one entry per Radio Slave per MAC interface, based on the receipt of an Authorization Request message, and MUST not delete the entry before the Radio Slave authorization permanently expires.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwrBpiRmAuthEntry  

cwrBpiRmAuthPrivacyEnable 1.3.6.1.4.1.9.9.135.1.2.1.1.1
This object identifies whether the Master Radio is provisioned to use Encryption or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cwrBpiRmAuthRsPublicKey 1.3.6.1.4.1.9.9.135.1.2.1.1.2
Public key of the Radio Slave encoded as an ASN.1 SubjectPublicKeyInfo object as defined in the RSA Encryption Standard (PKCS #1) [RSA1]. This is a zero-length string if the Radio Master does not retain the public key.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..126)  

cwrBpiRmAuthRsKeySequenceNumber 1.3.6.1.4.1.9.9.135.1.2.1.1.3
The authorization key sequence number for this Radio Slave.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..15  

cwrBpiRmAuthRsExpires 1.3.6.1.4.1.9.9.135.1.2.1.1.4
The number of seconds left before the current authorization for this Radio Slave expires. If this Radio Slave does not have an active authorization, then the value is zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

cwrBpiRmAuthRsLifetime 1.3.6.1.4.1.9.9.135.1.2.1.1.5
Lifetime, in seconds, the Radio Master assigns to an authorization key for this Radio Slave. NOTE: When installed in the field, this variable should NEVER be set below 86400 which is the lower limit by standard. This variable accepts a wider range to facilitate testing.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..6048000  

cwrBpiRmAuthRsReset 1.3.6.1.4.1.9.9.135.1.2.1.1.6
Setting this object to True(1) causes the Radio Master to invalidate the current Radio Slave authorization key, to transmit an Authorization Invalid message to the Radio Slave, and to invalidate the unicast TEK associated with this Radio Slave authorization. Reading this object always returns False
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cwrBpiRmAuthRsRequests 1.3.6.1.4.1.9.9.135.1.2.1.1.7
Count of times the Radio Master has received an Authorization Request message from this Radio Slave.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cwrBpiRmAuthRsReplies 1.3.6.1.4.1.9.9.135.1.2.1.1.8
Count of times the Radio master has transmitted an Authorization Reply message to this Radio Slave.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cwrBpiRmAuthRsInvalids 1.3.6.1.4.1.9.9.135.1.2.1.1.9
Count of times the Radio Master has transmitted an Authorization Invalid message to this Radio Slave.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cwrBpiRmAuthInvalidErrorCode 1.3.6.1.4.1.9.9.135.1.2.1.1.10
Error-Code in most recent Authorization Invalid message transmitted to the Radio Slave. On bootup, this has value no-information(0). At all other times, this object reflects the error code transmitted
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noInformation(0), unauthorizedSlave(1), undefined(2), unsolicited(3), invalidKeySequence(4), keyRequestAuthenticationFailure(5)  

cwrBpiRmAuthInvalidErrorString 1.3.6.1.4.1.9.9.135.1.2.1.1.11
Display-String in most recent Authorization Invalid message transmitted to the Radio Slave. This is a zero length string if no Authorization Invalid message has been transmitted to the Radio Slave.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cwrBpiRmTEKTable 1.3.6.1.4.1.9.9.135.1.2.2
Describes the attributes of each Radio Slave Traffic Encryption Key (TEK) association. The Radio master maintains one TEK association for the Radio Slave.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwrBpiRmTEKEntry

cwrBpiRmTEKEntry 1.3.6.1.4.1.9.9.135.1.2.2.1
An entry containing objects describing attributes of one TEK service on a particular Radio Master MAC interface. The Radio Master MUST create one entry per TEK Service per MAC interface, based on the receipt of an Key Request message, and MUST not delete the entry before the Radio Slave authorization for that TEK Service permanently expires.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwrBpiRmTEKEntry  

cwrBpiRmTEKEncryptionNegotiated 1.3.6.1.4.1.9.9.135.1.2.2.1.1
This identifies whether this TEK service is using encryption or not. Encryption may not be in use even though cwrBpiRmAuthPrivacyEnable is provisioned. This is possible if the master is not configured for privacy or it's not running an encryption capable image.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cwrBpiRmTEKLifetime 1.3.6.1.4.1.9.9.135.1.2.2.1.2
Lifetime, in seconds, the Radio Master assigns to keys for this TEK association. NOTE: When installed in the field, this variable should NEVER be set below 1800 which is the lower limit by standard. This variable accepts a wider range to facilitate testing.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..604800  

cwrBpiRmTEKExpiresOld 1.3.6.1.4.1.9.9.135.1.2.2.1.3
The number of seconds left to expire for the oldest active key for this TEK association. If this TEK associateion has no active key then the value will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

cwrBpiRmTEKExpiresNew 1.3.6.1.4.1.9.9.135.1.2.2.1.4
The number of seconds left to expire for the newest active key for this TEK association. If this TEK association has no active keys then this value will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

cwrBpiRmTEKReset 1.3.6.1.4.1.9.9.135.1.2.2.1.5
Setting this object to TRUE causes the Radio Master to invalidate the current active TEK(s) (plural due to key transition periods), and to generate a new TEK. Reading this object always returns FALSE.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cwrBpiRmKeyRequests 1.3.6.1.4.1.9.9.135.1.2.2.1.6
Count of times the Radio Master has received a Key Request message.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cwrBpiRmKeyReplies 1.3.6.1.4.1.9.9.135.1.2.2.1.7
Count of times the Radio master has transmitted a Key Reply message.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cwrBpiRmTEKInvalids 1.3.6.1.4.1.9.9.135.1.2.2.1.8
Count of times the Radio Master has transmitted a TEK Invalid message.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cwrBpiRmTEKInvalidErrorCode 1.3.6.1.4.1.9.9.135.1.2.2.1.9
Error-Code in most recent TEK Invalid message sent in association with this TEK service. On bootup, this has value no-information(0). At all other times, this object reflects the error code received
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noInformation(0), unauthorizedSlave(1), undefined(2), unsolicited(3), invalidKeySequence(4), keyRequestAuthenticationFailure(5)  

cwrBpiRmTEKInvalidErrorString 1.3.6.1.4.1.9.9.135.1.2.2.1.10
Display-String in the most recent TEK Invalid message sent in ssociation with this BPI TEK service. This is a zero length string if no TEK Invalid message has been received since reboot.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cwrBpiNotification 1.3.6.1.4.1.9.9.135.2
OBJECT IDENTIFIER    

cwrBpiConformance 1.3.6.1.4.1.9.9.135.3
OBJECT IDENTIFIER    

cwrBpiCompliances 1.3.6.1.4.1.9.9.135.3.1
OBJECT IDENTIFIER    

cwrBpiGroups 1.3.6.1.4.1.9.9.135.3.2
OBJECT IDENTIFIER    

cwrBpiBasicCompliance 1.3.6.1.4.1.9.9.135.3.1.1
The compliance statement for devices which implement the Cisco Wireless Radio point to point Baseline Privacy Interface.
Status: current Access: read-only
MODULE-COMPLIANCE    

cwrBpiRsGroup 1.3.6.1.4.1.9.9.135.3.2.1
A collection of objects providing Radio Slave BPI status and control.
Status: current Access: read-only
OBJECT-GROUP    

cwrBpiRmGroup 1.3.6.1.4.1.9.9.135.3.2.2
A collection of objects providing Radio Master BPI status and control.
Status: current Access: read-only
OBJECT-GROUP