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

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

📁 BCAST Implementation for NS2
💻 TXT
📖 第 1 页 / 共 5 页
字号:
               DESCRIPTION                       "The BGP peer connection state."               ::= { bgpPeerEntry 2 }           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.Expires February 2002                                           [Page 7]INTERNET DRAFT                  BGP4-MIB                       July 2001                       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-TYPE               SYNTAX     Integer32 (1..255)               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     Integer32 (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-TYPEExpires February 2002                                           [Page 8]INTERNET DRAFT                  BGP4-MIB                       July 2001               SYNTAX     Integer32 (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 }           bgpPeerRemoteAs OBJECT-TYPE               SYNTAX     Integer32 (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 }Expires February 2002                                           [Page 9]INTERNET DRAFT                  BGP4-MIB                       July 2001           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                       object 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                       for this peer."               ::= { bgpPeerEntry 15 }Expires February 2002                                          [Page 10]INTERNET DRAFT                  BGP4-MIB                       July 2001           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     Integer32 (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 }           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 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     Integer32 ( 0 | 1..21845 )               MAX-ACCESS read-onlyExpires February 2002                                          [Page 11]INTERNET DRAFT                  BGP4-MIB                       July 2001               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     Integer32 ( 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 not 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     Integer32 ( 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 theExpires February 2002                                          [Page 12]INTERNET DRAFT                  BGP4-MIB                       July 2001                       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     Integer32 (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     Integer32 (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-only               STATUS     current               DESCRIPTION                       "Elapsed time in seconds since the last BGP                       UPDATE message was received from the peer.Expires February 2002                                          [Page 13]INTERNET DRAFT                  BGP4-MIB                       July 2001                       Each time bgpPeerInUpdates is incremented,                       the value of this object is set to zero                       (0)."               ::= { bgpPeerEntry 24 }           bgpIdentifier OBJECT-TYPE               SYNTAX     IpAddress

⌨️ 快捷键说明

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