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

📄 draft-ietf-idr-bgp4-mibv2-01.txt

📁 BCAST Implementation for NS2
💻 TXT
📖 第 1 页 / 共 5 页
字号:
Various Authors           Expires May 21, 2002                 [Page 27]Internet Draft                 BGP-MIB v2              November 21, 2001                The suggested value for this timer is 30                seconds."            REFERENCE                "RFC 1771, pp. 17-18"               ::= { bgpPeerConfiguredTimersEntry 3 }        bgpPeerMinASOriginationInterval OBJECT-TYPE            SYNTAX     Unsigned32 (1..65535)            MAX-ACCESS read-write            STATUS     current            DESCRIPTION                "Time interval in seconds for the                timer.  The suggested value for this timer is 15                seconds."            ::= { bgpPeerConfiguredTimersEntry 4 }        bgpPeerMinRouteAdvertiseInterval OBJECT-TYPE            SYNTAX     Unsigned32 (1..65535)            MAX-ACCESS read-write            STATUS     current            DESCRIPTION                "Time interval in seconds for the                MinRouteAdvertisementInterval timer.  The                value for this timer is 30 seconds."            ::= { bgpPeerConfiguredTimersEntry 5 }        --        -- Peer Negotiated Timers        --        bgpPeerNegotiatedTimersTable OBJECT-TYPE            SYNTAX     SEQUENCE OF BgpPeerNegotiatedTimersEntry            MAX-ACCESS not-accessible            STATUS     current            DESCRIPTION                "Current values of per-peer timers which can be                    dynamically set in the bgpPeerConfiguredTimersTable.                    Values reflected in this table are the current                operational values, after negotiation from values                    derived from initial configuration or last set from                    bgpPeerConfiguredTimersTable row instances."               ::= { bgpPeerTimers 3 }        bgpPeerNegotiatedTimersEntry OBJECT-TYPE            SYNTAX     BgpPeerNegotiatedTimersEntry            MAX-ACCESS not-accessible            STATUS     currentVarious Authors           Expires May 21, 2002                 [Page 28]Internet Draft                 BGP-MIB v2              November 21, 2001            DESCRIPTION                "Each entry reflects a value of the currently                    operational, negotiated timers as reflected in the                    BgpPeerNegotiatedTimersEntry."            INDEX { bgpPeerIndex }            ::= { bgpPeerNegotiatedTimersTable 1 }        BgpPeerNegotiatedTimersEntry ::= SEQUENCE {            bgpPeerHoldTime                Integer32,            bgpPeerKeepAlive                Integer32    }        bgpPeerHoldTime OBJECT-TYPE            SYNTAX     Integer32  ( 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                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 least 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)."-- +++wayne (from Tom Nadeau) would like to see enumerated cases of-- description as this has too many subcases.            ::= { bgpPeerNegotiatedTimersEntry 1 }        bgpPeerKeepAlive OBJECT-TYPE            SYNTAX     Integer32 ( 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                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)."            ::= { bgpPeerNegotiatedTimersEntry 2 }Various Authors           Expires May 21, 2002                 [Page 29]Internet Draft                 BGP-MIB v2              November 21, 2001        bgpPeerCapabilities        OBJECT IDENTIFIER ::= { bgpPeer 5 }        --        -- Peer Capabilities        --        --        -- Announced Capabilities        --        bgpPeerCapsAnnouncedTable OBJECT-TYPE            SYNTAX     SEQUENCE OF BgpPeerCapsAnnouncedEntry            MAX-ACCESS not-accessible            STATUS     current            DESCRIPTION                "This table contains contains the capabilities                that are supported for a given peer."            ::= { bgpPeerCapabilities 1 }        bgpPeerCapsAnnouncedEntry OBJECT-TYPE            SYNTAX     BgpPeerCapsAnnouncedEntry            MAX-ACCESS not-accessible            STATUS     current            DESCRIPTION                "These entries are keyed by a BGP-4 peer remote                address and the BGP Capability Code"            INDEX {                bgpPeerIndex,                bgpPeerCapAnnouncedCode,                bgpPeerCapAnnouncedIndex                }            ::= { bgpPeerCapsAnnouncedTable 1 }        BgpPeerCapsAnnouncedEntry ::= SEQUENCE {                bgpPeerCapAnnouncedCode                    Unsigned32,                bgpPeerCapAnnouncedIndex                    Unsigned32,                bgpPeerCapAnnouncedLength                    Unsigned32,                bgpPeerCapAnnouncedValue                    OCTET STRING                }Various Authors           Expires May 21, 2002                 [Page 30]Internet Draft                 BGP-MIB v2              November 21, 2001        bgpPeerCapAnnouncedCode OBJECT-TYPE            SYNTAX     Unsigned32 (0..255)            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                "The BGP Capability Advertisement Capability Code."            ::= { bgpPeerCapsAnnouncedEntry 1 }        bgpPeerCapAnnouncedIndex OBJECT-TYPE            SYNTAX     Unsigned32 (1..128)            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                "Multiple instances of a given capability may be sent                bgp a BGP speaker.  This variable is used to index them."            ::= { bgpPeerCapsAnnouncedEntry 2 }        bgpPeerCapAnnouncedLength OBJECT-TYPE            SYNTAX     Unsigned32            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                "The length of the announced capability."            ::= { bgpPeerCapsAnnouncedEntry 3 }        bgpPeerCapAnnouncedValue OBJECT-TYPE            SYNTAX     OCTET STRING (SIZE(0..255))            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                "The value of the announced capability."            ::= { bgpPeerCapsAnnouncedEntry 4 }        --        -- Received Capabilities        --        bgpPeerCapsReceivedTable OBJECT-TYPE            SYNTAX     SEQUENCE OF Bgp4PeerCapsReceivedEntry            MAX-ACCESS not-accessible            STATUS     current            DESCRIPTION                "This table contains contains the capabilitiesVarious Authors           Expires May 21, 2002                 [Page 31]Internet Draft                 BGP-MIB v2              November 21, 2001                that are supported for a given peer."            ::= { bgpPeerCapabilities 2 }        bgpPeerCapsReceivedEntry OBJECT-TYPE            SYNTAX     Bgp4PeerCapsReceivedEntry            MAX-ACCESS not-accessible            STATUS     current            DESCRIPTION                "These entries are keyed by a BGP-4 peer remote                address and the BGP Capability Code"            INDEX {                bgpPeerRemoteAddrType,                bgpPeerRemoteAddr,                bgpPeerCapReceivedCode,                bgpPeerCapReceivedIndex                }            ::= { bgpPeerCapsReceivedTable 1 }        Bgp4PeerCapsReceivedEntry ::= SEQUENCE {                bgpPeerCapReceivedCode                    Unsigned32,                bgpPeerCapReceivedIndex                    Unsigned32,                bgpPeerCapReceivedLength                    Unsigned32,                bgpPeerCapReceivedValue                    OCTET STRING                }        bgpPeerCapReceivedCode OBJECT-TYPE            SYNTAX     Unsigned32 (0..255)            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                "The BGP Capability Advertisement Capability Code."            ::= { bgpPeerCapsReceivedEntry 1 }        bgpPeerCapReceivedIndex OBJECT-TYPE            SYNTAX     Unsigned32 (1..128)            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                "Multiple instances of a given capability may be sent                bgp a BGP speaker.  This variable is used to index them."Various Authors           Expires May 21, 2002                 [Page 32]Internet Draft                 BGP-MIB v2              November 21, 2001            ::= { bgpPeerCapsReceivedEntry 2 }        bgpPeerCapReceivedLength OBJECT-TYPE            SYNTAX     Unsigned32            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                "The length of the announced capability."            ::= { bgpPeerCapsReceivedEntry 3 }        bgpPeerCapReceivedValue OBJECT-TYPE            SYNTAX     OCTET STRING (SIZE(0..255))            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                "The value of the announced capability."            ::= { bgpPeerCapsReceivedEntry 4 }        bgpPeerCounters        OBJECT IDENTIFIER ::= { bgpPeer 6 }        bgpPeerCountersTable OBJECT-TYPE            SYNTAX     SEQUENCE OF BgpPeerCountersEntry            MAX-ACCESS not-accessible            STATUS     current            DESCRIPTION                "The counters associated with a BGP Peer."            ::= { bgpPeerCounters 1 }        bgpPeerCountersEntry OBJECT-TYPE            SYNTAX     BgpPeerCountersEntry            MAX-ACCESS not-accessible            STATUS     current            DESCRIPTION                "Each entry contains counters of messsage transmissions                    and FSM transitions for a given BGP Peering session."            INDEX { bgpPeerIndex }            ::= { bgpPeerCountersTable 1 }        BgpPeerCountersEntry ::= SEQUENCE {                bgpPeerInUpdates                    Counter32,                bgpPeerOutUpdatesVarious Authors           Expires May 21, 2002                 [Page 33]Internet Draft                 BGP-MIB v2              November 21, 2001                    Counter32,                bgpPeerInTotalMessages                    Counter32,                bgpPeerOutTotalMessages                    Counter32,                bgpPeerFsmEstablishedTransitions                     Counter32                }-- +++wayne need to describe what happens if connection is broken-- and then reestablished. Does the prior counter value accumulate?        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."            ::= { bgpPeerCountersEntry 1 }        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  

⌨️ 快捷键说明

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