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

📄 bgp4-mib.txt

📁 大名鼎鼎的路由器源码。程序分ZEBRA、OSPFRIP等3个包。程序框架采用一个路由协议一个进程的方式
💻 TXT
📖 第 1 页 / 共 3 页
字号:
                    information was learned."            ::= { bgp4PathAttrEntry 1 }        bgp4PathAttrIpAddrPrefixLen OBJECT-TYPE            SYNTAX     INTEGER (0..32)            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "Length in bits of the IP address prefix in the                    Network Layer Reachability Information field."            ::= { bgp4PathAttrEntry 2 }        bgp4PathAttrIpAddrPrefix OBJECT-TYPE            SYNTAX     IpAddress            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "An IP address prefix in the Network Layer                    Reachability Information field.  This object                    is an IP address containing the prefix with                    length specified by bgp4PathAttrIpAddrPrefixLen.                    Any bits beyond the length specified by                    bgp4PathAttrIpAddrPrefixLen are zeroed."            ::= { bgp4PathAttrEntry 3 }        bgp4PathAttrOrigin OBJECT-TYPE            SYNTAX     INTEGER {                                 igp(1),-- networks are interior                                 egp(2),-- networks learned via EGP                                 incomplete(3) -- undetermined                               }            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The ultimate origin of the path information."            ::= { bgp4PathAttrEntry 4 }        bgp4PathAttrASPathSegment OBJECT-TYPE            SYNTAX     OCTET STRING (SIZE (2..255))            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The sequence of AS path segments.  Each AS                    path segment is represented by a triple                    <type, length, value>.                    The type is a 1-octet field which has two                    possible values:                         1      AS_SET: unordered set of ASs a                                     route in the UPDATE message                                     has traversed                         2      AS_SEQUENCE: ordered set of ASs                                     a route in the UPDATE message                                     has traversed.                    The length is a 1-octet field containing the                    number of ASs in the value field.                    The value field contains one or more AS                    numbers, each AS is represented in the octet                    string as a pair of octets according to the                    following algorithm:                        first-byte-of-pair = ASNumber / 256;                        second-byte-of-pair = ASNumber & 255;"            ::= { bgp4PathAttrEntry 5 }        bgp4PathAttrNextHop OBJECT-TYPE            SYNTAX     IpAddress            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The address of the border router that should                    be used for the destination network."            ::= { bgp4PathAttrEntry 6 }        bgp4PathAttrMultiExitDisc OBJECT-TYPE            SYNTAX     INTEGER (-1..2147483647)            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "This metric is used to discriminate between                    multiple exit points to an adjacent autonomous                    system.  A value of -1 indicates the absence of                    this attribute."            ::= { bgp4PathAttrEntry 7 }        bgp4PathAttrLocalPref OBJECT-TYPE            SYNTAX     INTEGER (-1..2147483647)            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The originating BGP4 speaker's degree of                    preference for an advertised route.  A value of                    -1 indicates the absence of this attribute."            ::= { bgp4PathAttrEntry 8 }        bgp4PathAttrAtomicAggregate OBJECT-TYPE            SYNTAX     INTEGER {                           lessSpecificRrouteNotSelected(1),                           lessSpecificRouteSelected(2)                       }            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "Whether or not a system has selected                    a less specific route without selecting a                    more specific route."            ::= { bgp4PathAttrEntry 9 }        bgp4PathAttrAggregatorAS OBJECT-TYPE            SYNTAX     INTEGER (0..65535)            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The AS number of the last BGP4 speaker that                    performed route aggregation.  A value of zero (0)                    indicates the absence of this attribute."            ::= { bgp4PathAttrEntry 10 }        bgp4PathAttrAggregatorAddr OBJECT-TYPE            SYNTAX     IpAddress            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The IP address of the last BGP4 speaker that                     performed route aggregation.  A value of                     0.0.0.0 indicates the absence of this attribute."            ::= { bgp4PathAttrEntry 11 }        bgp4PathAttrCalcLocalPref OBJECT-TYPE            SYNTAX     INTEGER (-1..2147483647)            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The degree of preference calculated by the                    receiving BGP4 speaker for an advertised route.                    A value of -1 indicates the absence of this                    attribute."            ::= { bgp4PathAttrEntry 12 }        bgp4PathAttrBest OBJECT-TYPE            SYNTAX     INTEGER {                           false(1),-- not chosen as best route                           true(2) -- chosen as best route                       }            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "An indication of whether or not this route                    was chosen as the best BGP4 route."            ::= { bgp4PathAttrEntry 13 }        bgp4PathAttrUnknown OBJECT-TYPE            SYNTAX     OCTET STRING (SIZE(0..255))            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "One or more path attributes not understood                     by this BGP4 speaker.  Size zero (0) indicates                     the absence of such attribute(s).  Octets                     beyond the maximum size, if any, are not                     recorded by this object."            ::= { bgp4PathAttrEntry 14 }        -- Traps.        -- note that in RFC 1657, bgpTraps was incorrectly        -- assigned a value of { bgp 7 }, and each of the        -- traps had the bgpPeerRemoteAddr object inappropriately        -- removed from their OBJECTS clause.  The following        -- definitions restore the semantics of the traps as        -- they were initially defined in RFC 1269.        -- { bgp 7 } is unused        bgpTraps          OBJECT IDENTIFIER ::= { bgp 0 }        bgpEstablished NOTIFICATION-TYPE            OBJECTS { bgpPeerRemoteAddr,                      bgpPeerLastError,                      bgpPeerState      }            STATUS  current            DESCRIPTION                    "The BGP Established event is generated when                    the BGP FSM enters the ESTABLISHED state."            ::= { bgpTraps 1 }        bgpBackwardTransition NOTIFICATION-TYPE            OBJECTS { bgpPeerRemoteAddr,                      bgpPeerLastError,                      bgpPeerState      }            STATUS  current            DESCRIPTION                    "The BGPBackwardTransition Event is generated                    when the BGP FSM moves from a higher numbered                    state to a lower numbered state."            ::= { bgpTraps 2 }        -- conformance information        bgpMIBConformance OBJECT IDENTIFIER ::= { bgp 8 }        bgpMIBCompliances OBJECT IDENTIFIER ::= { bgpMIBConformance 1 }        bgpMIBGroups      OBJECT IDENTIFIER ::= { bgpMIBConformance 2 }        -- compliance statements        bgpMIBCompliance MODULE-COMPLIANCE            STATUS  current            DESCRIPTION                    "The compliance statement for entities which                     implement the BGP4 mib."            MODULE  -- this module                MANDATORY-GROUPS { bgp4MIBGlobalsGroup,                                   bgp4MIBPeerGroup,                                   bgp4MIBPathAttrGroup,                                   bgp4MIBNotificationGroup }            ::= { bgpMIBCompliances 1 }        -- units of conformance        bgp4MIBGlobalsGroup OBJECT-GROUP            OBJECTS { bgpVersion,                      bgpLocalAs,                      bgpIdentifier }            STATUS  current            DESCRIPTION                    "A collection of objects providing information                     on global BGP state."            ::= { bgpMIBGroups 1 }        bgp4MIBPeerGroup OBJECT-GROUP            OBJECTS { bgpPeerIdentifier,                      bgpPeerState,                      bgpPeerAdminStatus,                      bgpPeerNegotiatedVersion,                      bgpPeerLocalAddr,                      bgpPeerLocalPort,                      bgpPeerRemoteAddr,                      bgpPeerRemotePort,                      bgpPeerRemoteAs,                      bgpPeerInUpdates,                      bgpPeerOutUpdates,                      bgpPeerInTotalMessages,                      bgpPeerOutTotalMessages,                      bgpPeerLastError,                      bgpPeerFsmEstablishedTransitions,                      bgpPeerFsmEstablishedTime,                      bgpPeerConnectRetryInterval,                      bgpPeerHoldTime,                      bgpPeerKeepAlive,                      bgpPeerHoldTimeConfigured,                      bgpPeerKeepAliveConfigured,                      bgpPeerMinASOriginationInterval,                      bgpPeerMinRouteAdvertisementInterval,                      bgpPeerInUpdateElapsedTime }            STATUS  current            DESCRIPTION                    "A collection of objects for managing                     BGP peers."            ::= { bgpMIBGroups 2 }        bgp4MIBRcvdPathAttrGroup OBJECT-GROUP            OBJECTS { bgpPathAttrPeer,                      bgpPathAttrDestNetwork,                      bgpPathAttrOrigin,                      bgpPathAttrASPath,                      bgpPathAttrNextHop,                      bgpPathAttrInterASMetric }            STATUS  obsolete            DESCRIPTION                    "A collection of objects for managing BGP                     path entries.                     This conformance group is obsolete,                     replaced by bgp4MIBPathAttrGroup."            ::= { bgpMIBGroups 3 }        bgp4MIBPathAttrGroup OBJECT-GROUP            OBJECTS { bgp4PathAttrPeer,                      bgp4PathAttrIpAddrPrefixLen,                      bgp4PathAttrIpAddrPrefix,                      bgp4PathAttrOrigin,                      bgp4PathAttrASPathSegment,                      bgp4PathAttrNextHop,                      bgp4PathAttrMultiExitDisc,                      bgp4PathAttrLocalPref,                      bgp4PathAttrAtomicAggregate,                      bgp4PathAttrAggregatorAS,                      bgp4PathAttrAggregatorAddr,                      bgp4PathAttrCalcLocalPref,                      bgp4PathAttrBest,                      bgp4PathAttrUnknown }            STATUS  current            DESCRIPTION                    "A collection of objects for managing                     BGP path entries."            ::= { bgpMIBGroups 4 }        bgp4MIBNotificationGroup NOTIFICATION-GROUP            NOTIFICATIONS { bgpEstablished,                            bgpBackwardTransition }            STATUS  current            DESCRIPTION                    "A collection of notifications for signaling                    changes in BGP peer relationships."            ::= { bgpMIBGroups 5 }    END

⌨️ 快捷键说明

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