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

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

📁 BCAST Implementation for NS2
💻 TXT
📖 第 1 页 / 共 5 页
字号:
Various Authors      Expires July  13, 2002             [Page 20]Internet Draft              BGP-MIB v2              July 13, 2001--  +++wayne the following two showed up in the table, but not in the--  enumerated table columns.  Is this the idea of what they were --  supposed to be about?  This sounds like a *lot* of state for the --  router to be maintaining (withdrawn local and peer prefixes...    bgpPrefixCountersPrefixesReceived OBJECT-TYPE        SYNTAX     Counter32        MAX-ACCESS read-only        STATUS     current        DESCRIPTION        "Total number of discrete prefixes received from this peer. The        value in bgpPrefixCountersPrefixesReceived will be greater        than or equal to what is in bgpPrefixCountersInPrefixes,         since it will reflect prefixes received from this peer which        may have been subsquently withdrawn, and hence will no longer        be stored in the Adj-Ribs-In for that peer."        ::= { bgpPrefixCountersEntry 3 }    bgpPrefixCountersPrefixesSent OBJECT-TYPE        SYNTAX     Counter32        MAX-ACCESS read-only        STATUS     current        DESCRIPTION        "Total number of prefixes which the local BGP speaker        has announced to this peer.  The value for         bgpPrefixCountersPrefixesSent will be greater than or equal to         bgpPrefixCountersOutPrefixes, since it reflects prefixes         which have been subsequently withdrawn after their announcement        (assuming any such withdrawn prefixes exist)."        ::= { bgpPrefixCountersEntry 4 }    bgpPrefixCountersWithdrawsReceived OBJECT-TYPE        SYNTAX     Counter32        MAX-ACCESS read-only        STATUS     current        DESCRIPTION        "Total number of prefixes withdrawn by this peer.  Specifically,        this is the total number of withdrawn-routes which have        been received in UPDATE messages from this peer."        ::= { bgpPrefixCountersEntry 5 }    bgpPrefixCountersWithdrawsSent  OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION        "Total number of prefixes which have been reported as         withdrawn by the local BGP speaker to the peer in         locally generated UPDATE messages to the peer."        ::= { bgpPrefixCountersEntry 6 }    			Various Authors      Expires July  13, 2002             [Page 21]Internet Draft              BGP-MIB v2              July 13, 2001			bgpPrefixCountersInPrefixes OBJECT-TYPE        SYNTAX     Gauge32        MAX-ACCESS read-only        STATUS     current        DESCRIPTION        "The number of prefixes received from a peer and are         stored in the Adj-Ribs-In for that peer."        -- jmh - note that we're allowing stuff to be discarded        ::= { bgpPrefixCountersEntry 7 }    bgpPrefixCountersInPrefixesAccepted OBJECT-TYPE        SYNTAX     Gauge32        MAX-ACCESS read-only        STATUS     current        DESCRIPTION        "The number of prefixes for a peer that are installed         in the Adj-Ribs-In and are eligible to become active         in the Loc-Rib."        ::= { bgpPrefixCountersEntry 8 }    bgpPrefixCountersInPrefixesRejected OBJECT-TYPE        SYNTAX     Gauge32        MAX-ACCESS read-only        STATUS     current        DESCRIPTION        "The number of prefixes for a peer that are installed         in the Adj-Ribs-In and are NOT eligible to become active         in the Loc-Rib."        ::= { bgpPrefixCountersEntry 9 }    bgpPrefixCountersOutPrefixes OBJECT-TYPE        SYNTAX     Gauge32        MAX-ACCESS read-only        STATUS     current        DESCRIPTION        "The number of prefixes for a peer that are installed         in that peer's Adj-Ribs-Out."        ::= { bgpPrefixCountersEntry 10 }--      This is the point at which per-protocol extension subsections --      would root their branches off of to define per-extension-based --      tables, scalar management objects.        bgpPerPeerExtensions    OBJECT IDENTIFIER ::= { bgpPeerData 3 }Various Authors      Expires July  13, 2002             [Page 22]Internet Draft              BGP-MIB v2              July 13, 2001---- capabilities -- -- Mount this in its own subtree--         bgpCapabilitiesData   OBJECT IDENTIFIER ::= { bgp 3 }            --        --        --            bgp4SupportedCapabilitiesTable OBJECT-TYPE            SYNTAX     SEQUENCE OF Bgp4SupportedCapabilityEntry            MAX-ACCESS not-accessible            STATUS     current            DESCRIPTION            "Table of supported BGP-4 capabilities."            ::= { bgpCapabilitiesData 1 }            bgp4SupportedCapabilitiesEntry OBJECT-TYPE            SYNTAX     Bgp4SupportedCapabilityEntry            MAX-ACCESS not-accessible            STATUS     current            DESCRIPTION            "Information about supported capabilities indexed            by capability number.""            INDEX {            bgp4SupportedCapabilityIndex            }            ::= { bgp4SupportedCapabilitiesTable 1 }            Bgp4SupportedCapabilityEntry ::= SEQUENCE {                bgp4SupportedCapabilityIndex                Integer32,                bgp4SupportedCapability                TruthValue                }                            bgp4SupportedCapabilityIndex OBJECT-TYPE                SYNTAX     Integer32 (0..255)                MAX-ACCESS read-only                STATUS     current                DESCRIPTION                "Index of supported capability.  The index directly                corresponds with the BGP-4 Capability Advertisement                Capability Code."                ::= { bgp4SupportedCapabilitiesEntry 1 }                						Various Authors      Expires July  13, 2002             [Page 23]Internet Draft              BGP-MIB v2              July 13, 2001						bgp4SupportedCapability OBJECT-TYPE                SYNTAX     TruthValue                MAX-ACCESS read-only                STATUS     current                DESCRIPTION                "This value is True if this capability is supported,                otherwise."                ::= { bgp4SupportedCapabilitiesEntry 2 }                    --            --            --            bgp4PeerCapsAnnouncedTable OBJECT-TYPE                SYNTAX     SEQUENCE OF Bgp4PeerCapsAnnouncedEntry                MAX-ACCESS not-accessible                STATUS     current                DESCRIPTION                "This table contains contains the capabilities                that are supported for a given peer."                ::= { bgpCapabilitiesData 3 }            bgp4PeerCapsAnnouncedEntry OBJECT-TYPE            SYNTAX     Bgp4PeerCapsAnnouncedEntry            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,            bgp4PeerCapAnnouncedCode,            bgp4PeerCapAnnouncedIndex            }            ::= { bgp4PeerCapsAnnouncedTable 1 }            Bgp4PeerCapsAnnouncedEntry ::= SEQUENCE {            bgp4PeerCapAnnouncedCode            Integer32,            bgp4PeerCapAnnouncedIndex            Integer32,            bgp4PeerCapAnnouncedLength            Integer32,            bgp4PeerCapAnnouncedValue            OCTET STRING            }            bgp4PeerCapAnnouncedCode OBJECT-TYPE            SYNTAX     Integer32 (0..255)            MAX-ACCESS read-only            STATUS     current            DESCRIPTION            "The BGP Capability Advertisement Capability Code."            ::= { bgp4PeerCapsAnnouncedEntry 1 }    Various Authors      Expires July  13, 2002             [Page 24]Internet Draft              BGP-MIB v2              July 13, 2001        		bgp4PeerCapAnnouncedIndex OBJECT-TYPE            SYNTAX     Integer32 (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."            ::= { bgp4PeerCapsAnnouncedEntry 2 }            bgp4PeerCapAnnouncedLength OBJECT-TYPE            SYNTAX     Integer32            MAX-ACCESS read-only            STATUS     current            DESCRIPTION            "The length of the announced capability."            ::= { bgp4PeerCapsAnnouncedEntry 3 }            bgp4PeerCapAnnouncedValue OBJECT-TYPE            SYNTAX     OCTET STRING (SIZE(0..255))            MAX-ACCESS read-only            STATUS     current            DESCRIPTION            "The value of the announced capability."            ::= { bgp4PeerCapsAnnouncedEntry 4 }        --    --    --        bgp4PeerCapsReceivedTable OBJECT-TYPE            SYNTAX     SEQUENCE OF Bgp4PeerCapsReceivedEntry            MAX-ACCESS not-accessible            STATUS     current            DESCRIPTION            "This table contains contains the capabilities            that are supported for a given peer."            ::= { bgpCapabilitiesData 3 }        bgp4PeerCapsReceivedEntry 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,            bgp4PeerCapReceivedCode,            bgp4PeerCapReceivedIndex            }            ::= { bgp4PeerCapsReceivedTable 1 }        				Various Authors      Expires July  13, 2002             [Page 25]Internet Draft              BGP-MIB v2              July 13, 2001				Bgp4PeerCapsReceivedEntry ::= SEQUENCE {            bgp4PeerCapReceivedCode            Integer32,            bgp4PeerCapReceivedIndex            Integer32,            bgp4PeerCapReceivedLength            Integer32,            bgp4PeerCapReceivedValue            OCTET STRING        }            bgp4PeerCapReceivedCode OBJECT-TYPE            SYNTAX     Integer32 (0..255)            MAX-ACCESS read-only            STATUS     current            DESCRIPTION            "The BGP Capability Advertisement Capability Code."            ::= { bgp4PeerCapsReceivedEntry 1 }            bgp4PeerCapReceivedIndex OBJECT-TYPE            SYNTAX     Integer32 (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."            ::= { bgp4PeerCapsReceivedEntry 2 }            bgp4PeerCapReceivedLength OBJECT-TYPE            SYNTAX     Integer32            MAX-ACCESS read-only            STATUS     current            DESCRIPTION            "The length of the announced capability."            ::= { bgp4PeerCapsReceivedEntry 3 }            bgp4PeerCapReceivedValue OBJECT-TYPE            SYNTAX     OCTET STRING (SIZE(0..255))            MAX-ACCESS read-only            STATUS     current            DESCRIPTION            "The value of the announced capability."            ::= { bgp4PeerCapsReceivedEntry 4 }        bgp4CapabilitySupportAvailable OBJECT-TYPE            SYNTAX     TruthValue            MAX-ACCESS read-write            STATUS     current            DESCRIPTION            "This variable determines whether BGP-4            capabilities are supported in this            implementation.  This variable may be set to            false to disable capability support."            ::= { bgpCapabilitiesData 4 }Various Authors      Expires July  13, 2002             [Page 26]Internet Draft              BGP-MIB v2              July 13, 2001--      This is the point at which per-protocol extension subsections --      would root their branches off of to define per-extension---      based tables, scalar management objects.                bgpCapabilitiesExtensions   OBJECT IDENTIFIER ::=                                   { bgpCapabilitiesData 5 }------        bgpPathAttributesData   OBJECT IDENTIFIER ::= { bgp 4 }        -- BGP-4 Received Path Attribute Table.  This table         -- contains, one entry per path to a network, path         -- attributes received from all peers running BGP-4.        bgp4PathAttrTable OBJECT-TYPE            SYNTAX     SEQUENCE OF Bgp4PathAttrEntry            MAX-ACCESS not-accessible            STATUS     current            DESCRIPTION        "The BGP-4 Received Path Attribute Table         contains information about paths to         destination networks received from all         BGP4 peers."            ::= { bgpPathAttributesData  1 }        bgp4PathAttrEntry OBJECT-TYPE            SYNTAX     Bgp4PathAttrEntry            MAX-ACCESS not-accessible            STATUS     current            DESCRIPTION

⌨️ 快捷键说明

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