⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2064.txt

📁 著名的RFC文档,其中有一些文档是已经翻译成中文的的.
💻 TXT
📖 第 1 页 / 共 5 页
字号:
Brownlee                      Experimental                     [Page 22]RFC 2064                       Meter MIB                    January 1997flowDataSourcePeerType OBJECT-TYPE    SYNTAX  AddressType    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Peer address type of the source for this flow."    ::= { flowDataEntry 8 }flowDataSourcePeerAddress OBJECT-TYPE    SYNTAX  PeerAddress    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Address of the peer device for the source of this flow."    ::= { flowDataEntry 9 }flowDataSourcePeerMask OBJECT-TYPE    SYNTAX  PeerAddress    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "1-bits in this mask indicate which bits must match when        comparing the source peer address for this flow."    ::= { flowDataEntry 10 }flowDataSourceTransType OBJECT-TYPE    SYNTAX  INTEGER (1..255)    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Transport address type of the source for this flow.  The        value of this attribute will depend on the peer address type."    ::= { flowDataEntry 11 }flowDataSourceTransAddress OBJECT-TYPE    SYNTAX  TransportAddress    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Transport address for the source of this flow."    ::= { flowDataEntry 12 }flowDataSourceTransMask OBJECT-TYPE    SYNTAX  TransportAddress    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "1-bits in this mask indicate which bits must match whenBrownlee                      Experimental                     [Page 23]RFC 2064                       Meter MIB                    January 1997        comparing the transport source address for this flow."    ::= { flowDataEntry 13 }flowDataDestInterface OBJECT-TYPE    SYNTAX  Integer32    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Index of the interface associated with the dest address for        this flow.  This value is one of the values contained in the        ifIndex field of the interfaces table."    ::= { flowDataEntry 14 }flowDataDestAdjacentType OBJECT-TYPE    SYNTAX  AddressType    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Adjacent address type of the destination for this flow."    ::= { flowDataEntry 15 }flowDataDestAdjacentAddress OBJECT-TYPE    SYNTAX  AdjacentAddress    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Address of the adjacent device on the path for the        destination for this flow."    ::= { flowDataEntry 16 }flowDataDestAdjacentMask OBJECT-TYPE    SYNTAX  AdjacentAddress    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "1-bits in this mask indicate which bits must match when        comparing the adjacent dest address for this flow."    ::= { flowDataEntry 17 }flowDataDestPeerType OBJECT-TYPE    SYNTAX  AddressType    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Peer address type of the destination for this flow."    ::= { flowDataEntry 18 }flowDataDestPeerAddress OBJECT-TYPEBrownlee                      Experimental                     [Page 24]RFC 2064                       Meter MIB                    January 1997    SYNTAX  PeerAddress    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Address of the peer device for the destination of this flow."    ::= { flowDataEntry 19 }flowDataDestPeerMask OBJECT-TYPE    SYNTAX  PeerAddress    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "1-bits in this mask indicate which bits must match when        comparing the dest peer type for this flow."    ::= { flowDataEntry 20 }flowDataDestTransType OBJECT-TYPE    SYNTAX  INTEGER (1..255)    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Transport address type of the destination for this flow.  The        value of this attribute will depend on the peer address type."    ::= { flowDataEntry 21 }flowDataDestTransAddress OBJECT-TYPE    SYNTAX  TransportAddress    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Transport address for the destination of this flow."    ::= { flowDataEntry 22 }flowDataDestTransMask OBJECT-TYPE    SYNTAX  TransportAddress    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "1-bits in this mask indicate which bits must match when        comparing the transport destination address for this flow."    ::= { flowDataEntry 23 }flowDataPDUScale OBJECT-TYPE    SYNTAX  INTEGER (1..255)    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "The scale factor applied to this particular flow.  IndicatesBrownlee                      Experimental                     [Page 25]RFC 2064                       Meter MIB                    January 1997        the number of bits the PDU counter values should be moved left        to obtain the actual values."    ::= { flowDataEntry 24 }flowDataOctetScale OBJECT-TYPE    SYNTAX  INTEGER (1..255)    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "The scale factor applied to this particular flow.  Indicates        the number of bits the octet counter values should be moved        left to obtain the actual values."    ::= { flowDataEntry 25 }flowDataRuleSet OBJECT-TYPE    SYNTAX  INTEGER (1..255)    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "The RuleSet number of the rule set which created this flow."    ::= { flowDataEntry 26 }flowDataToOctets OBJECT-TYPE    SYNTAX  Counter32    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "The count of octets flowing from source to dest address and        being delivered to the protocol level being metered.  In the        case of IP this would count the number of octets delivered to        the IP level."    ::= { flowDataEntry 27 }flowDataToPDUs OBJECT-TYPE    SYNTAX  Counter32    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "The count of protocol packets flowing from source to dest        address and being delivered to the protocol level being        metered.  In the case of IP, for example, this would count the        IP packets delivered to the IP protocol level."    ::= { flowDataEntry 28 }flowDataFromOctets OBJECT-TYPE    SYNTAX  Counter32    MAX-ACCESS  read-only    STATUS  currentBrownlee                      Experimental                     [Page 26]RFC 2064                       Meter MIB                    January 1997    DESCRIPTION        "The count of octets flowing from dest to source address and        being delivered to the protocol level being metered."    ::= { flowDataEntry 29 }flowDataFromPDUs OBJECT-TYPE    SYNTAX  Counter32    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "The count of protocol packets flowing from dest to source        address and being delivered to the protocol level being        metered.  In the case of IP, for example, this would count        the IP packets delivered to the IP protocol level."    ::= { flowDataEntry 30 }flowDataFirstTime OBJECT-TYPE    SYNTAX  TimeTicks    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "The time at which this flow was first entered in the table"    ::= { flowDataEntry 31 }flowDataLastActiveTime OBJECT-TYPE    SYNTAX  TimeTicks    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "The last time this flow had activity, i.e. the time of        arrival of the most recent PDU belonging to this flow."    ::= { flowDataEntry 32 }flowDataSourceSubscriberID OBJECT-TYPE    SYNTAX  OCTET STRING (SIZE (4..20))    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Subscriber ID associated with the source address for this        flow."    ::= { flowDataEntry 33 }flowDataDestSubscriberID OBJECT-TYPE    SYNTAX  OCTET STRING (SIZE (4..20))    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Subscriber ID associated with the dest address for thisBrownlee                      Experimental                     [Page 27]RFC 2064                       Meter MIB                    January 1997        flow."    ::= { flowDataEntry 34 }flowDataSessionID OBJECT-TYPE    SYNTAX  OCTET STRING (SIZE (4..10))    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Session ID for this flow.  Such an ID might be allocated        by a network access server to distinguish a series of sessions        between the same pair of addresses, which would otherwise        appear to be parts of the same accounting flow."    ::= { flowDataEntry 35 }flowDataSourceClass OBJECT-TYPE    SYNTAX  INTEGER (1..255)    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Source class for this flow.  Determined by the rules, set by        a PushRule action when this flow was entered in the table."    ::= { flowDataEntry 36 }flowDataDestClass OBJECT-TYPE    SYNTAX  INTEGER (1..255)    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Destination class for this flow.  Determined by the rules, set        by a PushRule action when this flow was entered in the table."    ::= { flowDataEntry 37 }flowDataClass OBJECT-TYPE    SYNTAX  INTEGER (1..255)    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Class for this flow.  Determined by the rules, set by a        PushRule action when this flow was entered in the table."    ::= { flowDataEntry 38 }flowDataSourceKind OBJECT-TYPE    SYNTAX  INTEGER (1..255)    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Source kind for this flow.  Determined by the rules, set by        a PushRule action when this flow was entered in the table."Brownlee                      Experimental                     [Page 28]RFC 2064                       Meter MIB                    January 1997    ::= { flowDataEntry 39 }flowDataDestKind OBJECT-TYPE    SYNTAX  INTEGER (1..255)    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Destination kind for this flow.  Determined by the rules, set        by a PushRule action when this flow was entered in the table."    ::= { flowDataEntry 40 }flowDataKind OBJECT-TYPE    SYNTAX  INTEGER (1..255)    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Class for this flow.  Determined by the rules, set by a        PushRule action when this flow was entered in the table."    ::= { flowDataEntry 41 }---- The Activity Column Table--flowColumnActivityTable OBJECT-TYPE    SYNTAX  SEQUENCE OF FlowColumnActivityEntry    MAX-ACCESS  not-accessible    STATUS   current    DESCRIPTION        "Index into the Flow Table.  Allows a meter reader to retrieve        a list containing the flow table indeces of flows which were        last active at or after a given time, together with the values        of a specified attribute for each such flow."    ::= { flowData 2 }flowColumnActivityEntry OBJECT-TYPE    SYNTAX  FlowColumnActivityEntry    MAX-ACCESS  not-accessible    STATUS  current    DESCRIPTION        "The Column Activity Entry for a particular attribute,        activity time and flow."    INDEX { flowColumnActivityAttribute, flowColumnActivityTime,            flowColumnActivityIndex }    ::= { flowColumnActivityTable 1 }FlowColumnActivityEntry ::= SEQUENCE {Brownlee                      Experimental                     [Page 29]RFC 2064                       Meter MIB                    January 1997    flowColumnActivityAttribute   FlowAttributeNumber,    flowColumnActivityTime        TimeFilter,    flowColumnActivityIndex       Integer32,    flowColumnActivityData        OCTET STRING    }flowColumnActivityAttribute OBJECT-TYPE    SYNTAX  FlowAttributeNumber    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION        "Specifies the attribute for which values are required from        active flows."    ::= { flowColumnActivityEntry 1 }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -