draft-ietf-idr-bgp4-mib-03.txt | draft-ietf-idr-bgp4-mib-04.txt | |||
---|---|---|---|---|
skipping to change at page 1, line 19 | skipping to change at page 1, line 19 | |||
J. Burruss | J. Burruss | |||
WinData | WinData | |||
J. Chu | J. Chu | |||
IBM Corporation | IBM Corporation | |||
February 1999 | February 1999 | |||
Definitions of Managed Objects | Definitions of Managed Objects | |||
for the Fourth Version of Border Gateway Protocol (BGP-4) | for the Fourth Version of Border Gateway Protocol (BGP-4) | |||
<draft-ietf-idr-bgp4-mib-03.txt> | <draft-ietf-idr-bgp4-mib-04.txt> | |||
Status of this Memo | Status of this Memo | |||
This document is an Internet-Draft and is in full conformance with | This document is an Internet-Draft and is in full conformance with | |||
all provisions of Section 10 of RFC 2026. | all provisions of Section 10 of RFC 2026. | |||
Internet-Drafts are working documents of the Internet Engineering | Internet-Drafts are working documents of the Internet Engineering | |||
Task Force (IETF), its areas, and its working groups. Note that | Task Force (IETF), its areas, and its working groups. Note that | |||
other groups may also distribute working documents as Internet- | other groups may also distribute working documents as Internet- | |||
Drafts. | Drafts. | |||
skipping to change at page 5, line 39 | skipping to change at page 5, line 39 | |||
Jeff Johnson (Editor) | Jeff Johnson (Editor) | |||
RedBack Networks, Inc. | RedBack Networks, Inc. | |||
1389 Moffett Park Drive | 1389 Moffett Park Drive | |||
Sunnyvale, CA 94089-1134 | Sunnyvale, CA 94089-1134 | |||
Tel: +1 408 548 3516 | Tel: +1 408 548 3516 | |||
Fax: +1 408 548 3599 | Fax: +1 408 548 3599 | |||
E-mail: jeff@redback.com" | E-mail: jeff@redback.com" | |||
DESCRIPTION | DESCRIPTION | |||
"The MIB module for BGP-4." | "The MIB module for BGP-4." | |||
REVISION "9902100000Z" | ||||
DESCRIPTION | ||||
"Corrected duplicate OBJECT IDENTIFIER | ||||
assignment in the conformance information." | ||||
REVISION "9601080000Z" | REVISION "9601080000Z" | |||
DESCRIPTION | DESCRIPTION | |||
"1) Fixed the definitions of the traps to | "1) Fixed the definitions of the traps to | |||
make them equivalent to their initial | make them equivalent to their initial | |||
definition in RFC 1269. | definition in RFC 1269. | |||
2) Added compliance and conformance info." | 2) Added compliance and conformance info." | |||
REVISION "9902100000Z" | ||||
DESCRIPTION | ||||
"Corrected duplicate OBJECT IDENTIFIER | ||||
assignment in the conformance information." | ||||
::= { mib-2 15 } | ::= { mib-2 15 } | |||
bgpVersion OBJECT-TYPE | bgpVersion OBJECT-TYPE | |||
SYNTAX OCTET STRING (SIZE (1..255)) | SYNTAX OCTET STRING (SIZE (1..255)) | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"Vector of supported BGP protocol version | "Vector of supported BGP protocol version | |||
numbers. Each peer negotiates the version | numbers. Each peer negotiates the version | |||
from this vector. Versions are identified | from this vector. Versions are identified | |||
skipping to change at page 14, line 45 | skipping to change at page 14, line 45 | |||
::= { bgp 5 } | ::= { bgp 5 } | |||
bgpPathAttrEntry OBJECT-TYPE | bgpPathAttrEntry OBJECT-TYPE | |||
SYNTAX BgpPathAttrEntry | SYNTAX BgpPathAttrEntry | |||
MAX-ACCESS not-accessible | MAX-ACCESS not-accessible | |||
STATUS obsolete | STATUS obsolete | |||
DESCRIPTION | DESCRIPTION | |||
"Information about a path to a network." | "Information about a path to a network." | |||
INDEX { bgpPathAttrDestNetwork, | INDEX { bgpPathAttrDestNetwork, | |||
bgpPathAttrPeer } | bgpPathAttrPeer } | |||
::= { bgpPathAttrTable 1 } | ::= { bgpRcvdPathAttrTable 1 } | |||
BgpPathAttrEntry ::= SEQUENCE { | BgpPathAttrEntry ::= SEQUENCE { | |||
bgpPathAttrPeer | bgpPathAttrPeer | |||
IpAddress, | IpAddress, | |||
bgpPathAttrDestNetwork | bgpPathAttrDestNetwork | |||
IpAddress, | IpAddress, | |||
bgpPathAttrOrigin | bgpPathAttrOrigin | |||
INTEGER, | INTEGER, | |||
bgpPathAttrASPath | bgpPathAttrASPath | |||
OCTET STRING, | OCTET STRING, | |||
End of changes. | ||||
This html diff was produced by rfcdiff 1.23, available from http://www.levkowetz.com/ietf/tools/rfcdiff/ |