draft-ietf-ccamp-gmpls-ted-mib-12.txt | draft-ietf-ccamp-gmpls-ted-mib-13.txt | |||
---|---|---|---|---|
INTERNET-DRAFT Masanori Miyazawa | INTERNET-DRAFT Masanori Miyazawa | |||
Intended status: Standards Truck KDDI R&D Labs | Intended status: Standards Truck KDDI R&D Labs | |||
Expires: September 12, 2012 | Expires: October 7, 2012 | |||
Tomohiro Otani | Tomohiro Otani | |||
Kenji Kumaki | Kenji Kumaki | |||
KDDI Corporation | KDDI Corporation | |||
Thomas D. Nadeau | Thomas D. Nadeau | |||
April 13, 2012 | May 8, 2012 | |||
Traffic Engineering Database Management Information Base in support of | Traffic Engineering Database Management Information Base in support of | |||
MPLS-TE/GMPLS | MPLS-TE/GMPLS | |||
draft-ietf-ccamp-gmpls-ted-mib-12.txt | draft-ietf-ccamp-gmpls-ted-mib-13.txt | |||
Status of this Memo | Status of this Memo | |||
This Internet-Draft is submitted to IETF in full conformance with | This Internet-Draft is submitted to IETF in full conformance with | |||
the provisions of BCP 78 and BCP 79. | the provisions of BCP 78 and BCP 79. | |||
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 other | Task Force (IETF), its areas, and its working groups. Note that other | |||
groups may also distribute working documents as Internet-Drafts. | groups may also distribute working documents as Internet-Drafts. | |||
skipping to change at page 7, line 8 | skipping to change at page 7, line 8 | |||
FROM SNMPv2-TC -- RFC2579 | FROM SNMPv2-TC -- RFC2579 | |||
IANAGmplsLSPEncodingTypeTC, IANAGmplsSwitchingTypeTC | IANAGmplsLSPEncodingTypeTC, IANAGmplsSwitchingTypeTC | |||
FROM IANA-GMPLS-TC-MIB -- RFC4802 | FROM IANA-GMPLS-TC-MIB -- RFC4802 | |||
InetAddress, InetAddressType | InetAddress, InetAddressType | |||
FROM INET-ADDRESS-MIB -- RFC4001 | FROM INET-ADDRESS-MIB -- RFC4001 | |||
Float32TC | Float32TC | |||
FROM FLOAT-TC-MIB -- RFC6340 | FROM FLOAT-TC-MIB -- RFC6340 | |||
; | ; | |||
tedMIB MODULE-IDENTITY | tedMIB MODULE-IDENTITY | |||
LAST-UPDATED "201204130000Z" -- 13 April 2012 00:00:00 GMT | LAST-UPDATED "201205070000Z" -- 7 May 2012 00:00:00 GMT | |||
ORGANIZATION "IETF CCAMP Working Group." | ORGANIZATION "IETF CCAMP Working Group." | |||
CONTACT-INFO | CONTACT-INFO | |||
" Tomohiro Otani | " Tomohiro Otani | |||
otani@kddilabs.jp | otani@kddilabs.jp | |||
Masanori Miyazawa | Masanori Miyazawa | |||
ma-miyazawa@kddilabs.jp | ma-miyazawa@kddilabs.jp | |||
Thomas D. Nadeau | Thomas D. Nadeau | |||
tnadeau@lucidvision.com | tnadeau@lucidvision.com | |||
skipping to change at page 7, line 33 | skipping to change at page 7, line 33 | |||
Comments and discussion to ccamp@ietf.org" | Comments and discussion to ccamp@ietf.org" | |||
DESCRIPTION | DESCRIPTION | |||
"This MIB contains managed object definitions for TED in | "This MIB contains managed object definitions for TED in | |||
support of MPLS/GMPLS TE Database. | support of MPLS/GMPLS TE Database. | |||
Copyright (C) 2011 The IETF Trust. This version of this MIB | Copyright (C) 2011 The IETF Trust. This version of this MIB | |||
module is part of RFC xxx; see the RFC itself for full legal | module is part of RFC xxx; see the RFC itself for full legal | |||
notices." | notices." | |||
-- Revision history. | -- Revision history. | |||
REVISION | REVISION | |||
"201204130000Z" -- 13 April 2012 00:00:00 GMT | "201205070000Z" -- 7 May 2012 00:00:00 GMT | |||
DESCRIPTION | DESCRIPTION | |||
"Initial version. Published as RFC xxx." | "Initial version. Published as RFC xxx." | |||
-- RFC-editor pls fill in yyy | -- RFC-editor pls fill in yyy | |||
::= { transmission yyy } | ::= { transmission yyy } | |||
-- assigned by IANA, see section 9.1 for details | -- assigned by IANA, see section 9.1 for details | |||
-- Textual Conventions. | -- Textual Conventions. | |||
TedAreaIdTC ::= TEXTUAL-CONVENTION | TedAreaIdTC ::= TEXTUAL-CONVENTION | |||
STATUS current | STATUS current | |||
skipping to change at page 12, line 55 | skipping to change at page 12, line 55 | |||
DESCRIPTION | DESCRIPTION | |||
"This indicates the traffic engineering metric value of the TE | "This indicates the traffic engineering metric value of the TE | |||
link." | link." | |||
REFERENCE | REFERENCE | |||
" Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | " Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | |||
3630], 2.5.5" | 3630], 2.5.5" | |||
::= { tedEntry 13 } | ::= { tedEntry 13 } | |||
tedMaxBandwidth OBJECT-TYPE | tedMaxBandwidth OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This indicates the maximum bandwidth that can be used on this | "This indicates the maximum bandwidth that can be used on this | |||
link in this direction." | link in this direction." | |||
REFERENCE | REFERENCE | |||
" Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | " Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | |||
3630], 2.5.6" | 3630], 2.5.6" | |||
::= { tedEntry 14 } | ::= { tedEntry 14 } | |||
tedMaxReservableBandwidth OBJECT-TYPE | tedMaxReservableBandwidth OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This indicates the maximum bandwidth that may be reserved on | "This indicates the maximum bandwidth that may be reserved on | |||
this link in this direction." | this link in this direction." | |||
REFERENCE | REFERENCE | |||
" Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | " Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | |||
3630], 2.5.7" | 3630], 2.5.7" | |||
::= { tedEntry 15 } | ::= { tedEntry 15 } | |||
tedUnreservedBandwidthPri0 OBJECT-TYPE | tedUnreservedBandwidthPri0 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This indicates the amount of bandwidth not yet reserved at the | "This indicates the amount of bandwidth not yet reserved at the | |||
priority 0." | priority 0." | |||
REFERENCE | REFERENCE | |||
" Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | " Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | |||
3630], 2.5.8" | 3630], 2.5.8" | |||
::= { tedEntry 16 } | ::= { tedEntry 16 } | |||
tedUnreservedBandwidthPri1 OBJECT-TYPE | tedUnreservedBandwidthPri1 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This indicates the amount of bandwidth not yet reserved at the | "This indicates the amount of bandwidth not yet reserved at the | |||
priority 1." | priority 1." | |||
REFERENCE | REFERENCE | |||
" Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | " Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | |||
3630], 2.5.8" | 3630], 2.5.8" | |||
::= { tedEntry 17 } | ::= { tedEntry 17 } | |||
tedUnreservedBandwidthPri2 OBJECT-TYPE | tedUnreservedBandwidthPri2 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This indicates the amount of bandwidth not yet reserved at the | "This indicates the amount of bandwidth not yet reserved at the | |||
priority 2." | priority 2." | |||
REFERENCE | REFERENCE | |||
" Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | " Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | |||
3630], 2.5.8" | 3630], 2.5.8" | |||
::= { tedEntry 18 } | ::= { tedEntry 18 } | |||
tedUnreservedBandwidthPri3 OBJECT-TYPE | tedUnreservedBandwidthPri3 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This indicates the amount of bandwidth not yet reserved at the | "This indicates the amount of bandwidth not yet reserved at the | |||
priority 3." | priority 3." | |||
REFERENCE | REFERENCE | |||
" Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | " Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | |||
3630], 2.5.8" | 3630], 2.5.8" | |||
::= { tedEntry 19 } | ::= { tedEntry 19 } | |||
tedUnreservedBandwidthPri4 OBJECT-TYPE | tedUnreservedBandwidthPri4 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This indicates the amount of bandwidth not yet reserved at the | "This indicates the amount of bandwidth not yet reserved at the | |||
priority 4." | priority 4." | |||
REFERENCE | REFERENCE | |||
" Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | " Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | |||
3630], 2.5.8" | 3630], 2.5.8" | |||
::= { tedEntry 20 } | ::= { tedEntry 20 } | |||
tedUnreservedBandwidthPri5 OBJECT-TYPE | tedUnreservedBandwidthPri5 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This indicates the amount of bandwidth not yet reserved at the | "This indicates the amount of bandwidth not yet reserved at the | |||
priority 5." | priority 5." | |||
REFERENCE | REFERENCE | |||
" Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | " Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | |||
3630], 2.5.8" | 3630], 2.5.8" | |||
::= { tedEntry 21 } | ::= { tedEntry 21 } | |||
tedUnreservedBandwidthPri6 OBJECT-TYPE | tedUnreservedBandwidthPri6 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This indicates the amount of bandwidth not yet reserved at the | "This indicates the amount of bandwidth not yet reserved at the | |||
priority 6." | priority 6." | |||
REFERENCE | REFERENCE | |||
" Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | " Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | |||
3630], 2.5.8" | 3630], 2.5.8" | |||
::= { tedEntry 22 } | ::= { tedEntry 22 } | |||
tedUnreservedBandwidthPri7 OBJECT-TYPE | tedUnreservedBandwidthPri7 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This indicates the amount of bandwidth not yet reserved at the | "This indicates the amount of bandwidth not yet reserved at the | |||
priority 7." | priority 7." | |||
REFERENCE | REFERENCE | |||
" Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | " Traffic Engineering (TE) Extensions to OSPF Version 2, [RFC | |||
3630], 2.5.8" | 3630], 2.5.8" | |||
::= { tedEntry 23 } | ::= { tedEntry 23 } | |||
skipping to change at page 19, line 36 | skipping to change at page 19, line 36 | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This object indicates the GMPLS encoding type assigned to the | "This object indicates the GMPLS encoding type assigned to the | |||
TE link." | TE link." | |||
REFERENCE | REFERENCE | |||
" OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | " OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | |||
::= { tedSwCapEntry 3 } | ::= { tedSwCapEntry 3 } | |||
tedSwCapMaxLspBandwidthPri0 OBJECT-TYPE | tedSwCapMaxLspBandwidthPri0 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This object indicates the maximum bandwidth of the TE link at | "This object indicates the maximum bandwidth of the TE link at | |||
the priority 0 for GMPLS LSP creation." | the priority 0 for GMPLS LSP creation." | |||
REFERENCE | REFERENCE | |||
" OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | " OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | |||
::= { tedSwCapEntry 4 } | ::= { tedSwCapEntry 4 } | |||
tedSwCapMaxLspBandwidthPri1 OBJECT-TYPE | tedSwCapMaxLspBandwidthPri1 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This object indicates the maximum bandwidth of the TE link at | "This object indicates the maximum bandwidth of the TE link at | |||
the priority 1 for GMPLS LSP creation." | the priority 1 for GMPLS LSP creation." | |||
REFERENCE | REFERENCE | |||
" OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | " OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | |||
::= { tedSwCapEntry 5 } | ::= { tedSwCapEntry 5 } | |||
tedSwCapMaxLspBandwidthPri2 OBJECT-TYPE | tedSwCapMaxLspBandwidthPri2 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This object indicates the maximum bandwidth of the TE link at | "This object indicates the maximum bandwidth of the TE link at | |||
the priority 2 for GMPLS LSP creation." | the priority 2 for GMPLS LSP creation." | |||
REFERENCE | REFERENCE | |||
" OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | " OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | |||
::= { tedSwCapEntry 6 } | ::= { tedSwCapEntry 6 } | |||
tedSwCapMaxLspBandwidthPri3 OBJECT-TYPE | tedSwCapMaxLspBandwidthPri3 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This object indicates the maximum bandwidth of the TE link at | "This object indicates the maximum bandwidth of the TE link at | |||
the priority 3 for GMPLS LSP creation." | the priority 3 for GMPLS LSP creation." | |||
REFERENCE | REFERENCE | |||
" OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | " OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | |||
::= { tedSwCapEntry 7 } | ::= { tedSwCapEntry 7 } | |||
tedSwCapMaxLspBandwidthPri4 OBJECT-TYPE | tedSwCapMaxLspBandwidthPri4 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This object indicates the maximum bandwidth of the TE link at | "This object indicates the maximum bandwidth of the TE link at | |||
the priority 4 for GMPLS LSP creation." | the priority 4 for GMPLS LSP creation." | |||
REFERENCE | REFERENCE | |||
" OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | " OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | |||
::= { tedSwCapEntry 8 } | ::= { tedSwCapEntry 8 } | |||
tedSwCapMaxLspBandwidthPri5 OBJECT-TYPE | tedSwCapMaxLspBandwidthPri5 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This object indicates the maximum bandwidth of the TE link at | "This object indicates the maximum bandwidth of the TE link at | |||
the priority 5 for GMPLS LSP creation." | the priority 5 for GMPLS LSP creation." | |||
REFERENCE | REFERENCE | |||
" OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | " OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | |||
::= { tedSwCapEntry 9 } | ::= { tedSwCapEntry 9 } | |||
tedSwCapMaxLspBandwidthPri6 OBJECT-TYPE | tedSwCapMaxLspBandwidthPri6 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This object indicates the maximum bandwidth of the TE link at | "This object indicates the maximum bandwidth of the TE link at | |||
the priority 6 for GMPLS LSP creation." | the priority 6 for GMPLS LSP creation." | |||
REFERENCE | REFERENCE | |||
" OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | " OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | |||
::= { tedSwCapEntry 10 } | ::= { tedSwCapEntry 10 } | |||
tedSwCapMaxLspBandwidthPri7 OBJECT-TYPE | tedSwCapMaxLspBandwidthPri7 OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This object indicates the maximum bandwidth of the TE link at | "This object indicates the maximum bandwidth of the TE link at | |||
the priority 7 for GMPLS LSP creation." | the priority 7 for GMPLS LSP creation." | |||
REFERENCE | REFERENCE | |||
" OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | " OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | |||
::= { tedSwCapEntry 11 } | ::= { tedSwCapEntry 11 } | |||
tedSwCapMinLspBandwidth OBJECT-TYPE | tedSwCapMinLspBandwidth OBJECT-TYPE | |||
SYNTAX Float32TC | SYNTAX Float32TC | |||
UNITS "Bit per seconds" | UNITS "Byte per second" | |||
MAX-ACCESS read-only | MAX-ACCESS read-only | |||
STATUS current | STATUS current | |||
DESCRIPTION | DESCRIPTION | |||
"This object indicates the minimum bandwidth of the TE link for | "This object indicates the minimum bandwidth of the TE link for | |||
GMPLS LSP creation if the switching capability field is TDM, PSC-1, | GMPLS LSP creation if the switching capability field is TDM, PSC-1, | |||
PSC-2, PSC-3, or PSC-4." | PSC-2, PSC-3, or PSC-4." | |||
REFERENCE | REFERENCE | |||
" OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | " OSPF Extensions in Support of GMPLS, [RFC4203], 1.4" | |||
::= { tedSwCapEntry 12 } | ::= { tedSwCapEntry 12 } | |||
End of changes. 24 change blocks. | ||||
24 lines changed or deleted | 24 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |