NNCEXTPVC-MIB: View SNMP OID List / Download MIB

VENDOR: NEWBRIDGE NETWORKS CORPORATION


 Home MIB: NNCEXTPVC-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
 nncExtPvc 1.3.6.1.4.1.123.3.79
This module contains Alcatel's proprietary MIB definition for managing point-to-point and point-to-multipoint Permanent Virtual Connections (PVCs). The MIB supports the creation, modification, query and deletion of PVCs (Permanent Virtual Connections) on Cell Relay endpoints, both Permanent Virtual Path Connection (PVPC) and Permanent Virtual Channel Connection (PVCC) are supported. PVPCs are defined by nncCrPvpcTable and PVCCs are defined by nncCrPvccTable. PVPCs or PVCC's connecting different endpoint types, CR to FR, FR to CR, CR to CE, CE to CR, CE to FR or FR to CE are not suppported at this point. Resource connections such as Signalling, PNNI, ILMI and CPSS are also not supported. PVCs can be created by one of two ways: using rowStats as 'createAndGo' or using rowStatus as 'createAndWait'+'active'. In some cases, to create a PVC via this table requires two SET-REQs, because one SET-REQ PDU cannot fit all required objects. In these cases, the rowStatus is set to createAndWait(5) for the first 1 SET-REQ and set to active(1) for the last SET-REQ. In some cases, all required MIB objects can fit in one SET-REQ PDU. In these cases the rowStatus should be set to createAndGo(4) To delete a PVC, the SNMP manager should set rowStatus of the PVC instance to 'destroy'. Each PVC is modeled as set of entries in the PVC table. A point- to-point PVC is modeled as one entry; a point-to-multipoint (N leafs) is modeled as N entries in this table. The N entries of a point-to- multipoint PVC shares the same source end point. Some abreviations: abr/ABR/Abr: Available Bit Rate Bwd: Backward. For traffice descriptors from destination end point to source end point cbr/CBR/Cbr: Constant Bit Rate Dst: Dstination end point Fwd: Forward. For traffic descriptors from source end point to destination end point nt-vbr/ntvbr/NT-VBR: Non-Real-Time Variable Bit Rate p2p: Point-to-Point p2mp: Point-to-Multipoint Src: Source end point Targ: Target. For the destination end point info in source end point table ubr/UBR/Ubr: Unspecified Bit Rate VCI/Vci/vci: Virtual channel identifier VCL/Vcl/vcl: Virtual channel link VPI/Vpi/vpi: Virtual path identifier VPL/Vpl/Vpl: Virtual path link
       nncExtPvcObjects 1.3.6.1.4.1.123.3.79.1
           nncCrPvpcTable 1.3.6.1.4.1.123.3.79.1.1 no-access
nncCrPvpcTable contains all the objects sent to a source endpoint that are used to create, modify, delete and query PVC connections.
               nncCrPvpcTableEntry 1.3.6.1.4.1.123.3.79.1.1.1 no-access
An entry of nncCrPvpcTable
                   nncCrPvpcSrcIfIndex 1.3.6.1.4.1.123.3.79.1.1.1.1 interfaceindex no-access
This object contains the ifIndex value for the source endpoint
                   nncCrPvpcSrcVpi 1.3.6.1.4.1.123.3.79.1.1.1.2 integer no-access
This object contains the VPI value for the source endpoint.
                   nncCrPvpcDstIfIndex 1.3.6.1.4.1.123.3.79.1.1.1.3 interfaceindex no-access
This object contains the ifIndex value for the destination endpoint
                   nncCrPvpcDstVpi 1.3.6.1.4.1.123.3.79.1.1.1.4 integer no-access
This object contains the VPI value for the destination endpoint.
                   nncCrPvpcCastType 1.3.6.1.4.1.123.3.79.1.1.1.5 integer read-only
This object is used to indicate whether the PVPC is point-to-point or point-to-multipoint Enumeration: 'p2p': 1, 'p2mp': 2.
                   nncCrPvpcFwdServiceCategory 1.3.6.1.4.1.123.3.79.1.1.1.6 integer read-only
This object is used to set the traffic service category from source endpoint to destination endpoint. This object is dependent on the value specified in nncCrPvpcFwdTmTrafficDescripton object Enumeration: 'cbr': 1, 'nrtvbr': 2, 'abr': 3, 'ubr': 4, 'rtvbr': 6.
                   nncCrPvpcBwdServiceCategory 1.3.6.1.4.1.123.3.79.1.1.1.7 integer read-only
This object is used to set the traffic service category from destination endpoint to source endpoint. This object is dependent on the value specified in nncCrPvpcBwdTmTrafficDescripton object Enumeration: 'cbr': 1, 'nrtvbr': 2, 'abr': 3, 'ubr': 4, 'rtvbr': 6.
                   nncCrPvpcFwdAbrDynTrfcIcr 1.3.6.1.4.1.123.3.79.1.1.1.8 integer read-only
ABR dynamic traffic descriptor's Initial Cell Rate for the forward direction. Range: 0 - 2488320 Kb/s
                   nncCrPvpcFwdAbrDynTrfcRif 1.3.6.1.4.1.123.3.79.1.1.1.9 integer read-only
ABR traffic Rate Increase Factor for the forward direction. Value is expressed as the -power of 2. Range: 0 - 9
                   nncCrPvpcFwdAbrDynTrfcRdf 1.3.6.1.4.1.123.3.79.1.1.1.10 integer read-only
ABR traffic Rate Decrease Factor descriptor for the forward direction. Value is expressed as the -power of 2 Range: 0 - 9
                   nncCrPvpcBwdAbrDynTrfcIcr 1.3.6.1.4.1.123.3.79.1.1.1.11 integer read-only
ABR dynamic traffic descriptor's Initial Cell Rate for the destination endpoint. Range: 0 - 2488320 Kb/s
                   nncCrPvpcBwdAbrDynTrfcRif 1.3.6.1.4.1.123.3.79.1.1.1.12 integer read-only
ABR traffic Rate Increase Factor for the destination endpoint. Value is expressed as the -power of 2. Range: 0 - 9
                   nncCrPvpcBwdAbrDynTrfcRdf 1.3.6.1.4.1.123.3.79.1.1.1.13 integer read-only
ABR traffic Rate Decrease Factor descriptor for the destination endpoint. Value is expressed as the -power of 2 Range: 0 - 9
                   nncCrPvpcSrcBillingFlag 1.3.6.1.4.1.123.3.79.1.1.1.14 integer read-only
Billing Configuration for the source endpoint. Enumeration: 'disabled': 0, 'enabled': 1.
                   nncCrPvpcDstBillingFlag 1.3.6.1.4.1.123.3.79.1.1.1.15 integer read-only
Billing Configuration for the destination endpoint. Enumeration: 'disabled': 0, 'enabled': 1.
                   nncCrPvpcFwdTmTrafficDescriptor 1.3.6.1.4.1.123.3.79.1.1.1.16 integer read-only
This object contains the traffic descriptor for the SPVC. None (0) (Not applicable,the case of a P2MP leaf) Tag All (1) (UBR using 2k/12k fabric only) P_0+1 (2) (CBR only) P_0+1/S_0+1 (3) (NRT/RT-VBR only) P_0+1/S_0 (4) (NRT/RT-VBR only) P_0+1/M_0+1 (5) (ABR and UBR only) Enumeration: 'none': 0, 'p0Plus1SlashM0Plus1': 5, 'p0Plus1': 2, 'p0Plus1SlashS0Plus1': 3, 'tagAll': 1, 'p0Plus1SlashS0': 4.
                   nncCrPvpcFwdTmPolicingOption 1.3.6.1.4.1.123.3.79.1.1.1.17 integer read-only
Policing Option for a PVPC. The tag option is supported only on rt-VBR/nrt-VBR connections that use the P_0_1/S_0 traffic descriptor Enumeration: 'disabled': 1, 'discard': 3, 'none': 0, 'tag': 2.
                   nncCrPvpcFwdTmBucketOneRate 1.3.6.1.4.1.123.3.79.1.1.1.18 integer read-only
This object is used for peak cell rate (PCR), the cell rate which the source may never exceed. It is used to determine which cells are 'excess'. Measured in Kb/s. Range: 0 - 2488320 Kb/s
                   nncCrPvpcFwdTmBucketOneCdvt 1.3.6.1.4.1.123.3.79.1.1.1.19 integer read-only
This object is used to set cell delay variation tolerance (CDVT) for one end point, measured in microseconds. Range: 1 - 190,000 microseconds
                   nncCrPvpcFwdTmBucketTwoRate 1.3.6.1.4.1.123.3.79.1.1.1.20 integer read-only
SIR_0p, SIR_0+1p or MIR_0+1p. This parameter holds the sustained information rate for for VBR traffic, and the minimum information rate for ABR/UBR traffic. Range: 0 - 2488320 Kb/s
                   nncCrPvpcFwdTmBucketTwoMbs 1.3.6.1.4.1.123.3.79.1.1.1.21 integer read-only
This object is for the maximum burst size, in cells, for SIR_0p or SIR_0+1p (nrt-VBR and rt-VBR only). Range: 1 - 10000 cells
                   nncCrPvpcFwdTmCdv 1.3.6.1.4.1.123.3.79.1.1.1.22 integer read-only
This value is to set the cell delay variation (CDV) between two PVC endpoints when using the rt-VBR service category.. Range: 250-10000 microseconds
                   nncCrPvpcFwdTmClr 1.3.6.1.4.1.123.3.79.1.1.1.23 integer read-only
The object is to set the cell loss ratio (CLR) between two PVC endpoints when using the nrt-VBR service category. Value set as 1.0e-#
                   nncCrPvpcBwdTmTrafficDescriptor 1.3.6.1.4.1.123.3.79.1.1.1.24 integer read-only
This object contains the traffic descriptor for the PVC. None (0) (Not applicable,the case of a P2MP leaf) Tag All (1) (UBR using 2k/12k fabric only) P_0+1 (2) (CBR only) P_0+1/S_0+1 (3) (NRT/RT-VBR only) P_0+1/S_0 (4) (NRT/RT-VBR only) P_0+1/M_0+1 (5) (ABR and UBR only) Enumeration: 'none': 0, 'p0Plus1SlashM0Plus1': 5, 'p0Plus1': 2, 'p0Plus1SlashS0Plus1': 3, 'tagAll': 1, 'p0Plus1SlashS0': 4.
                   nncCrPvpcBwdTmPolicingOption 1.3.6.1.4.1.123.3.79.1.1.1.25 integer read-only
Policing Option for a PVPC. The tag option is supported only on rt-VBR/nrt-VBR connections that use the P_0_1/S_0 traffic descriptor Enumeration: 'disabled': 1, 'discard': 3, 'none': 0, 'tag': 2.
                   nncCrPvpcBwdTmBucketOneRate 1.3.6.1.4.1.123.3.79.1.1.1.26 integer read-only
This object is used for peak cell rate (PCR), the cell rate which the source may never exceed. It is used to determine which cells are 'excess'. Measured in Kb/s. Range: 0 - 2488320 Kb/s
                   nncCrPvpcBwdTmBucketOneCdvt 1.3.6.1.4.1.123.3.79.1.1.1.27 integer read-only
This object is used to set cell delay variation tolerance (CDVT) for one end point, measured in microseconds. Range: 1 - 190,000 microseconds
                   nncCrPvpcBwdTmBucketTwoRate 1.3.6.1.4.1.123.3.79.1.1.1.28 integer read-only
SIR_0p, SIR_0+1p or MIR_0+1p. This parameter holds the sustained information rate for for VBR traffic, and the minimum information rate for ABR/UBR traffic. Range: 0 - 2488320 Kb/s
                   nncCrPvpcBwdTmBucketTwoMbs 1.3.6.1.4.1.123.3.79.1.1.1.29 integer read-only
This object is to set the maximum burst size, in cells, for SIR_0p or SIR_0+1p. Used for burst traffic. Range: 1 - 10000 cells
                   nncCrPvpcBwdTmCdv 1.3.6.1.4.1.123.3.79.1.1.1.30 integer read-only
This value is to set the cell delay variation (CDV) between two PVC endpoints when using the rt-VBR service category. Range: 250-10000 microseconds
                   nncCrPvpcBwdTmClr 1.3.6.1.4.1.123.3.79.1.1.1.31 integer read-only
The object is to set the cell loss ratio (CLR) between two PVC endpoints when using the nrt-VBR service category. Value set as 1.0e-# Range: 1 - 7
                   nncCrPvpcSrcAlsConfig 1.3.6.1.4.1.123.3.79.1.1.1.32 integer read-only
This object is used to set OAM Alarm Surveillance configuration for the source endpoint. Enumeration: 'disabled': 0, 'enabled': 1.
                   nncCrPvpcDstAlsConfig 1.3.6.1.4.1.123.3.79.1.1.1.33 integer read-only
This object is used to set OAM Alarm Surveillance configuration for the destination endpoint. Enumeration: 'disabled': 0, 'enabled': 1.
                   nncCrPvpcCreator 1.3.6.1.4.1.123.3.79.1.1.1.34 integer read-only
The object retrieves the creator of a PVC connection. Enumeration: 'unknown': 0, 'snmp': 9, 'nm5620': 2, 'nmti': 1.
                   nncCrPvpcRowStatus 1.3.6.1.4.1.123.3.79.1.1.1.35 rowstatus read-only
This object is to control a row creation of a CR PVPC. When RowStatus is createAndWait, information for a row is cached in memory; when RowStatus is set to createAndGo or active, it indicates that all information is to be written to permanent storage, and the PVPC to be enabled. When querying the object, 'active' indicates the PVPC is physically connected and data traffic can flow. The Rowstatus of 'notInService' indicates the PVPC is physically connected but data cannot flow. If the RowStatus value of 'notReady' is returned, it indicates either the PVPC is not physically connected (ie. configured only) or the SNMP agent is awaiting further information before setting up the connection. When deleting a connection, use this object with the value 'destroy'
           nncCrPvccTable 1.3.6.1.4.1.123.3.79.1.2 no-access
nncCrPvccTable contains all the objects sent to a source endpoint that are used to create, modify, delete and query Cell Relay PVC connections.
               nncCrPvccTableEntry 1.3.6.1.4.1.123.3.79.1.2.1 no-access
An entry of nncCrPvccTable. It contains the objects required to manage CR PVCs.
                   nncCrPvccSrcIfIndex 1.3.6.1.4.1.123.3.79.1.2.1.1 interfaceindex no-access
This object contains the ifIndex value for the source endpoint.
                   nncCrPvccSrcVpi 1.3.6.1.4.1.123.3.79.1.2.1.2 integer no-access
This object contains the VPI value for the source endpoint.
                   nncCrPvccSrcVci 1.3.6.1.4.1.123.3.79.1.2.1.3 integer no-access
This object contains the VCI value for the source endpoint.
                   nncCrPvccDstIfIndex 1.3.6.1.4.1.123.3.79.1.2.1.4 interfaceindex no-access
This object contains the ifIndex value for the destination endpoint.
                   nncCrPvccDstVpi 1.3.6.1.4.1.123.3.79.1.2.1.5 integer no-access
This object contains the VPI value for the destination endpoint.
                   nncCrPvccDstVci 1.3.6.1.4.1.123.3.79.1.2.1.6 integer no-access
This object contains the VCI value for the destination endpoint.
                   nncCrPvccCastType 1.3.6.1.4.1.123.3.79.1.2.1.7 integer read-only
This object is used to indicate whether the PVCC is point-to-point or point-to-multipoint Enumeration: 'p2p': 1, 'p2mp': 2.
                   nncCrPvccFwdServiceCategory 1.3.6.1.4.1.123.3.79.1.2.1.8 integer read-only
This object is used to set the traffic service category from source endpoint to destination endpoint. This object is dependent on the value specified in nncCrPvccFwdTmTrafficDescripton object Enumeration: 'cbr': 1, 'nrtvbr': 2, 'abr': 3, 'ubr': 4, 'rtvbr': 6.
                   nncCrPvccBwdServiceCategory 1.3.6.1.4.1.123.3.79.1.2.1.9 integer read-only
This object is used to set the traffic service category from destination end point to source endpoint. This object is dependent on the value specified in nncCrPvccBwdTmTrafficDescripton object Enumeration: 'cbr': 1, 'nrtvbr': 2, 'abr': 3, 'ubr': 4, 'rtvbr': 6.
                   nncCrPvccFwdAbrDynTrfcIcr 1.3.6.1.4.1.123.3.79.1.2.1.10 integer read-only
ABR dynamic traffic descriptor's Initial Cell Rate for the forward direction. Range: 0 - 2488320 Kb/s
                   nncCrPvccFwdAbrDynTrfcRif 1.3.6.1.4.1.123.3.79.1.2.1.11 integer read-only
ABR traffic Rate Increase Factor for the forward direction. Value is expressed as the -power of 2. Range: 0 - 9
                   nncCrPvccFwdAbrDynTrfcRdf 1.3.6.1.4.1.123.3.79.1.2.1.12 integer read-only
ABR traffic Rate Decrease Factor descriptor for the forward direction. Value is expressed as the -power of 2 Range: 0 - 9
                   nncCrPvccBwdAbrDynTrfcIcr 1.3.6.1.4.1.123.3.79.1.2.1.13 integer read-only
ABR dynamic traffic descriptor's Initial Cell Rate for the destination endpoint. Range: 0 - 2488320 Kb/s
                   nncCrPvccBwdAbrDynTrfcRif 1.3.6.1.4.1.123.3.79.1.2.1.14 integer read-only
ABR traffic Rate Increase Factor for the destination endpoint. Value is expressed as the -power of 2. Range: 0 - 9
                   nncCrPvccBwdAbrDynTrfcRdf 1.3.6.1.4.1.123.3.79.1.2.1.15 integer read-only
ABR traffic Rate Decrease Factor descriptor for the destination endpoint. Value is expressed as the -power of 2 Range: 0 - 9
                   nncCrPvccSrcBillingFlag 1.3.6.1.4.1.123.3.79.1.2.1.16 integer read-only
Billing Configuration for the source endpoint. Enumeration: 'disabled': 0, 'enabled': 1.
                   nncCrPvccDstBillingFlag 1.3.6.1.4.1.123.3.79.1.2.1.17 integer read-only
Billing Configuration for the destination endpoint. Enumeration: 'disabled': 0, 'enabled': 1.
                   nncCrPvccFwdTmTrafficDescriptor 1.3.6.1.4.1.123.3.79.1.2.1.18 integer read-only
This object contains the traffic descriptor for the PVC. None (0) (Not applicable,the case of a P2MP leaf) Tag All (1) (UBR using 2k/12k fabric only) P_0+1 (2) (CBR only) P_0+1/S_0+1 (3) (NRT/RT-VBR only) P_0+1/S_0 (4) (NRT/RT-VBR only) P_0+1/M_0+1 (5) (ABR and UBR only) Enumeration: 'none': 0, 'p0Plus1SlashM0Plus1': 5, 'p0Plus1': 2, 'p0Plus1SlashS0Plus1': 3, 'tagAll': 1, 'p0Plus1SlashS0': 4.
                   nncCrPvccFwdTmPolicingOption 1.3.6.1.4.1.123.3.79.1.2.1.19 integer read-only
Policing Option for a PVcC. The tag option is supported only on rt-VBR/nrt-VBR connections that use the P_0_1/S_0 traffic descriptor Enumeration: 'disabled': 1, 'discard': 3, 'none': 0, 'tag': 2.
                   nncCrPvccFwdTmBucketOneRate 1.3.6.1.4.1.123.3.79.1.2.1.20 integer read-only
This object is used for peak cell rate (PCR), the cell rate which the source may never exceed. It is used to determine which cells are 'excess'. Measured in Kb/s. Range: 0 - 2488320 Kb/s
                   nncCrPvccFwdTmBucketOneCdvt 1.3.6.1.4.1.123.3.79.1.2.1.21 integer read-only
This object is used to set cell delay variation tolerance (CDVT) for one end point, measured in microseconds. Range: 1 - 190,000 microseconds
                   nncCrPvccFwdTmBucketTwoRate 1.3.6.1.4.1.123.3.79.1.2.1.22 integer read-only
SIR_0p, SIR_0+1p or MIR_0+1p. This parameter holds the sustained information rate for for VBR traffic, and the minimum information rate for ABR/UBR traffic. Range: 0 - 2488320 Kb/s
                   nncCrPvccFwdTmBucketTwoMbs 1.3.6.1.4.1.123.3.79.1.2.1.23 integer read-only
This object is for the maximum burst size, in cells, for SIR_0p or SIR_0+1p (nrt-VBR and rt-VBR only). Range: 1 - 10000 cells
                   nncCrPvccFwdTmCdv 1.3.6.1.4.1.123.3.79.1.2.1.24 integer read-only
This value is to set the cell delay variation (CDV) between two PVC endpoints when using the rt-VBR service category. Range: 250-10000 microseconds
                   nncCrPvccFwdTmClr 1.3.6.1.4.1.123.3.79.1.2.1.25 integer read-only
The object is to set the cell loss ratio (CLR) between two PVC endpoints when using the nrt-VBR service category. Value set as 1.0e-#
                   nncCrPvccFwdTmFrameDiscard 1.3.6.1.4.1.123.3.79.1.2.1.26 integer read-only
The Frame (AAL protocol data unit) Discard option. When enabled, cells are discarded at the frame level by examining the SDU-type in the payload type field of the ATM cell header. Enumeration: 'disabled': 0, 'enabled': 1.
                   nncCrPvccBwdTmTrafficDescriptor 1.3.6.1.4.1.123.3.79.1.2.1.27 integer read-only
This object contains the traffic descriptor for the SPVC. None (0) (Not applicable,the case of a P2MP leaf) Tag All (1) (UBR using 2k/12k fabric only) P_0+1 (2) (CBR only) P_0+1/S_0+1 (3) (NRT/RT-VBR only) P_0+1/S_0 (4) (NRT/RT-VBR only) P_0+1/M_0+1 (5) (ABR and UBR only) Enumeration: 'none': 0, 'p0Plus1SlashM0Plus1': 5, 'p0Plus1': 2, 'p0Plus1SlashS0Plus1': 3, 'tagAll': 1, 'p0Plus1SlashS0': 4.
                   nncCrPvccBwdTmPolicingOption 1.3.6.1.4.1.123.3.79.1.2.1.28 integer read-only
Policing Option for an PVCC. The tag option is supported only on rt-VBR/nrt-VBR connections that use the P_0_1/S_0 traffic descriptor Enumeration: 'disabled': 1, 'discard': 3, 'none': 0, 'tag': 2.
                   nncCrPvccBwdTmBucketOneRate 1.3.6.1.4.1.123.3.79.1.2.1.29 integer read-only
This object is used for peak cell rate (PCR), the cell rate which the source may never exceed. It is used to determine which cells are 'excess'. Measured in Kb/s. Range: 0 - 2488320 Kb/s
                   nncCrPvccBwdTmBucketOneCdvt 1.3.6.1.4.1.123.3.79.1.2.1.30 integer read-only
This object is used to set cell delay variation tolerance (CDVT) for one end point, measured in microseconds. Range: 1 - 190,000 microseconds
                   nncCrPvccBwdTmBucketTwoRate 1.3.6.1.4.1.123.3.79.1.2.1.31 integer read-only
SIR_0p, SIR_0+1p or MIR_0+1p. This parameter holds the sustained information rate for for VBR traffic, and the minimum information rate for ABR/UBR traffic. Range: 0 - 2488320 Kb/s
                   nncCrPvccBwdTmBucketTwoMbs 1.3.6.1.4.1.123.3.79.1.2.1.32 integer read-only
This object is for the maximum burst size, in cells, for SIR_0p or SIR_0+1p (nrt-VBR and rt-VBR only). Range: 1 - 10000 cells
                   nncCrPvccBwdTmCdv 1.3.6.1.4.1.123.3.79.1.2.1.33 integer read-only
This value is to set the cell delay variation (CDV) between two PVC endpoints when using the rt-VBR service category. Range: 250-10000 microseconds
                   nncCrPvccBwdTmClr 1.3.6.1.4.1.123.3.79.1.2.1.34 integer read-only
The object is to set the cell loss ratio (CLR) between two PVC endpoints when using the nrt-VBR service category. Value set as 1.0e-# Range: 0 - 7
                   nncCrPvccBwdTmFrameDiscard 1.3.6.1.4.1.123.3.79.1.2.1.35 integer read-only
The Frame (AAL protocol data unit) Discard option. When enabled, cells are discarded at the frame level by examining the SDU-type in the payload type field of the ATM cell header. Enumeration: 'disabled': 0, 'enabled': 1.
                   nncCrPvccSrcAlsConfig 1.3.6.1.4.1.123.3.79.1.2.1.36 integer read-only
This object is used to set OAM Alarm Surveillance configuration for the source endpoint. Enumeration: 'disabled': 0, 'enabled': 1.
                   nncCrPvccDstAlsConfig 1.3.6.1.4.1.123.3.79.1.2.1.37 integer read-only
This object is used to set OAM Alarm Surveillance configuration for the destination endpoint. Enumeration: 'disabled': 0, 'enabled': 1.
                   nncCrPvccCreator 1.3.6.1.4.1.123.3.79.1.2.1.38 integer read-only
The object retrieves the creator of a PVC connection. Enumeration: 'unknown': 0, 'snmp': 9, 'nm5620': 2, 'nmti': 1.
                   nncCrPvccRowStatus 1.3.6.1.4.1.123.3.79.1.2.1.39 rowstatus read-only
This object is to control a row creation of a CR PVCC. When RowStatus is createAndWait, information for a row is cached in memory; when RowStatus is set to createAndGo or active, it indicates that all information is to be written to permanent storage, and the PVCC to be enabled. When querying the object, 'active' indicates the PVCC is physically connected and data traffic can flow. The Rowstatus of 'notInService' indicates the PVCC is physically connected but data cannot flow. If the RowStatus value of 'notReady' is returned, it indicates either the PVCC is not physically connected (ie. configured only) or the SNMP agent is awaiting further information before setting up the connection. When deleting a connection, use this object with the value 'destroy'
       nncExtPvcGroups 1.3.6.1.4.1.123.3.79.3
           nncCrPvpcGroup 1.3.6.1.4.1.123.3.79.3.1
Common MIB objects for configuring a CR PVPC on Alcatel CID equipment
           nncCrPvccGroup 1.3.6.1.4.1.123.3.79.3.2
Common MIB objects for configuring a CR PVCC on Alcatel CID equipment
       nncExtPvcCompliances 1.3.6.1.4.1.123.3.79.4
           nncPvcCompliance 1.3.6.1.4.1.123.3.79.4.1
The compliance statement for Alcatel CID PVC MIB implementation.