📄 rfc3083.mib
字号:
--docsBpiCmTEKTable OBJECT-TYPESYNTAX SEQUENCE OF DocsBpiCmTEKEntryMAX-ACCESS not-accessibleSTATUS currentDESCRIPTION"This table describes the attributes of each CM Traffic Encryption Key(TEK) association. The CM maintains (no more than) one TEK associationper SID per CM MAC interface."::= { docsBpiCmObjects 2 }docsBpiCmTEKEntry OBJECT-TYPESYNTAX DocsBpiCmTEKEntryMAX-ACCESS not-accessibleSTATUS currentDESCRIPTION"Each entry contains objects describing the TEK association attributesof one SID. The CM MUST create one entry per unicast SID, regardlessof whether the SID was obtained from a Registration Response message,or from an Authorization Reply message."INDEX { ifIndex, docsIfCmServiceId }::= { docsBpiCmTEKTable 1 }DocsBpiCmTEKEntry ::= SEQUENCE {docsBpiCmTEKPrivacyEnable TruthValue,docsBpiCmTEKState INTEGER,docsBpiCmTEKExpiresOld DateAndTime,docsBpiCmTEKExpiresNew DateAndTime,docsBpiCmTEKKeyRequests Counter32,docsBpiCmTEKKeyReplies Counter32,docsBpiCmTEKKeyRejects Counter32,docsBpiCmTEKInvalids Counter32,docsBpiCmTEKAuthPends Counter32,docsBpiCmTEKKeyRejectErrorCode INTEGER,docsBpiCmTEKKeyRejectErrorString DisplayString,docsBpiCmTEKInvalidErrorCode INTEGER,docsBpiCmTEKInvalidErrorString DisplayString}docsBpiCmTEKPrivacyEnable OBJECT-TYPESYNTAX TruthValueMAX-ACCESS read-onlySTATUS currentDESCRIPTION"This object identifies whether this SID is provisioned to runBaseline Privacy. This is analogous to enabling Baseline Privacy ona provisioned SID using the Class-of-Service Privacy Enable option.Baseline Privacy is not effectively enabled for any SID unlessBaseline Privacy is enabled for the CM, which is managed via thedocsBpiCmPrivacyEnable object."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Appendix A.1.2."::= { docsBpiCmTEKEntry 1 }docsBpiCmTEKState OBJECT-TYPESYNTAX INTEGER { start(1), opWait(2), opReauthWait(3), operational(4), rekeyWait(5), rekeyReauthWait(6) }MAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the state of the indicated TEK FSM.The start(1) state indicates that FSM is in its initial state."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Section 4.1.3.1."::= { docsBpiCmTEKEntry 2 }docsBpiCmTEKExpiresOld OBJECT-TYPESYNTAX DateAndTimeMAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the actual clock time for expirationof the immediate predecessor of the most recent TEK for this FSM.If this FSM has only one TEK, then the value is the time of activationof this FSM."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Sections 4.2.1.5 and4.2.2.9."::= { docsBpiCmTEKEntry 3 }docsBpiCmTEKExpiresNew OBJECT-TYPESYNTAX DateAndTimeMAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the actual clock time for expirationof the most recent TEK for this FSM."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Sections 4.2.1.5 and4.2.2.9."::= { docsBpiCmTEKEntry 4 }docsBpiCmTEKKeyRequests OBJECT-TYPESYNTAX Counter32MAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the count of times the CM has transmitteda Key Request message."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.4."::= { docsBpiCmTEKEntry 5 }docsBpiCmTEKKeyReplies OBJECT-TYPESYNTAX Counter32MAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the count of times the CM has receiveda Key Reply message, including a message whose authentication failed."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.5."::= { docsBpiCmTEKEntry 6 }docsBpiCmTEKKeyRejects OBJECT-TYPESYNTAX Counter32MAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the count of times the CM has receiveda Key Reject message, including a message whose authentication failed."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.6."::= { docsBpiCmTEKEntry 7 }docsBpiCmTEKInvalids OBJECT-TYPESYNTAX Counter32MAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the count of times the CM has receiveda TEK Invalid message, including a message whose authentication failed."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.8."::= { docsBpiCmTEKEntry 8 }docsBpiCmTEKAuthPends OBJECT-TYPESYNTAX Counter32MAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the count of times an AuthorizationPending (Auth Pend) event occurred in this FSM."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Section 4.1.3.3.3."::= { docsBpiCmTEKEntry 9 }docsBpiCmTEKKeyRejectErrorCode OBJECT-TYPESYNTAX INTEGER { none(1), unknown(2), unauthorizedSid(4) }MAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the enumerated description of theError-Code in most recent Key Reject message received by the CM. Thishas value unknown(2) if the last Error-Code value was 0, and none(1)if no Key Reject message has been received since reboot."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Sections 4.1.2.6and 4.2.2.16."::= { docsBpiCmTEKEntry 10 }docsBpiCmTEKKeyRejectErrorString OBJECT-TYPESYNTAX DisplayString (SIZE (0..128))MAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the Display-String in most recent KeyReject message received by the CM. This is a zero length string if noKey Reject message has been received since reboot."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Sections 4.1.2.6and 4.2.2.6."::= { docsBpiCmTEKEntry 11 }docsBpiCmTEKInvalidErrorCode OBJECT-TYPESYNTAX INTEGER { none(1), unknown(2), invalidKeySequence(6) }MAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the enumerated description of theError-Code in most recent TEK Invalid message received by the CM.This has value unknown(2) if the last Error-Code value was 0, andnone(1) if no TEK Invalid message has been received since reboot."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Sections 4.1.2.8and 4.2.2.16."::= { docsBpiCmTEKEntry 12 }docsBpiCmTEKInvalidErrorString OBJECT-TYPESYNTAX DisplayString (SIZE (0..128))MAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the Display-String in most recent TEKInvalid message received by the CM. This is a zero length string ifno TEK Invalid message has been received since reboot."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Sections 4.1.2.8and 4.2.2.6."::= { docsBpiCmTEKEntry 13 }-- Cable Modem Termination System GroupdocsBpiCmtsObjects OBJECT IDENTIFIER ::= { docsBpiMIBObjects 2 }---- The BPI base table for CMTSs, indexed by ifIndex--docsBpiCmtsBaseTable OBJECT-TYPESYNTAX SEQUENCE OF DocsBpiCmtsBaseEntryMAX-ACCESS not-accessibleSTATUS currentDESCRIPTION"This table describes the basic Baseline Privacy attributes of eachCMTS MAC interface."::= { docsBpiCmtsObjects 1 }docsBpiCmtsBaseEntry OBJECT-TYPESYNTAX DocsBpiCmtsBaseEntryMAX-ACCESS not-accessibleSTATUS currentDESCRIPTION"Each entry contains objects describing attributes of one CMTS MACinterface. An entry in this table exists for each ifEntry with anifType of docsCableMaclayer(127)."INDEX { ifIndex }::= { docsBpiCmtsBaseTable 1 }DocsBpiCmtsBaseEntry ::= SEQUENCE {docsBpiCmtsDefaultAuthLifetime Integer32,docsBpiCmtsDefaultTEKLifetime Integer32,docsBpiCmtsDefaultAuthGraceTime Integer32,docsBpiCmtsDefaultTEKGraceTime Integer32,docsBpiCmtsAuthRequests Counter32,docsBpiCmtsAuthReplies Counter32,docsBpiCmtsAuthRejects Counter32,docsBpiCmtsAuthInvalids Counter32}docsBpiCmtsDefaultAuthLifetime OBJECT-TYPESYNTAX Integer32 (1..6048000)UNITS "seconds"MAX-ACCESS read-writeSTATUS currentDESCRIPTION"The value of this object is the default lifetime, in seconds, theCMTS assigns to a new authorization key."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Appendix A.2."::= { docsBpiCmtsBaseEntry 1 }docsBpiCmtsDefaultTEKLifetime OBJECT-TYPESYNTAX Integer32 (1..604800)UNITS "seconds"MAX-ACCESS read-writeSTATUS currentDESCRIPTION"The value of this object is the default lifetime, in seconds, theCMTS assigns to a new Traffic Encryption Key (TEK)."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Appendix A.2."::= { docsBpiCmtsBaseEntry 2 }-- Note: the following two objects have been obsoleted from this MIB.docsBpiCmtsDefaultAuthGraceTime OBJECT-TYPESYNTAX Integer32 (1..1800)UNITS "seconds"MAX-ACCESS read-writeSTATUS obsoleteDESCRIPTION"This object was obsoleted because the provisioning system, not the CMTS,manages the authorization key grace time for DOCSIS CMs."::= { docsBpiCmtsBaseEntry 3 }docsBpiCmtsDefaultTEKGraceTime OBJECT-TYPESYNTAX Integer32 (1..1800)UNITS "seconds"MAX-ACCESS read-writeSTATUS obsoleteDESCRIPTION"This object was obsoleted because the provisioning system, not the CMTS,manages the Traffic Encryption Key (TEK) grace time for DOCSIS CMs."::= { docsBpiCmtsBaseEntry 4 }docsBpiCmtsAuthRequests OBJECT-TYPESYNTAX Counter32MAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the count of times the CMTS hasreceived an Authorization Request message from any CM."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.1."::= { docsBpiCmtsBaseEntry 5 }docsBpiCmtsAuthReplies OBJECT-TYPESYNTAX Counter32MAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the count of times the CMTS hastransmitted an Authorization Reply message to any CM."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.2."::= { docsBpiCmtsBaseEntry 6 }docsBpiCmtsAuthRejects OBJECT-TYPESYNTAX Counter32MAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the count of times the CMTS hastransmitted an Authorization Reject message to any CM."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.3."::= { docsBpiCmtsBaseEntry 7 }docsBpiCmtsAuthInvalids OBJECT-TYPESYNTAX Counter32MAX-ACCESS read-onlySTATUS currentDESCRIPTION"The value of this object is the count of times the CMTS hastransmitted an Authorization Invalid message to any CM."REFERENCE"DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.7."::= { docsBpiCmtsBaseEntry 8 }---- The CMTS Authorization Table, indexed by ifIndex and CM MAC address--docsBpiCmtsAuthTable OBJECT-TYPESYNTAX SEQUENCE OF DocsBpiCmtsAuthEntryMAX-ACCESS not-accessibleSTATUS currentDESCRIPTION"This table describes the attributes of each CM authorizationassociation. The CMTS maintains one authorization association witheach Baseline Privacy-enabled CM on each CMTS MAC interface."::= { docsBpiCmtsObjects 2 }docsBpiCmtsAuthEntry OBJECT-TYPESYNTAX DocsBpiCmtsAuthEntryMAX-ACCESS not-accessibleSTATUS currentDESCRIPTION"Each entry contains objects describing attributes of oneauthorization association. The CMTS MUST create one entry per CM perMAC interface, based on the receipt of an Authorization Requestmessage, and MUST not delete the entry before the CM authorizationpermanently expires."INDEX { ifIndex, docsBpiCmtsAuthCmMacAddress }::= { docsBpiCmtsAuthTable 1 }DocsBpiCmtsAuthEntry ::= SEQUENCE {docsBpiCmtsAuthCmMacAddress MacAddress,docsBpiCmtsAuthCmPublicKey OCTET STRING,docsBpiCmtsAuthCmKeySequenceNumber Integer32,docsBpiCmtsAuthCmExpires DateAndTime,docsBpiCmtsAuthCmLifetime Integer32,docsBpiCmtsAuthCmGraceTime Integer32,docsBpiCmtsAuthCmReset INTEGER,docsBpiCmtsAuthCmRequests Counter32,docsBpiCmtsAuthCmReplies Counter32,docsBpiCmtsAuthCmRejects Counter32,docsBpiCmtsAuthCmInvalids Counter32,docsBpiCmtsAuthRejectErrorCode INTEGER,docsBpiCmtsAuthRejectErrorString DisplayString,docsBpiCmtsAuthInvalidErrorCode INTEGER,docsBpiCmtsAuthInvalidErrorString DisplayString}docsBpiCmtsAuthCmMacAddress OBJECT-TYPESYNTAX MacAddress
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -