TED-MIB

File: TED-MIB.mib (40177 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IANA-GMPLS-TC-MIB INET-ADDRESS-MIB FLOAT-TC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 transmission NOTIFICATION-TYPE
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
TEXTUAL-CONVENTION RowPointer IANAGmplsLSPEncodingTypeTC
IANAGmplsSwitchingTypeTC InetAddress InetAddressType
Float32TC

Defined Types

TedAreaIdTC  
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.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..20)  

TedRouterIdTC  
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.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..6)  

TedLinkIndexTC  
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.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..8)  

TedEntry  
SEQUENCE    
  tedLinkInformationSource INTEGER
  tedLocalRouterId TedRouterIdTC
  tedRemoteRouterId TedRouterIdTC
  tedLinkIndex TedLinkIndexTC
  tedLinkInformationData RowPointer
  tedLinkState INTEGER
  tedAreaId TedAreaIdTC
  tedLinkType INTEGER
  tedTeRouterIdAddrType InetAddressType
  tedTeRouterIdAddr InetAddress
  tedLinkIdAddrType InetAddressType
  tedLinkIdAddr InetAddress
  tedMetric Integer32
  tedMaxBandwidth Float32TC
  tedMaxReservableBandwidth Float32TC
  tedUnreservedBandwidthPri0 Float32TC
  tedUnreservedBandwidthPri1 Float32TC
  tedUnreservedBandwidthPri2 Float32TC
  tedUnreservedBandwidthPri3 Float32TC
  tedUnreservedBandwidthPri4 Float32TC
  tedUnreservedBandwidthPri5 Float32TC
  tedUnreservedBandwidthPri6 Float32TC
  tedUnreservedBandwidthPri7 Float32TC
  tedAdministrativeGroup Integer32
  tedLocalId Integer32
  tedRemoteId Integer32
  tedLinkProtectionType BITS

TedLocalIfAddrEntry  
SEQUENCE    
  tedLocalIfAddrType InetAddressType
  tedLocalIfAddr InetAddress

TedRemoteIfAddrEntry  
SEQUENCE    
  tedRemoteIfAddrType InetAddressType
  tedRemoteIfAddr InetAddress

TedSwCapEntry  
SEQUENCE    
  tedSwCapIndex Unsigned32
  tedSwCapType IANAGmplsSwitchingTypeTC
  tedSwCapEncoding IANAGmplsLSPEncodingTypeTC
  tedSwCapMaxLspBandwidthPri0 Float32TC
  tedSwCapMaxLspBandwidthPri1 Float32TC
  tedSwCapMaxLspBandwidthPri2 Float32TC
  tedSwCapMaxLspBandwidthPri3 Float32TC
  tedSwCapMaxLspBandwidthPri4 Float32TC
  tedSwCapMaxLspBandwidthPri5 Float32TC
  tedSwCapMaxLspBandwidthPri6 Float32TC
  tedSwCapMaxLspBandwidthPri7 Float32TC
  tedSwCapMinLspBandwidth Float32TC
  tedSwCapIfMtu Integer32
  tedSwCapIndication INTEGER

TedSrlgEntry  
SEQUENCE    
  tedSrlgIndex Unsigned32
  tedSrlg Integer32

Defined Values

tedMIB 1.3.6.1.2.1.10.273
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).
MODULE-IDENTITY    

tedNotifications 1.3.6.1.2.1.10.273.0
OBJECT IDENTIFIER    

tedObjects 1.3.6.1.2.1.10.273.1
OBJECT IDENTIFIER    

tedConformance 1.3.6.1.2.1.10.273.2
OBJECT IDENTIFIER    

tedTable 1.3.6.1.2.1.10.273.1.1
This table indicates multiple TED information, which has been supported by RFC 3630 and RFC 5305.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TedEntry

tedEntry 1.3.6.1.2.1.10.273.1.1.1
This entry contains TED information commonly utilized in both MPLS and GMPLS.
Status: current Access: not-accessible
OBJECT-TYPE    
  TedEntry  

tedLinkInformationSource 1.3.6.1.2.1.10.273.1.1.1.1
This object indicates the source of the information about the TE link.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER unknown(0), locallyConfigured(1), ospfv2(2), ospfv3(3), isis(4), other(5)  

tedLocalRouterId 1.3.6.1.2.1.10.273.1.1.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  TedRouterIdTC  

tedRemoteRouterId 1.3.6.1.2.1.10.273.1.1.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  TedRouterIdTC  

tedLinkIndex 1.3.6.1.2.1.10.273.1.1.1.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  TedLinkIndexTC  

tedLinkInformationData 1.3.6.1.2.1.10.273.1.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  RowPointer  

tedLinkState 1.3.6.1.2.1.10.273.1.1.1.6
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).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), up(1), down(2)  

tedAreaId 1.3.6.1.2.1.10.273.1.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  TedAreaIdTC  

tedLinkType 1.3.6.1.2.1.10.273.1.1.1.8
This indicates the type of the link, such as point to point or multi-access.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER pointToPoint(1), multiAccess(2)  

tedTeRouterIdAddrType 1.3.6.1.2.1.10.273.1.1.1.9
This object indicates the TE-Router ID address type. Only values unknown(0), ipv4(1), or ipv6(2) are supported.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

tedTeRouterIdAddr 1.3.6.1.2.1.10.273.1.1.1.10
This object indicates the TE-Router ID.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

tedLinkIdAddrType 1.3.6.1.2.1.10.273.1.1.1.11
This object indicates the address type of the TE Link ID. Only values unknown(0), ipv4(1), or ipv6(2) are supported.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

tedLinkIdAddr 1.3.6.1.2.1.10.273.1.1.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

tedMetric 1.3.6.1.2.1.10.273.1.1.1.13
This indicates the traffic engineering metric value of the TE link.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

tedMaxBandwidth 1.3.6.1.2.1.10.273.1.1.1.14
This indicates the maximum bandwidth that can be used on this link in this direction.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedMaxReservableBandwidth 1.3.6.1.2.1.10.273.1.1.1.15
This indicates the maximum bandwidth that may be reserved on this link in this direction.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedUnreservedBandwidthPri0 1.3.6.1.2.1.10.273.1.1.1.16
This indicates the amount of bandwidth not yet reserved at the priority 0.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedUnreservedBandwidthPri1 1.3.6.1.2.1.10.273.1.1.1.17
This indicates the amount of bandwidth not yet reserved at the priority 1.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedUnreservedBandwidthPri2 1.3.6.1.2.1.10.273.1.1.1.18
This indicates the amount of bandwidth not yet reserved at the priority 2.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedUnreservedBandwidthPri3 1.3.6.1.2.1.10.273.1.1.1.19
This indicates the amount of bandwidth not yet reserved at the priority 3.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedUnreservedBandwidthPri4 1.3.6.1.2.1.10.273.1.1.1.20
This indicates the amount of bandwidth not yet reserved at the priority 4.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedUnreservedBandwidthPri5 1.3.6.1.2.1.10.273.1.1.1.21
This indicates the amount of bandwidth not yet reserved at the priority 5.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedUnreservedBandwidthPri6 1.3.6.1.2.1.10.273.1.1.1.22
This indicates the amount of bandwidth not yet reserved at the priority 6.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedUnreservedBandwidthPri7 1.3.6.1.2.1.10.273.1.1.1.23
This indicates the amount of bandwidth not yet reserved at the priority 7.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedAdministrativeGroup 1.3.6.1.2.1.10.273.1.1.1.24
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

tedLocalId 1.3.6.1.2.1.10.273.1.1.1.25
This indicates the Link Local Identifier of an unnumbered link.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

tedRemoteId 1.3.6.1.2.1.10.273.1.1.1.26
This indicates the Link Remote Identifier of an unnumbered link.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

tedLinkProtectionType 1.3.6.1.2.1.10.273.1.1.1.27
This object indicates the protection type of the TE link.
Status: current Access: read-only
OBJECT-TYPE    
  BITS extraTraffic(0), unprotected(1), shared(2), dedicatedOneToOne(3), dedicatedOnePlusOne(4), enhanced(5)  

tedLocalIfAddrTable 1.3.6.1.2.1.10.273.1.2
This table contains the IP address information of a local TE link.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TedLocalIfAddrEntry

tedLocalIfAddrEntry 1.3.6.1.2.1.10.273.1.2.1
This entry contains the IP address information of the local TE link.
Status: current Access: not-accessible
OBJECT-TYPE    
  TedLocalIfAddrEntry  

tedLocalIfAddrType 1.3.6.1.2.1.10.273.1.2.1.1
This object indicates the address type of the local TE link. Only values unknown(0), ipv4(1), or ipv6(2) have to be supported.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

tedLocalIfAddr 1.3.6.1.2.1.10.273.1.2.1.2
This object indicates the address of the local TE link.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(1..20)  

tedRemoteIfAddrTable 1.3.6.1.2.1.10.273.1.3
This table contains the IP address information of a remote TE link.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TedRemoteIfAddrEntry

tedRemoteIfAddrEntry 1.3.6.1.2.1.10.273.1.3.1
This entry contains the IP address information of the remote TE link.
Status: current Access: not-accessible
OBJECT-TYPE    
  TedRemoteIfAddrEntry  

tedRemoteIfAddrType 1.3.6.1.2.1.10.273.1.3.1.1
This object indicates the address type of the remote TE link.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

tedRemoteIfAddr 1.3.6.1.2.1.10.273.1.3.1.2
This object indicates the address of the remote TE link.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(1..20)  

tedSwCapTable 1.3.6.1.2.1.10.273.1.4
This table contains the GMPLS TED switching capability information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TedSwCapEntry

tedSwCapEntry 1.3.6.1.2.1.10.273.1.4.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  TedSwCapEntry  

tedSwCapIndex 1.3.6.1.2.1.10.273.1.4.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..255  

tedSwCapType 1.3.6.1.2.1.10.273.1.4.1.2
This object indicates the GMPLS switching capability assigned to the TE link according to definitions of textual conventions of GMPLS, RFC 4801.
Status: current Access: read-only
OBJECT-TYPE    
  IANAGmplsSwitchingTypeTC  

tedSwCapEncoding 1.3.6.1.2.1.10.273.1.4.1.3
This object indicates the GMPLS encoding type assigned to the TE link.
Status: current Access: read-only
OBJECT-TYPE    
  IANAGmplsLSPEncodingTypeTC  

tedSwCapMaxLspBandwidthPri0 1.3.6.1.2.1.10.273.1.4.1.4
This object indicates the maximum bandwidth of the TE link at the priority 0 for GMPLS LSP creation.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedSwCapMaxLspBandwidthPri1 1.3.6.1.2.1.10.273.1.4.1.5
This object indicates the maximum bandwidth of the TE link at the priority 1 for GMPLS LSP creation.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedSwCapMaxLspBandwidthPri2 1.3.6.1.2.1.10.273.1.4.1.6
This object indicates the maximum bandwidth of the TE link at the priority 2 for GMPLS LSP creation.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedSwCapMaxLspBandwidthPri3 1.3.6.1.2.1.10.273.1.4.1.7
This object indicates the maximum bandwidth of the TE link at the priority 3 for GMPLS LSP creation.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedSwCapMaxLspBandwidthPri4 1.3.6.1.2.1.10.273.1.4.1.8
This object indicates the maximum bandwidth of the TE link at the priority 4 for GMPLS LSP creation.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedSwCapMaxLspBandwidthPri5 1.3.6.1.2.1.10.273.1.4.1.9
This object indicates the maximum bandwidth of the TE link at the priority 5 for GMPLS LSP creation.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedSwCapMaxLspBandwidthPri6 1.3.6.1.2.1.10.273.1.4.1.10
This object indicates the maximum bandwidth of the TE link at the priority 6 for GMPLS LSP creation.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedSwCapMaxLspBandwidthPri7 1.3.6.1.2.1.10.273.1.4.1.11
This object indicates the maximum bandwidth of the TE link at the priority 7 for GMPLS LSP creation.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedSwCapMinLspBandwidth 1.3.6.1.2.1.10.273.1.4.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  Float32TC  

tedSwCapIfMtu 1.3.6.1.2.1.10.273.1.4.1.13
This object indicates the MTU of the local or remote TE link.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

tedSwCapIndication 1.3.6.1.2.1.10.273.1.4.1.14
This object indicates whether the interface supports Standard or Arbitrary SONET/SDH.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER standard(0), arbitrary(1)  

tedSrlgTable 1.3.6.1.2.1.10.273.1.5
This table contains the SRLG information of the TE link.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TedSrlgEntry

tedSrlgEntry 1.3.6.1.2.1.10.273.1.5.1
This entry relates each TE link with its SRLG information.
Status: current Access: not-accessible
OBJECT-TYPE    
  TedSrlgEntry  

tedSrlgIndex 1.3.6.1.2.1.10.273.1.5.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..255  

tedSrlg 1.3.6.1.2.1.10.273.1.5.1.2
This object indicates the SRLG value assigned to a local or remote TE link.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

tedStatusChangeNotificationMaxRate 1.3.6.1.2.1.10.273.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

tedCreatedDeletedNotificationMaxRate 1.3.6.1.2.1.10.273.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

tedStatusChange 1.3.6.1.2.1.10.273.0.1
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.
Status: current Access: read-write
NOTIFICATION-TYPE    

tedEntryCreated 1.3.6.1.2.1.10.273.0.2
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.
Status: current Access: read-write
NOTIFICATION-TYPE    

tedEntryDeleted 1.3.6.1.2.1.10.273.0.3
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.
Status: current Access: read-write
NOTIFICATION-TYPE    

tedCompliances 1.3.6.1.2.1.10.273.2.1
OBJECT IDENTIFIER    

tedGroups 1.3.6.1.2.1.10.273.2.2
OBJECT IDENTIFIER    

tedModuleFullCompliance 1.3.6.1.2.1.10.273.2.1.1
Compliance statement for agents provides full support for the TED MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

tedModuleReadOnlyCompliance 1.3.6.1.2.1.10.273.2.1.2
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.
Status: current Access: read-write
MODULE-COMPLIANCE    

tedMainGroup 1.3.6.1.2.1.10.273.2.2.1
Collection of objects for TED management
Status: current Access: read-write
OBJECT-GROUP    

tedObjectsGroup 1.3.6.1.2.1.10.273.2.2.2
The objects needed to implement notification.
Status: current Access: read-write
OBJECT-GROUP    

tedNotificationGroup 1.3.6.1.2.1.10.273.2.2.3
This group is mandatory for those implementations that can implement the notifications contained in this group.
Status: current Access: read-write
NOTIFICATION-GROUP    

tedUnnumberedLinkGroup 1.3.6.1.2.1.10.273.2.2.4
The objects needed to implement the unnumbered links.
Status: current Access: read-write
OBJECT-GROUP    

tedNumberedLinkGroup 1.3.6.1.2.1.10.273.2.2.5
The objects needed to implement the numbered links.
Status: current Access: read-write
OBJECT-GROUP    

tedSwCapGroup 1.3.6.1.2.1.10.273.2.2.6
The objects needed to implement the TE links with GMPLS TE switching capability information.
Status: current Access: read-write
OBJECT-GROUP    

tedSwCapMinLspBandwidthGroup 1.3.6.1.2.1.10.273.2.2.7
The objects needed to implement the minimum bandwidth of the TE link for GMPLS LSP creation.
Status: current Access: read-write
OBJECT-GROUP    

tedSwCapIfMtuGroup 1.3.6.1.2.1.10.273.2.2.8
The objects needed to implement the MTU information of the local or remote TE link.
Status: current Access: read-write
OBJECT-GROUP    

tedSwCapIndicationGroup 1.3.6.1.2.1.10.273.2.2.9
The objects needed to implement the indication of whether the interface supports Standard or Arbitrary SONET/SDH.
Status: current Access: read-write
OBJECT-GROUP    

tedSrlgGroup 1.3.6.1.2.1.10.273.2.2.10
The objects needed to implement multiple SRLG values with GMPLS TE information.
Status: current Access: read-write
OBJECT-GROUP