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

📄 draft-ietf-idr-bgp4-mib-05.txt

📁 BCAST Implementation for NS2
💻 TXT
📖 第 1 页 / 共 4 页
字号:
        bgpPeerAdminStatus OBJECT-TYPE            SYNTAX     INTEGER {                                stop(1),                                start(2)                       }            MAX-ACCESS read-write            STATUS     current            DESCRIPTION                    "The desired state of the BGP connection.  A                    transition from 'stop' to 'start' will cause                    the BGP Start Event to be generated.  A                    transition from 'start' to 'stop' will cause                    the BGP Stop Event to be generated.  This                    parameter can be used to restart BGP peer                    connections.  Care should be used in providing                    write access to this object without adequate                    authentication."            ::= { bgpPeerEntry 3 }        bgpPeerNegotiatedVersion OBJECT-TYPEExpires June 2001                                             [Page 8]INTERNET DRAFT                 BGP-4 MIB                   December 2000            SYNTAX     Integer[1..255]    --- change to match draft            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The negotiated version of BGP running between                    the two peers."            ::= { bgpPeerEntry 4 }        bgpPeerLocalAddr OBJECT-TYPE            SYNTAX     IpAddress            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The local IP address of this entry's BGP                    connection."            ::= { bgpPeerEntry 5 }        bgpPeerLocalPort OBJECT-TYPE            SYNTAX     INTEGER (0..65535)            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The local port for the TCP connection between                    the BGP peers."            ::= { bgpPeerEntry 6 }        bgpPeerRemoteAddr OBJECT-TYPE            SYNTAX     IpAddress            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The remote IP address of this entry's BGP                    peer."            ::= { bgpPeerEntry 7 }        bgpPeerRemotePort OBJECT-TYPE            SYNTAX     INTEGER (0..65535)            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The remote port for the TCP connection between                    the BGP peers.  Note that the objects                    bgpPeerLocalAddr, bgpPeerLocalPort,                    bgpPeerRemoteAddr and bgpPeerRemotePort                    provide the appropriate reference to the                    standard MIB TCP connection table."            ::= { bgpPeerEntry 8 }Expires June 2001                                             [Page 9]INTERNET DRAFT                 BGP-4 MIB                   December 2000        bgpPeerRemoteAs OBJECT-TYPE            SYNTAX     INTEGER (0..65535)            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The remote autonomous system number."            ::= { bgpPeerEntry 9 }        bgpPeerInUpdates OBJECT-TYPE            SYNTAX     Counter32            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The number of BGP UPDATE messages received on                    this connection.  This object should be                    initialized to zero (0) when the connection is                    established."            ::= { bgpPeerEntry 10 }        bgpPeerOutUpdates OBJECT-TYPE            SYNTAX     Counter32            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The number of BGP UPDATE messages transmitted                    on this connection.  This object should be                    initialized to zero (0) when the connection is                    established."            ::= { bgpPeerEntry 11 }        bgpPeerInTotalMessages OBJECT-TYPE            SYNTAX     Counter32            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The total number of messages received from the                    remote peer on this connection.  This object                    should be initialized to zero when the                    connection is established."            ::= { bgpPeerEntry 12 }        bgpPeerOutTotalMessages OBJECT-TYPE            SYNTAX     Counter32            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The total number of messages transmitted to                    the remote peer on this connection.  This objectExpires June 2001                                            [Page 10]INTERNET DRAFT                 BGP-4 MIB                   December 2000                    should be initialized to zero when the                    connection is established."            ::= { bgpPeerEntry 13 }        bgpPeerLastError OBJECT-TYPE            SYNTAX     OCTET STRING (SIZE (2))            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The last error code and subcode seen by this                    peer on this connection.  If no error has                    occurred, this field is zero.  Otherwise, the                    first byte of this two byte OCTET STRING                    contains the error code, and the second byte                    contains the subcode."            ::= { bgpPeerEntry 14 }        bgpPeerFsmEstablishedTransitions OBJECT-TYPE            SYNTAX     Counter32            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The total number of times the BGP FSM                    transitioned into the established state."            ::= { bgpPeerEntry 15 }        bgpPeerFsmEstablishedTime OBJECT-TYPE            SYNTAX     Gauge32            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "This timer indicates how long (in seconds) this                    peer has been in the Established state or how long                    since this peer was last in the Established state.                    It is set to zero when a new peer is configured or                    the router is booted."            ::= { bgpPeerEntry 16 }        bgpPeerConnectRetryInterval OBJECT-TYPE            SYNTAX     INTEGER (1..65535)            MAX-ACCESS read-write            STATUS     current            DESCRIPTION                    "Time interval in seconds for the ConnectRetry                    timer.  The suggested value for this timer is                    120 seconds."            ::= { bgpPeerEntry 17 }Expires June 2001                                            [Page 11]INTERNET DRAFT                 BGP-4 MIB                   December 2000        bgpPeerHoldTime OBJECT-TYPE            SYNTAX     INTEGER  ( 0 | 3..65535 )            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "Time interval in seconds for the Hold Timer                    established with the peer.  The value of this                    object is calculated by this BGP speaker by                    using the smaller of the value in                    bgpPeerHoldTimeConfigured and the Hold Time                    received in the OPEN message.  This value                    must be at lease three seconds if it is not                    zero (0) in which case the Hold Timer has                    not been established with the peer, or, the                    value of bgpPeerHoldTimeConfigured is zero (0)."            ::= { bgpPeerEntry 18 }        bgpPeerKeepAlive OBJECT-TYPE            SYNTAX     INTEGER ( 0 | 1..21845 )            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "Time interval in seconds for the KeepAlive                    timer established with the peer.  The value of                    this object is calculated by this BGP speaker                    such that, when compared with bgpPeerHoldTime,                    it has the same proportion as what                    bgpPeerKeepAliveConfigured has when compared                    with bgpPeerHoldTimeConfigured.  If the value                    of this object is zero (0), it indicates that                    the KeepAlive timer has not been established                    with the peer, or, the value of                    bgpPeerKeepAliveConfigured is zero (0)."            ::= { bgpPeerEntry 19 }        bgpPeerHoldTimeConfigured OBJECT-TYPE            SYNTAX     INTEGER ( 0 | 3..65535 )            MAX-ACCESS read-write            STATUS     current            DESCRIPTION                    "Time interval in seconds for the Hold Time                    configured for this BGP speaker with this peer.                    This value is placed in an OPEN message sent to                    this peer by this BGP speaker, and is compared                    with the Hold Time field in an OPEN message                    received from the peer when determining the Hold                    Time (bgpPeerHoldTime) with the peer.  This value                    must not be less than three seconds if it is notExpires June 2001                                            [Page 12]INTERNET DRAFT                 BGP-4 MIB                   December 2000                    zero (0) in which case the Hold Time is NOT to be                    established with the peer.  The suggested value for                    this timer is 90 seconds."            ::= { bgpPeerEntry 20 }        bgpPeerKeepAliveConfigured OBJECT-TYPE            SYNTAX     INTEGER ( 0 | 1..21845 )            MAX-ACCESS read-write            STATUS     current            DESCRIPTION                    "Time interval in seconds for the KeepAlive timer                    configured for this BGP speaker with this peer.                    The value of this object will only determine the                    KEEPALIVE messages' frequency relative to the value                    specified in bgpPeerHoldTimeConfigured; the actual                    time interval for the KEEPALIVE messages is                    indicated by bgpPeerKeepAlive.  A reasonable                    maximum value for this timer would be configured to                    be one third of that of bgpPeerHoldTimeConfigured.                    If the value of this object is zero (0), no                    periodical KEEPALIVE messages are sent to the peer                    after the BGP connection has been established.  The                    suggested value for this timer is 30 seconds."            ::= { bgpPeerEntry 21 }        bgpPeerMinASOriginationInterval OBJECT-TYPE            SYNTAX     INTEGER (1..65535)            MAX-ACCESS read-write            STATUS     current            DESCRIPTION                    "Time interval in seconds for the                    MinASOriginationInterval timer.                    The suggested value for this timer is 15 seconds."            ::= { bgpPeerEntry 22 }        bgpPeerMinRouteAdvertisementInterval OBJECT-TYPE            SYNTAX     INTEGER (1..65535)            MAX-ACCESS read-write            STATUS     current            DESCRIPTION                    "Time interval in seconds for the                    MinRouteAdvertisementInterval timer.                    The suggested value for this timer is 30 seconds."            ::= { bgpPeerEntry 23 }        bgpPeerInUpdateElapsedTime OBJECT-TYPE            SYNTAX     Gauge32            MAX-ACCESS read-onlyExpires June 2001                                            [Page 13]INTERNET DRAFT                 BGP-4 MIB                   December 2000            STATUS     current            DESCRIPTION                    "Elapsed time in seconds since the last BGP                    UPDATE message was received from the peer.                    Each time bgpPeerInUpdates is incremented,                    the value of this object is set to zero (0)."            ::= { bgpPeerEntry 24 }        bgpIdentifier OBJECT-TYPE            SYNTAX     IpAddress            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The BGP Identifier of local system."            ::= { bgp 4 }        -- Received Path Attribute Table.  This table contains,        -- one entry per path to a network, path attributes        -- received from all peers running BGP version 3 or less.        -- This table is obsolete, having been replaced in        -- functionality with the bgp4PathAttrTable.        bgpRcvdPathAttrTable OBJECT-TYPE            SYNTAX     SEQUENCE OF BgpPathAttrEntry            MAX-ACCESS not-accessible            STATUS     obsolete            DESCRIPTION                    "The BGP Received Path Attribute Table contains                    information about paths to destination networks                    received from all peers running BGP version 3 or                    less."            ::= { bgp 5 }        bgpPathAttrEntry OBJECT-TYPE            SYNTAX     BgpPathAttrEntry            MAX-ACCESS not-accessible            STATUS     obsolete            DESCRIPTION                    "Information about a path to a network."            INDEX { bgpPathAttrDestNetwork,                    bgpPathAttrPeer        }            ::= { bgpRcvdPathAttrTable 1 }        BgpPathAttrEntry ::= SEQUENCE {Expires June 2001                                            [Page 14]INTERNET DRAFT                 BGP-4 MIB                   December 2000            bgpPathAttrPeer                 IpAddress,            bgpPathAttrDestNetwork                 IpAddress,            bgpPathAttrOrigin                 INTEGER,            bgpPathAttrASPath                 OCTET STRING,            bgpPathAttrNextHop                 IpAddress,            bgpPathAttrInterASMetric                 Integer32        }        bgpPathAttrPeer OBJECT-TYPE            SYNTAX     IpAddress            MAX-ACCESS read-only            STATUS     obsolete            DESCRIPTION                    "The IP address of the peer where the path                    information was learned."            ::= { bgpPathAttrEntry 1 }        bgpPathAttrDestNetwork OBJECT-TYPE            SYNTAX     IpAddress            MAX-ACCESS read-only            STATUS     obsolete            DESCRIPTION                    "The address of the destination network."            ::= { bgpPathAttrEntry 2 }        bgpPathAttrOrigin OBJECT-TYPE            SYNTAX     INTEGER {                           igp(1),-- networks are interior                           egp(2),-- networks learned via EGP                           incomplete(3) -- undetermined                       }            MAX-ACCESS read-only            STATUS     obsolete            DESCRIPTION                 "The ultimate origin of the path information."            ::= { bgpPathAttrEntry 3 }        bgpPathAttrASPath OBJECT-TYPE            SYNTAX     OCTET STRING (SIZE (2..255))            MAX-ACCESS read-only            STATUS     obsolete            DESCRIPTIONExpires June 2001                                           [Page 15]INTERNET DRAFT                 BGP-4 MIB                   December 2000                    "The set of ASs that must be traversed to reach                    the network.  This object is probably best                    represented as SEQUENCE OF INTEGER.  For SMI                    compatibility, though, it is represented as                    OCTET STRING.  Each AS is represented as a pair                    of octets according to the following algorithm:                        first-byte-of-pair = ASNumber / 256;                        second-byte-of-pair = ASNumber & 255;"

⌨️ 快捷键说明

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