# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python TED-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/TED-MIB" MIB = { "moduleName" : "TED-MIB", "TED-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF CCAMP Working Group.""", "contact" : """ Tomohiro Otani Tm-otani@kddi.com Masanori Miyazawa ma-miyazawa@kddilabs.jp Thomas D. Nadeau tnadeau@juniper.net Kenji Kumaki ke-kumaki@kddi.com Comments and discussion to ccamp@ietf.org""", "description" : """This MIB module contains managed object definitions for TED in support of MPLS/GMPLS TE Database. Copyright (c) 2013 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info).""", "revisions" : ( { "date" : "2012-12-21 00:00", "description" : """Initial version. Published as RFC 6825.""", }, ), "identity node" : "tedMIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "Integer32"}, {"module" : "SNMPv2-SMI", "name" : "Unsigned32"}, {"module" : "SNMPv2-SMI", "name" : "transmission"}, {"module" : "SNMPv2-SMI", "name" : "NOTIFICATION-TYPE"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, {"module" : "SNMPv2-CONF", "name" : "NOTIFICATION-GROUP"}, {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"}, {"module" : "SNMPv2-TC", "name" : "RowPointer"}, {"module" : "IANA-GMPLS-TC-MIB", "name" : "IANAGmplsLSPEncodingTypeTC"}, {"module" : "IANA-GMPLS-TC-MIB", "name" : "IANAGmplsSwitchingTypeTC"}, {"module" : "INET-ADDRESS-MIB", "name" : "InetAddress"}, {"module" : "INET-ADDRESS-MIB", "name" : "InetAddressType"}, {"module" : "FLOAT-TC-MIB", "name" : "Float32TC"}, ), "typedefs" : { "TedAreaIdTC" : { "basetype" : "OctetString", "status" : "current", "ranges" : [ { "min" : "0", "max" : "20" }, ], "range" : { "min" : "0", "max" : "20" }, "description" : """The area identifier of the IGP. If OSPF is used to advertise LSA, this represents an ospfArea. If IS-IS is used, this represents an area address.""", }, "TedRouterIdTC" : { "basetype" : "OctetString", "status" : "current", "ranges" : [ { "min" : "0", "max" : "6" }, ], "range" : { "min" : "0", "max" : "6" }, "description" : """The router identifier. If OSPF is used to advertise LSA, this represents a Router ID. If IS-IS is used, this represents a System ID.""", }, "TedLinkIndexTC" : { "basetype" : "OctetString", "status" : "current", "ranges" : [ { "min" : "0", "max" : "8" }, ], "range" : { "min" : "0", "max" : "8" }, "description" : """The link identifier. If OSPF is used, this represents an ospfLsdbID. If IS-IS is used, this represents an isisLSPID. If a locally configured link is used, this object represents an arbitrary value, which is locally defined in a router.""", }, }, # typedefs "nodes" : { "tedMIB" : { "nodetype" : "node", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273", "status" : "current", }, # node "tedNotifications" : { "nodetype" : "node", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.0", }, # node "tedObjects" : { "nodetype" : "node", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1", }, # node "tedTable" : { "nodetype" : "table", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1", "status" : "current", "description" : """This table indicates multiple TED information, which has been supported by RFC 3630 and RFC 5305.""", }, # table "tedEntry" : { "nodetype" : "row", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1", "status" : "current", "linkage" : [ "tedLocalRouterId", "tedRemoteRouterId", "tedLinkInformationSource", "tedLinkIndex", ], "description" : """This entry contains TED information commonly utilized in both MPLS and GMPLS.""", }, # row "tedLinkInformationSource" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "unknown" : { "nodetype" : "namednumber", "number" : "0" }, "locallyConfigured" : { "nodetype" : "namednumber", "number" : "1" }, "ospfv2" : { "nodetype" : "namednumber", "number" : "2" }, "ospfv3" : { "nodetype" : "namednumber", "number" : "3" }, "isis" : { "nodetype" : "namednumber", "number" : "4" }, "other" : { "nodetype" : "namednumber", "number" : "5" }, }, }, "access" : "noaccess", "description" : """This object indicates the source of the information about the TE link.""", }, # column "tedLocalRouterId" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"TED-MIB", "name" : "TedRouterIdTC"}, }, "access" : "noaccess", "description" : """This object represents the Router ID of the router originating the LSA. If OSPF is used to advertise LSA, this represents a Router ID. If IS-IS is used, this represents a System ID. Otherwise, this represents zero.""", "reference" : """OSPF Version 2, RFC 2328, Appendix C.1 OSPF for IPv6, RFC 5340, Appendix C.1 ISO10589, Section 7.1""", }, # column "tedRemoteRouterId" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.3", "status" : "current", "syntax" : { "type" : { "module" :"TED-MIB", "name" : "TedRouterIdTC"}, }, "access" : "noaccess", "description" : """This object indicates the router at the remote end of the link from the originating router. If OSPF is used to advertise LSA, this represents a Link ID in the Link TLV. If IS-IS is used, this represents a neighbor System ID defined in RFC 5305. Otherwise, this represents zero.""", "reference" : """OSPF Version 2, RFC 2328, Appendix C.1 OSPF for IPv6, RFC 5340, Appendix C.1 ISO10589, Section 7.1""", }, # column "tedLinkIndex" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.4", "status" : "current", "syntax" : { "type" : { "module" :"TED-MIB", "name" : "TedLinkIndexTC"}, }, "access" : "noaccess", "description" : """This object indicates the link state identifier. If OSPF is used, this represents an ospfLsdbID. If IS-IS is used, this represents an isisLSPID. Otherwise, this represents a unique identifier within a node.""", "reference" : """OSPF Version 2, RFC 2328, Appendix A.4.1, OSPF for IPv6, RFC 5340, Appendix A.4.2 ISO10589, Section 9.8 """, }, # column "tedLinkInformationData" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowPointer"}, }, "access" : "readonly", "description" : """If tedLinkInformationSource has the value unknown(0), this object MUST contain a value of zeroDotZero. If tedLinkInformationSource has the value locallyConfigured(1), an implementation can use this object to supply the identifier of the corresponding row entry in the teLinkTable of TE-LINK- STD-MIB (RFC 4220), the identifier of the corresponding row in a local proprietary TE link MIB module, or the value of zeroDotZero. If tedLinkInformationSource has the value ospfv2(2) and ospfv3(3), an implementation can use this object to supply the identifier of the corresponding row entry in the ospfLocalLsdbTable (OSPFv2-MIB) and the ospfv3AreaLsdbTable (OSPFv3-MIB), or the value of zeroDotZero. If tedLinkInformationSource has the value isis(4), an implementation can use this object to supply the identifier of the corresponding row entry in the isisAreaAddr of ISIS-MIB (RFC 4444), or the value of zeroDotZero. If tedLinkInformationSource has the value other(5), an implementation can use this object to supply the identifier of the corresponding row entry in the local proprietary MIB module, or the value of zeroDotZero.""", }, # column "tedLinkState" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "unknown" : { "nodetype" : "namednumber", "number" : "0" }, "up" : { "nodetype" : "namednumber", "number" : "1" }, "down" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readonly", "description" : """This object represents the actual operational state of this TE link. For instance, if a row is created in the TED table, but the actual TE link is not available for some reason (e.g., when there is not yet a physical link or the link has been manually disabled), then the object would be down(2) state. In contrast, if a row is added and the TE link is available, this would be operationally up(1).""", }, # column "tedAreaId" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.7", "status" : "current", "syntax" : { "type" : { "module" :"TED-MIB", "name" : "TedAreaIdTC"}, }, "access" : "readonly", "description" : """This object indicates the area identifier of the IGP. If OSPF is used to advertise LSA, this represents an ospfArea. If IS-IS is used, this represents an area address. Otherwise, this represents zero.""", "reference" : """OSPF Version 2, RFC 2328, Appendix C.2 OSPF for IPv6, RFC 5340, Appendix C.2 ISO10589, Section 9.8""", }, # column "tedLinkType" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "pointToPoint" : { "nodetype" : "namednumber", "number" : "1" }, "multiAccess" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readonly", "description" : """This indicates the type of the link, such as point to point or multi-access.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.1""", }, # column "tedTeRouterIdAddrType" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.9", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"}, }, "access" : "readonly", "description" : """This object indicates the TE-Router ID address type. Only values unknown(0), ipv4(1), or ipv6(2) are supported.""", }, # column "tedTeRouterIdAddr" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.10", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddress"}, }, "access" : "readonly", "description" : """This object indicates the TE-Router ID.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.4.1 IS-IS extensions for TE, RFC 5305, Section 4.3""", }, # column "tedLinkIdAddrType" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.11", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"}, }, "access" : "readonly", "description" : """This object indicates the address type of the TE Link ID. Only values unknown(0), ipv4(1), or ipv6(2) are supported.""", }, # column "tedLinkIdAddr" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.12", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddress"}, }, "access" : "readonly", "description" : """This indicates the Router ID of the neighbor in the case of point-to-point links. This also indicates the interface address of the designated router in the case of multi-access links.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.2 IS-IS extensions for TE, RFC 5305, Section 4.3""", }, # column "tedMetric" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.13", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Integer32"}, }, "access" : "readonly", "description" : """This indicates the traffic engineering metric value of the TE link.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.5 IS-IS extensions for TE, RFC 5305, Section 3.7""", }, # column "tedMaxBandwidth" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.14", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This indicates the maximum bandwidth that can be used on this link in this direction.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.6 IS-IS extensions for TE, RFC 5305, Section 3.4""", }, # column "tedMaxReservableBandwidth" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.15", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This indicates the maximum bandwidth that may be reserved on this link in this direction.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.7 IS-IS extensions for TE, RFC 5305, Section 3.5""", }, # column "tedUnreservedBandwidthPri0" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.16", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This indicates the amount of bandwidth not yet reserved at the priority 0.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.8 IS-IS extensions for TE, RFC 5305, Section 3.6""", }, # column "tedUnreservedBandwidthPri1" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.17", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This indicates the amount of bandwidth not yet reserved at the priority 1.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.8 IS-IS extensions for TE, RFC 5305, Section 3.6""", }, # column "tedUnreservedBandwidthPri2" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.18", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This indicates the amount of bandwidth not yet reserved at the priority 2.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.8 IS-IS extensions for TE, RFC 5305, Section 3.6""", }, # column "tedUnreservedBandwidthPri3" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.19", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This indicates the amount of bandwidth not yet reserved at the priority 3.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.8 IS-IS extensions for TE, RFC 5305, Section 3.6""", }, # column "tedUnreservedBandwidthPri4" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.20", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This indicates the amount of bandwidth not yet reserved at the priority 4.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.8 IS-IS extensions for TE, RFC 5305, Section 3.6""", }, # column "tedUnreservedBandwidthPri5" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.21", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This indicates the amount of bandwidth not yet reserved at the priority 5.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.8 IS-IS extensions for TE, RFC 5305, Section 3.6""", }, # column "tedUnreservedBandwidthPri6" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.22", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This indicates the amount of bandwidth not yet reserved at the priority 6.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.8 IS-IS extensions for TE, RFC 5305, 3.6""", }, # column "tedUnreservedBandwidthPri7" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.23", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This indicates the amount of bandwidth not yet reserved at the priority 7.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.8 IS-IS extensions for TE, RFC 5305, Section 3.6""", }, # column "tedAdministrativeGroup" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.24", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Integer32"}, }, "access" : "readonly", "description" : """This indicates the Administrative Group to which the link belongs. Since the value is a bit mask, the link can belong to multiple groups. This is also called Resource Class/Color.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.9 IS-IS extensions for TE, RFC 5305, Section 3.1""", }, # column "tedLocalId" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.25", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Integer32"}, }, "access" : "readonly", "description" : """This indicates the Link Local Identifier of an unnumbered link.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.1 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.1""", }, # column "tedRemoteId" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.26", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Integer32"}, }, "access" : "readonly", "description" : """This indicates the Link Remote Identifier of an unnumbered link.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.1 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.1""", }, # column "tedLinkProtectionType" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.1.1.27", "status" : "current", "syntax" : { "type" : { "basetype" : "Bits", "extraTraffic" : { "nodetype" : "namednumber", "number" : "0" }, "unprotected" : { "nodetype" : "namednumber", "number" : "1" }, "shared" : { "nodetype" : "namednumber", "number" : "2" }, "dedicatedOneToOne" : { "nodetype" : "namednumber", "number" : "3" }, "dedicatedOnePlusOne" : { "nodetype" : "namednumber", "number" : "4" }, "enhanced" : { "nodetype" : "namednumber", "number" : "5" }, }, }, "access" : "readonly", "description" : """This object indicates the protection type of the TE link.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.2 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.2""", }, # column "tedLocalIfAddrTable" : { "nodetype" : "table", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.2", "status" : "current", "description" : """This table contains the IP address information of a local TE link.""", }, # table "tedLocalIfAddrEntry" : { "nodetype" : "row", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.2.1", "status" : "current", "linkage" : [ "tedLinkIndex", "tedLocalIfAddr", ], "description" : """This entry contains the IP address information of the local TE link.""", }, # row "tedLocalIfAddrType" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.2.1.1", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"}, }, "access" : "readonly", "description" : """This object indicates the address type of the local TE link. Only values unknown(0), ipv4(1), or ipv6(2) have to be supported.""", }, # column "tedLocalIfAddr" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.2.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "INET-ADDRESS-MIB", "type" : "InetAddress", }, "ranges" : [ { "min" : "1", "max" : "20" }, ], "range" : { "min" : "1", "max" : "20" }, }, }, "access" : "noaccess", "description" : """This object indicates the address of the local TE link.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.3, Traffic Engineering Extensions to OSPF Version 3, RFC 5329, Section 4.3 IS-IS extensions for TE, RFC 5305, Section 3.4""", }, # column "tedRemoteIfAddrTable" : { "nodetype" : "table", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.3", "status" : "current", "description" : """This table contains the IP address information of a remote TE link.""", }, # table "tedRemoteIfAddrEntry" : { "nodetype" : "row", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.3.1", "status" : "current", "linkage" : [ "tedLinkIndex", "tedRemoteIfAddr", ], "description" : """This entry contains the IP address information of the remote TE link.""", }, # row "tedRemoteIfAddrType" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.3.1.1", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"}, }, "access" : "readonly", "description" : """This object indicates the address type of the remote TE link.""", }, # column "tedRemoteIfAddr" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.3.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "INET-ADDRESS-MIB", "type" : "InetAddress", }, "ranges" : [ { "min" : "1", "max" : "20" }, ], "range" : { "min" : "1", "max" : "20" }, }, }, "access" : "noaccess", "description" : """This object indicates the address of the remote TE link.""", "reference" : """Traffic Engineering (TE) Extensions to OSPF Version 2, RFC 3630, Section 2.5.4, Traffic Engineering Extensions to OSPF Version3, RFC 5329, Section 4.4 IS-IS extensions for TE, RFC 5305, Section 3.3""", }, # column "tedSwCapTable" : { "nodetype" : "table", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4", "status" : "current", "description" : """This table contains the GMPLS TED switching capability information.""", }, # table "tedSwCapEntry" : { "nodetype" : "row", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4.1", "status" : "current", "linkage" : [ "tedLinkIndex", "tedSwCapIndex", ], "description" : """This entry relates each TE link with its GMPLS TE switching capability information. If the MIB module deals with only OSPF- TE information, the value of each object related with GMPLS TE extensions should be null.""", }, # row "tedSwCapIndex" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "255" }, ], "range" : { "min" : "1", "max" : "255" }, }, }, "access" : "noaccess", "description" : """This index is utilized to identify multiple switching functions on a local or remote TE link according to definitions of textual conventions of GMPLS, RFC 4801.""", }, # column "tedSwCapType" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4.1.2", "status" : "current", "syntax" : { "type" : { "module" :"IANA-GMPLS-TC-MIB", "name" : "IANAGmplsSwitchingTypeTC"}, }, "access" : "readonly", "description" : """This object indicates the GMPLS switching capability assigned to the TE link according to definitions of textual conventions of GMPLS, RFC 4801.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.4 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.3""", }, # column "tedSwCapEncoding" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4.1.3", "status" : "current", "syntax" : { "type" : { "module" :"IANA-GMPLS-TC-MIB", "name" : "IANAGmplsLSPEncodingTypeTC"}, }, "access" : "readonly", "description" : """This object indicates the GMPLS encoding type assigned to the TE link.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.4 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.3""", }, # column "tedSwCapMaxLspBandwidthPri0" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4.1.4", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This object indicates the maximum bandwidth of the TE link at the priority 0 for GMPLS LSP creation.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.4 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.3""", }, # column "tedSwCapMaxLspBandwidthPri1" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4.1.5", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This object indicates the maximum bandwidth of the TE link at the priority 1 for GMPLS LSP creation.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.4 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.3""", }, # column "tedSwCapMaxLspBandwidthPri2" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4.1.6", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This object indicates the maximum bandwidth of the TE link at the priority 2 for GMPLS LSP creation.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.4 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.3""", }, # column "tedSwCapMaxLspBandwidthPri3" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4.1.7", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This object indicates the maximum bandwidth of the TE link at the priority 3 for GMPLS LSP creation.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.4 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.3""", }, # column "tedSwCapMaxLspBandwidthPri4" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4.1.8", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This object indicates the maximum bandwidth of the TE link at the priority 4 for GMPLS LSP creation.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.4 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.3""", }, # column "tedSwCapMaxLspBandwidthPri5" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4.1.9", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This object indicates the maximum bandwidth of the TE link at the priority 5 for GMPLS LSP creation.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.4 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.3""", }, # column "tedSwCapMaxLspBandwidthPri6" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4.1.10", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This object indicates the maximum bandwidth of the TE link at the priority 6 for GMPLS LSP creation.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.4 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.3""", }, # column "tedSwCapMaxLspBandwidthPri7" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4.1.11", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This object indicates the maximum bandwidth of the TE link at the priority 7 for GMPLS LSP creation.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.4 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.3""", }, # column "tedSwCapMinLspBandwidth" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4.1.12", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float32TC"}, }, "access" : "readonly", "units" : "Byte per second", "description" : """This object indicates the minimum bandwidth of the TE link for GMPLS LSP creation if the switching capability field is TDM, PSC-1, PSC-2, PSC-3, or PSC-4.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.4 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.3""", }, # column "tedSwCapIfMtu" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4.1.13", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Integer32"}, }, "access" : "readonly", "description" : """This object indicates the MTU of the local or remote TE link.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.4 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.3""", }, # column "tedSwCapIndication" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.4.1.14", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "standard" : { "nodetype" : "namednumber", "number" : "0" }, "arbitrary" : { "nodetype" : "namednumber", "number" : "1" }, }, }, "access" : "readonly", "description" : """This object indicates whether the interface supports Standard or Arbitrary SONET/SDH.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.4 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.3""", }, # column "tedSrlgTable" : { "nodetype" : "table", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.5", "status" : "current", "description" : """This table contains the SRLG information of the TE link.""", }, # table "tedSrlgEntry" : { "nodetype" : "row", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.5.1", "status" : "current", "linkage" : [ "tedLinkIndex", "tedSrlgIndex", ], "description" : """This entry relates each TE link with its SRLG information.""", }, # row "tedSrlgIndex" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.5.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "255" }, ], "range" : { "min" : "1", "max" : "255" }, }, }, "access" : "noaccess", "description" : """This index is utilized to identify multiple SRLG values on a local or remote TE link. This object represents an arbitrary value, which is locally defined in a router.""", "reference" : """OSPF Extensions in support of GMPLS, RFC 4203, Section 1.3 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.4""", }, # column "tedSrlg" : { "nodetype" : "column", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.5.1.2", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Integer32"}, }, "access" : "readonly", "description" : """This object indicates the SRLG value assigned to a local or remote TE link.""", "reference" : """OSPF Extensions in Support of GMPLS, RFC 4203, Section 1.3 IS-IS Extensions in Support of GMPLS, RFC 5307, Section 1.4""", }, # column "tedStatusChangeNotificationMaxRate" : { "nodetype" : "scalar", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.6", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readwrite", "default" : "1", "description" : """A lot of notifications relating to the status change are expected to generate in a node, especially when a network failure occurs and might cause a performance degradation of the node itself. To avoid such a defect, this object provides the maximum number of notifications generated per minute. If events occur more rapidly, the implementation may simply fail to emit these notifications during that period, or may queue them until an appropriate time. A value of 0 means no throttling is applied and events may be notified at the rate at which they occur.""", }, # scalar "tedCreatedDeletedNotificationMaxRate" : { "nodetype" : "scalar", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.1.7", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readwrite", "default" : "1", "description" : """A lot of notifications relating to new registration in the TED table by receiving new TE link information or deletion of existing entries in the TED table are expected to generate in a node. This object provides the maximum number of notifications generated per minute.""", }, # scalar "tedConformance" : { "nodetype" : "node", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.2", }, # node "tedCompliances" : { "nodetype" : "node", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.2.1", }, # node "tedGroups" : { "nodetype" : "node", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.2.2", }, # node }, # nodes "notifications" : { "tedStatusChange" : { "nodetype" : "notification", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.0.1", "status" : "current", "objects" : { "tedLinkState" : { "nodetype" : "object", "module" : "TED-MIB" }, }, "description" : """This notification signifies that there has been change in the TE information of tedTable, tedLocalIfAddrTable, tedRemoteIfAddrTable, tedSwCapTable, and/or tedSrlgTable. For example, this should be generated when tedUnreservedBandwidth is changed to create or delete LSP using the registered TE link.""", }, # notification "tedEntryCreated" : { "nodetype" : "notification", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.0.2", "status" : "current", "objects" : { "tedLinkState" : { "nodetype" : "object", "module" : "TED-MIB" }, }, "description" : """This notification signifies that there has been new registration in the TED table by receiving new TE link information. For example, this should be generated when a new index (tedLinkIndex) is registered in the TED table.""", }, # notification "tedEntryDeleted" : { "nodetype" : "notification", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.0.3", "status" : "current", "objects" : { "tedLinkState" : { "nodetype" : "object", "module" : "TED-MIB" }, }, "description" : """This notification signifies that there has been deletion of an entry in the TED table. For example, this should be generated when one of the existing entries is deleted in the TED table.""", }, # notification }, # notifications "groups" : { "tedMainGroup" : { "nodetype" : "group", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.2.2.1", "status" : "current", "members" : { "tedLinkState" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedAreaId" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedLinkType" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedTeRouterIdAddrType" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedTeRouterIdAddr" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedLinkIdAddrType" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedLinkIdAddr" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedMetric" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedMaxBandwidth" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedMaxReservableBandwidth" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedUnreservedBandwidthPri0" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedUnreservedBandwidthPri1" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedUnreservedBandwidthPri2" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedUnreservedBandwidthPri3" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedUnreservedBandwidthPri4" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedUnreservedBandwidthPri5" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedUnreservedBandwidthPri6" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedUnreservedBandwidthPri7" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedAdministrativeGroup" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedLinkProtectionType" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedLinkInformationData" : { "nodetype" : "member", "module" : "TED-MIB" }, }, # members "description" : """Collection of objects for TED management""", }, # group "tedObjectsGroup" : { "nodetype" : "group", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.2.2.2", "status" : "current", "members" : { "tedStatusChangeNotificationMaxRate" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedCreatedDeletedNotificationMaxRate" : { "nodetype" : "member", "module" : "TED-MIB" }, }, # members "description" : """The objects needed to implement notification.""", }, # group "tedNotificationGroup" : { "nodetype" : "group", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.2.2.3", "status" : "current", "members" : { "tedStatusChange" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedEntryCreated" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedEntryDeleted" : { "nodetype" : "member", "module" : "TED-MIB" }, }, # members "description" : """This group is mandatory for those implementations that can implement the notifications contained in this group.""", }, # group "tedUnnumberedLinkGroup" : { "nodetype" : "group", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.2.2.4", "status" : "current", "members" : { "tedLocalId" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedRemoteId" : { "nodetype" : "member", "module" : "TED-MIB" }, }, # members "description" : """The objects needed to implement the unnumbered links.""", }, # group "tedNumberedLinkGroup" : { "nodetype" : "group", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.2.2.5", "status" : "current", "members" : { "tedLocalIfAddrType" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedRemoteIfAddrType" : { "nodetype" : "member", "module" : "TED-MIB" }, }, # members "description" : """The objects needed to implement the numbered links.""", }, # group "tedSwCapGroup" : { "nodetype" : "group", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.2.2.6", "status" : "current", "members" : { "tedSwCapType" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedSwCapEncoding" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedSwCapMaxLspBandwidthPri0" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedSwCapMaxLspBandwidthPri1" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedSwCapMaxLspBandwidthPri2" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedSwCapMaxLspBandwidthPri3" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedSwCapMaxLspBandwidthPri4" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedSwCapMaxLspBandwidthPri5" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedSwCapMaxLspBandwidthPri6" : { "nodetype" : "member", "module" : "TED-MIB" }, "tedSwCapMaxLspBandwidthPri7" : { "nodetype" : "member", "module" : "TED-MIB" }, }, # members "description" : """The objects needed to implement the TE links with GMPLS TE switching capability information.""", }, # group "tedSwCapMinLspBandwidthGroup" : { "nodetype" : "group", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.2.2.7", "status" : "current", "members" : { "tedSwCapMinLspBandwidth" : { "nodetype" : "member", "module" : "TED-MIB" }, }, # members "description" : """The objects needed to implement the minimum bandwidth of the TE link for GMPLS LSP creation.""", }, # group "tedSwCapIfMtuGroup" : { "nodetype" : "group", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.2.2.8", "status" : "current", "members" : { "tedSwCapIfMtu" : { "nodetype" : "member", "module" : "TED-MIB" }, }, # members "description" : """The objects needed to implement the MTU information of the local or remote TE link.""", }, # group "tedSwCapIndicationGroup" : { "nodetype" : "group", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.2.2.9", "status" : "current", "members" : { "tedSwCapIndication" : { "nodetype" : "member", "module" : "TED-MIB" }, }, # members "description" : """The objects needed to implement the indication of whether the interface supports Standard or Arbitrary SONET/SDH.""", }, # group "tedSrlgGroup" : { "nodetype" : "group", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.2.2.10", "status" : "current", "members" : { "tedSrlg" : { "nodetype" : "member", "module" : "TED-MIB" }, }, # members "description" : """The objects needed to implement multiple SRLG values with GMPLS TE information.""", }, # group }, # groups "compliances" : { "tedModuleFullCompliance" : { "nodetype" : "compliance", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.2.1.1", "status" : "current", "description" : """Compliance statement for agents provides full support for the TED MIB.""", "requires" : { "tedMainGroup" : { "nodetype" : "mandatory", "module" : "TED-MIB" }, "tedObjectsGroup" : { "nodetype" : "mandatory", "module" : "TED-MIB" }, "tedNotificationGroup" : { "nodetype" : "mandatory", "module" : "TED-MIB" }, "tedUnnumberedLinkGroup" : { "nodetype" : "optional", "module" : "TED-MIB", "description" : """This group is mandatory for TE links that support the unnumbered links.""", }, "tedNumberedLinkGroup" : { "nodetype" : "optional", "module" : "TED-MIB", "description" : """This group is mandatory for TE links that support the numbered links.""", }, "tedSwCapGroup" : { "nodetype" : "optional", "module" : "TED-MIB", "description" : """This group is mandatory for TE links that support GMPLS switching capability.""", }, "tedSwCapMinLspBandwidthGroup" : { "nodetype" : "optional", "module" : "TED-MIB", "description" : """This group is mandatory for TE links if the switching capability field is TDM, PSC-1, PSC-2, PSC-3, or PSC-4.""", }, "tedSwCapIfMtuGroup" : { "nodetype" : "optional", "module" : "TED-MIB", "description" : """This group is mandatory for TE links that support the MTU of the local or remote TE link.""", }, "tedSwCapIndicationGroup" : { "nodetype" : "optional", "module" : "TED-MIB", "description" : """This group is mandatory for TE links that support Standard or Arbitrary SONET/SDH.""", }, "tedSrlgGroup" : { "nodetype" : "optional", "module" : "TED-MIB", "description" : """This group is mandatory for TE links that support SRLG information.""", }, }, # requires }, # compliance "tedModuleReadOnlyCompliance" : { "nodetype" : "compliance", "moduleName" : "TED-MIB", "oid" : "1.3.6.1.2.1.10.273.2.1.2", "status" : "current", "description" : """Compliance requirement for implementations only provides read- only support for TED. Such devices can then be monitored but cannot be configured using this MIB module.""", "requires" : { "tedMainGroup" : { "nodetype" : "mandatory", "module" : "TED-MIB" }, "tedUnnumberedLinkGroup" : { "nodetype" : "optional", "module" : "TED-MIB", "description" : """This group is mandatory for TE links that support the unnumbered links.""", }, "tedNumberedLinkGroup" : { "nodetype" : "optional", "module" : "TED-MIB", "description" : """This group is mandatory for TE links that support the numbered links.""", }, "tedSwCapGroup" : { "nodetype" : "optional", "module" : "TED-MIB", "description" : """This group is mandatory for TE links that support some GMPLS switching capabilities.""", }, "tedSwCapMinLspBandwidthGroup" : { "nodetype" : "optional", "module" : "TED-MIB", "description" : """This group is mandatory for TE links if the switching capability field is TDM, PSC-1, PSC-2, PSC-3, or PSC-4.""", }, "tedSwCapIfMtuGroup" : { "nodetype" : "optional", "module" : "TED-MIB", "description" : """This group is mandatory for TE links that support the MTU of the local or remote TE link.""", }, "tedSwCapIndicationGroup" : { "nodetype" : "optional", "module" : "TED-MIB", "description" : """This group is mandatory for TE links that support Standard or Arbitrary SONET/SDH.""", }, "tedSrlgGroup" : { "nodetype" : "optional", "module" : "TED-MIB", "description" : """This group is mandatory for TE links that support SRLG information.""", }, }, # requires }, # compliance }, # compliances }