1TIMETRA-SAS-SDP-MIB DEFINITIONS ::= BEGIN
2
3IMPORTS
4    MODULE-IDENTITY, OBJECT-TYPE,
5    NOTIFICATION-TYPE, Gauge32,
6    Integer32, Unsigned32, IpAddress,
7    Counter64, Counter32                        FROM SNMPv2-SMI
8
9    OBJECT-GROUP, NOTIFICATION-GROUP, MODULE-COMPLIANCE
10                                                FROM SNMPv2-CONF
11
12    RowStatus, MacAddress, TimeStamp, DisplayString,
13    TruthValue FROM SNMPv2-TC
14
15    timetraSASObjs, timetraSASNotifyPrefix,
16    timetraSASConfs, timetraSASModules          FROM TIMETRA-SAS-GLOBAL-MIB
17
18    tmnxSASServConformance                      FROM TIMETRA-SAS-SERV-MIB
19
20    sdpBindEntry, sdpBindBaseStatsEntry                                FROM TIMETRA-SDP-MIB
21
22    InetAddressType, InetAddress                FROM INET-ADDRESS-MIB
23
24    ServiceAdminStatus, TmnxActionType,
25    TmnxServId, TmnxCustId, TNamedItem, SdpBindId, TNamedItemOrEmpty,
26    TmnxVRtrMplsLspID, TmnxOperState, TmnxIgmpVersion,
27    TmnxEnabledDisabled, TItemDescription, TPolicyStatementNameOrEmpty,
28    TmnxVPNRouteDistinguisher                   FROM TIMETRA-TC-MIB
29
30    tmnxServObjs, tmnxServConformance, tmnxServNotifications, tmnxSvcObjs,
31    custId, svcId, svcVpnId, tstpTraps,
32    tmnxOtherBridgeId, tmnxCustomerBridgeId, tmnxCustomerRootBridgeId,
33    tmnxOldSdpBindTlsStpPortState, svcTlsStpDesignatedRoot,
34    tlsDhcpPacketProblem, svcDhcpLseStateNewCiAddr,
35    svcDhcpLseStateNewChAddr, svcDhcpLseStateOldCiAddr,
36    svcDhcpLseStateOldChAddr, svcDhcpClientLease, svcDhcpLseStatePopulateError,
37    svcTlsMacMoveMaxRate, svcDhcpProxyError, svcDhcpCoAError,
38    svcDhcpPacketProblem, svcDhcpSubAuthError,
39    ServObjName, ServObjDesc,
40    VpnId, SdpId, PWTemplateId,
41    TlsLimitMacMoveLevel, TlsLimitMacMove, SdpBindVcType,
42    StpExceptionCondition, LspIdList, BridgeId, TStpPortState,
43    StpPortRole, StpProtocol, MvplsPruneState, TdmOptionsSigPkts,
44    TdmOptionsCasTrunkFraming, SdpBFHundredthsOfPercent, SdpBindBandwidth,
45    L2ptProtocols, L2RouteOrigin, ConfigStatus  FROM TIMETRA-SERV-MIB
46
47    timetraSRMIBModules                         FROM TIMETRA-GLOBAL-MIB
48
49    TFilterID                                   FROM TIMETRA-FILTER-MIB
50    tmnxChassisIndex, tmnxCardSlotNum,
51    tmnxMDASlotNum                              FROM TIMETRA-CHASSIS-MIB;
52
53timetraSASServicesSdpMIBModule   MODULE-IDENTITY
54    LAST-UPDATED    "1102010000Z"
55    ORGANIZATION    "Alcatel"
56    CONTACT-INFO
57        "Alcatel 7210 Support
58         Web: http://www.alcatel.com/comps/pages/carrier_support.jhtml"
59    DESCRIPTION
60        "This  document  is the SNMP MIB module to manage and provision
61        the various services of the Alcatel 7210 SR system.
62
63        Copyright  2011-2013 Alcatel-Lucent. All rights reserved. Reproduction
64        of  this  document  is  authorized  on  the  condition that the
65        foregoing copyright notice is included.
66
67        This   SNMP   MIB  module  (Specification)  embodies  Alcatel's
68        proprietary  intellectual  property.  Alcatel retains all title
69        and ownership in the Specification, including any revisions.
70
71        Alcatel  grants  all interested parties a non-exclusive license
72        to  use and distribute an unmodified copy of this Specification
73        in  connection with management of Alcatel products, and without
74        fee,  provided  this copyright notice and license appear on all
75        copies.
76
77        This  Specification  is  supplied `as is', and Alcatel makes no
78        warranty,  either express or implied, as to the use, operation,
79        condition, or performance of the Specification."
80
81--
82--  Revision History
83--
84
85    REVISION        "0710010000Z"
86    DESCRIPTION     "Rev 1.0                01 FEB 2011 00:00
87                     1.0 release of the TIMETRA-SAS-SDP-MIB from TIMETRA-SAS-SERV-MIB."
88
89    ::= { timetraSASModules 12 }
90
91-- --------------------------------------------------------------------
92--      TIMETRA-SERV-MIB organisation
93-- --------------------------------------------------------------------
94tmnxSASSdpObjs             OBJECT IDENTIFIER ::= { timetraSASObjs 12 }
95
96tmnxSASSdpConformance      OBJECT IDENTIFIER ::= { timetraSASConfs 13 }
97
98-- -------------------------
99-- SDP Bind Extension Table
100-- -------------------------
101sdpBindExtnTable OBJECT-TYPE
102    SYNTAX          SEQUENCE OF SdpBindExtnEntry
103    MAX-ACCESS      not-accessible
104    STATUS          current
105    DESCRIPTION     "This table extends the SDP binding information
106                     available in sdpBindTable"
107    ::= { tmnxSASSdpObjs 4 }
108
109sdpBindExtnEntry OBJECT-TYPE
110    SYNTAX          SdpBindExtnEntry
111    MAX-ACCESS      not-accessible
112    STATUS          current
113    DESCRIPTION     "Information about a specific SDP binding."
114    AUGMENTS   { sdpBindEntry }
115    ::= { sdpBindExtnTable 1 }
116
117SdpBindExtnEntry ::=
118    SEQUENCE {
119        sdpBindIngressExtraVlanTagDropCount   TruthValue
120    }
121
122sdpBindIngressExtraVlanTagDropCount   OBJECT-TYPE
123    SYNTAX TruthValue
124    MAX-ACCESS read-create
125    STATUS current
126    DESCRIPTION
127        "When set to 'true', couting of extra tag dropped packet will be
128         enabled, It will be set only for required SDP's"
129    DEFVAL { false }
130    ::= { sdpBindExtnEntry 1 }
131
132
133-- ----------------------------------
134-- SDP Bind Base stats Extension Table
135-- ----------------------------------
136
137sdpBindBaseStatsExtnTable OBJECT-TYPE
138    SYNTAX          SEQUENCE OF SdpBindBaseStatsExtnEntry
139    MAX-ACCESS      not-accessible
140    STATUS          current
141    DESCRIPTION     "This table extends the SDP binding stats information
142                     available in sdpBindBaseStatsTable"
143    ::= { tmnxSASSdpObjs 5 }
144
145 sdpBindBaseStatsExtnEntry OBJECT-TYPE
146    SYNTAX          SdpBindBaseStatsExtnEntry
147    MAX-ACCESS      not-accessible
148    STATUS          current
149    DESCRIPTION     "Basic statistics about a specific SDP binding."
150    AUGMENTS   { sdpBindBaseStatsEntry }
151    ::= { sdpBindBaseStatsExtnTable 1 }
152
153SdpBindBaseStatsExtnEntry ::=
154    SEQUENCE {
155         sdpBindIngressExtraVlanTagDroppedPackets      Counter64,
156         sdpBindIngressExtraVlanTagDroppedOctets        Counter64
157         }
158
159sdpBindIngressExtraVlanTagDroppedPackets   OBJECT-TYPE
160    SYNTAX Counter64
161    MAX-ACCESS read-only
162    STATUS current
163    DESCRIPTION
164        "Counter to track of extra v-lan tag dropped packets"
165    ::= { sdpBindBaseStatsExtnEntry 1 }
166
167sdpBindIngressExtraVlanTagDroppedOctets   OBJECT-TYPE
168    SYNTAX Counter64
169    MAX-ACCESS read-only
170    STATUS current
171    DESCRIPTION
172        "Counter to track of extra v-lan tag dropped octets"
173    ::= { sdpBindBaseStatsExtnEntry 2 }
174
175-- ----------------------------------------------------------------------------
176-- Conformance Information
177-- ----------------------------------------------------------------------------
178tmnxSASSdpCompliances  OBJECT IDENTIFIER ::= { tmnxSASSdpConformance 1 }
179tmnxSASSdpGroups       OBJECT IDENTIFIER ::= { tmnxSASSdpConformance 2 }
180
181-- ----------------------------------------------
182-- Compliance Statements
183-- ----------------------------------------------
184
185tmnxSASSdp7210V3v0Compliance MODULE-COMPLIANCE
186    STATUS  current
187    DESCRIPTION
188        "The compliance statement for management of services SDPs
189         on Alcatel 7210 series systems."
190    MODULE  -- this module
191        MANDATORY-GROUPS
192        {
193             tmnxSASSdpV3v0Group
194        }
195    ::= { tmnxSASSdpCompliances 1 }
196
197
198tmnxSASSdpV3v0Group OBJECT-GROUP
199    OBJECTS {
200      sdpBindIngressExtraVlanTagDropCount,
201      sdpBindIngressExtraVlanTagDroppedPackets,
202      sdpBindIngressExtraVlanTagDroppedOctets
203    }
204    STATUS      current
205    DESCRIPTION
206        "he  group  of objects supporting SDP base feature
207         on Alcatel-Lucent 7210 series systems."
208    ::= { tmnxSASSdpGroups 1 }
209
210
211END
212