# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python BGP4-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/BGP4-MIB" MIB = { "moduleName" : "BGP4-MIB", "BGP4-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF IDR Working Group""", "contact" : """E-mail: idr@ietf.org Jeffrey Haas, Susan Hares (Editors) NextHop Technologies 825 Victors Way Suite 100 Ann Arbor, MI 48108-2738 Tel: +1 734 222-1600 Fax: +1 734 222-1602 E-mail: jhaas@nexthop.com skh@nexthop.com""", "description" : """The MIB module for the BGP-4 protocol. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC 4273; see the RFC itself for full legal notices.""", "revisions" : ( { "date" : "2006-01-11 00:00", "description" : """Changes from RFC 1657: 1) Fixed the definitions of the notifications to make them equivalent to their initial definition in RFC 1269. 2) Added compliance and conformance info. 3) Updated information for the values of bgpPeerNegotiatedVersion, bgp4PathAttrLocalPref, bgp4PathAttrCalcLocalPref, bgp4PathAttrMultiExitDisc, bgp4PathAttrASPathSegement. 4) Added additional clarification comments where needed. 5) Noted where objects do not fully reflect the protocol as Known Issues. 6) Updated the DESCRIPTION for the bgp4PathAttrAtomicAggregate object. 7) The following objects have had their DESCRIPTION clause modified to remove the text that suggested (using 'should' verb) initializing the counter to zero on a transition to the established state: bgpPeerInUpdates, bgpPeerOutUpdates, bgpPeerInTotalMessages, bgpPeerOutTotalMessages Those implementations that still do this are still compliant with this new wording. Applications should not assume counters have started at zero. Published as RFC 4273.""", }, { "date" : "1994-05-05 00:00", "description" : """Translated to SMIv2 and published as RFC 1657.""", }, { "date" : "1991-10-26 18:39", "description" : """Initial version, published as RFC 1269.""", }, ), "identity node" : "bgp", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "NOTIFICATION-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "IpAddress"}, {"module" : "SNMPv2-SMI", "name" : "Integer32"}, {"module" : "SNMPv2-SMI", "name" : "Counter32"}, {"module" : "SNMPv2-SMI", "name" : "Gauge32"}, {"module" : "SNMPv2-SMI", "name" : "mib-2"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, {"module" : "SNMPv2-CONF", "name" : "NOTIFICATION-GROUP"}, ), "nodes" : { "bgp" : { "nodetype" : "node", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15", "status" : "current", }, # node "bgpNotification" : { "nodetype" : "node", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.0", }, # node "bgpVersion" : { "nodetype" : "scalar", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.1", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "ranges" : [ { "min" : "1", "max" : "255" }, ], "range" : { "min" : "1", "max" : "255" }, }, }, "access" : "readonly", "description" : """Vector of supported BGP protocol version numbers. Each peer negotiates the version from this vector. Versions are identified via the string of bits contained within this object. The first octet contains bits 0 to 7, the second octet contains bits 8 to 15, and so on, with the most significant bit referring to the lowest bit number in the octet (e.g., the MSB of the first octet refers to bit 0). If a bit, i, is present and set, then the version (i+1) of the BGP is supported.""", "reference" : """RFC 4271, Section 4.2.""", }, # scalar "bgpLocalAs" : { "nodetype" : "scalar", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "readonly", "description" : """The local autonomous system number.""", "reference" : """RFC 4271, Section 4.2, 'My Autonomous System'.""", }, # scalar "bgpPeerTable" : { "nodetype" : "table", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3", "status" : "current", "description" : """BGP peer table. This table contains, one entry per BGP peer, information about the connections with BGP peers.""", }, # table "bgpPeerEntry" : { "nodetype" : "row", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1", "status" : "current", "linkage" : [ "bgpPeerRemoteAddr", ], "description" : """Entry containing information about the connection with a BGP peer.""", }, # row "bgpPeerIdentifier" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "readonly", "description" : """The BGP Identifier of this entry's BGP peer. This entry MUST be 0.0.0.0 unless the bgpPeerState is in the openconfirm or the established state.""", "reference" : """RFC 4271, Section 4.2, 'BGP Identifier'.""", }, # column "bgpPeerState" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "idle" : { "nodetype" : "namednumber", "number" : "1" }, "connect" : { "nodetype" : "namednumber", "number" : "2" }, "active" : { "nodetype" : "namednumber", "number" : "3" }, "opensent" : { "nodetype" : "namednumber", "number" : "4" }, "openconfirm" : { "nodetype" : "namednumber", "number" : "5" }, "established" : { "nodetype" : "namednumber", "number" : "6" }, }, }, "access" : "readonly", "description" : """The BGP peer connection state.""", "reference" : """RFC 4271, Section 8.2.2.""", }, # column "bgpPeerAdminStatus" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "stop" : { "nodetype" : "namednumber", "number" : "1" }, "start" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readwrite", "description" : """The desired state of the BGP connection. A transition from 'stop' to 'start' will cause the BGP Manual Start Event to be generated. A transition from 'start' to 'stop' will cause the BGP Manual 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.""", "reference" : """RFC 4271, Section 8.1.2.""", }, # column "bgpPeerNegotiatedVersion" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.4", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Integer32"}, }, "access" : "readonly", "description" : """The negotiated version of BGP running between the two peers. This entry MUST be zero (0) unless the bgpPeerState is in the openconfirm or the established state. Note that legal values for this object are between 0 and 255.""", "reference" : """RFC 4271, Section 4.2. RFC 4271, Section 7.""", }, # column "bgpPeerLocalAddr" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "readonly", "description" : """The local IP address of this entry's BGP connection.""", }, # column "bgpPeerLocalPort" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "readonly", "description" : """The local port for the TCP connection between the BGP peers.""", }, # column "bgpPeerRemoteAddr" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "readonly", "description" : """The remote IP address of this entry's BGP peer.""", }, # column "bgpPeerRemotePort" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "readonly", "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.""", }, # column "bgpPeerRemoteAs" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.9", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "readonly", "description" : """The remote autonomous system number received in the BGP OPEN message.""", "reference" : """RFC 4271, Section 4.2.""", }, # column "bgpPeerInUpdates" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of BGP UPDATE messages received on this connection.""", "reference" : """RFC 4271, Section 4.3.""", }, # column "bgpPeerOutUpdates" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of BGP UPDATE messages transmitted on this connection.""", "reference" : """RFC 4271, Section 4.3.""", }, # column "bgpPeerInTotalMessages" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The total number of messages received from the remote peer on this connection.""", "reference" : """RFC 4271, Section 4.""", }, # column "bgpPeerOutTotalMessages" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The total number of messages transmitted to the remote peer on this connection.""", "reference" : """RFC 4271, Section 4.""", }, # column "bgpPeerLastError" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.14", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "ranges" : [ { "min" : "2", "max" : "2" }, ], "range" : { "min" : "2", "max" : "2" }, }, }, "access" : "readonly", "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.""", "reference" : """RFC 4271, Section 4.5.""", }, # column "bgpPeerFsmEstablishedTransitions" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.15", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The total number of times the BGP FSM transitioned into the established state for this peer.""", "reference" : """RFC 4271, Section 8.""", }, # column "bgpPeerFsmEstablishedTime" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.16", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "units" : "seconds", "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 when the router is booted.""", "reference" : """RFC 4271, Section 8.""", }, # column "bgpPeerConnectRetryInterval" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.17", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "65535" }, ], "range" : { "min" : "1", "max" : "65535" }, }, }, "access" : "readwrite", "units" : "seconds", "description" : """Time interval (in seconds) for the ConnectRetry timer. The suggested value for this timer is 120 seconds.""", "reference" : """RFC 4271, Section 8.2.2. This is the value used to initialize the 'ConnectRetryTimer'.""", }, # column "bgpPeerHoldTime" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.18", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "0" }, { "min" : "3", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "readonly", "units" : "seconds", "description" : """Time interval (in seconds) for the Hold Timer established with the peer. The value of this object is calculated by this BGP speaker, using the smaller of the values 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). If the Hold Timer has not been established with the peer this object MUST have a value of zero (0). If the bgpPeerHoldTimeConfigured object has a value of (0), then this object MUST have a value of (0).""", "reference" : """RFC 4271, Section 4.2.""", }, # column "bgpPeerKeepAlive" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.19", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "21845" }, ], "range" : { "min" : "0", "max" : "21845" }, }, }, "access" : "readonly", "units" : "seconds", "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 that bgpPeerKeepAliveConfigured has, compared with bgpPeerHoldTimeConfigured. If the KeepAlive timer has not been established with the peer, this object MUST have a value of zero (0). If the of bgpPeerKeepAliveConfigured object has a value of (0), then this object MUST have a value of (0).""", "reference" : """RFC 4271, Section 4.4.""", }, # column "bgpPeerHoldTimeConfigured" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.20", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "0" }, { "min" : "3", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "readwrite", "units" : "seconds", "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 not zero (0). If it is zero (0), the Hold Time is NOT to be established with the peer. The suggested value for this timer is 90 seconds.""", "reference" : """RFC 4271, Section 4.2. RFC 4271, Section 10.""", }, # column "bgpPeerKeepAliveConfigured" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.21", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "21845" }, ], "range" : { "min" : "0", "max" : "21845" }, }, }, "access" : "readwrite", "units" : "seconds", "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 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.""", "reference" : """RFC 4271, Section 4.4. RFC 4271, Section 10.""", }, # column "bgpPeerMinASOriginationInterval" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.22", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "65535" }, ], "range" : { "min" : "1", "max" : "65535" }, }, }, "access" : "readwrite", "units" : "seconds", "description" : """Time interval (in seconds) for the MinASOriginationInterval timer. The suggested value for this timer is 15 seconds.""", "reference" : """RFC 4271, Section 9.2.1.2. RFC 4271, Section 10.""", }, # column "bgpPeerMinRouteAdvertisementInterval" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.23", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "65535" }, ], "range" : { "min" : "1", "max" : "65535" }, }, }, "access" : "readwrite", "units" : "seconds", "description" : """Time interval (in seconds) for the MinRouteAdvertisementInterval timer. The suggested value for this timer is 30 seconds for EBGP connections and 5 seconds for IBGP connections.""", "reference" : """RFC 4271, Section 9.2.1.1. RFC 4271, Section 10.""", }, # column "bgpPeerInUpdateElapsedTime" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.3.1.24", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "units" : "seconds", "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).""", "reference" : """RFC 4271, Section 4.3. RFC 4271, Section 8.2.2, Established state.""", }, # column "bgpIdentifier" : { "nodetype" : "scalar", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "readonly", "description" : """The BGP Identifier of the local system.""", "reference" : """RFC 4271, Section 4.2.""", }, # scalar "bgpRcvdPathAttrTable" : { "nodetype" : "table", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.5", "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.""", }, # table "bgpPathAttrEntry" : { "nodetype" : "row", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.5.1", "status" : "obsolete", "linkage" : [ "bgpPathAttrDestNetwork", "bgpPathAttrPeer", ], "description" : """Information about a path to a network.""", }, # row "bgpPathAttrPeer" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.5.1.1", "status" : "obsolete", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "readonly", "description" : """The IP address of the peer where the path information was learned.""", }, # column "bgpPathAttrDestNetwork" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.5.1.2", "status" : "obsolete", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "readonly", "description" : """The address of the destination network.""", "reference" : """RFC 1267, Section 4.3.""", }, # column "bgpPathAttrOrigin" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.5.1.3", "status" : "obsolete", "syntax" : { "type" : { "basetype" : "Enumeration", "igp" : { "nodetype" : "namednumber", "number" : "1" }, "egp" : { "nodetype" : "namednumber", "number" : "2" }, "incomplete" : { "nodetype" : "namednumber", "number" : "3" }, }, }, "access" : "readonly", "description" : """The ultimate origin of the path information.""", "reference" : """RFC 1267, Section 4.3. RFC 1267, Section 5.""", }, # column "bgpPathAttrASPath" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.5.1.4", "status" : "obsolete", "syntax" : { "type" : { "basetype" : "OctetString", "ranges" : [ { "min" : "2", "max" : "255" }, ], "range" : { "min" : "2", "max" : "255" }, }, }, "access" : "readonly", "description" : """The set of ASes 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;""", "reference" : """RFC 1267, Section 4.3. RFC 1267, Section 5.""", }, # column "bgpPathAttrNextHop" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.5.1.5", "status" : "obsolete", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "readonly", "description" : """The address of the border router that should be used for the destination network.""", "reference" : """RFC 1267, Section 4.3. RFC 1267, Section 5.""", }, # column "bgpPathAttrInterASMetric" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.5.1.6", "status" : "obsolete", "syntax" : { "type" : { "module" :"", "name" : "Integer32"}, }, "access" : "readonly", "description" : """The optional inter-AS metric. If this attribute has not been provided for this route, the value for this object is 0.""", "reference" : """RFC 1267, Section 4.3. RFC 1267, Section 5.""", }, # column "bgp4PathAttrTable" : { "nodetype" : "table", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6", "status" : "current", "description" : """The BGP-4 Received Path Attribute Table contains information about paths to destination networks, received from all BGP4 peers.""", }, # table "bgp4PathAttrEntry" : { "nodetype" : "row", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6.1", "status" : "current", "linkage" : [ "bgp4PathAttrIpAddrPrefix", "bgp4PathAttrIpAddrPrefixLen", "bgp4PathAttrPeer", ], "description" : """Information about a path to a network.""", }, # row "bgp4PathAttrPeer" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "readonly", "description" : """The IP address of the peer where the path information was learned.""", }, # column "bgp4PathAttrIpAddrPrefixLen" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "32" }, ], "range" : { "min" : "0", "max" : "32" }, }, }, "access" : "readonly", "description" : """Length in bits of the IP address prefix in the Network Layer Reachability Information field.""", }, # column "bgp4PathAttrIpAddrPrefix" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "readonly", "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.""", "reference" : """RFC 4271, Section 4.3.""", }, # column "bgp4PathAttrOrigin" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "igp" : { "nodetype" : "namednumber", "number" : "1" }, "egp" : { "nodetype" : "namednumber", "number" : "2" }, "incomplete" : { "nodetype" : "namednumber", "number" : "3" }, }, }, "access" : "readonly", "description" : """The ultimate origin of the path information.""", "reference" : """RFC 4271, Section 4.3. RFC 4271, Section 5.1.1.""", }, # column "bgp4PathAttrASPathSegment" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "ranges" : [ { "min" : "2", "max" : "255" }, ], "range" : { "min" : "2", "max" : "255" }, }, }, "access" : "readonly", "description" : """The sequence of AS path segments. Each AS path segment is represented by a triple . The type is a 1-octet field that has two possible values: 1 AS_SET: unordered set of ASes that a route in the UPDATE message has traversed 2 AS_SEQUENCE: ordered set of ASes that a route in the UPDATE message has traversed. The length is a 1-octet field containing the number of ASes 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; Known Issues: o BGP Confederations will result in a type of either 3 or 4. o An AS Path may be longer than 255 octets. This may result in this object containing a truncated AS Path.""", "reference" : """RFC 4271, Section 4.3. RFC 4271, Section 5.1.2.""", }, # column "bgp4PathAttrNextHop" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "readonly", "description" : """The address of the border router that should be used for the destination network. This address is the NEXT_HOP address received in the UPDATE packet.""", "reference" : """RFC 4271, Section 4.3. RFC 4271, Section 5.1.3.""", }, # column "bgp4PathAttrMultiExitDisc" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6.1.7", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "-1", "max" : "2147483647" }, ], "range" : { "min" : "-1", "max" : "2147483647" }, }, }, "access" : "readonly", "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. Known Issues: o The BGP-4 specification uses an unsigned 32 bit number. Thus, this object cannot represent the full range of the protocol.""", "reference" : """RFC 4271, Section 4.3. RFC 4271, Section 5.1.4.""", }, # column "bgp4PathAttrLocalPref" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6.1.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "-1", "max" : "2147483647" }, ], "range" : { "min" : "-1", "max" : "2147483647" }, }, }, "access" : "readonly", "description" : """The originating BGP4 speaker's degree of preference for an advertised route. A value of -1 indicates the absence of this attribute. Known Issues: o The BGP-4 specification uses an unsigned 32 bit number and thus this object cannot represent the full range of the protocol.""", "reference" : """RFC 4271, Section 4.3. RFC 4271, Section 5.1.5.""", }, # column "bgp4PathAttrAtomicAggregate" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6.1.9", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "lessSpecificRouteNotSelected" : { "nodetype" : "namednumber", "number" : "1" }, "lessSpecificRouteSelected" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readonly", "description" : """If the ATOMIC_AGGREGATE attribute is present in the Path Attributes then this object MUST have a value of 'lessSpecificRouteNotSelected'. If the ATOMIC_AGGREGATE attribute is missing in the Path Attributes then this object MUST have a value of 'lessSpecificRouteSelected'. Note that ATOMIC_AGGREGATE is now a primarily informational attribute.""", "reference" : """RFC 4271, Sections 5.1.6 and 9.1.4.""", }, # column "bgp4PathAttrAggregatorAS" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6.1.10", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "readonly", "description" : """The AS number of the last BGP4 speaker that performed route aggregation. A value of zero (0) indicates the absence of this attribute. Note that propagation of AS of zero is illegal in the Internet.""", "reference" : """RFC 4271, Section 5.1.7. RFC 4271, Section 9.2.2.2.""", }, # column "bgp4PathAttrAggregatorAddr" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "readonly", "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.""", "reference" : """RFC 4271, Section 5.1.7. RFC 4271, Section 9.2.2.2.""", }, # column "bgp4PathAttrCalcLocalPref" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6.1.12", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "-1", "max" : "2147483647" }, ], "range" : { "min" : "-1", "max" : "2147483647" }, }, }, "access" : "readonly", "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. Known Issues: o The BGP-4 specification uses an unsigned 32 bit number and thus this object cannot represent the full range of the protocol.""", "reference" : """RFC 4271, Section 9.1.1.""", }, # column "bgp4PathAttrBest" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6.1.13", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "false" : { "nodetype" : "namednumber", "number" : "1" }, "true" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readonly", "description" : """An indication of whether this route was chosen as the best BGP4 route for this destination.""", "reference" : """RFC 4271, Section 9.1.2.""", }, # column "bgp4PathAttrUnknown" : { "nodetype" : "column", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.6.1.14", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readonly", "description" : """One or more path attributes not understood by this BGP4 speaker. Path attributes are recorded in the Update Path attribute format of type, length, value. Size zero (0) indicates the absence of such attributes. Octets beyond the maximum size, if any, are not recorded by this object. Known Issues: o Attributes understood by this speaker, but not represented in this MIB, are unavailable to the agent.""", "reference" : """RFC 4271, Section 5.""", }, # column "bgpTraps" : { "nodetype" : "node", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.7", }, # node "bgp4MIBConformance" : { "nodetype" : "node", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.8", }, # node "bgp4MIBCompliances" : { "nodetype" : "node", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.8.1", }, # node "bgp4MIBGroups" : { "nodetype" : "node", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.8.2", }, # node }, # nodes "notifications" : { "bgpEstablishedNotification" : { "nodetype" : "notification", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.0.1", "status" : "current", "objects" : { "bgpPeerRemoteAddr" : { "nodetype" : "object", "module" : "BGP4-MIB" }, "bgpPeerLastError" : { "nodetype" : "object", "module" : "BGP4-MIB" }, "bgpPeerState" : { "nodetype" : "object", "module" : "BGP4-MIB" }, }, "description" : """The bgpEstablishedNotification event is generated when the BGP FSM enters the established state. This Notification replaces the bgpEstablished Notification.""", }, # notification "bgpBackwardTransNotification" : { "nodetype" : "notification", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.0.2", "status" : "current", "objects" : { "bgpPeerRemoteAddr" : { "nodetype" : "object", "module" : "BGP4-MIB" }, "bgpPeerLastError" : { "nodetype" : "object", "module" : "BGP4-MIB" }, "bgpPeerState" : { "nodetype" : "object", "module" : "BGP4-MIB" }, }, "description" : """The bgpBackwardTransNotification event is generated when the BGP FSM moves from a higher numbered state to a lower numbered state. This Notification replaces the bgpBackwardsTransition Notification.""", }, # notification "bgpEstablished" : { "nodetype" : "notification", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.7.1", "status" : "deprecated", "objects" : { "bgpPeerLastError" : { "nodetype" : "object", "module" : "BGP4-MIB" }, "bgpPeerState" : { "nodetype" : "object", "module" : "BGP4-MIB" }, }, "description" : """The bgpEstablished event is generated when the BGP FSM enters the established state. This Notification has been replaced by the bgpEstablishedNotification Notification.""", }, # notification "bgpBackwardTransition" : { "nodetype" : "notification", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.7.2", "status" : "deprecated", "objects" : { "bgpPeerLastError" : { "nodetype" : "object", "module" : "BGP4-MIB" }, "bgpPeerState" : { "nodetype" : "object", "module" : "BGP4-MIB" }, }, "description" : """The bgpBackwardTransition event is generated when the BGP FSM moves from a higher numbered state to a lower numbered state. This Notification has been replaced by the bgpBackwardTransNotification Notification.""", }, # notification }, # notifications "groups" : { "bgp4MIBGlobalsGroup" : { "nodetype" : "group", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.8.2.1", "status" : "current", "members" : { "bgpVersion" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpLocalAs" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpIdentifier" : { "nodetype" : "member", "module" : "BGP4-MIB" }, }, # members "description" : """A collection of objects providing information on global BGP state.""", }, # group "bgp4MIBPeerGroup" : { "nodetype" : "group", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.8.2.2", "status" : "current", "members" : { "bgpPeerIdentifier" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerState" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerAdminStatus" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerNegotiatedVersion" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerLocalAddr" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerLocalPort" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerRemoteAddr" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerRemotePort" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerRemoteAs" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerInUpdates" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerOutUpdates" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerInTotalMessages" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerOutTotalMessages" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerLastError" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerFsmEstablishedTransitions" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerFsmEstablishedTime" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerConnectRetryInterval" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerHoldTime" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerKeepAlive" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerHoldTimeConfigured" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerKeepAliveConfigured" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerMinASOriginationInterval" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerMinRouteAdvertisementInterval" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPeerInUpdateElapsedTime" : { "nodetype" : "member", "module" : "BGP4-MIB" }, }, # members "description" : """A collection of objects for managing BGP peers.""", }, # group "bgpRcvdPathAttrGroup" : { "nodetype" : "group", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.8.2.3", "status" : "obsolete", "members" : { "bgpPathAttrPeer" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPathAttrDestNetwork" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPathAttrOrigin" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPathAttrASPath" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPathAttrNextHop" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpPathAttrInterASMetric" : { "nodetype" : "member", "module" : "BGP4-MIB" }, }, # members "description" : """A collection of objects for managing BGP-3 and earlier path entries. This conformance group, like BGP-3, is obsolete.""", }, # group "bgp4MIBPathAttrGroup" : { "nodetype" : "group", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.8.2.4", "status" : "current", "members" : { "bgp4PathAttrPeer" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgp4PathAttrIpAddrPrefixLen" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgp4PathAttrIpAddrPrefix" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgp4PathAttrOrigin" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgp4PathAttrASPathSegment" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgp4PathAttrNextHop" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgp4PathAttrMultiExitDisc" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgp4PathAttrLocalPref" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgp4PathAttrAtomicAggregate" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgp4PathAttrAggregatorAS" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgp4PathAttrAggregatorAddr" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgp4PathAttrCalcLocalPref" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgp4PathAttrBest" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgp4PathAttrUnknown" : { "nodetype" : "member", "module" : "BGP4-MIB" }, }, # members "description" : """A collection of objects for managing BGP path entries.""", }, # group "bgp4MIBTrapGroup" : { "nodetype" : "group", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.8.2.5", "status" : "deprecated", "members" : { "bgpEstablished" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpBackwardTransition" : { "nodetype" : "member", "module" : "BGP4-MIB" }, }, # members "description" : """A collection of notifications for signaling changes in BGP peer relationships. Obsoleted by bgp4MIBNotificationGroup""", }, # group "bgp4MIBNotificationGroup" : { "nodetype" : "group", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.8.2.6", "status" : "current", "members" : { "bgpEstablishedNotification" : { "nodetype" : "member", "module" : "BGP4-MIB" }, "bgpBackwardTransNotification" : { "nodetype" : "member", "module" : "BGP4-MIB" }, }, # members "description" : """A collection of notifications for signaling changes in BGP peer relationships. Obsoletes bgp4MIBTrapGroup.""", }, # group }, # groups "compliances" : { "bgp4MIBCompliance" : { "nodetype" : "compliance", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.8.1.1", "status" : "current", "description" : """The compliance statement for entities which implement the BGP4 mib.""", "requires" : { "bgp4MIBGlobalsGroup" : { "nodetype" : "mandatory", "module" : "BGP4-MIB" }, "bgp4MIBPeerGroup" : { "nodetype" : "mandatory", "module" : "BGP4-MIB" }, "bgp4MIBPathAttrGroup" : { "nodetype" : "mandatory", "module" : "BGP4-MIB" }, "bgp4MIBNotificationGroup" : { "nodetype" : "optional", "module" : "BGP4-MIB", "description" : """Implementation of BGP Notifications are completely optional in this MIB.""", }, }, # requires }, # compliance "bgp4MIBDeprecatedCompliances" : { "nodetype" : "compliance", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.8.1.2", "status" : "deprecated", "description" : """The compliance statement documenting deprecated objects in the BGP4 mib.""", "requires" : { "bgp4MIBTrapGroup" : { "nodetype" : "optional", "module" : "BGP4-MIB", "description" : """Group containing TRAP objects that were improperly converted from SMIv1 in RFC 1657. The proper semantics have been restored with the objects in bgp4MIBNotificationGroup.""", }, }, # requires }, # compliance "bgp4MIBObsoleteCompliances" : { "nodetype" : "compliance", "moduleName" : "BGP4-MIB", "oid" : "1.3.6.1.2.1.15.8.1.3", "status" : "obsolete", "description" : """The compliance statement documenting obsolete objects in the BGP4 mib.""", "requires" : { "bgpRcvdPathAttrGroup" : { "nodetype" : "optional", "module" : "BGP4-MIB", "description" : """Group containing objects relevant to BGP-3 and earlier objects.""", }, }, # requires }, # compliance }, # compliances }