TN-SDP-MIB: View SNMP OID List / Download MIB

VENDOR: NOKIA


 Home MIB: TN-SDP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 tnServicesSdpMIBModule 1.3.6.1.4.1.7483.5.1.3.56
This document is the SNMP MIB module to manage and provision the various services of the Nokia SROS system. Copyright 2003-2013 Nokia. All rights reserved. Reproduction of this document is authorized on the condition that the foregoing copyright notice is included. This SNMP MIB module (Specification) embodies Nokia's proprietary intellectual property. Nokia retains all title and ownership in the Specification, including any revisions. Nokia grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of Nokia products, and without fee, provided this copyright notice and license appear on all copies. This Specification is supplied 'as is', and Nokia makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
     tnSdpObjs 1.3.6.1.4.1.7483.6.1.2.4.4
         sdpNumEntries 1.3.6.1.4.1.7483.6.1.2.4.4.1 integer32 read-only
The current number of SDPs configured in this device.
         sdpNextFreeId 1.3.6.1.4.1.7483.6.1.2.4.4.2 sdpid read-only
The next available value for sdpId.
         sdpInfoTable 1.3.6.1.4.1.7483.6.1.2.4.4.3 no-access
A table that contains SDP information.
             sdpInfoEntry 1.3.6.1.4.1.7483.6.1.2.4.4.3.1 no-access
Information about a specific SDP.
                 sdpId 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.1 sdpid read-only
SDP identifier.
                 sdpRowStatus 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.2 rowstatus read-only
This object indicates the status of this row. The only values supported during a set operation are 'createAndGo' and 'destroy'. To delete an entry from this table, the corresponding SDP must be administratively down, not bound to any service, and not in use as a mirror destination.
                 sdpDelivery 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.3 integer read-only
This object specifies the type of delivery used by this SDP. The value of this object must be specified when the row is created and cannot be changed while the row status is 'active'. Enumeration: 'gre': 1, 'mpls': 2.
                 sdpFarEndIpAddress 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.4 ipaddress read-only
This object specifies the IP address of the remote end of the GRE or MPLS tunnel defined by this SDP. If sdpTunnelFarEndIpAddress is not set, then sdpFarEndIpAddress also specifies the remote end of the TLDP session. The value of this object must be set to a non-default value when the sdpDelivery is set to 'gre' or 'mpls' for the row to become 'active', and can only be changed while the admin status of the SDP is 'down'.
                 sdpLspList 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.5 lspidlist read-only
When the SDP delivery specified by sdpDelivery is 'mpls', this object specifies the list of LSPs used to reach the far-end ESR device. All the LSPs in this list must terminate at the IP address specified by sdpFarEndIpAddress or sdpFarEndNodeId (for sdpDelivery of 'mpls'). This object is otherwise insignificant and should contain a value of 0. When this list has more than one element, the Nokia SROS router will use all of the LSPs for load balancing purposes. Each LSP ID in the list corresponds to the vRtrMplsLspIndex of the given MPLS LSP.
                 sdpDescription 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.6 servobjdesc read-only
Generic information about this SDP.
                 sdpLabelSignaling 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.7 integer read-only
This object specifies the signaling protocol used to obtain the ingress and egress labels used in frames transmitted and received on this SDP. When the value of this object is 'none' then the labels are manually assigned at the time the SDP is bound to a service. The value of this object can only be changed while the admin status of the SDP is 'down'. An 'inconsistentValue' error is returned if this object is not set to 'none' when sdpDelivery is set to 'mpls'. Default value of this object is set to 'none' when sdpDelivery is set to 'mpls' otherwise default value for this object is set to 'tldp'. Enumeration: 'tldp': 2, 'bgp': 3, 'none': 1.
                 sdpAdminStatus 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.8 serviceadminstatus read-only
The desired state of this SDP.
                 sdpOperStatus 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.9 integer read-only
The operating state of this SDP. The value 'notAlive' is valid only when keep-alive is enabled, and it means that the keep-alive operating status is not alive. The value 'notReady' is valid only when this SDP uses a label signaling protocol (e.g. TLDP) and it means that the signaling session with the far-end peer has not been established. The value 'invalidEgressInterface' indicates that the IOM's have detected that the egress interface towards the far-end device is not a network port. Enumeration: 'notReady': 3, 'up': 1, 'notAlive': 2, 'down': 6, 'transportTunnelDown': 5, 'invalidEgressInterface': 4.
                 sdpAdminPathMtu 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.10 integer read-only
This object specifies the desired largest service frame size (in octets) that can be transmitted through this SDP to the far-end ESR, without requiring the packet to be fragmented. The default value of zero indicates that the path MTU should be computed dynamically from the corresponding MTU of the tunnel.
                 sdpOperPathMtu 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.11 integer32 read-only
This object specifies the actual largest service frame size (in octets) that can be transmitted through this SDP to the far-end ESR, without requiring the packet to be fragmented. In order to be able to bind this SDP to a given service, the value of this object minus the control word size (if applicable) must be equal to or larger than the MTU of the service, as defined by its svcMtu.
                 sdpKeepAliveAdminStatus 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.12 integer read-only
This object is used to enable or disable the keep-alive protocol used to determine the operating status of this SDP. Enumeration: 'disabled': 2, 'enabled': 1.
                 sdpKeepAliveOperStatus 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.13 integer read-only
The current status of the keep-alive protocol. The value 'alive' indicates that the far-end ESR is replying the SDP Echo Requests messages sent by this device indicating no error condition. The value 'noResponse' indicates that the number of consecutive SDP Echo Request messages unack- nowledged by the far-end ESR exceeded the limit defined by sdpKeepAliveMaxDropCount. The values 'senderIdInvalid' and 'responderIdError' are two error conditions detected by the far-end ESR. The value 'disabled' indicates that the keep-alive protocol is not enabled. Enumeration: 'disabled': 5, 'responderIdError': 4, 'senderIdInvalid': 3, 'alive': 1, 'noResponse': 2.
                 sdpKeepAliveHelloTime 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.14 integer read-only
This object specifies how often the SDP Echo Request messages are transmitted on this SDP.
                 sdpKeepAliveMaxDropCount 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.15 integer read-only
This object specifies the maximum number of consecutive SDP Echo Request messages that can be unacknowledged before the keep-alive protocol reports a fault.
                 sdpKeepAliveHoldDownTime 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.16 integer read-only
This object specifies the amount of time to wait before the keep-alive operating status is eligible to enter the 'alive' state.
                 sdpLastMgmtChange 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.17 timestamp read-only
The value of sysUpTime at the time of the most recent management-initiated change to this SDP.
                 sdpKeepAliveHelloMessageLength 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.18 integer read-only
This object specifies the length of the SDP Echo Request messages transmitted on this SDP. The default value of zero indicates that the message length should be equal to the SDP's operating path MTU, as specified by sdpOperPathMtu. When the default value is overridden, the message length is sdpKeepAliveHelloMessageLength.
                 sdpKeepAliveNumHelloRequestMessages 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.19 unsigned32 read-only
The number of SDP Echo Request messages transmitted since the keep-alive was administratively enabled or the counter was cleared.
                 sdpKeepAliveNumHelloResponseMessages 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.20 unsigned32 read-only
The number of SDP Echo Response messages received since the keep-alive was administratively enabled or the counter was cleared.
                 sdpKeepAliveNumLateHelloResponseMessages 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.21 unsigned32 read-only
The number of SDP Echo Response messages received after the corresponding Request timeout timer expired.
                 sdpKeepAliveHelloRequestTimeout 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.22 integer read-only
The number of seconds to wait for an SDP Echo Response message before declaring a timeout.
                 sdpLdpEnabled 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.23 truthvalue read-only
When the value of this object is 'true' the transport LSP's are signalled by LDP, as opposed to being provisioned static or RSVP-signalled LSP's. This object applies only to MPLS SDP's.
                 sdpVlanVcEtype 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.24 unsigned32 read-only
This object specifies the Ethertype used in frames sent out this SDP, when the VC type is vlan.
                 sdpAdvertisedVllMtuOverride 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.25 truthvalue read-only
When the value of this object is 'true' the advertised MTU of a VLL spoke SDP bind includes the 14-byte L2 header, so that it is backward compatible with pre-2.0 software.
                 sdpOperFlags 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.26 bits read-only
This object specifies all the conditions that affect the operating status of this SDP. Bits: 'signalingSessionDown': 1, 'keepaliveFailure': 3, 'notOnBindingPort': 7, 'transportTunnelUnstable': 6, 'transportTunnelDown': 2, 'invalidEgressInterface': 4, 'sdpAdminDown': 0, 'noSystemIpAddress': 5.
                 sdpLastStatusChange 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.27 timestamp read-only
The value of sysUpTime at the time of the most recent operating status change to this SDP.
                 sdpMvplsMgmtService 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.28 tmnxservid read-only
The value of sdpMvplsMgmtService indicates the service Id of the service where the STP instance is running that is managing this SDP. This object is only valid if sdpMvplsMgmtService is different from 0.
                 sdpMvplsMgmtSdpBndId 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.29 sdpbindid read-only
The value of sdpMvplsMgmtSdpBndId indicates which SDP bind in the mVPLS instance specified in sdpMvplsMgmtService is controlling this SDP. This object is only valid if sdpMvplsMgmtService is different from 0.
                 sdpCollectAcctStats 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.30 truthvalue read-only
The value of the object sdpCollectAcctStats specifies whether the agent collects accounting statistics for this SDP. When the value is 'true' the agent collects accounting statistics on this SDP.
                 sdpAccountingPolicyId 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.31 unsigned32 read-only
The value of sdpAccountingPolicyId specifies the policy to use to collect accounting statistics on this SDP. The value zero indicates that the agent should use the default accounting policy, if one exists.
                 sdpClassFwdingEnabled 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.32 truthvalue read-only
The value of sdpClassFwdingEnabled specifies the admin state of class-based forwarding on this SDP. When the value is 'true', class-based forwarding is enabled.
                 sdpClassFwdingDefaultLsp 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.33 tmnxvrtrmplslspid read-only
The value of sdpClassFwdingDefaultLsp specifies the LSP ID that is used as a default when class-based forwarding is enabled on this SDP. This object must be set when enabling class-based forwarding.
                 sdpClassFwdingMcLsp 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.34 tmnxvrtrmplslspid read-only
The value of sdpClassFwdingMcLsp specifies the LSP ID that all multicast traffic will be forwarded on when class-based forwarding is enabled on this SDP. When this object has its default value, multicast traffic will be forwarded on an LSP according to its forwarding class mapping.
                 sdpMetric 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.35 unsigned32 read-only
The value of sdpMetric specifies the metric to be used within the Tunnel Table Manager for decision making purposes. When multiple SDPs going to the same destination exist, this value is used as a tie-breaker by Tunnel Table Manager users like MP-BGP to select route with lower value.
                 sdpAutoSdp 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.36 truthvalue read-only
The value of sdpAutoSdp indicates whether this is an Auto generated SDP from RADIUS discovery or BGP auto-discovery.
                 sdpSnmpAllowed 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.37 truthvalue read-only
The value of sdpSnmpAllowed indicates if SNMP sets are allowed on this SDP.
                 sdpPBBEtype 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.38 unsigned32 read-only
This object specifies the Ethertype used in frames sent out on this SDP when sdpBindVcType is 'vlan' for Provider Backbone Bridging frames.
                 sdpBandwidthBookingFactor 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.39 unsigned32 read-only
sdpBandwidthBookingFactor is used to calculate the max SDP available bandwidth. The value of sdpBandwidthBookingFactor specifies the percentage of the SDP max available bandwidth for VLL call admission. When the value of sdpBandwidthBookingFactor is set to zero (0), no new VLL spoke-sdp bindings with non-zero bandwidth are permitted with this SDP. Overbooking, >100% is allowed.
                 sdpOperBandwidth 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.40 unsigned32 read-only
The value of sdpOperBandwidth indicates the operational Bandwidth in kilo-bits per seconds (Kbps) available for this SDP. The value sdpOperBandwidth is determined by the sum of the bandwidth of all the RSVP LSPs used by the SDP.
                 sdpAvailableBandwidth 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.41 unsigned32 read-only
The value of sdpAvailableBandwidth indicates the Bandwidth that is still free for booking by the SDP bindings on the SDP.
                 sdpMaxBookableBandwidth 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.42 unsigned32 no-access
The value of sdpMaxBookableBandwidth indicates the max Bandwidth that the SDP has for booking by the SDP bindings. The value of sdpMaxBookableBandwidth is calculated as follow: sdpMaxBookableBandwidth = sdpOperBandwidth * sdpBandwidthBookingFactor
                 sdpBookedBandwidth 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.43 unsigned32 no-access
The value of sdpBookedBandwidth indicates the SDP Bandwidth that has been booked by the SDP bindings.
                 sdpCreationOrigin 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.44 l2routeorigin read-only
The value of sdpCreationOrigin indicates the protocol or mechanism which created this SDP.
                 sdpEnforceDiffServLspFc 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.45 truthvalue read-only
The value of sdpEnforceDiffServLspFc specifies whether service manager must validate with RSVP the support of the FC by the LSP. By default, the SDP uses the direct configuration without validation with RSVP.
                 sdpMixedLspModeEnabled 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.46 truthvalue read-only
The value of sdpMixedLspModeEnabled specifies whether mixed mode LSPs is enabled on this SDP. Setting the value to 'true' allows LDP to be enabled and LSPs to be configured at the same time on this SDP.
                 sdpLspRevertTime 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.47 integer32 read-only
The value of sdpLspRevertTime specifies the time to wait before reverting back from LDP to the configured LSPs, after having failed over to LDP. When the value is -1, the sdp will never revert back.
                 sdpLspRevertTimeCountDown 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.48 integer32 read-only
The value of sdpLspRevertTimeCountDown indicated the timer countdown before reverting back from LDP on this SDP. The timer countdown begins after the first configured LSP becomes active. The value of -1 indicates when the revert time countdown is not applicable.
                 sdpLdpLspId 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.49 unsigned32 read-only
The value of sdpLdpLspId indicates the Id for the LDP LSP if sdpLdpEnabled is set to 'true' and there is a valid LDP route to the sdpFarEndIpAddress or sdpFarEndNodeId.
                 sdpLdpActive 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.50 truthvalue read-only
The value of sdpLdpActive indicates whether LDP is active for the current SDP.
                 sdpNetDomainName 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.51 tnameditemorempty read-only
The value of sdpNetDomainName specifies the network-domain name configured on this SDP. The dafault value of this object is the 'default' network-domain.
                 sdpEgressIfsNetDomainConsistent 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.52 integer read-only
The value of sdpEgressIfsNetDomainConsistent indicates whether all the egress network interfaces that can carry traffic on this SDP are associated with the network-domain configured on this SDP. A value of 'notApplicable' indicates that there is no egress network interface that can carry traffic on this SDP. A value of 'consistent' indicates that the network-domains for all the egress network interfaces that can carry traffic on this SDP are consistent. A value of 'inconsistent' indicates that the network-domain for one or more egress network interfaces that can carry traffic on this SDP are inconsistent. Enumeration: 'notApplicable': 1, 'consistent': 2, 'inconsistent': 3.
                 sdpBgpTunnelEnabled 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.53 truthvalue read-only
The value of sdpBgpTunnelEnabled specifies whether the transport tunnel is BGP as opposed to LDP or RSVP signalled LSPs. This value cannot be set to 'true' if sdpLdpEnabled is 'true' or if there is at least one RSVP or static LSP provisioned. This object applies to MPLS SDPs.
                 sdpBgpTunnelLspId 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.54 unsigned32 read-only
The value of sdpBgpTunnelLspId indicates the Id for the BGP Tunnel LSP if sdpBgpTunnelEnabled is set to 'true' and there is a valid LDP route to the sdpFarEndIpAddress.
                 sdpTunnelFarEndIpAddress 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.55 ipaddress read-only
The value of sdpTunnelFarEndIpAddress specifies the IP address of the remote end of the tranport tunnel for this SDP. The value can only be changed while the admin status of the SDP is 'down'.
                 sdpActiveLspType 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.56 integer read-only
The value of sdpActiveLspType indicates the type of LSP that is currently active on this SDP. For sdpDelivery 'gre', the value is always 'not-applicable'. For sdpDelivery 'mpls', the values can be 'rsvp', 'ldp', 'bgp' or 'none'. Enumeration: 'bgp': 3, 'none': 4, 'ldp': 2, 'not-applicable': 0, 'rsvp': 1.
                 sdpBindingPort 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.57 tmnxportid read-only
The value of sdpBindingPort specifies the port id for the binding on this SDP. The value of sdpPwPortOperStatus will be set to 'down' of all the related SDP pseudo-wire ports, if the SDP resolves to another port than the one specified here. An 'inconsistentValue' error is returned when this object is set to a non-default value when sdpDelivery is set to 'gre'.
                 sdpFarEndNodeId 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.58 tmnxmplstpnodeid read-only
The value of sdpFarEndNodeId specifies the node identifier of the far-end for this sdp. The value of this object must be set to a non-default value when the sdpDelivery is set to 'mpls' for the row to become 'active', and can only be changed while the admin status of the SDP is 'down'.
                 sdpFarEndGlobalId 1.3.6.1.4.1.7483.6.1.2.4.4.3.1.59 tmnxmplstpglobalid read-only
The value of sdpFarEndGlobalId specifies the global identifier of the far-end for this sdp.
         sdpBindTable 1.3.6.1.4.1.7483.6.1.2.4.4.4 no-access
A table that contains SDP binding information.
             sdpBindEntry 1.3.6.1.4.1.7483.6.1.2.4.4.4.1 no-access
Information about a specific SDP binding.
                 sdpBindId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.1 sdpbindid read-only
SDP Binding identifier.
                 sdpBindRowStatus 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.2 rowstatus read-only
This object indicates the status of this row. The only values supported during a set operation are 'createAndGo' and 'destroy'.
                 sdpBindAdminIngressLabel 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.3 unsigned32 read-only
The static MPLS VC label used by the far-end device to send packets to this device in this service via this SDP. The value of sdpBindAdminIngressLabel is 1 when it is used by a mirror service. All mirror SDPs use this label to avoid the unnecessary use of additional labels.
                 sdpBindAdminEgressLabel 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.4 unsigned32 read-only
The static MPLS VC label used by this device to send packets to the far-end device in this service via this SDP.
                 sdpBindOperIngressLabel 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.5 unsigned32 read-only
The MPLS label used by the far-end device to send packets to this device in this service via this SDP. This label is either sdpBindAdminIngressLabel, if not null, or the one obtained via the SDP's signaling protocol.
                 sdpBindOperEgressLabel 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.6 unsigned32 read-only
The MPLS label used by this device to send packets to the far-end device in this service via this SDP. This label is either sdpBindAdminEgressLabel, if not null, or the one obtained via the SDP's signaling protocol.
                 sdpBindAdminStatus 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.7 serviceadminstatus read-only
The desired state of this Service-SDP binding.
                 sdpBindOperStatus 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.8 integer read-only
The value of sdpBindOperStatus indicates the operating status of this Service-SDP binding. 'up' The Service-SDP binding is operational. 'noEgressLabel' The ingress label is available but the egress one is missing. 'noIngressLabel' The egress label is available but the ingress one is not. 'noLabels' Both the ingress and the egress labels are missing. 'down' The binding is administratively down. 'svcMtuMismatch' Both labels are available, but a service MTU mismatch was detected between the local and the far-end devices. 'sdpPathMtuTooSmall' The operating path MTU of the corresponding SDP minus the size of the SDP Bind control word (if applicable) is smaller than the service MTU. 'sdpNotReady' The SDP's signaling session is down. 'sdpDown' The SDP is not operationally up. 'sapDown' The SAP associated with the service is down. Enumeration: 'sdpDown': 9, 'down': 5, 'sdpPathMtuTooSmall': 7, 'svcMtuMismatch': 6, 'sapDown': 10, 'up': 1, 'sdpNotReady': 8, 'noLabels': 4, 'noIngressLabel': 3, 'noEgressLabel': 2.
                 sdpBindLastMgmtChange 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.9 timestamp read-only
The value of sysUpTime at the time of the most recent management-initiated change to this Service-SDP binding.
                 sdpBindType 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.10 integer read-only
This object indicates whether this Service SDP binding is a spoke or a mesh. The value of this object must be specified when the row is created and cannot be changed while the row status is 'active'. Enumeration: 'mesh': 2, 'spoke': 1.
                 sdpBindIngressMacFilterId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.11 tfilterid read-only
The row index in the tMacFilterTable corresponding to this ingress filter, or zero if no filter is specified.
                 sdpBindIngressIpFilterId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.12 tfilterid read-only
The row index in the tIPFilterTable corresponding to this ingress filter, or zero if no filter is specified.
                 sdpBindEgressMacFilterId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.13 tfilterid read-only
The row index in the tMacFilterTable corresponding to this egress filter, or zero if no filter is specified.
                 sdpBindEgressIpFilterId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.14 tfilterid read-only
The row index in the tIPFilterTable corresponding to this egress filter, or zero if no filter is specified.
                 sdpBindVpnId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.15 vpnid read-only
The VPN ID of the associated service.
                 sdpBindCustId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.16 tmnxcustid read-only
The Customer ID of the associated service.
                 sdpBindVcType 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.17 sdpbindvctype read-only
The value of sdpBindVcType is an enumerated integer that specifies the type of virtual circuit (VC) associated with the SDP binding. The value 'vpls' is no longer supported.
                 sdpBindVlanVcTag 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.18 unsigned32 read-only
                 sdpBindSplitHorizonGrp 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.19 servobjname read-only
This value of the object sdpBindSplitHorizonGrp specifies the name of the split-horizon group where the spoke SDP Bind belongs to. This object can be set only at the time the row is created. Per default a spoke SDP Bind does not belong to any split-horizon group. The name specified must correspond to an existing split-horizon group in the TLS service where this spoke SDP Bind is defined.
                 sdpBindOperFlags 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.20 bits read-only
This object specifies all the conditions that affect the operating status of this SDP Bind. The bit values are as follows: sdpBindAdminDown (0) - SDP Bind is admin down. svcAdminDown (1) - Service is admin down. sapOperDown (2) - SAP is oper down (VLL's only). sdpOperDown (3) - SDP is oper down. sdpPathMtuTooSmall (4) - SDP's path MTU minus SDP Bind control word size is less than Service MTU. noIngressVcLabel (5) - No ingress VC label. noEgressVcLabel (6) - No egress VC label. svcMtuMismatch (7) - Service MTU mismatch with the remote PE. vcTypeMismatch (8) - VC type mismatch with the remote PE. relearnLimitExceeded (9) - MAC relearn limit was exceeded (TLS only). iesIfAdminDown (10) - IP interface is admin down (IES and VPRN only). releasedIngressVcLabel (11) - Peer released our ingress VC label. labelsExhausted (12) - Label Manager has ran out of labels. svcParamMismatch (13) - Service-specific parameter mismatch. insufficientBandwidth (14) - Insufficient bandwidth to allocate to SDP binding. pwPeerFaultStatusBits (15) - Received PW fault status bits from peer. meshSdpDown (16) - Mesh SDP Down. notManagedByMcRing (17) - Not managed by mc-ring. outOfResource (18) - Such as memory. mhStandby (19) - Standby due to BGP. - multi-home protocol. oamDownMepFault (20) - ETH-CFM down MEP fault detected. oamUpMepFault (21) - ETH-CFM up MEP fault detected. standbySigSlaveTxDown (22) - Transmit is down for - standby-sig-spoke. operGrpDown (23) - Operational group is down. withdrawnIngressVcLabel(24) - Withdrawn due to Incompatiblity. vplsPmsiDown (25),- provider-tunnel down. recProtSrcMac (26) - Received a packet with a - protected source MAC. peerFaultStatusTxDown (27) - Transmit is down because - block-on-peer-fault is - enabled and received PW - faults status from peer Bits: 'meshSdpDown': 16, 'svcMtuMismatch': 7, 'operGrpDown': 23, 'peerFaultStatusTxDown': 27, 'oamDownMepFault': 20, 'recProtSrcMac': 26, 'sdpPathMtuTooSmall': 4, 'noEgressVcLabel': 6, 'sdpBindAdminDown': 0, 'insufficientBandwidth': 14, 'sdpOperDown': 3, 'mhStandby': 19, 'pwPeerFaultStatusBits': 15, 'vcTypeMismatch': 8, 'svcParamMismatch': 13, 'withdrawnIngressVcLabel': 24, 'sapOperDown': 2, 'standbySigSlaveTxDown': 22, 'oamUpMepFault': 21, 'labelsExhausted': 12, 'vplsPmsiDown': 25, 'noIngressVcLabel': 5, 'releasedIngressVcLabel': 11, 'svcAdminDown': 1, 'relearnLimitExceeded': 9, 'notManagedByMcRing': 17, 'outOfResource': 18, 'iesIfAdminDown': 10.
                 sdpBindLastStatusChange 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.21 timestamp read-only
The value of the object sdpBindLastStatusChange specifies the value of sysUpTime at the time of the most recent operating status change to this SDP Bind.
                 sdpBindIesIfIndex 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.22 interfaceindexorzero read-only
When this SDP Bind is defined on an IES service and the value of sdpBindType is 'spoke', this object specifies the index of the associated IES interface. The value of this object can be set only when the row is created and cannot be changed while the row status is 'active'. This object is otherwise not significant and should have the value zero.
                 sdpBindMacPinning 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.23 tmnxenableddisabled read-only
The value of the object sdpBindMacPinning specifies whether or not MAC address pinning is active on this SDP bind (mesh or spoke). Setting the value to enable disables re-learning of MAC addresses on other SAPs or SDPs within the same VPLS; the MAC address will hence remain attached to the SDP Bind for the duration of its age-timer. This object has effect only for MAC addresses learned via the normal MAC learning process, and not for entries learned via DHCP. The value will be set by default to disabled. However for a spoke SDP that belongs to a residential SHG, the value is set to enabled by the system, and cannot be altered by the operator. This object applies to spoke-SDP associated with the service with svcType set to 'tls'.
                 sdpBindIngressIpv6FilterId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.24 tfilterid read-only
The value of the object sdpBindIngressIpv6FilterId specifies the row index in the tIPv6FilterTable corresponding to this ingress ipv6 filter, or zero if no ipv6 filter is specified.
                 sdpBindEgressIpv6FilterId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.25 tfilterid read-only
The value of the object sdpBindEgressIpv6FilterId specifies the row index in the tIPv6FilterTable corresponding to this egress ipv6 filter, or zero if no ipv6 filter is specified.
                 sdpBindCollectAcctStats 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.26 truthvalue read-only
The value of the object sdpBindCollectAcctStats specifies whether the agent collects accounting statistics for this SDP bind. When the value is 'true' the agent collects accounting statistics on this SDP bind.
                 sdpBindAccountingPolicyId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.27 unsigned32 read-only
The value of sdpBindAccountingPolicyId specifies the policy to use to collect accounting statistics on this SDP bind. The value zero indicates that the agent should use the default accounting policy, if one exists.
                 sdpBindPwPeerStatusBits 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.28 bits read-only
sdpBindPwPeerStatusBits indicates the bits set by the LDP peer when there is a fault on its side of the pseudowire. LAC failures occur on the SAP that has been configured on the PIPE service, PSN bits are set by SDP-binding failures on the PIPE service. The pwNotForwarding bit is set when none of the above failures apply, such as an MTU mismatch failure. This value is only applicable if the peer is using the pseudowire status signalling method to indicate faults. Bits: 'psnEgressFault': 4, 'lacEgresssFault': 2, 'pwNotForwarding': 0, 'lacIngressFault': 1, 'psnIngressFault': 3, 'pwFwdingStandby': 5.
                 sdpBindPeerVccvCvBits 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.29 bits read-only
sdpBindPeerVccvCvBits indicates the CV type bits set by the LDP peer if it supports VCCV (Virtual Circuit Connection Verification) on a pseudowire. If the peer does not send VCCV information, or does not support it, the bits will be set to 0. Bits: 'bfdFaultDetection': 2, 'bfdFaultDetectionAndSignalling': 3, 'icmpPing': 0, 'lspPing': 1.
                 sdpBindPeerVccvCcBits 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.30 bits read-only
sdpBindPeerVccvCcBits indicates the CC type bits set by the LDP peer if it supports VCCV (Virtual Circuit Connection Verification) on a pseudowire. If the peer does not send VCCV information, or does not support it, the bits will all be 0. Bits: 'mplsPwDemultiplexorLabel': 2, 'pwe3ControlWord': 0, 'mplsRouterAlertLabel': 1.
                 sdpBindControlWordBit 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.31 truthvalue read-only
sdpBindControlWordBit specifies whether the use of the 'ControlWord' is preferred or not. The value of sdpBindControlWordBit is exchanged with LDP peer during pseudowire negotiation time. The default value is determined by sdpBindVcType. sdpBindVcType of atmSdu and frDlci must have default value of 'true'. Other values of sdpBindVcType must have default value of 'false'.
                 sdpBindOperControlWord 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.32 truthvalue read-only
sdpBindOperControlWord indicates whether the 'ControlWord' is used or not. The value of sdpBindOperControlWord is negotiated with the LDP peer. When both the local and the peer prefer the use of the 'ControlWord', sdpBindOperControlWord has the value of 'true'.
                 sdpBindEndPoint 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.33 servobjname read-only
sdpBindEndPoint specifies the service endpoint to which this SDP bind is attached. The tnSvcId of the SDP bind MUST match the tnSvcId of the service endpoint.
                 sdpBindEndPointPrecedence 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.34 unsigned32 read-only
sdpBindEndPointPrecedence specifies the precedence of this SDP bind when there are multiple SDP binds attached to one service endpoint. The value 0 can only be assigned to one SDP bind, making it the primary SDP bind. When an SDP bind goes down, the next highest precedence SDP bind begins forwarding traffic.
                 sdpBindIsICB 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.35 truthvalue read-only
sdpBindIsICB specifies whether this sdpBind is an inter-chassis backup SDP bind.
                 sdpBindPwFaultInetAddressType 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.36 inetaddresstype read-only
The value of the object sdpBindPwFaultInetAddressType indicates the address type of sdpBindPwFaultInetAddress.
                 sdpBindPwFaultInetAddress 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.37 inetaddress read-only
The value of sdpBindPwFaultInetAddress indicates the IP address that was included in the pseudowire status message sent by the LDP peer. This value is only applicable if the peer is using the pseudowire status signalling method to indicate faults.
                 sdpBindClassFwdingOperState 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.38 tmnxoperstate read-only
The value of sdpBindClassFwdingOperState indicates the operational state of forwarding-class based forwarding on this sdpBind. When the SDP this sdpBind is bound to has sdpClassFwdingEnabled set to 'false', the value of sdpBindClassFwdingOperState is 'outOfService'. When the SDP this sdpBind is bound to has sdpClassFwdingEnabled set to 'true' and the svcType of the service this sdpBind is defined on is 'tls', 'vprn', or 'ies', the value of sdpBindClassFwdingOperState is 'inService'. If the service has svcVcSwitching set to 'true', the value of sdpBindClassFwdingOperState is 'inService' When the SDP this sdpBind is bound to has sdpClassFwdingEnabled set to 'true' and the svcType of the service this sdpBind is defined on is 'epipe', 'apipe', 'fpipe', or 'ipipe' with no SAP defined on the service, the value of sdpBindClassFwdingOperState is 'unknown'. If the service has a SAP with a NULL sapIngressSharedQueuePolicy, the value of sdpBindClassFwdingOperState is 'outOfService'. If the service has a SAP with a non-NULL sapIngressSharedQueuePolicy, the value of sdpBindClassFwdingOperState is 'inService'.
                 sdpBindForceVlanVcForwarding 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.39 truthvalue read-only
The value of sdpBindForceVlanVcForwarding specifies whether or not vc-vlan-type forwarding is forced in the data-path for the sdp which have sdpBindVcType set to 'ether'. When set to 'true' vc-vlan-type forwarding is forced. An 'inconsistentValue' error is returned when an attempt is made to set the value of sdpBindForceVlanVcForwarding to 'true' and sdpBindVcType is not set to 'ether'.
                 sdpBindAdminBandwidth 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.40 sdpbindbandwidth read-only
The value of the object sdpBindAdminBandwidth specifies the bandwidth that needs to be reserved for this SDP binding in kilo-bits per second. The SdpBindBandwidth object only applies to the SDP bindings under the epipe(1), apipe(7), fpipe(8), ipipe(9) and cpipe(10) services.
                 sdpBindOperBandwidth 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.41 sdpbindbandwidth read-only
The value of the object sdpBindOperBandwidth indicates the bandwidth that has been reserved for this SDP binding in kilo-bits per second. The value 0 indicates that SDP doesn't have bandwidth to satisfy the bandwidth requirement of this SDP binding. The sdpBindOperBandwidth object only applies to the SDP bindings under the epipe(1), apipe(7), fpipe(8), ipipe(9) and cpipe(10) services.
                 sdpBindCreationOrigin 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.42 l2routeorigin read-only
The value of sdpBindCreationOrigin indicates the protocol or mechanism which created this SDP binding.
                 sdpBindDescription 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.43 titemdescription read-only
The value of sdpBindDescription specifies a user-provided description for the SDP Bind.
                 sdpBindSiteName 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.44 tnameditemorempty read-only
The value of sdpBindSiteName indicates the site-name associated with this SDP Bind.
                 sdpBindHashLabel 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.45 truthvalue read-only
The value of sdpBindHashLabel specifies whether the use of hash-label is enabled or not on this SDP Bind.
                 sdpBindIsaAaApplicationProfile 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.46 servobjname read-only
The value of sdpBindIsaAaApplicationProfile specifies the ISA-AA application profile for this sdp. The specified application profile needs to exist in the TIMETRA-BSX-NG-MIB::tmnxBsxAppProfTable.
                 sdpBindStandbySigSlave 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.47 truthvalue read-only
The value of sdpBindStandbySigSlave specifies whether transmission of the spoke will be blocked when the spoke receives standby status notification from its peer.
                 sdpBindHashLabelSignalCapability 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.48 truthvalue read-only
The value of sdpBindHashLabel specifies whether to signal the hash label capability to the remote PE. The default value is 'false' and cannot be changed unless sdpBindHashLabel is set to 'true'.
                 sdpBindIngressFlowspec 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.49 truthvalue read-only
The value of sdpBindIngressFlowspec specifies whether ingress Flowspec is enabled for this sdp.
                 sdpBindCpmProtPolicyId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.50 tcpmprotpolicyid read-only
The value of sdpBindCpmProtPolicyId specifies the CPM protection policy for this SDP binding. Zero specifies that no CPM protection policy is associated with this SDP binding. A non-zero value must be the index of an active tmnxCpmProtPolTable row. If the SDP binding can support Eth-CFM MEPs or MIPs, the default CPM protection policy is 255 (which is the default CPU protection policy for a network interface). Zero is not supported in this case. If the SDP binding cannot support Eth-CFM MEPs or MIPs, the default CPM protection policy is zero. Changing the CPM protection policy value is not supported in this case.
                 sdpBindCpmProtMonitorMac 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.51 truthvalue read-only
The value of sdpBindCpmProtMonitorMac specifies whether the tmnxCpmProtPolPerSrcRateLimit of the CPM protection policy (as specified by sdpBindCpmProtPolicyId) must be applied. If the value of sdpBindCpmProtMonitorMac is 'true', the per-source rate limit must be applied. If the value of sdpBindCpmProtPolicyId is zero, the value of sdpBindCpmProtMonitorMac is irrelevant and will be ignored. At most one of sdpBindCpmProtMonitorMac and the sdpBindCpmProtEthCfmMonitorFlags option 'ethCfmMonitor(0)' can be enabled for this SDP binding.
                 sdpBindCpmProtEthCfmMonitorFlags 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.52 bits read-only
The value of sdpBindCpmProtEthCfmMonitorFlags specifies whether or not to apply rate limiting (using the tmnxCpmProtEthCfmPolTable configuration) to Ethernet Connectivity Fault Management (Eth-CFM) packets served by the SDP binding. Two associated options are also specified. Five combinations of flag values are supported, as shown in the following table. Flag Value (0=Disabled, 1=Enabled) ------------------------------------- ----------------------------- 'ethCfmMonitor(0)' 0 0 0 0 1 1 1 1 'ethCfmMonitorAggregate(1)' 0 0 1 1 0 0 1 1 'ethCfmMonitorCommittedAccessRate(2)' 0 1 0 1 0 1 0 1 ------------------------------------- ----------------------------- Supported Combination? Y N N N Y Y Y Y If 'ethCfmMonitor(0)' is disabled, Eth-CFM rate limiting is disabled on this SDP binding. If 'ethCfmMonitor(0)' is enabled, Eth-CFM rate limiting is enabled on this SDP binding. Excess packets are discarded. The configured information used to perform the Eth-CFM rate limiting (e.g. the rate limit(s)) resides in the tmnxCpmProtEthCfmPolTable row(s) indexed by the SDP binding's sdpBindCpmProtPolicyId. At most one of 'ethCfmMonitor(0)' and sdpBindCpmProtMonitorMac can be enabled for this SDP binding. The flags 'ethCfmMonitorAggregate(1)' and 'ethCfmMonitorCommittedAccessRate(2)' adjust the behavior of Eth-CFM rate limiting. Therefore, they are only significant if Eth-CFM rate limiting is enabled (i.e. when 'ethCfmMonitor(0)' is enabled). The remainder of this DESCRIPTION assumes 'ethCfmMonitor(0)' is enabled. If 'ethCfmMonitorAggregate(1)' is disabled, the applicable Eth-CFM packet rate limit (tmnxCpmProtEthCfmPolRateLimit) applies per peer (i.e. on a source MAC address basis). For example, if the SDP binding's rate limit for all Eth-CFM packets is 100 packets/sec, and two peers are served by the SDP binding, then 100 Eth-CFM packets/sec from each peer is within the limit. If 'ethCfmMonitorAggregate(1)' is enabled, the applicable Eth-CFM packet rate limit (tmnxCpmProtEthCfmPolRateLimit) applies to the aggregated traffic flow. For example, if the SDP binding's rate limit for all Eth-CFM packets is 100 packets/sec, and two peers are served by this SDP binding, then the combined rate of the two peers cannot exceed 100 packets/sec. 'ethCfmMonitorCommittedAccessRate(2)' controls the interaction between two features: Eth-CFM rate limiting, and overall rate limiting (as configured using tmnxCpmProtPolOverallRateLimit). If 'ethCfmMonitorCommittedAccessRate(2)' is disabled, an Eth-CFM packet is subjected to two rate limits, in the following order. a) The applicable tmnxCpmProtEthCfmPolRateLimit is applied, as described above. If the packet exceeds the limit, it is discarded. Otherwise... b) The SDP binding's tmnxCpmProtPolOverallRateLimit (which is applied to Eth-CFM packets, and the other rate limited packet types) is applied. If 'ethCfmMonitorCommittedAccessRate(2)' is enabled, an Eth-CFM packet is subjected to one rate limit: the applicable tmnxCpmProtEthCfmPolRateLimit, as described above. Eth-CFM packets are neither counted nor discarded when performing the tmnxCpmProtPolOverallRateLimit rate limiting. Bits: 'ethCfmMonitorAggregate': 1, 'ethCfmMonitorCommittedAccessRate': 2, 'ethCfmMonitor': 0.
                 sdpBindTransitIpPolicyId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.53 tmnxbsxtransitippolicyidorzero read-only
The value of sdpBindTransitIpPolicyId specifies the transit IP policy to be associated with this SDP binding. The value must either be '0' indicating an invalid transit IP policy or the specified transit IP policy needs to exist in the TIMETRA-BSX-NG-MIB::tmnxBsxTransitIpPolicyTable. At most one of sdpBindTransitIpPolicyId and sdpBindTransitPrefixPolicyId can be non-zero.
                 sdpBindPwStatusSignaling 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.54 truthvalue read-only
The value of sdpBindPwStatusSignaling specified whether this SDP binding supports pseudowire status signaling. Default value depends on the type of service: - For VPLS services it is 'true' and configurable. - For EPIPE services it is 'true' and configurable. - For all other VLL services it is 'true' but not configurable. - For Mirror services it is 'true' but not configurable. - For IES/VPRN services it is 'true' but not configurable. - For all other services it is 'false' and not configurable. An 'inconsistentValue' error is returned when an attempt is made to change this value for a SDP binding that is not configurable.
                 sdpBindOperGrp 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.55 tnameditemorempty read-only
The value of the sdpBindOperGrp specifies the Operational-Group identifier associated with this SDP Bind. An 'inconsistentValue' error is returned when both sdpBindOperGrp and sdpBindMonitorOperGrp are set together and atleast one of them to a non-default value.
                 sdpBindMonitorOperGrp 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.56 tnameditemorempty read-only
The value of the sdpBindMonitorOperGrp specifies the Operational-Group identifier which will affect the state of this SDP Bind. An 'inconsistentValue' error is returned when both sdpBindOperGrp and sdpBindMonitorOperGrp are set together and atleast one of them to a non-default value.
                 sdpBindOperHashLabel 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.57 truthvalue read-only
The value of sdpBindOperHashLabel indicates the negotiated value of hash label that is used on this SDP binding. If the value of sdpBindHashLabel is set to 'true' but the value of sdpBindHashLabelSignalCapability is set to 'false' then sdpBindOperHashLabel will be 'true'. If the value of sdpBindHashLabelSignalCapability set to 'true' then the value of sdpBindOperHashLabel is 'true' if peer capability is 'true' and the 7xxx SR router hardware supports this capability. If the service has svcVcSwitching set to 'true', the value of sdpBindOperHashLabel will be 'true' if peer capability is 'true' and the 7xxx SR router hardware supports this capability.
                 sdpBindTransitPrefixPolicyId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.58 tmnxbsxtransprefpolicyidorzero read-only
The value of sdpBindTransitPrefixPolicyId specifies the transit prefix policy to be associated with this SDP binding. The value must either be '0' indicating an invalid transit prefix policy or the specified transit prefix policy needs to exist in the TIMETRA-BSX-NG-MIB::tmnxBsxTransPrefPolicyTable. At most one of sdpBindTransitIpPolicyId and sdpBindTransitPrefixPolicyId can be non-zero.
                 sdpBindAarpId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.59 tmnxbsxaarpidorzero read-only
The value of sdpBindAarpId specifies the AA Redundancy Protocol (AARP) instance associated with this SDP binding. If set to 0, no AARP instance is associated with this SDP binding.
                 sdpBindIngressQoSNetworkPlcyId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.60 tsdpingresspolicyid read-only
The value of the sdpBindIngressQoSNetworkPlcyId specifies the ingress QoS network policy applied to this SDP binding.
                 sdpBindEgressQoSNetworkPlcyId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.61 tsdpegresspolicyid read-only
The value of the sdpBindEgressQoSNetworkPlcyId specifies the egress QoS network policy applied to this SDP binding.
                 sdpBindIngressQoSFpRedirectQGrp 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.62 tnameditemorempty read-only
The value of sdpBindIngressQoSFpRedirectQGrp specifies the forwarding-plane queue group Policy for this SDP binding. This object must be set along with sdpBindIngressQoSNetworkPlcyId object.
                 sdpBindEgressQoSPortRedirectQGrp 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.63 tnameditemorempty read-only
The value of sdpBindEgressQoSPortRedirectQGrp specifies the forwarding-plane queue group Policy for this SDP binding. This object must be set along with sdpBindEgressQoSNetworkPlcyId object.
                 sdpBindIngressQoSInstanceId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.64 tqosqgrpinstanceidorzero read-only
The value of sdpBindIngressQoSInstanceId specifies the instance of the forwarding-plane ingress Queue Group for this SDP binding.
                 sdpBindEgressQoSInstanceId 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.65 tqosqgrpinstanceidorzero read-only
The value of sdpBindEgressQoSInstanceId specifies the instance of the forwarding-plane egress Queue Group for this SDP binding.
                 sdpBindAarpServRefType 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.66 tmnxbsxaarpservicereftype read-only
The value of sdpBindAarpServRefType specifies the role of the Spoke SDP referenced by the Redundancy Protocol (AARP) instance identified by sdpBindAarpId. If sdpBindAarpId is the invalid AARP instance '0', then the service reference type is 'none(0)'.
                 sdpBindPwLocalStatusBits 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.67 bits read-only
sdpBindPwLocalStatusBits indicates the bits set locally when there is a fault. LAC failures occur on the SAP that has been configured on the PIPE service, PSN bits are set by SDP-binding failures on the PIPE service. The pwNotForwarding bit is set when none of the above failures apply, such as an MTU mismatch failure. This value is sent to the peer via pseudowire status signalling method to indicate faults only if sdpBindPwStatusSignaling is set to true. Bits: 'psnEgressFault': 4, 'lacEgresssFault': 2, 'pwNotForwarding': 0, 'lacIngressFault': 1, 'psnIngressFault': 3, 'pwFwdingStandby': 5.
                 sdpBindBlockOnPeerFault 1.3.6.1.4.1.7483.6.1.2.4.4.4.1.68 truthvalue read-only
The sdpBindBlockOnPeerFault specifies whether to block the user traffic on this SDP bind when peer pw status has fault bits set.
         sdpBindBaseStatsTable 1.3.6.1.4.1.7483.6.1.2.4.4.5 no-access
A table that contains basic SDP Binding statistics.
             sdpBindBaseStatsEntry 1.3.6.1.4.1.7483.6.1.2.4.4.5.1 no-access
Basic statistics about a specific SDP Binding.
                 sdpBindBaseStatsIngressForwardedPackets 1.3.6.1.4.1.7483.6.1.2.4.4.5.1.1 counter64 read-only
                 sdpBindBaseStatsIngressDroppedPackets 1.3.6.1.4.1.7483.6.1.2.4.4.5.1.2 counter64 read-only
                 sdpBindBaseStatsEgressForwardedPackets 1.3.6.1.4.1.7483.6.1.2.4.4.5.1.3 counter64 read-only
                 sdpBindBaseStatsEgressForwardedOctets 1.3.6.1.4.1.7483.6.1.2.4.4.5.1.4 counter64 read-only
                 sdpBindBaseStatsCustId 1.3.6.1.4.1.7483.6.1.2.4.4.5.1.5 tmnxcustid read-only
The Customer ID of the associated service.
                 sdpBindBaseStatsIngFwdOctets 1.3.6.1.4.1.7483.6.1.2.4.4.5.1.6 counter64 read-only
                 sdpBindBaseStatsIngDropOctets 1.3.6.1.4.1.7483.6.1.2.4.4.5.1.7 counter64 read-only
         sdpFCMappingTable 1.3.6.1.4.1.7483.6.1.2.4.4.12 no-access
The sdpFCMappingTable has an entry for each FC mapping on an SDP configured on this system.
               sdpFCMappingEntry 1.3.6.1.4.1.7483.6.1.2.4.4.12.1 no-access
Each row entry represents a particular FC to LSP ID mapping on an SDP. Entries are created/deleted by the user.
                   sdpFCMappingFCName 1.3.6.1.4.1.7483.6.1.2.4.4.12.1.1 tnameditem no-access
The value of sdpFCMappingFCName specifies the forwarding class for which this mapping is defined, in the SDP indexed by 'sdpId'.
                   sdpFCMappingRowStatus 1.3.6.1.4.1.7483.6.1.2.4.4.12.1.2 rowstatus read-only
The value of sdpFCMappingRowStatus is used for the creation and deletion of forwarding class to LSP mappings.
                   sdpFCMappingLspId 1.3.6.1.4.1.7483.6.1.2.4.4.12.1.3 tmnxvrtrmplslspid read-only
The value of sdpFCMappingLspId specifies the LSP ID that traffic corresponding to the class specified in sdpFCMappingFCName will be forwarded on. This object MUST be specified at row creation time.
         sdpPwPortTblLastChanged 1.3.6.1.4.1.7483.6.1.2.4.4.40 timestamp read-only
The value of sdpPwPortTblLastChanged indicates the sysUpTime at the time of the last modification of sdpPwPortTable. If no changes were made to the entry since the last re-initialization of the local network management subsystem, then this object contains a zero value.
         sdpPwPortTable 1.3.6.1.4.1.7483.6.1.2.4.4.41 no-access
A table that contains SDP specific pseudo-wire port information.
               sdpPwPortEntry 1.3.6.1.4.1.7483.6.1.2.4.4.41.1 no-access
A row-entry that contains port specific pseudo-wire information.
                   sdpPwPortId 1.3.6.1.4.1.7483.6.1.2.4.4.41.1.1 unsigned32 no-access
This value of the object sdpPwPortId specifies the pseudo-wire port identifier associated with the SDP.
                   sdpPwPortRowStatus 1.3.6.1.4.1.7483.6.1.2.4.4.41.1.2 rowstatus read-only
This value of the object sdpPwPortRowStatus specifies the status of this row. The value of sdpPwPortVcId must be set to a non-default value when creating a row.
                   sdpPwPortLastChgd 1.3.6.1.4.1.7483.6.1.2.4.4.41.1.3 timestamp read-only
The value of sdpPwPortLastChgd indicates the timestamp of last change to this row in sdpPwPortTable.
                   sdpPwPortAdminStatus 1.3.6.1.4.1.7483.6.1.2.4.4.41.1.4 serviceadminstatus read-only
The value of the object sdpPwPortAdminStatus specifies the administrative state of this pseudo-wire port entry.
                   sdpPwPortVcId 1.3.6.1.4.1.7483.6.1.2.4.4.41.1.5 tmnxvcid read-only
The value of sdpPwPortVcId specifies the virtual-circuit identifier associated with this pseudo-wire port entry. An 'inconsitentValue' error is returned if an attempt is made to create a row-entry in this table without specifying value of this object.
                   sdpPwPortEncapType 1.3.6.1.4.1.7483.6.1.2.4.4.41.1.6 integer read-only
The value of sdpPwPortEncapType specifies the encapsulation type of this pseudo-wire port entry. Enumeration: 'qinq': 10, 'dot1q': 2.
                   sdpPwPortOperStatus 1.3.6.1.4.1.7483.6.1.2.4.4.41.1.7 integer read-only
The value of sdpPwPortOperStatus indicates the operating status of this Service-SDP binding. 'up' The Service-SDP binding is operational. 'down' The binding is administratively down. Enumeration: 'down': 5, 'up': 1.
                   sdpPwPortOperFlags 1.3.6.1.4.1.7483.6.1.2.4.4.41.1.8 bits read-only
This object specifies all the conditions that affect the operating status of this pseudo-wire port: The bit values are as follows: sdpBindAdminDown (0) - SDP Bind is admin down. svcAdminDown (1) - Service is admin down. sapOperDown (2) - SAP is oper down (VLL's only). sdpOperDown (3) - SDP is oper down. sdpPathMtuTooSmall (4) - SDP's path MTU minus SDP Bind control word size is less than Service MTU. noIngressVcLabel (5) - No ingress VC label. noEgressVcLabel (6) - No egress VC label. svcMtuMismatch (7) - Service MTU mismatch with the remote PE. vcTypeMismatch (8) - VC type mismatch with the remote PE. relearnLimitExceeded (9) - MAC relearn limit was exceeded (TLS only). iesIfAdminDown (10) - IP interface is admin down (IES and VPRN only). releasedIngressVcLabel (11) - Peer released our ingress VC label. labelsExhausted (12) - Label Manager has ran out of labels. svcParamMismatch (13) - Service-specific parameter mismatch. insufficientBandwidth (14) - Insufficient bandwidth to allocate to SDP binding. pwPeerFaultStatusBits (15) - Received PW fault status bits from peer. meshSdpDown (16) - Mesh SDP Down. notManagedByMcRing (17) - Not managed by mc-ring. outOfResource (18) - Such as memory. mhStandby (19) - Standby due to BGP. - multi-home protocol. oamDownMepFault (20) - ETH-CFM down MEP fault detected. oamUpMepFault (21) - ETH-CFM up MEP fault detected. standbySigSlaveTxDown (22) - Transmit is down for - standby-sig-spoke. operGrpDown (23) - Operational group is down. withdrawnIngressVcLabel(24) - Withdrawn due to Incompatiblity. Bits: 'meshSdpDown': 16, 'svcMtuMismatch': 7, 'operGrpDown': 23, 'oamDownMepFault': 20, 'sdpPathMtuTooSmall': 4, 'noEgressVcLabel': 6, 'sdpBindAdminDown': 0, 'insufficientBandwidth': 14, 'sdpOperDown': 3, 'mhStandby': 19, 'pwPeerFaultStatusBits': 15, 'vcTypeMismatch': 8, 'svcParamMismatch': 13, 'withdrawnIngressVcLabel': 24, 'sapOperDown': 2, 'standbySigSlaveTxDown': 22, 'oamUpMepFault': 21, 'labelsExhausted': 12, 'noIngressVcLabel': 5, 'releasedIngressVcLabel': 11, 'svcAdminDown': 1, 'relearnLimitExceeded': 9, 'notManagedByMcRing': 17, 'outOfResource': 18, 'iesIfAdminDown': 10.
                   sdpPwPortVcType 1.3.6.1.4.1.7483.6.1.2.4.4.41.1.9 sdpbindvctype read-only
The value of sdpPwPortVcType specifies the type of virtual circuit (VC) associated with this pseudo-wire port entry.
                   sdpPwPortVlanVcTag 1.3.6.1.4.1.7483.6.1.2.4.4.41.1.10 unsigned32 read-only
The value of sdpPwPortVlanVcTag specifies the VLAN VC tag for this pseudo-wire port entry.
                   sdpPwPortEgrShapVPort 1.3.6.1.4.1.7483.6.1.2.4.4.41.1.11 tnameditemorempty read-only
The value of sdpPwPortEgrShapVPort specifies the virtual port name of the shaper on the egress side for this pseudo-wire port entry.
                   sdpPwPortEgrShapDefIntDestId 1.3.6.1.4.1.7483.6.1.2.4.4.41.1.12 tnameditemorempty read-only
The value of sdpPwPortEgrShapDefIntDestId specifies the default intermediate destination identifier on the egress side which will eventualy map to an HSMDAv2 secondary shaper for this pseudo-wire port entry.
         sdpBindPwPathTableLastChanged 1.3.6.1.4.1.7483.6.1.2.4.4.50 timestamp read-only
The value of sdpBindPwPathTableLastChanged indicates the sysUpTime at the time of the last modification of sdpBindPwPathTable. If no changes were made to the entry since the last re-initialization of the local network management subsystem, then this object contains a zero value.
         sdpBindPwPathTable 1.3.6.1.4.1.7483.6.1.2.4.4.51 no-access
The sdpBindPwPathTable contains Pseudo-Wire path information per SDP binding.
               sdpBindPwPathEntry 1.3.6.1.4.1.7483.6.1.2.4.4.51.1 no-access
The sdpBindPwPathEntry contains Pseudo-Wire path information for specific SDP binding.
                   sdpBindPwPathRowStatus 1.3.6.1.4.1.7483.6.1.2.4.4.51.1.1 rowstatus read-only
The value of sdpBindPwPathRowStatus is used for the creation and deletion of entries in the table.
                   sdpBindPwPathLastChanged 1.3.6.1.4.1.7483.6.1.2.4.4.51.1.2 timestamp read-only
The value of sdpBindPwPathLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry since the last re-initialization of the local network management subsystem, then this object contains a zero value.
                   sdpBindPwPathAgi 1.3.6.1.4.1.7483.6.1.2.4.4.51.1.3 tmnxvpnroutedistinguisher read-write
The value of sdpBindPwPathAgi indicates the Attachment Group Identifier (AGI) portion of the Generalized Id FEC element from the pseudowire setup for this SDP Bind.
                   sdpBindPwPathSaiiGlobalId 1.3.6.1.4.1.7483.6.1.2.4.4.51.1.4 tmnxmplstpglobalid read-write
The value of sdpBindPwPathSaiiGlobalId specifies the global identifier of Source Attachment Individual Identifier (SAII) portion of the Generalized Id FEC element as used by this SDP binding in this service.
                   sdpBindPwPathSaiiNodeId 1.3.6.1.4.1.7483.6.1.2.4.4.51.1.5 tmnxmplstpnodeid read-write
The value of sdpBindPwPathSaiiNodeId specifies the MPLS-TP node identifier to the Source Attachment Individual Identifier (SAII) portion of the Generalized Id FEC element as used by this SDP binding in this service.
                   sdpBindPwPathSaiiAcId 1.3.6.1.4.1.7483.6.1.2.4.4.51.1.6 unsigned32 read-write
The value of sdpBindPwPathSaiiAcId specifies the attachment circuit identifier part of Source Attachment Individual Identifier (SAII) portion of the Generalized Id FEC element as used by this SDP binding in this service.
                   sdpBindPwPathTaiiGlobalId 1.3.6.1.4.1.7483.6.1.2.4.4.51.1.7 tmnxmplstpglobalid read-write
The value of sdpBindPwPathTaiiGlobalId specifies the global identifier of Target Attachment Individual Identifier (TAII) portion of the Generalized Id FEC element as used by this SDP binding in this service.
                   sdpBindPwPathTaiiNodeId 1.3.6.1.4.1.7483.6.1.2.4.4.51.1.8 tmnxmplstpnodeid read-write
The value of sdpBindPwPathTaiiNodeId specifies the MPLS-TP node identifier to the Target Attachment Individual Identifier (TAII) portion of the Generalized Id FEC element as used by this SDP binding in this service.
                   sdpBindPwPathTaiiAcId 1.3.6.1.4.1.7483.6.1.2.4.4.51.1.9 unsigned32 read-write
The value of sdpBindPwPathTaiiAcId specifies the attachment circuit identifier part of Target Attachment Individual Identifier (TAII) portion of the Generalized Id FEC element as used by this SDP binding in this service.
         sdpBindCtrlChanPwTableLastChgd 1.3.6.1.4.1.7483.6.1.2.4.4.52 timestamp read-only
The value of sdpBindCtrlChanPwTableLastChgd indicates the sysUpTime at the time of the last modification of sdpBindCtrlChanPwTable. If no changes were made to the entry since the last re-initialization of the local network management subsystem, then this object contains a zero value.
         sdpBindCtrlChanPwTable 1.3.6.1.4.1.7483.6.1.2.4.4.53 no-access
The sdpBindCtrlChanPwTable contains control channel Pseudo-Wire information per SDP binding.
               sdpBindCtrlChanPwEntry 1.3.6.1.4.1.7483.6.1.2.4.4.53.1 no-access
The sdpBindCtrlChanPwEntry contains control channel Pseudo-Wire information for specific SDP binding.
                   sdpBindCtrlChanPwLastChanged 1.3.6.1.4.1.7483.6.1.2.4.4.53.1.1 timestamp read-only
The value of sdpBindCtrlChanPwLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry since the last re-initialization of the local network management subsystem, then this object contains a zero value.
                   sdpBindCtrlChanPwStatus 1.3.6.1.4.1.7483.6.1.2.4.4.53.1.2 tmnxenableddisabled read-write
The value of sdpBindCtrlChanPwStatus specifies the status of control channel for the pseudo-wire path for this SDP binding.
                   sdpBindCtrlChanPwRefreshTimer 1.3.6.1.4.1.7483.6.1.2.4.4.53.1.3 unsigned32 read-write
The value of sdpBindCtrlChanPwRefreshTimer specifies the refresh timer value to be used when control channel for the psuedo-wire path is enabled for this SDP binding.
                   sdpBindCtrlChanPwPeerExpired 1.3.6.1.4.1.7483.6.1.2.4.4.53.1.4 truthvalue read-only
The value of sdpBindCtrlChanPwPeerExpired indicates whether sdpBindCtrlChanPwStatus was not received after 3.5 times of sdpBindCtrlChanPwRefreshTimer value for the pseudo-wire path for this SDP binding.
                   sdpBindCtrlChanPwRequestTimer 1.3.6.1.4.1.7483.6.1.2.4.4.53.1.5 unsigned32 read-write
The value of sdpBindCtrlChanPwRequestTimer specifies the request timer value to be used when control channel for the psuedo-wire path is enabled for this SDP binding. An 'inconsistentValue' error is returned if the value of sdpBindCtrlChanPwRequestTimer is set to non-zero when sdpBindCtrlChanPwRefreshTimer is set to non-zero. An 'inconsistentValue' error is returned if the value of sdpBindCtrlChanPwRequestTimer is set to non-zero when value of either sdpBindCtrlChanPwRetryTimer or sdpBindCtrlChanPwTimeoutMult is also set to zero.
                   sdpBindCtrlChanPwRetryTimer 1.3.6.1.4.1.7483.6.1.2.4.4.53.1.6 unsigned32 read-write
The value of sdpBindCtrlChanPwRetryTimer specifies the retry timer value to be used for the request timer when control channel for the psuedo-wire path is enabled for this SDP binding. An 'inconsistentValue' error is returned if the value of sdpBindCtrlChanPwRequestTimer is set to non-zero when value of either sdpBindCtrlChanPwRetryTimer or sdpBindCtrlChanPwTimeoutMult is also set to zero.
                   sdpBindCtrlChanPwTimeoutMult 1.3.6.1.4.1.7483.6.1.2.4.4.53.1.7 unsigned32 read-write
The value of sdpBindCtrlChanPwTimeoutMult specifies the timeout multiplier value to be used for the retry timer to resend the request when control channel for the psuedo-wire path is enabled for this SDP binding. An 'inconsistentValue' error is returned if the value of sdpBindCtrlChanPwRequestTimer is set to non-zero when value of either sdpBindCtrlChanPwRetryTimer or sdpBindCtrlChanPwTimeoutMult is also set to zero.
                   sdpBindCtrlChanPwAck 1.3.6.1.4.1.7483.6.1.2.4.4.53.1.8 truthvalue read-write
The value of sdpBindCtrlChanPwAck specifies whether acknowledgement was not received after 3.5 times of sdpBindCtrlChanPwRefreshTimer value for the pseudo-wire path for this SDP binding.
         sdpInfoScalar1 1.3.6.1.4.1.7483.6.1.2.4.4.101 unsigned32 read-only
A dummy scalar that satisfies a SNMP get request quickly.Otherwise, it has to traverse the remaining MIB to get to the next applicable item.
         sdpInfoScalar2 1.3.6.1.4.1.7483.6.1.2.4.4.102 unsigned32 read-only